1 | object Form_Extractor: TForm_Extractor
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | 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
|
---|
18 | OnCreate = FormCreate
|
---|
19 | OnResize = FormResize
|
---|
20 | PixelsPerInch = 96
|
---|
21 | TextHeight = 13
|
---|
22 | object group_select: TGroupBox
|
---|
23 | Left = 0
|
---|
24 | Top = 0
|
---|
25 | Width = 230
|
---|
26 | Height = 398
|
---|
27 | Align = alClient
|
---|
28 | Caption = '1. Select file(s)'
|
---|
29 | TabOrder = 0
|
---|
30 | ExplicitWidth = 191
|
---|
31 | 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
|
---|
94 | end
|
---|
95 | object list: TListBox
|
---|
96 | Left = 2
|
---|
97 | Top = 15
|
---|
98 | Width = 226
|
---|
99 | Height = 278
|
---|
100 | Align = alClient
|
---|
101 | ItemHeight = 13
|
---|
102 | MultiSelect = True
|
---|
103 | TabOrder = 1
|
---|
104 | ExplicitWidth = 187
|
---|
105 | end
|
---|
106 | end
|
---|
107 | object group_extract: TGroupBox
|
---|
108 | Left = 230
|
---|
109 | Top = 0
|
---|
110 | Width = 296
|
---|
111 | Height = 398
|
---|
112 | Align = alRight
|
---|
113 | Caption = '2. Select extract-method'
|
---|
114 | TabOrder = 1
|
---|
115 | ExplicitLeft = 191
|
---|
116 | object group_singlefiles: TGroupBox
|
---|
117 | Left = 8
|
---|
118 | Top = 16
|
---|
119 | Width = 281
|
---|
120 | Height = 185
|
---|
121 | Caption = 'Write data into single files'
|
---|
122 | TabOrder = 0
|
---|
123 | object btn_sel_dat: TButton
|
---|
124 | Left = 8
|
---|
125 | Top = 16
|
---|
126 | Width = 129
|
---|
127 | Height = 49
|
---|
128 | Caption = 'Selected files (dat contents only)'
|
---|
129 | TabOrder = 0
|
---|
130 | WordWrap = True
|
---|
131 | OnClick = Extract
|
---|
132 | end
|
---|
133 | object btn_sel_datraw: TButton
|
---|
134 | Left = 8
|
---|
135 | Top = 72
|
---|
136 | Width = 129
|
---|
137 | Height = 49
|
---|
138 | Caption = 'Selected files (dat+raw)'
|
---|
139 | TabOrder = 1
|
---|
140 | WordWrap = True
|
---|
141 | OnClick = Extract
|
---|
142 | end
|
---|
143 | object btn_sel_datraw_convert: TButton
|
---|
144 | Left = 8
|
---|
145 | Top = 128
|
---|
146 | Width = 129
|
---|
147 | Height = 49
|
---|
148 | Caption = 'Selected files (dat+raw) (with convert if possible)'
|
---|
149 | TabOrder = 2
|
---|
150 | WordWrap = True
|
---|
151 | OnClick = Extract
|
---|
152 | end
|
---|
153 | object btn_all_dat: TButton
|
---|
154 | Left = 144
|
---|
155 | Top = 16
|
---|
156 | Width = 129
|
---|
157 | Height = 49
|
---|
158 | Caption = 'All files in list (dat contents only)'
|
---|
159 | TabOrder = 3
|
---|
160 | WordWrap = True
|
---|
161 | OnClick = Extract
|
---|
162 | end
|
---|
163 | object btn_all_datraw: TButton
|
---|
164 | Left = 144
|
---|
165 | Top = 72
|
---|
166 | Width = 129
|
---|
167 | Height = 49
|
---|
168 | Caption = 'All files in list (dat+raw)'
|
---|
169 | TabOrder = 4
|
---|
170 | WordWrap = True
|
---|
171 | OnClick = Extract
|
---|
172 | end
|
---|
173 | object btn_all_datraw_convert: TButton
|
---|
174 | Left = 144
|
---|
175 | Top = 128
|
---|
176 | Width = 129
|
---|
177 | Height = 49
|
---|
178 | BiDiMode = bdLeftToRight
|
---|
179 | Caption = 'All files in list (dat+raw) (with convert if possible)'
|
---|
180 | ParentBiDiMode = False
|
---|
181 | TabOrder = 5
|
---|
182 | WordWrap = True
|
---|
183 | OnClick = Extract
|
---|
184 | 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
|
---|
254 | end
|
---|
255 | end
|
---|
256 | end
|
---|
257 | object saved: TSaveDialog
|
---|
258 | Left = 448
|
---|
259 | Top = 328
|
---|
260 | end
|
---|
261 | end
|
---|