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 93 by alloc, Thu Jan 18 17:15:59 2007 UTC vs.
oup/current/Tools/TxmpReplace.dfm (file contents), Revision 195 by alloc, Sat May 26 18:31:36 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 37 | 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 92 | 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 123 | Line 135 | inherited Form_TxmpReplace: TForm_TxmpRe
135        Width = 105
136        Height = 17
137        Caption = 'Transparency'
138 +      Enabled = False
139        TabOrder = 1
140      end
141      object check_fading: TCheckBox
# Line 135 | Line 148 | inherited Form_TxmpReplace: TForm_TxmpRe
148      end
149    end
150    object opend: TOpenDialog [4]
138    Filter = '24bit Bitmap (*.bmp)|*.bmp'
151      Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
152      Left = 352
153      Top = 16
154    end
155    object saved: TSaveDialog [5]
156      DefaultExt = 'bmp'
157 <    Filter = 'Windows Bitmap (*.bmp)|*.bmp'
157 >    Filter =
158 >      'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' +
159 >      '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' +
160 >      'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' +
161 >      'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
162      Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
163      Left = 104
164      Top = 320

Diff Legend

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