1 |
object Form_ToolTemplate: TForm_ToolTemplate |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
Caption = 'Template' |
5 |
ClientHeight = 423 |
6 |
ClientWidth = 492 |
7 |
Color = clBtnFace |
8 |
Constraints.MinHeight = 450 |
9 |
Constraints.MinWidth = 500 |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'Tahoma' |
14 |
Font.Style = [] |
15 |
FormStyle = fsMDIChild |
16 |
OldCreateOrder = False |
17 |
Visible = True |
18 |
WindowState = wsMaximized |
19 |
OnActivate = FormActivate |
20 |
OnClose = FormClose |
21 |
OnCreate = FormCreate |
22 |
OnResize = FormResize |
23 |
PixelsPerInch = 96 |
24 |
TextHeight = 13 |
25 |
object Splitter1: TSplitter |
26 |
Left = 200 |
27 |
Top = 0 |
28 |
Width = 9 |
29 |
Height = 423 |
30 |
AutoSnap = False |
31 |
Beveled = True |
32 |
MinSize = 155 |
33 |
ExplicitHeight = 473 |
34 |
end |
35 |
object panel_files: TPanel |
36 |
Left = 0 |
37 |
Top = 0 |
38 |
Width = 200 |
39 |
Height = 423 |
40 |
Align = alLeft |
41 |
BevelOuter = bvNone |
42 |
TabOrder = 0 |
43 |
object filelist: TListBox |
44 |
Left = 0 |
45 |
Top = 153 |
46 |
Width = 200 |
47 |
Height = 270 |
48 |
Align = alClient |
49 |
ItemHeight = 13 |
50 |
PopupMenu = filepopup |
51 |
TabOrder = 0 |
52 |
OnClick = listClick |
53 |
OnMouseDown = listMouseDown |
54 |
ExplicitTop = 129 |
55 |
ExplicitHeight = 294 |
56 |
end |
57 |
object panel_extension: TPanel |
58 |
Left = 0 |
59 |
Top = 0 |
60 |
Width = 200 |
61 |
Height = 153 |
62 |
Align = alTop |
63 |
BevelOuter = bvNone |
64 |
TabOrder = 1 |
65 |
DesignSize = ( |
66 |
200 |
67 |
153) |
68 |
object Label2: TLabel |
69 |
Left = 100 |
70 |
Top = 129 |
71 |
Width = 17 |
72 |
Height = 18 |
73 |
AutoSize = False |
74 |
Caption = '.' |
75 |
Font.Charset = DEFAULT_CHARSET |
76 |
Font.Color = clWindowText |
77 |
Font.Height = -13 |
78 |
Font.Name = 'Tahoma' |
79 |
Font.Style = [fsBold] |
80 |
ParentFont = False |
81 |
end |
82 |
object Label1: TLabel |
83 |
Left = 47 |
84 |
Top = 129 |
85 |
Width = 17 |
86 |
Height = 18 |
87 |
AutoSize = False |
88 |
Caption = '-' |
89 |
Font.Charset = DEFAULT_CHARSET |
90 |
Font.Color = clWindowText |
91 |
Font.Height = -13 |
92 |
Font.Name = 'Tahoma' |
93 |
Font.Style = [fsBold] |
94 |
ParentFont = False |
95 |
end |
96 |
object label_ext: TLabel |
97 |
Left = 2 |
98 |
Top = 86 |
99 |
Width = 100 |
100 |
Height = 17 |
101 |
AutoSize = False |
102 |
Caption = 'Filter by &extension:' |
103 |
FocusControl = combo_extension |
104 |
end |
105 |
object btn_sort_id_asc: TSpeedButton |
106 |
Left = 3 |
107 |
Top = 125 |
108 |
Width = 20 |
109 |
Height = 22 |
110 |
Hint = 'Sort files by id, ascending' |
111 |
GroupIndex = 1 |
112 |
Down = True |
113 |
Glyph.Data = { |
114 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
115 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
116 |
9900990000000000000000000000000000000000000000000000000000000000 |
117 |
0000000000000000000000000000000000000000000000000000000000000000 |
118 |
0000000001100000300000001001000030000000000100033300000001110003 |
119 |
3300000010010033333000001001000030000000011000003000000000000000 |
120 |
3000000002200000300000002002000030000000200200003000000020020000 |
121 |
3000000020020000300000002002000030000000022000003000} |
122 |
ParentShowHint = False |
123 |
ShowHint = True |
124 |
OnClick = btn_sortClick |
125 |
end |
126 |
object btn_sort_id_desc: TSpeedButton |
127 |
Left = 23 |
128 |
Top = 125 |
129 |
Width = 20 |
130 |
Height = 22 |
131 |
Hint = 'Sort files by id, descending' |
132 |
GroupIndex = 1 |
133 |
Glyph.Data = { |
134 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
135 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
136 |
9900990000000000000000000000000000000000000000000000000000000000 |
137 |
0000000000000000000000000000000000000000000000000000000000000000 |
138 |
0000000002200000300000002002000030000000200200033300000020020003 |
139 |
3300000020020033333000002002000030000000022000003000000000000000 |
140 |
3000000001100000300000001001000030000000000100003000000001110000 |
141 |
3000000010010000300000001001000030000000011000003000} |
142 |
ParentShowHint = False |
143 |
ShowHint = True |
144 |
OnClick = btn_sortClick |
145 |
end |
146 |
object btn_sort_name_asc: TSpeedButton |
147 |
Left = 58 |
148 |
Top = 125 |
149 |
Width = 20 |
150 |
Height = 22 |
151 |
Hint = 'Sort files by name, ascending' |
152 |
GroupIndex = 1 |
153 |
Glyph.Data = { |
154 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
155 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
156 |
9900990000000000000000000000000000000000000000000000000000000000 |
157 |
0000000000000000000000000000000000000000000000000000000000000000 |
158 |
0000011111100000300001100010000030000011000000033300000110000003 |
159 |
3300000011000033333001000110000030000111111000003000000000000000 |
160 |
3000022202220000300000200020000030000022222000003000000202000000 |
161 |
3000000222000000300000002000000030000000200000003000} |
162 |
ParentShowHint = False |
163 |
ShowHint = True |
164 |
OnClick = btn_sortClick |
165 |
end |
166 |
object btn_sort_name_desc: TSpeedButton |
167 |
Left = 78 |
168 |
Top = 125 |
169 |
Width = 20 |
170 |
Height = 22 |
171 |
Hint = 'Sort files by name, descending' |
172 |
GroupIndex = 1 |
173 |
Glyph.Data = { |
174 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
175 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
176 |
9900990000000000000000000000000000000000000000000000000000000000 |
177 |
0000000000000000000000000000000000000000000000000000000000000000 |
178 |
0000022202220000300000200020000030000022222000033300000202000003 |
179 |
3300000222000033333000002000000030000000200000003000000000000000 |
180 |
3000011111100000300001100010000030000011000000003000000110000000 |
181 |
3000000011000000300001000110000030000111111000003000} |
182 |
ParentShowHint = False |
183 |
ShowHint = True |
184 |
OnClick = btn_sortClick |
185 |
end |
186 |
object btn_sort_ext_asc: TSpeedButton |
187 |
Left = 108 |
188 |
Top = 125 |
189 |
Width = 20 |
190 |
Height = 22 |
191 |
Hint = 'Sort files by extension, ascending' |
192 |
GroupIndex = 1 |
193 |
Glyph.Data = { |
194 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
195 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
196 |
9900990000000000000000000000000000000000000000000000000000000000 |
197 |
0000000000000000000000000000000000000000000000000000000000000000 |
198 |
0000011111100000300001100010000030000011000000033300000110000003 |
199 |
3300000011000033333001000110000030000111111000003000000000000000 |
200 |
3000022202220000300000200020000030000022222000003000000202000000 |
201 |
3000000222000000300000002000000030000000200000003000} |
202 |
ParentShowHint = False |
203 |
ShowHint = True |
204 |
OnClick = btn_sortClick |
205 |
end |
206 |
object btn_sort_ext_desc: TSpeedButton |
207 |
Left = 128 |
208 |
Top = 125 |
209 |
Width = 20 |
210 |
Height = 22 |
211 |
Hint = 'Sort files by extension, descending' |
212 |
GroupIndex = 1 |
213 |
Glyph.Data = { |
214 |
F6000000424DF600000000000000760000002800000010000000100000000100 |
215 |
0400000000008000000000000000000000001000000000000000C0C0C0000000 |
216 |
9900990000000000000000000000000000000000000000000000000000000000 |
217 |
0000000000000000000000000000000000000000000000000000000000000000 |
218 |
0000022202220000300000200020000030000022222000033300000202000003 |
219 |
3300000222000033333000002000000030000000200000003000000000000000 |
220 |
3000011111100000300001100010000030000011000000003000000110000000 |
221 |
3000000011000000300001000110000030000111111000003000} |
222 |
ParentShowHint = False |
223 |
ShowHint = True |
224 |
OnClick = btn_sortClick |
225 |
end |
226 |
object Label3: TLabel |
227 |
Left = 3 |
228 |
Top = 6 |
229 |
Width = 61 |
230 |
Height = 13 |
231 |
Caption = 'Connection: ' |
232 |
end |
233 |
object Bevel1: TBevel |
234 |
Left = 0 |
235 |
Top = 25 |
236 |
Width = 199 |
237 |
Height = 3 |
238 |
Anchors = [akLeft, akTop, akRight] |
239 |
Style = bsRaised |
240 |
end |
241 |
object combo_extension: TComboBox |
242 |
Left = 2 |
243 |
Top = 100 |
244 |
Width = 196 |
245 |
Height = 21 |
246 |
Style = csDropDownList |
247 |
Anchors = [akLeft, akTop, akRight] |
248 |
DropDownCount = 12 |
249 |
Font.Charset = DEFAULT_CHARSET |
250 |
Font.Color = clWindowText |
251 |
Font.Height = -11 |
252 |
Font.Name = 'Tahoma' |
253 |
Font.Style = [] |
254 |
ItemHeight = 13 |
255 |
ParentFont = False |
256 |
Sorted = True |
257 |
TabOrder = 3 |
258 |
OnClick = combo_extensionClick |
259 |
end |
260 |
object check_zerobyte: TCheckBox |
261 |
Left = 2 |
262 |
Top = 68 |
263 |
Width = 130 |
264 |
Height = 13 |
265 |
Caption = 'Show &zero-byte files' |
266 |
TabOrder = 2 |
267 |
OnClick = check_zerobyteClick |
268 |
end |
269 |
object edit_filtername: TEdit |
270 |
Left = 2 |
271 |
Top = 44 |
272 |
Width = 196 |
273 |
Height = 18 |
274 |
Anchors = [akLeft, akTop, akRight] |
275 |
AutoSize = False |
276 |
TabOrder = 1 |
277 |
end |
278 |
object check_filtername: TCheckBox |
279 |
Left = 2 |
280 |
Top = 29 |
281 |
Width = 130 |
282 |
Height = 15 |
283 |
Caption = 'Filter by file&name:' |
284 |
TabOrder = 0 |
285 |
OnClick = check_filternameClick |
286 |
end |
287 |
object combo_connection: TComboBox |
288 |
Left = 64 |
289 |
Top = 3 |
290 |
Width = 134 |
291 |
Height = 21 |
292 |
Style = csDropDownList |
293 |
Anchors = [akLeft, akTop, akRight] |
294 |
ItemHeight = 13 |
295 |
TabOrder = 4 |
296 |
OnChange = combo_connectionChange |
297 |
end |
298 |
end |
299 |
end |
300 |
object content: TPanel |
301 |
Left = 209 |
302 |
Top = 0 |
303 |
Width = 283 |
304 |
Height = 423 |
305 |
Align = alClient |
306 |
BevelOuter = bvNone |
307 |
TabOrder = 1 |
308 |
end |
309 |
object filepopup: TPopupMenu |
310 |
OnPopup = filepopupPopup |
311 |
Left = 72 |
312 |
Top = 216 |
313 |
object popup_separator: TMenuItem |
314 |
Caption = '-' |
315 |
end |
316 |
object popup_import: TMenuItem |
317 |
Caption = 'Import binary .dat-file' |
318 |
OnClick = popup_importClick |
319 |
end |
320 |
object popup_export: TMenuItem |
321 |
Caption = 'Export binary .dat-file' |
322 |
OnClick = popup_exportClick |
323 |
end |
324 |
end |
325 |
object importd: TOpenDialog |
326 |
Options = [ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing] |
327 |
Left = 136 |
328 |
Top = 232 |
329 |
end |
330 |
object exportd: TSaveDialog |
331 |
Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofEnableSizing] |
332 |
Left = 144 |
333 |
Top = 256 |
334 |
end |
335 |
end |