42 |
|
TabOrder = 0 |
43 |
|
object filelist: TListBox |
44 |
|
Left = 0 |
45 |
< |
Top = 129 |
45 |
> |
Top = 153 |
46 |
|
Width = 200 |
47 |
< |
Height = 294 |
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 = 129 |
61 |
> |
Height = 153 |
62 |
|
Align = alTop |
63 |
|
BevelOuter = bvNone |
64 |
|
TabOrder = 1 |
65 |
|
DesignSize = ( |
66 |
|
200 |
67 |
< |
129) |
67 |
> |
153) |
68 |
|
object Label2: TLabel |
69 |
|
Left = 100 |
70 |
< |
Top = 105 |
70 |
> |
Top = 129 |
71 |
|
Width = 17 |
72 |
|
Height = 18 |
73 |
|
AutoSize = False |
81 |
|
end |
82 |
|
object Label1: TLabel |
83 |
|
Left = 47 |
84 |
< |
Top = 105 |
84 |
> |
Top = 129 |
85 |
|
Width = 17 |
86 |
|
Height = 18 |
87 |
|
AutoSize = False |
95 |
|
end |
96 |
|
object label_ext: TLabel |
97 |
|
Left = 2 |
98 |
< |
Top = 62 |
98 |
> |
Top = 86 |
99 |
|
Width = 100 |
100 |
|
Height = 17 |
101 |
|
AutoSize = False |
104 |
|
end |
105 |
|
object btn_sort_id_asc: TSpeedButton |
106 |
|
Left = 3 |
107 |
< |
Top = 101 |
107 |
> |
Top = 125 |
108 |
|
Width = 20 |
109 |
|
Height = 22 |
110 |
|
Hint = 'Sort files by id, ascending' |
125 |
|
end |
126 |
|
object btn_sort_id_desc: TSpeedButton |
127 |
|
Left = 23 |
128 |
< |
Top = 101 |
128 |
> |
Top = 125 |
129 |
|
Width = 20 |
130 |
|
Height = 22 |
131 |
|
Hint = 'Sort files by id, descending' |
145 |
|
end |
146 |
|
object btn_sort_name_asc: TSpeedButton |
147 |
|
Left = 58 |
148 |
< |
Top = 101 |
148 |
> |
Top = 125 |
149 |
|
Width = 20 |
150 |
|
Height = 22 |
151 |
|
Hint = 'Sort files by name, ascending' |
165 |
|
end |
166 |
|
object btn_sort_name_desc: TSpeedButton |
167 |
|
Left = 78 |
168 |
< |
Top = 101 |
168 |
> |
Top = 125 |
169 |
|
Width = 20 |
170 |
|
Height = 22 |
171 |
|
Hint = 'Sort files by name, descending' |
185 |
|
end |
186 |
|
object btn_sort_ext_asc: TSpeedButton |
187 |
|
Left = 108 |
188 |
< |
Top = 101 |
188 |
> |
Top = 125 |
189 |
|
Width = 20 |
190 |
|
Height = 22 |
191 |
|
Hint = 'Sort files by extension, ascending' |
205 |
|
end |
206 |
|
object btn_sort_ext_desc: TSpeedButton |
207 |
|
Left = 128 |
208 |
< |
Top = 101 |
208 |
> |
Top = 125 |
209 |
|
Width = 20 |
210 |
|
Height = 22 |
211 |
|
Hint = 'Sort files by extension, descending' |
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 = 76 |
244 |
< |
Width = 192 |
243 |
> |
Top = 100 |
244 |
> |
Width = 196 |
245 |
|
Height = 21 |
246 |
|
Style = csDropDownList |
247 |
|
Anchors = [akLeft, akTop, akRight] |
259 |
|
end |
260 |
|
object check_zerobyte: TCheckBox |
261 |
|
Left = 2 |
262 |
< |
Top = 44 |
262 |
> |
Top = 68 |
263 |
|
Width = 130 |
264 |
|
Height = 13 |
265 |
|
Caption = 'Show &zero-byte files' |
268 |
|
end |
269 |
|
object edit_filtername: TEdit |
270 |
|
Left = 2 |
271 |
< |
Top = 20 |
272 |
< |
Width = 192 |
271 |
> |
Top = 44 |
272 |
> |
Width = 196 |
273 |
|
Height = 18 |
274 |
|
Anchors = [akLeft, akTop, akRight] |
275 |
|
AutoSize = False |
277 |
|
end |
278 |
|
object check_filtername: TCheckBox |
279 |
|
Left = 2 |
280 |
< |
Top = 5 |
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 |