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

Diff Legend

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