--- oup/rewrite/Tools/Preview.dfm 2007/01/18 17:15:59 93 +++ oup/current/Tools/Preview.dfm 2007/06/04 22:07:29 209 @@ -1,7 +1,13 @@ inherited Form_Preview: TForm_Preview Caption = 'Preview' + OnCreate = FormCreate + ExplicitWidth = 500 + ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 + inherited Splitter1: TSplitter + OnMoved = Splitter1Moved + end inherited content: TPanel object lbl_notpossible: TLabel Left = 16 @@ -20,11 +26,14 @@ inherited Form_Preview: TForm_Preview WordWrap = True end object img: TImage - Left = 0 - Top = 20 - Width = 283 - Height = 403 + AlignWithMargins = True + Left = 3 + Top = 23 + Width = 277 + Height = 397 Align = alClient + ExplicitLeft = 0 + ExplicitTop = 20 ExplicitWidth = 313 ExplicitHeight = 453 end