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

Comparing oup/current/Tool_Extractor.dfm (file contents):
Revision 44 by alloc, Mon Dec 18 23:35:30 2006 UTC vs.
Revision 45 by alloc, Sat Dec 23 00:03:50 2006 UTC

# Line 1 | Line 1
1 < object Form_Extractor: TForm_Extractor
2 <  Left = 0
3 <  Top = 0
1 > inherited Form_Extractor: TForm_Extractor
2    Caption = 'Extractor'
5  ClientHeight = 398
6  ClientWidth = 526
7  Color = clBtnFace
8  Font.Charset = DEFAULT_CHARSET
9  Font.Color = clWindowText
10  Font.Height = -11
11  Font.Name = 'Tahoma'
12  Font.Style = []
13  FormStyle = fsMDIChild
14  OldCreateOrder = False
15  Visible = True
16  WindowState = wsMaximized
17  OnClose = FormClose
3    OnCreate = FormCreate
4 <  OnResize = FormResize
4 >  ExplicitWidth = 320
5 >  ExplicitHeight = 240
6    PixelsPerInch = 96
7    TextHeight = 13
8 <  object group_select: TGroupBox
9 <    Left = 0
10 <    Top = 0
11 <    Width = 230
12 <    Height = 398
8 >  inherited Splitter1: TSplitter
9 >    Left = 483
10 >    Align = alRight
11 >    Visible = False
12 >    ExplicitLeft = 172
13 >    ExplicitTop = -8
14 >    ExplicitHeight = 423
15 >  end
16 >  inherited panel_files: TPanel
17 >    Width = 184
18      Align = alClient
19 <    Caption = '1. Select file(s)'
20 <    TabOrder = 0
21 <    ExplicitWidth = 191
22 <    object panel_extension: TPanel
32 <      Left = 2
33 <      Top = 293
34 <      Width = 226
35 <      Height = 103
36 <      Align = alBottom
37 <      BevelOuter = bvNone
38 <      TabOrder = 0
39 <      OnResize = panel_extensionResize
40 <      ExplicitWidth = 187
41 <      object lbl_filter: TLabel
42 <        Left = 2
43 <        Top = 62
44 <        Width = 100
45 <        Height = 17
46 <        AutoSize = False
47 <        Caption = 'Filter by &extension:'
48 <        FocusControl = combo_extension
49 <      end
50 <      object combo_extension: TComboBox
51 <        Left = 2
52 <        Top = 76
53 <        Width = 145
54 <        Height = 21
55 <        Style = csDropDownList
56 <        DropDownCount = 12
57 <        Font.Charset = DEFAULT_CHARSET
58 <        Font.Color = clWindowText
59 <        Font.Height = -11
60 <        Font.Name = 'Tahoma'
61 <        Font.Style = []
62 <        ItemHeight = 13
63 <        ParentFont = False
64 <        Sorted = True
65 <        TabOrder = 3
66 <        OnClick = combo_extensionClick
67 <      end
68 <      object check_zerobyte: TCheckBox
69 <        Left = 2
70 <        Top = 44
71 <        Width = 130
72 <        Height = 13
73 <        Caption = 'Show &zero-byte files'
74 <        TabOrder = 2
75 <        OnClick = check_zerobyteClick
76 <      end
77 <      object edit_filtername: TEdit
78 <        Left = 2
79 <        Top = 20
80 <        Width = 145
81 <        Height = 18
82 <        AutoSize = False
83 <        TabOrder = 1
84 <      end
85 <      object check_filtername: TCheckBox
86 <        Left = 2
87 <        Top = 5
88 <        Width = 130
89 <        Height = 15
90 <        Caption = 'Filter by file&name:'
91 <        TabOrder = 0
92 <        OnClick = check_filternameClick
93 <      end
19 >    ExplicitWidth = 184
20 >    inherited filelist: TListBox
21 >      Width = 184
22 >      ExplicitWidth = 184
23      end
24 <    object list: TListBox
25 <      Left = 2
26 <      Top = 15
27 <      Width = 226
28 <      Height = 278
29 <      Align = alClient
30 <      ItemHeight = 13
31 <      MultiSelect = True
32 <      TabOrder = 1
33 <      ExplicitWidth = 187
24 >    inherited panel_extension: TPanel
25 >      Width = 184
26 >      ExplicitWidth = 184
27 >      inherited combo_extension: TComboBox
28 >        Width = 176
29 >        ExplicitWidth = 176
30 >      end
31 >      inherited edit_filtername: TEdit
32 >        Width = 176
33 >        ExplicitWidth = 176
34 >      end
35      end
36    end
37 <  object group_extract: TGroupBox
38 <    Left = 230
39 <    Top = 0
110 <    Width = 296
111 <    Height = 398
37 >  inherited content: TPanel
38 >    Left = 184
39 >    Width = 299
40      Align = alRight
41 <    Caption = '2. Select extract-method'
42 <    TabOrder = 1
43 <    ExplicitLeft = 191
44 <    object group_singlefiles: TGroupBox
45 <      Left = 8
46 <      Top = 16
47 <      Width = 281
48 <      Height = 185
49 <      Caption = 'Write data into single files'
41 >    ExplicitLeft = 184
42 >    ExplicitWidth = 299
43 >    object group_extract: TGroupBox
44 >      Left = 3
45 >      Top = 0
46 >      Width = 296
47 >      Height = 423
48 >      Align = alRight
49 >      Caption = '2. Select extract-method'
50        TabOrder = 0
51 <      object btn_sel_dat: TButton
51 >      object group_singlefiles: TGroupBox
52 >        AlignWithMargins = True
53          Left = 8
54          Top = 16
55 <        Width = 129
56 <        Height = 49
57 <        Caption = 'Selected files (dat contents only)'
55 >        Width = 280
56 >        Height = 185
57 >        Margins.Left = 6
58 >        Margins.Top = 1
59 >        Margins.Right = 6
60 >        Align = alTop
61 >        Caption = 'Write data into single files'
62          TabOrder = 0
63 <        WordWrap = True
64 <        OnClick = Extract
65 <      end
66 <      object btn_sel_datraw: TButton
67 <        Left = 8
68 <        Top = 72
69 <        Width = 129
70 <        Height = 49
71 <        Caption = 'Selected files (dat+raw)'
63 >        object btn_sel_dat: TButton
64 >          Left = 8
65 >          Top = 16
66 >          Width = 129
67 >          Height = 49
68 >          Caption = 'Selected files (dat contents only)'
69 >          TabOrder = 0
70 >          WordWrap = True
71 >          OnClick = Extract
72 >        end
73 >        object btn_sel_datraw: TButton
74 >          Left = 8
75 >          Top = 72
76 >          Width = 129
77 >          Height = 49
78 >          Caption = 'Selected files (dat+raw)'
79 >          TabOrder = 1
80 >          WordWrap = True
81 >          OnClick = Extract
82 >        end
83 >        object btn_sel_datraw_convert: TButton
84 >          Left = 8
85 >          Top = 128
86 >          Width = 129
87 >          Height = 49
88 >          Caption = 'Selected files (dat+raw) (with convert if possible)'
89 >          TabOrder = 2
90 >          WordWrap = True
91 >          OnClick = Extract
92 >        end
93 >        object btn_all_dat: TButton
94 >          Left = 144
95 >          Top = 16
96 >          Width = 129
97 >          Height = 49
98 >          Caption = 'All files in list (dat contents only)'
99 >          TabOrder = 3
100 >          WordWrap = True
101 >          OnClick = Extract
102 >        end
103 >        object btn_all_datraw: TButton
104 >          Left = 144
105 >          Top = 72
106 >          Width = 129
107 >          Height = 49
108 >          Caption = 'All files in list (dat+raw)'
109 >          TabOrder = 4
110 >          WordWrap = True
111 >          OnClick = Extract
112 >        end
113 >        object btn_all_datraw_convert: TButton
114 >          Left = 144
115 >          Top = 128
116 >          Width = 129
117 >          Height = 49
118 >          BiDiMode = bdLeftToRight
119 >          Caption = 'All files in list (dat+raw) (with convert if possible)'
120 >          ParentBiDiMode = False
121 >          TabOrder = 5
122 >          WordWrap = True
123 >          OnClick = Extract
124 >        end
125 >      end
126 >      object group_onefile: TGroupBox
127 >        AlignWithMargins = True
128 >        Left = 8
129 >        Top = 205
130 >        Width = 280
131 >        Height = 73
132 >        Margins.Left = 6
133 >        Margins.Top = 1
134 >        Margins.Right = 6
135 >        Align = alTop
136 >        Caption = 'Write data into one file'
137          TabOrder = 1
138 <        WordWrap = True
139 <        OnClick = Extract
140 <      end
141 <      object btn_sel_datraw_convert: TButton
142 <        Left = 8
143 <        Top = 128
144 <        Width = 129
145 <        Height = 49
146 <        Caption = 'Selected files (dat+raw) (with convert if possible)'
138 >        object btn_sel_files_toone: TButton
139 >          Left = 8
140 >          Top = 16
141 >          Width = 129
142 >          Height = 49
143 >          Caption = 'Selected files (dat contents only)'
144 >          TabOrder = 0
145 >          WordWrap = True
146 >          OnClick = Extract
147 >        end
148 >        object btn_all_files_toone: TButton
149 >          Left = 144
150 >          Top = 16
151 >          Width = 129
152 >          Height = 49
153 >          Caption = 'All files in list (dat contents only)'
154 >          TabOrder = 1
155 >          WordWrap = True
156 >          OnClick = Extract
157 >        end
158 >      end
159 >      object group_progress: TGroupBox
160 >        AlignWithMargins = True
161 >        Left = 8
162 >        Top = 282
163 >        Width = 280
164 >        Height = 132
165 >        Margins.Left = 6
166 >        Margins.Top = 1
167 >        Margins.Right = 6
168 >        Margins.Bottom = 7
169 >        Align = alClient
170 >        Caption = 'Progress ...'
171          TabOrder = 2
172 <        WordWrap = True
173 <        OnClick = Extract
174 <      end
175 <      object btn_all_dat: TButton
176 <        Left = 144
177 <        Top = 16
178 <        Width = 129
179 <        Height = 49
180 <        Caption = 'All files in list (dat contents only)'
181 <        TabOrder = 3
182 <        WordWrap = True
183 <        OnClick = Extract
184 <      end
185 <      object btn_all_datraw: TButton
186 <        Left = 144
187 <        Top = 72
188 <        Width = 129
189 <        Height = 49
190 <        Caption = 'All files in list (dat+raw)'
191 <        TabOrder = 4
192 <        WordWrap = True
193 <        OnClick = Extract
194 <      end
195 <      object btn_all_datraw_convert: TButton
196 <        Left = 144
197 <        Top = 128
198 <        Width = 129
199 <        Height = 49
200 <        BiDiMode = bdLeftToRight
201 <        Caption = 'All files in list (dat+raw) (with convert if possible)'
202 <        ParentBiDiMode = False
203 <        TabOrder = 5
204 <        WordWrap = True
205 <        OnClick = Extract
206 <      end
185 <    end
186 <    object group_onefile: TGroupBox
187 <      Left = 8
188 <      Top = 208
189 <      Width = 281
190 <      Height = 73
191 <      Caption = 'Write data into one file'
192 <      TabOrder = 1
193 <      object btn_sel_files_toone: TButton
194 <        Left = 8
195 <        Top = 16
196 <        Width = 129
197 <        Height = 49
198 <        Caption = 'Selected files (dat contents only)'
199 <        TabOrder = 0
200 <        WordWrap = True
201 <        OnClick = Extract
202 <      end
203 <      object btn_all_files_toone: TButton
204 <        Left = 144
205 <        Top = 16
206 <        Width = 129
207 <        Height = 49
208 <        Caption = 'All files in list (dat contents only)'
209 <        TabOrder = 1
210 <        WordWrap = True
211 <        OnClick = Extract
212 <      end
213 <    end
214 <    object group_progress: TGroupBox
215 <      Left = 8
216 <      Top = 288
217 <      Width = 281
218 <      Height = 105
219 <      Caption = 'Progress ...'
220 <      TabOrder = 2
221 <      Visible = False
222 <      object lbl_progress: TLabel
223 <        Left = 8
224 <        Top = 40
225 <        Width = 265
226 <        Height = 17
227 <        AutoSize = False
228 <        Caption = 'Files done: 0/0'
229 <      end
230 <      object lbl_estimated: TLabel
231 <        Left = 8
232 <        Top = 56
233 <        Width = 265
234 <        Height = 17
235 <        AutoSize = False
236 <        Caption = 'Estimated finishing time: 00:00:00'
237 <      end
238 <      object progress: TProgressBar
239 <        Left = 8
240 <        Top = 16
241 <        Width = 265
242 <        Height = 17
243 <        Smooth = True
244 <        TabOrder = 0
245 <      end
246 <      object btn_abort: TButton
247 <        Left = 8
248 <        Top = 72
249 <        Width = 97
250 <        Height = 23
251 <        Caption = 'Abort'
252 <        Enabled = False
253 <        TabOrder = 1
172 >        Visible = False
173 >        object lbl_progress: TLabel
174 >          Left = 8
175 >          Top = 40
176 >          Width = 265
177 >          Height = 17
178 >          AutoSize = False
179 >          Caption = 'Files done: 0/0'
180 >        end
181 >        object lbl_estimated: TLabel
182 >          Left = 8
183 >          Top = 56
184 >          Width = 265
185 >          Height = 17
186 >          AutoSize = False
187 >          Caption = 'Estimated finishing time: 00:00:00'
188 >        end
189 >        object progress: TProgressBar
190 >          Left = 8
191 >          Top = 16
192 >          Width = 265
193 >          Height = 17
194 >          Smooth = True
195 >          TabOrder = 0
196 >        end
197 >        object btn_abort: TButton
198 >          Left = 8
199 >          Top = 72
200 >          Width = 97
201 >          Height = 23
202 >          Caption = 'Abort'
203 >          Enabled = False
204 >          TabOrder = 1
205 >          OnClick = btn_abortClick
206 >        end
207        end
208      end
209    end
210 <  object saved: TSaveDialog
210 >  object saved: TSaveDialog [3]
211      Left = 448
212      Top = 328
213    end

Diff Legend

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