source: oup/_old_/Tools/Extractor.dfm@ 170

Last change on this file since 170 was 92, checked in by alloc, 18 years ago

Rev86 was first after multi-cons

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