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