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

Comparing oup/current/Tools/TxmpReplace.dfm (file contents):
Revision 109 by alloc, Wed Feb 21 03:12:33 2007 UTC vs.
Revision 209 by alloc, Mon Jun 4 22:07:29 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 72 | Line 83 | inherited Form_TxmpReplace: TForm_TxmpRe
83        Enabled = False
84        TabOrder = 0
85        object image_bmppreview: TImage
86 <        Left = 2
87 <        Top = 45
88 <        Width = 279
89 <        Height = 297
86 >        AlignWithMargins = True
87 >        Left = 5
88 >        Top = 48
89 >        Width = 273
90 >        Height = 291
91          Align = alClient
92 +        ExplicitLeft = 2
93 +        ExplicitTop = 45
94          ExplicitWidth = 182
95          ExplicitHeight = 302
96        end
# Line 93 | Line 107 | inherited Form_TxmpReplace: TForm_TxmpRe
107            Top = 2
108            Width = 121
109            Height = 25
110 <          Caption = 'Load BMP ...'
110 >          Caption = 'Load image...'
111            TabOrder = 0
112            OnClick = btn_loadClick
113          end
# Line 124 | Line 138 | inherited Form_TxmpReplace: TForm_TxmpRe
138        Width = 105
139        Height = 17
140        Caption = 'Transparency'
141 +      Enabled = False
142        TabOrder = 1
143      end
144      object check_fading: TCheckBox
# Line 136 | Line 151 | inherited Form_TxmpReplace: TForm_TxmpRe
151      end
152    end
153    object opend: TOpenDialog [4]
139    Filter = '24bit Bitmap (*.bmp)|*.bmp'
154      Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
155      Left = 352
156      Top = 16
157    end
158    object saved: TSaveDialog [5]
159      DefaultExt = 'bmp'
160 <    Filter = 'Windows Bitmap (*.bmp)|*.bmp'
160 >    Filter =
161 >      'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg, *.png)|' +
162 >      '*.bmp;*.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bm' +
163 >      'p|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.j' +
164 >      'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
165      Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
166      Left = 104
167      Top = 320

Diff Legend

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