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 194 by alloc, Sat May 26 18:26:48 2007 UTC vs.
Revision 209 by alloc, Mon Jun 4 22:07:29 2007 UTC

# Line 83 | 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 135 | 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 154 | Line 158 | inherited Form_TxmpReplace: TForm_TxmpRe
158    object saved: TSaveDialog [5]
159      DefaultExt = 'bmp'
160      Filter =
161 <      'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' +
162 <      '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' +
163 <      'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' +
164 <      'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
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)