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 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 <      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 >      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
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
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 = (
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
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)