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