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 105 by alloc, Wed Feb 21 00:29:27 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 <      MultiSelect = True
25 <      ExplicitWidth = 333
26 <      ExplicitHeight = 338
27 <    end
28 <    inherited panel_extension: TPanel
29 <      Width = 333
30 <      ExplicitWidth = 333
31 <      inherited Bevel1: TBevel
32 <        Width = 327
33 <        ExplicitWidth = 327
34 <      end
35 <      inherited combo_extension: TComboBox
36 <        Width = 325
37 <        ExplicitWidth = 325
38 <      end
39 <      inherited check_zerobyte: TCheckBox
40 <        Visible = False
41 <      end
42 <      inherited edit_filtername: TEdit
43 <        Width = 325
44 <        ExplicitWidth = 325
45 <      end
46 <      inherited combo_connection: TComboBox
47 <        Width = 263
48 <        ExplicitWidth = 263
49 <      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
65 <      Margins.Left = 6
66 <      Margins.Right = 6
67 <      Align = alClient
68 <      Caption = '2. Select extract-method'
69 <      TabOrder = 0
70 <      DesignSize = (
71 <        138
72 <        374)
73 <      object label_export_sel: TLabel
74 <        Left = 7
75 <        Top = 18
76 <        Width = 62
77 <        Height = 20
78 <        AutoSize = False
79 <        Caption = 'Export ...'
80 <      end
81 <      object label_path: TLabel
82 <        Left = 7
83 <        Top = 136
84 <        Width = 30
85 <        Height = 18
86 <        AutoSize = False
87 <        Caption = 'Path:'
88 <      end
89 <      object check_dat: TCheckBox
90 <        Left = 7
91 <        Top = 75
92 <        Width = 121
93 <        Height = 18
94 <        Anchors = [akLeft, akTop, akRight]
95 <        Caption = 'Export .dat-entries'
96 <        Checked = True
97 <        State = cbChecked
98 <        TabOrder = 0
99 <      end
100 <      object check_raw: TCheckBox
101 <        Left = 7
102 <        Top = 94
103 <        Width = 121
104 <        Height = 18
105 <        Anchors = [akLeft, akTop, akRight]
106 <        Caption = 'Export .raw-entries'
107 <        TabOrder = 1
108 <      end
109 <      object check_convert: TCheckBox
110 <        Left = 7
111 <        Top = 112
112 <        Width = 121
113 <        Height = 18
114 <        Anchors = [akLeft, akTop, akRight]
115 <        Caption = 'Convert files'
116 <        TabOrder = 2
117 <      end
118 <      object radio_selected: TRadioButton
119 <        Left = 7
120 <        Top = 36
121 <        Width = 113
122 <        Height = 17
123 <        Caption = 'selected files'
124 <        Checked = True
125 <        TabOrder = 3
126 <        TabStop = True
127 <      end
128 <      object radio_all: TRadioButton
129 <        Left = 7
130 <        Top = 52
131 <        Width = 113
132 <        Height = 17
133 <        Caption = 'all files in list'
134 <        TabOrder = 4
135 <      end
136 <      object edit_path: TEdit
137 <        Left = 36
138 <        Top = 133
139 <        Width = 28
140 <        Height = 21
141 <        Anchors = [akLeft, akTop, akRight]
142 <        ReadOnly = True
143 <        TabOrder = 5
144 <        Text = 'C:\'
145 <        OnClick = btn_pathClick
146 <      end
147 <      object btn_path: TButton
148 <        Left = 70
149 <        Top = 133
150 <        Width = 62
151 <        Height = 21
152 <        Anchors = [akTop, akRight]
153 <        Caption = 'Select...'
154 <        TabOrder = 6
155 <        OnClick = btn_pathClick
156 <      end
157 <      object btn_export: TButton
158 <        Left = 7
159 <        Top = 180
160 <        Width = 75
161 <        Height = 25
162 <        Caption = 'Export!'
163 <        TabOrder = 7
164 <        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
180 <      Visible = False
181 <      DesignSize = (
182 <        138
183 <        104)
184 <      object lbl_progress: TLabel
185 <        Left = 8
186 <        Top = 40
187 <        Width = 265
188 <        Height = 17
189 <        AutoSize = False
190 <        Caption = 'Files done: 0/0'
191 <      end
192 <      object lbl_estimated: TLabel
193 <        Left = 8
194 <        Top = 56
195 <        Width = 265
196 <        Height = 17
197 <        AutoSize = False
198 <        Caption = 'Estimated finishing time: 00:00:00'
199 <      end
200 <      object progress: TProgressBar
201 <        Left = 8
202 <        Top = 16
203 <        Width = 122
204 <        Height = 17
205 <        Anchors = [akLeft, akTop, akRight]
206 <        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)