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

Comparing:
oup/rewrite/Tools/Extractor.dfm (file contents), Revision 93 by alloc, Thu Jan 18 17:15:59 2007 UTC vs.
oup/current/Tools/Extractor.dfm (file contents), Revision 224 by alloc, Mon Jun 18 14:49:24 2007 UTC

# Line 1 | Line 1
1   inherited Form_Extractor: TForm_Extractor
2 <  Caption = 'Extractor'
3 <  ClientHeight = 491
4 <  ExplicitHeight = 518
2 >  Caption = 'Form_Extractor'
3 >  OnCreate = FormCreate
4    PixelsPerInch = 96
5    TextHeight = 13
6 <  inherited Splitter1: TSplitter
7 <    Left = 483
8 <    Height = 491
10 <    Align = alRight
11 <    Visible = False
12 <    ExplicitLeft = 172
13 <    ExplicitTop = -8
14 <    ExplicitHeight = 423
15 <  end
16 <  inherited panel_files: TPanel
17 <    Width = 333
18 <    Height = 491
19 <    ExplicitWidth = 333
20 <    ExplicitHeight = 491
21 <    inherited filelist: TListBox
22 <      Width = 333
23 <      Height = 338
24 <      ExplicitWidth = 333
25 <      ExplicitHeight = 338
26 <    end
27 <    inherited panel_extension: TPanel
28 <      Width = 333
29 <      ExplicitWidth = 333
30 <      inherited Bevel1: TBevel
31 <        Width = 327
32 <        ExplicitWidth = 327
33 <      end
34 <      inherited combo_extension: TComboBox
35 <        Width = 325
36 <        ExplicitWidth = 325
37 <      end
38 <      inherited check_zerobyte: TCheckBox
39 <        Visible = False
40 <      end
41 <      inherited edit_filtername: TEdit
42 <        Width = 325
43 <        ExplicitWidth = 325
44 <      end
45 <      inherited combo_connection: TComboBox
46 <        Width = 263
47 <        ExplicitWidth = 263
48 <      end
6 >  inherited panel_basecontent: TPanel
7 >    inherited splitter_content: TSplitter
8 >      Left = 300
9      end
10 <  end
11 <  inherited content: TPanel
12 <    Left = 333
13 <    Width = 150
14 <    Height = 491
15 <    ExplicitLeft = 333
16 <    ExplicitWidth = 150
17 <    ExplicitHeight = 491
18 <    object group_extract: TGroupBox
19 <      AlignWithMargins = True
20 <      Left = 6
21 <      Top = 3
22 <      Width = 138
23 <      Height = 374
64 <      Margins.Left = 6
65 <      Margins.Right = 6
66 <      Align = alClient
67 <      Caption = '2. Select extract-method'
68 <      TabOrder = 0
69 <      DesignSize = (
70 <        138
71 <        374)
72 <      object label_export_sel: TLabel
73 <        Left = 7
74 <        Top = 18
75 <        Width = 62
76 <        Height = 20
77 <        AutoSize = False
78 <        Caption = 'Export ...'
79 <      end
80 <      object label_path: TLabel
81 <        Left = 7
82 <        Top = 136
83 <        Width = 30
84 <        Height = 18
85 <        AutoSize = False
86 <        Caption = 'Path:'
87 <      end
88 <      object check_dat: TCheckBox
89 <        Left = 7
90 <        Top = 75
91 <        Width = 121
92 <        Height = 18
93 <        Anchors = [akLeft, akTop, akRight]
94 <        Caption = 'Export .dat-entries'
95 <        Checked = True
96 <        State = cbChecked
97 <        TabOrder = 0
98 <      end
99 <      object check_raw: TCheckBox
100 <        Left = 7
101 <        Top = 94
102 <        Width = 121
103 <        Height = 18
104 <        Anchors = [akLeft, akTop, akRight]
105 <        Caption = 'Export .raw-entries'
106 <        TabOrder = 1
107 <      end
108 <      object check_convert: TCheckBox
109 <        Left = 7
110 <        Top = 112
111 <        Width = 121
112 <        Height = 18
113 <        Anchors = [akLeft, akTop, akRight]
114 <        Caption = 'Convert files'
115 <        TabOrder = 2
116 <      end
117 <      object radio_selected: TRadioButton
118 <        Left = 7
119 <        Top = 36
120 <        Width = 113
121 <        Height = 17
122 <        Caption = 'selected files'
123 <        Checked = True
124 <        TabOrder = 3
125 <        TabStop = True
126 <      end
127 <      object radio_all: TRadioButton
128 <        Left = 7
129 <        Top = 52
130 <        Width = 113
131 <        Height = 17
132 <        Caption = 'all files in list'
133 <        TabOrder = 4
134 <      end
135 <      object edit_path: TEdit
136 <        Left = 36
137 <        Top = 133
138 <        Width = 28
139 <        Height = 21
140 <        Anchors = [akLeft, akTop, akRight]
141 <        ReadOnly = True
142 <        TabOrder = 5
143 <        Text = 'C:\'
144 <        OnClick = btn_pathClick
145 <      end
146 <      object btn_path: TButton
147 <        Left = 70
148 <        Top = 133
149 <        Width = 62
150 <        Height = 21
151 <        Anchors = [akTop, akRight]
152 <        Caption = 'Select...'
153 <        TabOrder = 6
154 <        OnClick = btn_pathClick
155 <      end
156 <      object btn_export: TButton
157 <        Left = 7
158 <        Top = 180
159 <        Width = 75
160 <        Height = 25
161 <        Caption = 'Export!'
162 <        TabOrder = 7
163 <        OnClick = btn_exportClick
10 >    inherited panel_files: TPanel
11 >      Width = 300
12 >      ExplicitWidth = 300
13 >      inherited filelist: TListBox
14 >        Width = 300
15 >      end
16 >      inherited panel_extension: TPanel
17 >        Width = 300
18 >        inherited combo_extension: TComboBox
19 >          Width = 296
20 >        end
21 >        inherited edit_filtername: TEdit
22 >          Width = 296
23 >        end
24        end
25      end
26 <    object group_progress: TGroupBox
27 <      AlignWithMargins = True
28 <      Left = 6
29 <      Top = 381
30 <      Width = 138
31 <      Height = 104
32 <      Margins.Left = 6
33 <      Margins.Top = 1
34 <      Margins.Right = 6
35 <      Margins.Bottom = 6
36 <      Align = alBottom
37 <      Caption = 'Progress ...'
38 <      TabOrder = 1
179 <      Visible = False
180 <      DesignSize = (
181 <        138
182 <        104)
183 <      object lbl_progress: TLabel
184 <        Left = 8
185 <        Top = 40
186 <        Width = 265
187 <        Height = 17
188 <        AutoSize = False
189 <        Caption = 'Files done: 0/0'
190 <      end
191 <      object lbl_estimated: TLabel
192 <        Left = 8
193 <        Top = 56
194 <        Width = 265
195 <        Height = 17
196 <        AutoSize = False
197 <        Caption = 'Estimated finishing time: 00:00:00'
198 <      end
199 <      object progress: TProgressBar
200 <        Left = 8
201 <        Top = 16
202 <        Width = 122
203 <        Height = 17
204 <        Anchors = [akLeft, akTop, akRight]
205 <        Smooth = True
26 >    inherited panel_content: TPanel
27 >      Left = 308
28 >      Width = 290
29 >      object group_extract: TGroupBox
30 >        AlignWithMargins = True
31 >        Left = 6
32 >        Top = 3
33 >        Width = 278
34 >        Height = 415
35 >        Margins.Left = 6
36 >        Margins.Right = 6
37 >        Align = alClient
38 >        Caption = '2. Select extract-method'
39          TabOrder = 0
40 <      end
41 <      object btn_abort: TButton
42 <        Left = 8
43 <        Top = 72
44 <        Width = 97
45 <        Height = 23
46 <        Caption = 'Abort'
47 <        Enabled = False
40 >        ExplicitWidth = 138
41 >        ExplicitHeight = 374
42 >        DesignSize = (
43 >          278
44 >          415)
45 >        object label_export_sel: TLabel
46 >          Left = 7
47 >          Top = 18
48 >          Width = 62
49 >          Height = 20
50 >          AutoSize = False
51 >          Caption = 'Export ...'
52 >        end
53 >        object label_path: TLabel
54 >          Left = 7
55 >          Top = 136
56 >          Width = 30
57 >          Height = 18
58 >          AutoSize = False
59 >          Caption = 'Path:'
60 >        end
61 >        object check_dat: TCheckBox
62 >          Left = 7
63 >          Top = 75
64 >          Width = 121
65 >          Height = 18
66 >          Caption = 'Export .dat-entries'
67 >          Checked = True
68 >          State = cbChecked
69 >          TabOrder = 0
70 >        end
71 >        object check_raw: TCheckBox
72 >          Left = 7
73 >          Top = 94
74 >          Width = 121
75 >          Height = 18
76 >          Caption = 'Export .raw-entries'
77 >          TabOrder = 1
78 >        end
79 >        object check_convert: TCheckBox
80 >          Left = 7
81 >          Top = 112
82 >          Width = 121
83 >          Height = 18
84 >          Caption = 'Convert files'
85 >          TabOrder = 2
86 >        end
87 >        object radio_selected: TRadioButton
88 >          Left = 7
89 >          Top = 36
90 >          Width = 113
91 >          Height = 17
92 >          Caption = 'selected files'
93 >          Checked = True
94 >          TabOrder = 3
95 >          TabStop = True
96 >        end
97 >        object radio_all: TRadioButton
98 >          Left = 7
99 >          Top = 52
100 >          Width = 113
101 >          Height = 17
102 >          Caption = 'all files in list'
103 >          TabOrder = 4
104 >        end
105 >        object edit_path: TEdit
106 >          Left = 36
107 >          Top = 133
108 >          Width = 168
109 >          Height = 21
110 >          Anchors = [akLeft, akTop, akRight]
111 >          ReadOnly = True
112 >          TabOrder = 5
113 >          Text = 'C:\'
114 >          ExplicitWidth = 276
115 >        end
116 >        object btn_path: TButton
117 >          Left = 210
118 >          Top = 133
119 >          Width = 62
120 >          Height = 21
121 >          Anchors = [akTop, akRight]
122 >          Caption = 'Select...'
123 >          TabOrder = 6
124 >          OnClick = btn_pathClick
125 >          ExplicitLeft = 318
126 >        end
127 >        object btn_export: TButton
128 >          Left = 7
129 >          Top = 180
130 >          Width = 75
131 >          Height = 25
132 >          Caption = 'Export!'
133 >          TabOrder = 7
134 >          OnClick = btn_exportClick
135 >        end
136 >      end
137 >      object group_progress: TGroupBox
138 >        AlignWithMargins = True
139 >        Left = 6
140 >        Top = 422
141 >        Width = 278
142 >        Height = 104
143 >        Margins.Left = 6
144 >        Margins.Top = 1
145 >        Margins.Right = 6
146 >        Margins.Bottom = 6
147 >        Align = alBottom
148 >        Caption = 'Progress ...'
149          TabOrder = 1
150 <        OnClick = btn_abortClick
150 >        Visible = False
151 >        ExplicitTop = 381
152 >        ExplicitWidth = 138
153 >        DesignSize = (
154 >          278
155 >          104)
156 >        object lbl_progress: TLabel
157 >          Left = 8
158 >          Top = 40
159 >          Width = 257
160 >          Height = 17
161 >          Anchors = [akLeft, akTop, akRight]
162 >          AutoSize = False
163 >          Caption = 'Files done: 0/0'
164 >          ExplicitWidth = 265
165 >        end
166 >        object lbl_estimated: TLabel
167 >          Left = 8
168 >          Top = 56
169 >          Width = 257
170 >          Height = 17
171 >          Anchors = [akLeft, akTop, akRight]
172 >          AutoSize = False
173 >          Caption = 'Estimated finishing time: 00:00:00'
174 >          ExplicitWidth = 265
175 >        end
176 >        object progress: TProgressBar
177 >          Left = 8
178 >          Top = 17
179 >          Width = 261
180 >          Height = 17
181 >          Anchors = [akLeft, akTop, akRight]
182 >          Smooth = True
183 >          TabOrder = 0
184 >          ExplicitWidth = 369
185 >        end
186 >        object btn_abort: TButton
187 >          Left = 8
188 >          Top = 72
189 >          Width = 97
190 >          Height = 23
191 >          Caption = 'Abort'
192 >          Enabled = False
193 >          TabOrder = 1
194 >          OnClick = btn_abortClick
195 >        end
196        end
197      end
198    end
199 < end
199 > end

Diff Legend

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