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