--- oup/current/Tools/TxmpReplace.dfm 2007/05/26 18:31:36 195 +++ oup/current/Tools/TxmpReplace.dfm 2007/06/04 22:07:29 209 @@ -83,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 @@ -155,10 +158,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