source: oup/current/Tools/_TemplateFileList.dfm@ 218

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