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 192 by alloc, Thu May 24 17:48:18 2007 UTC vs.
Revision 194 by alloc, Sat May 26 18:26:48 2007 UTC

# Line 7 | Line 7 | inherited Form_TxmpReplace: TForm_TxmpRe
7    TextHeight = 13
8    inherited Splitter1: TSplitter
9      Height = 344
10 +    OnMoved = Splitter1Moved
11      ExplicitHeight = 344
12    end
13    inherited panel_files: TPanel
# Line 103 | 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 153 | Line 154 | inherited Form_TxmpReplace: TForm_TxmpRe
154    object saved: TSaveDialog [5]
155      DefaultExt = 'bmp'
156      Filter =
157 <      'All supported files (*.bmp, *.dds)|*.bmp;*.dds|Windows Bitmap (*' +
158 <      '.bmp)|*.bmp|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga' +
159 <      '|JPEG (*.jpg, *.jpeg)|*.jpg;*.jpeg|All files (*.*)|*'
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)