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

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