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 = 371
|
---|
34 | Width = 187
|
---|
35 | Height = 25
|
---|
36 | Align = alBottom
|
---|
37 | BevelOuter = bvNone
|
---|
38 | TabOrder = 1
|
---|
39 | OnResize = panel_extensionResize
|
---|
40 | object combo_extension: TComboBox
|
---|
41 | Left = 2
|
---|
42 | Top = 2
|
---|
43 | Width = 183
|
---|
44 | Height = 21
|
---|
45 | Style = csDropDownList
|
---|
46 | DropDownCount = 12
|
---|
47 | Font.Charset = DEFAULT_CHARSET
|
---|
48 | Font.Color = clWindowText
|
---|
49 | Font.Height = -11
|
---|
50 | Font.Name = 'Tahoma'
|
---|
51 | Font.Style = []
|
---|
52 | ItemHeight = 13
|
---|
53 | ParentFont = False
|
---|
54 | Sorted = True
|
---|
55 | TabOrder = 0
|
---|
56 | OnClick = combo_extensionClick
|
---|
57 | end
|
---|
58 | end
|
---|
59 | object list: TListBox
|
---|
60 | Left = 2
|
---|
61 | Top = 15
|
---|
62 | Width = 187
|
---|
63 | Height = 356
|
---|
64 | Align = alClient
|
---|
65 | ItemHeight = 13
|
---|
66 | MultiSelect = True
|
---|
67 | TabOrder = 0
|
---|
68 | end
|
---|
69 | end
|
---|
70 | object group_extract: TGroupBox
|
---|
71 | Left = 191
|
---|
72 | Top = 0
|
---|
73 | Width = 296
|
---|
74 | Height = 398
|
---|
75 | Align = alRight
|
---|
76 | Caption = '2. Select extract-method'
|
---|
77 | TabOrder = 1
|
---|
78 | object group_singlefiles: TGroupBox
|
---|
79 | Left = 8
|
---|
80 | Top = 16
|
---|
81 | Width = 281
|
---|
82 | Height = 185
|
---|
83 | Caption = 'Write data into single files'
|
---|
84 | TabOrder = 0
|
---|
85 | object btn_sel_dat: TButton
|
---|
86 | Left = 8
|
---|
87 | Top = 16
|
---|
88 | Width = 129
|
---|
89 | Height = 49
|
---|
90 | Caption = 'Selected files (dat contents only)'
|
---|
91 | TabOrder = 0
|
---|
92 | WordWrap = True
|
---|
93 | OnClick = Extract
|
---|
94 | end
|
---|
95 | object btn_sel_datraw: TButton
|
---|
96 | Left = 8
|
---|
97 | Top = 72
|
---|
98 | Width = 129
|
---|
99 | Height = 49
|
---|
100 | Caption = 'Selected files (dat+raw)'
|
---|
101 | TabOrder = 1
|
---|
102 | WordWrap = True
|
---|
103 | OnClick = Extract
|
---|
104 | end
|
---|
105 | object btn_sel_datraw_convert: TButton
|
---|
106 | Left = 8
|
---|
107 | Top = 128
|
---|
108 | Width = 129
|
---|
109 | Height = 49
|
---|
110 | Caption = 'Selected files (dat+raw) (with convert if possible)'
|
---|
111 | TabOrder = 2
|
---|
112 | WordWrap = True
|
---|
113 | OnClick = Extract
|
---|
114 | end
|
---|
115 | object btn_all_dat: TButton
|
---|
116 | Left = 144
|
---|
117 | Top = 16
|
---|
118 | Width = 129
|
---|
119 | Height = 49
|
---|
120 | Caption = 'All files in list (dat contents only)'
|
---|
121 | TabOrder = 3
|
---|
122 | WordWrap = True
|
---|
123 | OnClick = Extract
|
---|
124 | end
|
---|
125 | object btn_all_datraw: TButton
|
---|
126 | Left = 144
|
---|
127 | Top = 72
|
---|
128 | Width = 129
|
---|
129 | Height = 49
|
---|
130 | Caption = 'All files in list (dat+raw)'
|
---|
131 | TabOrder = 4
|
---|
132 | WordWrap = True
|
---|
133 | OnClick = Extract
|
---|
134 | end
|
---|
135 | object btn_all_datraw_convert: TButton
|
---|
136 | Left = 144
|
---|
137 | Top = 128
|
---|
138 | Width = 129
|
---|
139 | Height = 49
|
---|
140 | BiDiMode = bdLeftToRight
|
---|
141 | Caption = 'All files in list (dat+raw) (with convert if possible)'
|
---|
142 | ParentBiDiMode = False
|
---|
143 | TabOrder = 5
|
---|
144 | WordWrap = True
|
---|
145 | OnClick = Extract
|
---|
146 | end
|
---|
147 | end
|
---|
148 | object group_onefile: TGroupBox
|
---|
149 | Left = 8
|
---|
150 | Top = 208
|
---|
151 | Width = 281
|
---|
152 | Height = 73
|
---|
153 | Caption = 'Write data into one file'
|
---|
154 | TabOrder = 1
|
---|
155 | object btn_sel_files_toone: TButton
|
---|
156 | Left = 8
|
---|
157 | Top = 16
|
---|
158 | Width = 129
|
---|
159 | Height = 49
|
---|
160 | Caption = 'Selected files (dat contents only)'
|
---|
161 | TabOrder = 0
|
---|
162 | WordWrap = True
|
---|
163 | OnClick = Extract
|
---|
164 | end
|
---|
165 | object btn_all_files_toone: TButton
|
---|
166 | Left = 144
|
---|
167 | Top = 16
|
---|
168 | Width = 129
|
---|
169 | Height = 49
|
---|
170 | Caption = 'All files in list (dat contents only)'
|
---|
171 | TabOrder = 1
|
---|
172 | WordWrap = True
|
---|
173 | OnClick = Extract
|
---|
174 | end
|
---|
175 | end
|
---|
176 | object group_progress: TGroupBox
|
---|
177 | Left = 8
|
---|
178 | Top = 288
|
---|
179 | Width = 281
|
---|
180 | Height = 105
|
---|
181 | Caption = 'Progress ...'
|
---|
182 | TabOrder = 2
|
---|
183 | Visible = False
|
---|
184 | object Label1: 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 Label2: 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 = 265
|
---|
204 | Height = 17
|
---|
205 | Smooth = True
|
---|
206 | TabOrder = 0
|
---|
207 | end
|
---|
208 | end
|
---|
209 | end
|
---|
210 | end
|
---|