--- oup/current/Tools/TxmpReplace.dfm 2007/02/21 03:12:33 109 +++ oup/current/Tools/TxmpReplace.dfm 2007/06/04 22:07:29 209 @@ -1,10 +1,13 @@ inherited Form_TxmpReplace: TForm_TxmpReplace Caption = 'TxmpReplace' OnCreate = FormCreate + ExplicitWidth = 500 + ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter Height = 344 + OnMoved = Splitter1Moved ExplicitHeight = 344 end inherited panel_files: TPanel @@ -38,7 +41,15 @@ inherited Form_TxmpReplace: TForm_TxmpRe ExplicitHeight = 146 end inherited panel_extension: TPanel - Visible = False + inherited label_ext: TLabel + Visible = False + end + inherited combo_extension: TComboBox + Visible = False + end + inherited check_zerobyte: TCheckBox + Visible = False + end end object panel_txmppreview: TPanel Left = 0 @@ -72,11 +83,14 @@ inherited Form_TxmpReplace: TForm_TxmpRe Enabled = False TabOrder = 0 object image_bmppreview: TImage - Left = 2 - Top = 45 - Width = 279 - Height = 297 + AlignWithMargins = True + Left = 5 + Top = 48 + Width = 273 + Height = 291 Align = alClient + ExplicitLeft = 2 + ExplicitTop = 45 ExplicitWidth = 182 ExplicitHeight = 302 end @@ -93,7 +107,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Top = 2 Width = 121 Height = 25 - Caption = 'Load BMP ...' + Caption = 'Load image...' TabOrder = 0 OnClick = btn_loadClick end @@ -124,6 +138,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Width = 105 Height = 17 Caption = 'Transparency' + Enabled = False TabOrder = 1 end object check_fading: TCheckBox @@ -136,14 +151,17 @@ inherited Form_TxmpReplace: TForm_TxmpRe end end object opend: TOpenDialog [4] - Filter = '24bit Bitmap (*.bmp)|*.bmp' Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 352 Top = 16 end object saved: TSaveDialog [5] DefaultExt = 'bmp' - Filter = 'Windows Bitmap (*.bmp)|*.bmp' + Filter = + 'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg, *.png)|' + + '*.bmp;*.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bm' + + 'p|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.j' + + 'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 104 Top = 320