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 224 by alloc, Mon Jun 18 14:49:24 2007 UTC vs.
Revision 232 by alloc, Thu Jun 28 09:24:08 2007 UTC

# Line 1 | Line 1
1   inherited Form_TxmpReplace: TForm_TxmpReplace
2    Caption = 'Form_TxmpReplace'
3 <  ClientHeight = 573
3 >  ClientHeight = 438
4    OnCreate = FormCreate
5 <  ExplicitHeight = 600
5 >  ExplicitHeight = 465
6    PixelsPerInch = 96
7    TextHeight = 13
8    inherited panel_basecontent: TPanel
9 <    Height = 548
9 >    Height = 413
10 >    ExplicitHeight = 548
11      inherited splitter_content: TSplitter
12 <      Height = 548
12 >      Height = 413
13        OnMoved = Splitter1Moved
14 +      ExplicitHeight = 548
15      end
16      inherited panel_files: TPanel
17 <      Height = 548
17 >      Height = 413
18 >      ExplicitHeight = 548
19        inherited FilePages: TPageControl
20 <        Height = 547
20 >        Height = 412
21          Constraints.MinHeight = 250
22 <        ExplicitHeight = 280
22 >        ExplicitHeight = 547
23          inherited tab_files: TTabSheet
24 <          inherited panel_extension: TPanel
22 <            inherited edit_filtername: TEdit
23 <              ExplicitWidth = 189
24 <            end
25 <          end
24 >          ExplicitHeight = 467
25            inherited filelist: TListBox
26 <            Height = 394
26 >            Height = 259
27 >            ExplicitHeight = 342
28            end
29          end
30          inherited tab_meta: TTabSheet
31            ExplicitLeft = 4
32            ExplicitTop = 24
33            ExplicitWidth = 190
34 <          ExplicitHeight = 424
34 >          ExplicitHeight = 519
35 >          inherited filelist_meta: TVirtualStringTree
36 >            Height = 384
37 >            ExplicitHeight = 519
38 >          end
39          end
40        end
41      end
42      inherited panel_content: TPanel
43 <      Height = 548
43 >      Height = 413
44 >      ExplicitHeight = 548
45        object Splitter1: TSplitter
46          Left = 0
47 <        Top = 220
47 >        Top = 200
48          Width = 390
49          Height = 8
50          Cursor = crVSplit
# Line 52 | Line 57 | inherited Form_TxmpReplace: TForm_TxmpRe
57        end
58        object group_options: TGroupBox
59          Left = 0
60 <        Top = 469
60 >        Top = 334
61          Width = 390
62          Height = 79
63          Align = alBottom
64          Caption = '3. Options && Replace'
65          Enabled = False
66          TabOrder = 0
67 <        ExplicitTop = 441
63 <        ExplicitWidth = 492
67 >        ExplicitTop = 469
68          object btn_replace: TButton
69            Left = 4
70            Top = 50
# Line 88 | Line 92 | inherited Form_TxmpReplace: TForm_TxmpRe
92            TabOrder = 2
93          end
94        end
95 <      object GroupBox1: TGroupBox
95 >      object group_txmp: TGroupBox
96          Left = 0
97          Top = 0
98          Width = 390
99 <        Height = 220
99 >        Height = 200
100          Align = alTop
101          Caption = '1. Select a TXMP to be replaced'
102          TabOrder = 1
# Line 100 | Line 104 | inherited Form_TxmpReplace: TForm_TxmpRe
104            Left = 2
105            Top = 15
106            Width = 386
107 <          Height = 173
107 >          Height = 153
108            Align = alClient
109            ExplicitLeft = 0
110            ExplicitTop = 111
# Line 109 | Line 113 | inherited Form_TxmpReplace: TForm_TxmpRe
113          end
114          object panel_txmppreview: TPanel
115            Left = 2
116 <          Top = 188
116 >          Top = 168
117            Width = 386
118            Height = 30
119            Align = alBottom
120            BevelOuter = bvNone
121            TabOrder = 0
122 <          ExplicitLeft = 0
119 <          ExplicitTop = 411
120 <          ExplicitWidth = 200
122 >          ExplicitTop = 188
123            object btn_save: TButton
124              Left = 2
125              Top = 2
# Line 131 | Line 133 | inherited Form_TxmpReplace: TForm_TxmpRe
133        end
134        object group_bmpselect: TGroupBox
135          Left = 0
136 <        Top = 228
136 >        Top = 208
137          Width = 390
138 <        Height = 241
138 >        Height = 126
139          Align = alClient
140          Caption = '2. Open BMP to replace with'
141          Enabled = False
142          TabOrder = 2
143 <        ExplicitTop = 0
144 <        ExplicitWidth = 283
143 <        ExplicitHeight = 441
143 >        ExplicitLeft = -2
144 >        ExplicitTop = 206
145          object image_bmppreview: TImage
146            AlignWithMargins = True
147            Left = 5
148            Top = 48
149            Width = 380
150 <          Height = 188
150 >          Height = 73
151            Align = alClient
152            ExplicitLeft = 2
153            ExplicitTop = 45
# Line 183 | Line 184 | inherited Form_TxmpReplace: TForm_TxmpRe
184        'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
185      Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
186      Left = 352
187 <    Top = 212
187 >    Top = 196
188    end
189    object opend: TOpenDialog
190      Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
191      Left = 352
192 <    Top = 264
192 >    Top = 248
193    end
194   end

Diff Legend

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