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

Diff Legend

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