--- oup/rewrite/Tools/TxmpReplace.dfm 2007/01/18 17:15:59 93 +++ oup/current/Tools/TxmpReplace.dfm 2007/05/24 17:48:18 192 @@ -1,5 +1,8 @@ inherited Form_TxmpReplace: TForm_TxmpReplace Caption = 'TxmpReplace' + OnCreate = FormCreate + ExplicitWidth = 500 + ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter @@ -37,7 +40,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 @@ -135,14 +146,16 @@ 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)|*.bmp;*.dds|Windows Bitmap (*' + + '.bmp)|*.bmp|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga' + + '|JPEG (*.jpg, *.jpeg)|*.jpg;*.jpeg|All files (*.*)|*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 104 Top = 320