--- oup/current/Tools/TxmpReplace.dfm 2007/05/12 13:22:11 177 +++ oup/current/Tools/TxmpReplace.dfm 2007/05/26 18:31:36 195 @@ -7,6 +7,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe TextHeight = 13 inherited Splitter1: TSplitter Height = 344 + OnMoved = Splitter1Moved ExplicitHeight = 344 end inherited panel_files: TPanel @@ -103,7 +104,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Top = 2 Width = 121 Height = 25 - Caption = 'Load BMP ...' + Caption = 'Load image...' TabOrder = 0 OnClick = btn_loadClick end @@ -134,6 +135,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Width = 105 Height = 17 Caption = 'Transparency' + Enabled = False TabOrder = 1 end object check_fading: TCheckBox @@ -146,14 +148,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)|*.bmp;*' + + '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' + + 'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' + + 'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 104 Top = 320