ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/TxmpReplace.dfm
(Generate patch)

Comparing:
oup/rewrite/Tools/TxmpReplace.dfm (file contents), Revision 105 by alloc, Wed Feb 21 00:29:27 2007 UTC vs.
oup/current/Tools/TxmpReplace.dfm (file contents), Revision 194 by alloc, Sat May 26 18:26:48 2007 UTC

# Line 1 | Line 1
1   inherited Form_TxmpReplace: TForm_TxmpReplace
2    Caption = 'TxmpReplace'
3    OnCreate = FormCreate
4 +  ExplicitWidth = 500
5 +  ExplicitHeight = 450
6    PixelsPerInch = 96
7    TextHeight = 13
8    inherited Splitter1: TSplitter
9      Height = 344
10 +    OnMoved = Splitter1Moved
11      ExplicitHeight = 344
12    end
13    inherited panel_files: TPanel
# Line 38 | Line 41 | inherited Form_TxmpReplace: TForm_TxmpRe
41        ExplicitHeight = 146
42      end
43      inherited panel_extension: TPanel
44 <      Visible = False
44 >      inherited label_ext: TLabel
45 >        Visible = False
46 >      end
47 >      inherited combo_extension: TComboBox
48 >        Visible = False
49 >      end
50 >      inherited check_zerobyte: TCheckBox
51 >        Visible = False
52 >      end
53      end
54      object panel_txmppreview: TPanel
55        Left = 0
# Line 93 | Line 104 | inherited Form_TxmpReplace: TForm_TxmpRe
104            Top = 2
105            Width = 121
106            Height = 25
107 <          Caption = 'Load BMP ...'
107 >          Caption = 'Load image...'
108            TabOrder = 0
109            OnClick = btn_loadClick
110          end
# Line 136 | Line 147 | inherited Form_TxmpReplace: TForm_TxmpRe
147      end
148    end
149    object opend: TOpenDialog [4]
139    Filter = '24bit Bitmap (*.bmp)|*.bmp'
150      Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
151      Left = 352
152      Top = 16
153    end
154    object saved: TSaveDialog [5]
155      DefaultExt = 'bmp'
156 <    Filter = 'Windows Bitmap (*.bmp)|*.bmp'
156 >    Filter =
157 >      'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' +
158 >      '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' +
159 >      'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' +
160 >      'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
161      Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
162      Left = 104
163      Top = 320

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)