source: oup/current/Tools/Template.dfm@ 48

Last change on this file since 48 was 46, checked in by alloc, 18 years ago
File size: 7.8 KB
Line 
1object 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 = 150
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 label_ext: TLabel
65 Left = 2
66 Top = 62
67 Width = 100
68 Height = 17
69 AutoSize = False
70 Caption = 'Filter by &extension:'
71 FocusControl = combo_extension
72 end
73 object btn_sort_id_asc: TSpeedButton
74 Left = 16
75 Top = 101
76 Width = 23
77 Height = 22
78 Hint = 'Sort files by id, ascending'
79 GroupIndex = 1
80 Down = True
81 Glyph.Data = {
82 F6000000424DF600000000000000760000002800000010000000100000000100
83 0400000000008000000000000000000000001000000000000000C0C0C0000000
84 9900990000000000000000000000000000000000000000000000000000000000
85 0000000000000000000000000000000000000000000000000000000000000000
86 0000000001100000300000001001000030000000000100033300000001110003
87 3300000010010033333000001001000030000000011000003000000000000000
88 3000000002200000300000002002000030000000200200003000000020020000
89 3000000020020000300000002002000030000000022000003000}
90 ParentShowHint = False
91 ShowHint = True
92 OnClick = btn_sortClick
93 end
94 object btn_sort_id_desc: TSpeedButton
95 Left = 40
96 Top = 101
97 Width = 23
98 Height = 22
99 Hint = 'Sort files by id, descending'
100 GroupIndex = 1
101 Glyph.Data = {
102 F6000000424DF600000000000000760000002800000010000000100000000100
103 0400000000008000000000000000000000001000000000000000C0C0C0000000
104 9900990000000000000000000000000000000000000000000000000000000000
105 0000000000000000000000000000000000000000000000000000000000000000
106 0000000002200000300000002002000030000000200200033300000020020003
107 3300000020020033333000002002000030000000022000003000000000000000
108 3000000001100000300000001001000030000000000100003000000001110000
109 3000000010010000300000001001000030000000011000003000}
110 ParentShowHint = False
111 ShowHint = True
112 OnClick = btn_sortClick
113 end
114 object btn_sort_name_asc: TSpeedButton
115 Left = 64
116 Top = 101
117 Width = 23
118 Height = 22
119 Hint = 'Sort files by name, ascending'
120 GroupIndex = 1
121 Glyph.Data = {
122 F6000000424DF600000000000000760000002800000010000000100000000100
123 0400000000008000000000000000000000001000000000000000C0C0C0000000
124 9900990000000000000000000000000000000000000000000000000000000000
125 0000000000000000000000000000000000000000000000000000000000000000
126 0000011111100000300001100010000030000011000000033300000110000003
127 3300000011000033333001000110000030000111111000003000000000000000
128 3000022202220000300000200020000030000022222000003000000202000000
129 3000000222000000300000002000000030000000200000003000}
130 ParentShowHint = False
131 ShowHint = True
132 OnClick = btn_sortClick
133 end
134 object btn_sort_name_desc: TSpeedButton
135 Left = 88
136 Top = 101
137 Width = 23
138 Height = 22
139 Hint = 'Sort files by name, descending'
140 GroupIndex = 1
141 Glyph.Data = {
142 F6000000424DF600000000000000760000002800000010000000100000000100
143 0400000000008000000000000000000000001000000000000000C0C0C0000000
144 9900990000000000000000000000000000000000000000000000000000000000
145 0000000000000000000000000000000000000000000000000000000000000000
146 0000022202220000300000200020000030000022222000033300000202000003
147 3300000222000033333000002000000030000000200000003000000000000000
148 3000011111100000300001100010000030000011000000003000000110000000
149 3000000011000000300001000110000030000111111000003000}
150 ParentShowHint = False
151 ShowHint = True
152 OnClick = btn_sortClick
153 end
154 object btn_sort_ext_asc: TSpeedButton
155 Left = 112
156 Top = 101
157 Width = 23
158 Height = 22
159 Hint = 'Sort files by extension, ascending'
160 GroupIndex = 1
161 ParentShowHint = False
162 ShowHint = True
163 OnClick = btn_sortClick
164 end
165 object btn_sort_ext_desc: TSpeedButton
166 Left = 136
167 Top = 101
168 Width = 23
169 Height = 22
170 Hint = 'Sort files by extension, descending'
171 GroupIndex = 1
172 ParentShowHint = False
173 ShowHint = True
174 OnClick = btn_sortClick
175 end
176 object combo_extension: TComboBox
177 Left = 2
178 Top = 76
179 Width = 192
180 Height = 21
181 Style = csDropDownList
182 Anchors = [akLeft, akTop, akRight]
183 DropDownCount = 12
184 Font.Charset = DEFAULT_CHARSET
185 Font.Color = clWindowText
186 Font.Height = -11
187 Font.Name = 'Tahoma'
188 Font.Style = []
189 ItemHeight = 0
190 ParentFont = False
191 Sorted = True
192 TabOrder = 3
193 OnClick = combo_extensionClick
194 end
195 object check_zerobyte: TCheckBox
196 Left = 2
197 Top = 44
198 Width = 130
199 Height = 13
200 Caption = 'Show &zero-byte files'
201 TabOrder = 2
202 OnClick = check_zerobyteClick
203 end
204 object edit_filtername: TEdit
205 Left = 2
206 Top = 20
207 Width = 192
208 Height = 18
209 Anchors = [akLeft, akTop, akRight]
210 AutoSize = False
211 TabOrder = 1
212 end
213 object check_filtername: TCheckBox
214 Left = 2
215 Top = 5
216 Width = 130
217 Height = 15
218 Caption = 'Filter by file&name:'
219 TabOrder = 0
220 OnClick = check_filternameClick
221 end
222 end
223 end
224 object content: TPanel
225 Left = 209
226 Top = 0
227 Width = 283
228 Height = 423
229 Align = alClient
230 BevelOuter = bvNone
231 TabOrder = 1
232 end
233 object filepopup: TPopupMenu
234 OnPopup = filepopupPopup
235 Left = 72
236 Top = 216
237 object popup_separator: TMenuItem
238 Caption = '-'
239 end
240 object popup_import: TMenuItem
241 Caption = 'Import binary .dat-file'
242 OnClick = popup_importClick
243 end
244 object popup_export: TMenuItem
245 Caption = 'Export binary .dat-file'
246 OnClick = popup_exportClick
247 end
248 end
249 object importd: TOpenDialog
250 Options = [ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing]
251 Left = 136
252 Top = 232
253 end
254 object exportd: TSaveDialog
255 Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofEnableSizing]
256 Left = 144
257 Top = 256
258 end
259end
Note: See TracBrowser for help on using the repository browser.