source: tags/1.5.0/Forms/UFormMain.lfm

Last change on this file was 187, checked in by chronos, 6 years ago
  • Modified: Reordered items in Tools menu.
  • Added: Icon to Document check.
File size: 13.3 KB
Line 
1object FormMain: TFormMain
2 Left = 395
3 Height = 602
4 Top = 261
5 Width = 847
6 Caption = 'Acronym Decoder'
7 ClientHeight = 577
8 ClientWidth = 847
9 DesignTimePPI = 120
10 Menu = MainMenu1
11 OnClose = FormClose
12 OnCloseQuery = FormCloseQuery
13 OnCreate = FormCreate
14 OnDestroy = FormDestroy
15 OnHide = FormHide
16 OnShow = FormShow
17 LCLVersion = '1.8.2.0'
18 object PanelMain: TPanel
19 Left = 0
20 Height = 479
21 Top = 70
22 Width = 847
23 Align = alClient
24 BevelOuter = bvNone
25 ClientHeight = 479
26 ClientWidth = 847
27 TabOrder = 0
28 object ListViewFilter1: TListViewFilter
29 Left = 4
30 Height = 38
31 Top = 4
32 Width = 838
33 OnChange = ListViewFilter1Change
34 Anchors = [akTop, akLeft, akRight]
35 end
36 object ListViewAcronyms: TListView
37 Left = 4
38 Height = 432
39 Top = 42
40 Width = 838
41 Anchors = [akTop, akLeft, akRight, akBottom]
42 Columns = <
43 item
44 Caption = 'Name'
45 Width = 125
46 end
47 item
48 Caption = 'Meaning'
49 Width = 375
50 end
51 item
52 Caption = 'Categories'
53 Width = 434
54 end>
55 OwnerData = True
56 PopupMenu = PopupMenuFilter
57 ReadOnly = True
58 RowSelect = True
59 TabOrder = 1
60 ViewStyle = vsReport
61 OnData = ListViewAcronymsData
62 OnResize = ListViewAcronymsResize
63 OnSelectItem = ListViewAcronymsSelectItem
64 end
65 end
66 object PanelParam: TPanel
67 Left = 0
68 Height = 32
69 Top = 38
70 Width = 847
71 Align = alTop
72 BevelOuter = bvNone
73 ClientHeight = 32
74 ClientWidth = 847
75 TabOrder = 1
76 object CheckBoxExactLength: TCheckBox
77 Left = 10
78 Height = 24
79 Top = 4
80 Width = 107
81 Action = AFilterSameLength
82 TabOrder = 0
83 end
84 object CheckBoxCaseSensitive: TCheckBox
85 Left = 200
86 Height = 24
87 Top = 4
88 Width = 133
89 Action = AFilterSameLetterCase
90 TabOrder = 1
91 end
92 object CheckBoxEnabledCategories: TCheckBox
93 Left = 450
94 Height = 24
95 Top = 4
96 Width = 151
97 Action = AFilterEnabledCategories
98 TabOrder = 2
99 end
100 end
101 object CoolBar1: TCoolBar
102 Left = 0
103 Height = 38
104 Top = 0
105 Width = 847
106 Bands = <
107 item
108 Break = False
109 Control = ToolBarFile
110 FixedSize = True
111 MinWidth = 40
112 Width = 164
113 end
114 item
115 Break = False
116 Control = ToolBarManage
117 FixedSize = True
118 MinWidth = 40
119 Width = 149
120 end
121 item
122 Break = False
123 Control = ToolBarOther
124 FixedSize = True
125 MinWidth = 40
126 Width = 91
127 end
128 item
129 Break = False
130 Control = ToolBarFilter
131 FixedSize = True
132 MinWidth = 40
133 Width = 120
134 end>
135 Images = Core.ImageList1
136 object ToolBarFile: TToolBar
137 AnchorSideLeft.Control = CoolBar1
138 AnchorSideTop.Control = CoolBar1
139 Left = 24
140 Height = 28
141 Top = 5
142 Width = 132
143 Align = alNone
144 AutoSize = True
145 BorderSpacing.Left = 22
146 BorderSpacing.Top = 3
147 EdgeBorders = []
148 EdgeInner = esNone
149 EdgeOuter = esNone
150 Images = Core.ImageList1
151 ParentShowHint = False
152 ShowHint = True
153 TabOrder = 0
154 Transparent = True
155 object ToolButton1: TToolButton
156 Left = 1
157 Top = 0
158 Action = AFileNew
159 end
160 object ToolButton6: TToolButton
161 Left = 30
162 Top = 0
163 Action = AFileOpen
164 DropdownMenu = PopupMenuOpenRecent
165 Style = tbsDropDown
166 end
167 object ToolButton7: TToolButton
168 Left = 74
169 Top = 0
170 Action = AFileSave
171 end
172 object ToolButton12: TToolButton
173 Left = 103
174 Top = 0
175 Action = AFileClose
176 end
177 end
178 object ToolBarManage: TToolBar
179 AnchorSideLeft.Control = CoolBar1
180 AnchorSideTop.Control = CoolBar1
181 Left = 188
182 Height = 28
183 Top = 5
184 Width = 117
185 Align = alNone
186 AutoSize = True
187 BorderSpacing.Left = 186
188 BorderSpacing.Top = 3
189 EdgeBorders = []
190 EdgeInner = esNone
191 EdgeOuter = esNone
192 Images = Core.ImageList1
193 ParentShowHint = False
194 ShowHint = True
195 TabOrder = 1
196 Transparent = True
197 object ToolButton2: TToolButton
198 Left = 1
199 Top = 0
200 Action = AShowAcronyms
201 end
202 object ToolButton3: TToolButton
203 Left = 30
204 Top = 0
205 Action = AShowCategories
206 end
207 object ToolButton5: TToolButton
208 Left = 59
209 Top = 0
210 Action = AShowImportSources
211 end
212 object ToolButton4: TToolButton
213 Left = 88
214 Top = 0
215 Action = AShowImportFormats
216 end
217 end
218 object ToolBarOther: TToolBar
219 AnchorSideLeft.Control = CoolBar1
220 AnchorSideTop.Control = CoolBar1
221 Left = 337
222 Height = 28
223 Top = 5
224 Width = 59
225 Align = alNone
226 AutoSize = True
227 BorderSpacing.Left = 335
228 BorderSpacing.Top = 3
229 EdgeBorders = []
230 EdgeInner = esNone
231 EdgeOuter = esNone
232 Images = Core.ImageList1
233 ParentShowHint = False
234 ShowHint = True
235 TabOrder = 2
236 Transparent = True
237 object ToolButton11: TToolButton
238 Left = 30
239 Top = 0
240 Action = ASettings
241 end
242 object ToolButton9: TToolButton
243 Left = 1
244 Top = 0
245 Action = AProcessImports
246 end
247 end
248 object ToolBarFilter: TToolBar
249 AnchorSideLeft.Control = CoolBar1
250 AnchorSideTop.Control = CoolBar1
251 Left = 428
252 Height = 28
253 Top = 5
254 Width = 88
255 Align = alNone
256 AutoSize = True
257 BorderSpacing.Left = 426
258 BorderSpacing.Top = 3
259 EdgeBorders = []
260 EdgeInner = esNone
261 EdgeOuter = esNone
262 Images = Core.ImageList1
263 ParentShowHint = False
264 ShowHint = True
265 TabOrder = 3
266 Transparent = True
267 object ToolButton16: TToolButton
268 Left = 1
269 Top = 0
270 Action = AFilterSameLength
271 Style = tbsCheck
272 end
273 object ToolButton13: TToolButton
274 Left = 30
275 Top = 0
276 Action = AFilterSameLetterCase
277 Style = tbsCheck
278 end
279 object ToolButton8: TToolButton
280 Left = 59
281 Top = 0
282 Action = AFilterEnabledCategories
283 Style = tbsCheck
284 end
285 end
286 end
287 object StatusBar1: TStatusBar
288 Left = 0
289 Height = 28
290 Top = 549
291 Width = 847
292 Panels = <
293 item
294 Width = 250
295 end
296 item
297 Width = 250
298 end>
299 SimplePanel = False
300 end
301 object ActionList1: TActionList
302 Images = Core.ImageList1
303 left = 590
304 top = 240
305 object AExit: TAction
306 Caption = 'Exit'
307 ImageIndex = 2
308 OnExecute = AExitExecute
309 end
310 object AShow: TAction
311 Caption = 'Show'
312 OnExecute = AShowExecute
313 end
314 object AHide: TAction
315 Caption = 'Hide'
316 OnExecute = AHideExecute
317 end
318 object AImport: TAction
319 Caption = 'Import'
320 OnExecute = AImportExecute
321 end
322 object AFileOpen: TAction
323 Caption = 'Open'
324 ImageIndex = 8
325 OnExecute = AFileOpenExecute
326 ShortCut = 16463
327 end
328 object AFileNew: TAction
329 Caption = 'New'
330 ImageIndex = 16
331 OnExecute = AFileNewExecute
332 ShortCut = 16462
333 end
334 object AFileSave: TAction
335 Caption = 'Save'
336 ImageIndex = 10
337 OnExecute = AFileSaveExecute
338 ShortCut = 16467
339 end
340 object AFileClose: TAction
341 Caption = 'Close'
342 ImageIndex = 12
343 OnExecute = AFileCloseExecute
344 end
345 object AFileSaveAs: TAction
346 Caption = 'Save as...'
347 ImageIndex = 10
348 OnExecute = AFileSaveAsExecute
349 ShortCut = 24659
350 end
351 object ASettings: TAction
352 Caption = 'Settings'
353 ImageIndex = 6
354 OnExecute = ASettingsExecute
355 ShortCut = 121
356 end
357 object AShowCategories: TAction
358 Caption = 'Categories'
359 ImageIndex = 11
360 OnExecute = AShowCategoriesExecute
361 ShortCut = 116
362 end
363 object AShowAcronyms: TAction
364 Caption = 'Acronyms'
365 ImageIndex = 15
366 OnExecute = AShowAcronymsExecute
367 ShortCut = 115
368 end
369 object AShowImportSources: TAction
370 Caption = 'Import sources'
371 ImageIndex = 13
372 OnExecute = AShowImportSourcesExecute
373 ShortCut = 117
374 end
375 object AShowAbout: TAction
376 Caption = 'About'
377 ImageIndex = 7
378 OnExecute = AShowAboutExecute
379 end
380 object AShowImportFormats: TAction
381 Caption = 'Import formats'
382 ImageIndex = 14
383 OnExecute = AShowImportFormatsExecute
384 ShortCut = 118
385 end
386 object AProcessImports: TAction
387 Caption = 'Process imports'
388 ImageIndex = 5
389 OnExecute = AProcessImportsExecute
390 ShortCut = 119
391 end
392 object AExport: TAction
393 Caption = 'Export'
394 OnExecute = AExportExecute
395 end
396 object AFilterSameLength: TAction
397 AutoCheck = True
398 Caption = 'Same length'
399 ImageIndex = 18
400 OnExecute = AFilterSameLengthExecute
401 end
402 object AFilterSameLetterCase: TAction
403 AutoCheck = True
404 Caption = 'Same letter case'
405 ImageIndex = 17
406 OnExecute = AFilterSameLetterCaseExecute
407 end
408 object AFilterEnabledCategories: TAction
409 AutoCheck = True
410 Caption = 'Enabled categories'
411 ImageIndex = 19
412 OnExecute = AFilterEnabledCategoriesExecute
413 end
414 object AManageAcronym: TAction
415 Caption = 'Manage acronym'
416 OnExecute = AManageAcronymExecute
417 end
418 object ADocumentCheck: TAction
419 Caption = 'Document check'
420 ImageIndex = 20
421 OnExecute = ADocumentCheckExecute
422 end
423 end
424 object MainMenu1: TMainMenu
425 Images = Core.ImageList1
426 left = 590
427 top = 170
428 object MenuItem8: TMenuItem
429 Caption = 'File'
430 object MenuItem10: TMenuItem
431 Action = AFileNew
432 end
433 object MenuItem11: TMenuItem
434 Action = AFileOpen
435 end
436 object MenuItemOpenRecent: TMenuItem
437 Caption = 'Open recent'
438 end
439 object MenuItem12: TMenuItem
440 Action = AFileSave
441 end
442 object MenuItem13: TMenuItem
443 Action = AFileSaveAs
444 end
445 object MenuItem14: TMenuItem
446 Action = AFileClose
447 end
448 object MenuItem15: TMenuItem
449 Caption = '-'
450 end
451 object MenuItem9: TMenuItem
452 Action = AExit
453 end
454 end
455 object MenuItem20: TMenuItem
456 Caption = 'View'
457 object MenuItem22: TMenuItem
458 Action = AShowAcronyms
459 end
460 object MenuItem21: TMenuItem
461 Action = AShowCategories
462 end
463 object MenuItem4: TMenuItem
464 Action = AShowImportSources
465 end
466 object MenuItem7: TMenuItem
467 Action = AShowImportFormats
468 end
469 object MenuItem24: TMenuItem
470 Caption = '-'
471 end
472 object MenuItemToolbar: TMenuItem
473 Caption = 'Toolbar'
474 OnClick = MenuItemToolbarClick
475 end
476 object MenuItemParam: TMenuItem
477 Caption = 'Filter parameters'
478 OnClick = MenuItemParamClick
479 end
480 object MenuItemStatusBar: TMenuItem
481 Caption = 'Status bar'
482 OnClick = MenuItemStatusBarClick
483 end
484 end
485 object MenuItem16: TMenuItem
486 Caption = 'Tools'
487 object MenuItem18: TMenuItem
488 Action = ASettings
489 end
490 object MenuItem2: TMenuItem
491 Caption = '-'
492 end
493 object MenuItem17: TMenuItem
494 Action = AImport
495 end
496 object MenuItem25: TMenuItem
497 Action = AExport
498 end
499 object MenuItem23: TMenuItem
500 Action = AProcessImports
501 end
502 object MenuItem3: TMenuItem
503 Action = ADocumentCheck
504 end
505 end
506 object MenuItem5: TMenuItem
507 Caption = 'Help'
508 object MenuItem6: TMenuItem
509 Action = AShowAbout
510 end
511 end
512 end
513 object OpenDialog1: TOpenDialog
514 DefaultExt = '.adp'
515 left = 100
516 top = 260
517 end
518 object SaveDialog1: TSaveDialog
519 DefaultExt = '.adp'
520 Filter = 'Acronym Decoder project (.adp)|*.adp|All files|*.*'
521 left = 100
522 top = 180
523 end
524 object LastOpenedList1: TLastOpenedList
525 MaxCount = 10
526 OnChange = LastOpenedList1Change
527 left = 330
528 top = 300
529 end
530 object ListViewSort1: TListViewSort
531 ListView = ListViewAcronyms
532 OnCompareItem = ListViewSort1CompareItem
533 OnFilter = ListViewSort1Filter
534 OnColumnWidthChanged = ListViewSort1ColumnWidthChanged
535 Column = 2
536 Order = soDown
537 left = 590
538 top = 320
539 end
540 object PopupMenuOpenRecent: TPopupMenu
541 Images = Core.ImageList1
542 left = 100
543 top = 350
544 end
545 object PopupMenuFilter: TPopupMenu
546 left = 345
547 top = 181
548 object MenuItem1: TMenuItem
549 Action = AManageAcronym
550 end
551 object MenuItemShowItemsWithoutFilter: TMenuItem
552 Caption = 'Show items without filter'
553 OnClick = MenuItemShowItemsWithoutFilterClick
554 end
555 end
556end
Note: See TracBrowser for help on using the repository browser.