--- oup/current/Tools/TxmpReplace.dfm 2007/05/26 18:26:48 194 +++ oup/current/Tools/TxmpReplace.dfm 2007/05/26 18:35:24 196 @@ -135,6 +135,7 @@ inherited Form_TxmpReplace: TForm_TxmpRe Width = 105 Height = 17 Caption = 'Transparency' + Enabled = False TabOrder = 1 end object check_fading: TCheckBox @@ -154,10 +155,10 @@ inherited Form_TxmpReplace: TForm_TxmpRe object saved: TSaveDialog [5] DefaultExt = '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 (*.*)|*' + '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