--- oup/current/Tools/TxmpReplace.dfm 2007/05/24 17:48:18 192 +++ 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 @@ -153,9 +155,10 @@ inherited Form_TxmpReplace: TForm_TxmpRe object saved: TSaveDialog [5] DefaultExt = '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 (*.*)|*' + '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