source: oup/releases/0.34a/Tools/Extractor.dfm@ 1193

Last change on this file since 1193 was 200, checked in by alloc, 17 years ago
File size: 5.1 KB
Line 
1inherited Form_Extractor: TForm_Extractor
2 Caption = 'Extractor'
3 ClientHeight = 491
4 ExplicitHeight = 518
5 PixelsPerInch = 96
6 TextHeight = 13
7 inherited Splitter1: TSplitter
8 Left = 483
9 Height = 491
10 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 MultiSelect = True
25 ExplicitWidth = 333
26 ExplicitHeight = 338
27 end
28 inherited panel_extension: TPanel
29 Width = 333
30 ExplicitWidth = 333
31 inherited Bevel1: TBevel
32 Width = 327
33 ExplicitWidth = 327
34 end
35 inherited combo_extension: TComboBox
36 Width = 325
37 ExplicitWidth = 325
38 end
39 inherited check_zerobyte: TCheckBox
40 Visible = False
41 end
42 inherited edit_filtername: TEdit
43 Width = 325
44 ExplicitWidth = 325
45 end
46 inherited combo_connection: TComboBox
47 Width = 263
48 ExplicitWidth = 263
49 end
50 end
51 end
52 inherited content: TPanel
53 Left = 333
54 Width = 150
55 Height = 491
56 ExplicitLeft = 333
57 ExplicitWidth = 150
58 ExplicitHeight = 491
59 object group_extract: TGroupBox
60 AlignWithMargins = True
61 Left = 6
62 Top = 3
63 Width = 138
64 Height = 374
65 Margins.Left = 6
66 Margins.Right = 6
67 Align = alClient
68 Caption = '2. Select extract-method'
69 TabOrder = 0
70 DesignSize = (
71 138
72 374)
73 object label_export_sel: TLabel
74 Left = 7
75 Top = 18
76 Width = 62
77 Height = 20
78 AutoSize = False
79 Caption = 'Export ...'
80 end
81 object label_path: TLabel
82 Left = 7
83 Top = 136
84 Width = 30
85 Height = 18
86 AutoSize = False
87 Caption = 'Path:'
88 end
89 object check_dat: TCheckBox
90 Left = 7
91 Top = 75
92 Width = 121
93 Height = 18
94 Anchors = [akLeft, akTop, akRight]
95 Caption = 'Export .dat-entries'
96 Checked = True
97 State = cbChecked
98 TabOrder = 0
99 end
100 object check_raw: TCheckBox
101 Left = 7
102 Top = 94
103 Width = 121
104 Height = 18
105 Anchors = [akLeft, akTop, akRight]
106 Caption = 'Export .raw-entries'
107 TabOrder = 1
108 end
109 object check_convert: TCheckBox
110 Left = 7
111 Top = 112
112 Width = 121
113 Height = 18
114 Anchors = [akLeft, akTop, akRight]
115 Caption = 'Convert files'
116 TabOrder = 2
117 end
118 object radio_selected: TRadioButton
119 Left = 7
120 Top = 36
121 Width = 113
122 Height = 17
123 Caption = 'selected files'
124 Checked = True
125 TabOrder = 3
126 TabStop = True
127 end
128 object radio_all: TRadioButton
129 Left = 7
130 Top = 52
131 Width = 113
132 Height = 17
133 Caption = 'all files in list'
134 TabOrder = 4
135 end
136 object edit_path: TEdit
137 Left = 36
138 Top = 133
139 Width = 28
140 Height = 21
141 Anchors = [akLeft, akTop, akRight]
142 ReadOnly = True
143 TabOrder = 5
144 Text = 'C:\'
145 OnClick = btn_pathClick
146 end
147 object btn_path: TButton
148 Left = 70
149 Top = 133
150 Width = 62
151 Height = 21
152 Anchors = [akTop, akRight]
153 Caption = 'Select...'
154 TabOrder = 6
155 OnClick = btn_pathClick
156 end
157 object btn_export: TButton
158 Left = 7
159 Top = 180
160 Width = 75
161 Height = 25
162 Caption = 'Export!'
163 TabOrder = 7
164 OnClick = btn_exportClick
165 end
166 end
167 object group_progress: TGroupBox
168 AlignWithMargins = True
169 Left = 6
170 Top = 381
171 Width = 138
172 Height = 104
173 Margins.Left = 6
174 Margins.Top = 1
175 Margins.Right = 6
176 Margins.Bottom = 6
177 Align = alBottom
178 Caption = 'Progress ...'
179 TabOrder = 1
180 Visible = False
181 DesignSize = (
182 138
183 104)
184 object lbl_progress: 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 lbl_estimated: 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 = 122
204 Height = 17
205 Anchors = [akLeft, akTop, akRight]
206 Smooth = True
207 TabOrder = 0
208 end
209 object btn_abort: TButton
210 Left = 8
211 Top = 72
212 Width = 97
213 Height = 23
214 Caption = 'Abort'
215 Enabled = False
216 TabOrder = 1
217 OnClick = btn_abortClick
218 end
219 end
220 end
221end
Note: See TracBrowser for help on using the repository browser.