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