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