--- oup/current/Tools/TxmpReplace.dfm 2007/06/18 14:49:24 224 +++ oup/current/Tools/TxmpReplace.dfm 2007/06/28 09:24:08 232 @@ -1,45 +1,50 @@ inherited Form_TxmpReplace: TForm_TxmpReplace Caption = 'Form_TxmpReplace' - ClientHeight = 573 + ClientHeight = 438 OnCreate = FormCreate - ExplicitHeight = 600 + ExplicitHeight = 465 PixelsPerInch = 96 TextHeight = 13 inherited panel_basecontent: TPanel - Height = 548 + Height = 413 + ExplicitHeight = 548 inherited splitter_content: TSplitter - Height = 548 + Height = 413 OnMoved = Splitter1Moved + ExplicitHeight = 548 end inherited panel_files: TPanel - Height = 548 + Height = 413 + ExplicitHeight = 548 inherited FilePages: TPageControl - Height = 547 + Height = 412 Constraints.MinHeight = 250 - ExplicitHeight = 280 + ExplicitHeight = 547 inherited tab_files: TTabSheet - inherited panel_extension: TPanel - inherited edit_filtername: TEdit - ExplicitWidth = 189 - end - end + ExplicitHeight = 467 inherited filelist: TListBox - Height = 394 + Height = 259 + ExplicitHeight = 342 end end inherited tab_meta: TTabSheet ExplicitLeft = 4 ExplicitTop = 24 ExplicitWidth = 190 - ExplicitHeight = 424 + ExplicitHeight = 519 + inherited filelist_meta: TVirtualStringTree + Height = 384 + ExplicitHeight = 519 + end end end end inherited panel_content: TPanel - Height = 548 + Height = 413 + ExplicitHeight = 548 object Splitter1: TSplitter Left = 0 - Top = 220 + Top = 200 Width = 390 Height = 8 Cursor = crVSplit @@ -52,15 +57,14 @@ inherited Form_TxmpReplace: TForm_TxmpRe end object group_options: TGroupBox Left = 0 - Top = 469 + Top = 334 Width = 390 Height = 79 Align = alBottom Caption = '3. Options && Replace' Enabled = False TabOrder = 0 - ExplicitTop = 441 - ExplicitWidth = 492 + ExplicitTop = 469 object btn_replace: TButton Left = 4 Top = 50 @@ -88,11 +92,11 @@ inherited Form_TxmpReplace: TForm_TxmpRe TabOrder = 2 end end - object GroupBox1: TGroupBox + object group_txmp: TGroupBox Left = 0 Top = 0 Width = 390 - Height = 220 + Height = 200 Align = alTop Caption = '1. Select a TXMP to be replaced' TabOrder = 1 @@ -100,7 +104,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Left = 2 Top = 15 Width = 386 - Height = 173 + Height = 153 Align = alClient ExplicitLeft = 0 ExplicitTop = 111 @@ -109,15 +113,13 @@ inherited Form_TxmpReplace: TForm_TxmpRe end object panel_txmppreview: TPanel Left = 2 - Top = 188 + Top = 168 Width = 386 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 0 - ExplicitLeft = 0 - ExplicitTop = 411 - ExplicitWidth = 200 + ExplicitTop = 188 object btn_save: TButton Left = 2 Top = 2 @@ -131,22 +133,21 @@ inherited Form_TxmpReplace: TForm_TxmpRe end object group_bmpselect: TGroupBox Left = 0 - Top = 228 + Top = 208 Width = 390 - Height = 241 + Height = 126 Align = alClient Caption = '2. Open BMP to replace with' Enabled = False TabOrder = 2 - ExplicitTop = 0 - ExplicitWidth = 283 - ExplicitHeight = 441 + ExplicitLeft = -2 + ExplicitTop = 206 object image_bmppreview: TImage AlignWithMargins = True Left = 5 Top = 48 Width = 380 - Height = 188 + Height = 73 Align = alClient ExplicitLeft = 2 ExplicitTop = 45 @@ -183,11 +184,11 @@ inherited Form_TxmpReplace: TForm_TxmpRe 'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 352 - Top = 212 + Top = 196 end object opend: TOpenDialog Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 352 - Top = 264 + Top = 248 end end