object FormMain: TFormMain Left = 395 Height = 602 Top = 261 Width = 847 Caption = 'Acronym Decoder' ClientHeight = 577 ClientWidth = 847 DesignTimePPI = 120 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow LCLVersion = '1.8.2.0' object PanelMain: TPanel Left = 0 Height = 479 Top = 70 Width = 847 Align = alClient BevelOuter = bvNone ClientHeight = 479 ClientWidth = 847 TabOrder = 0 object ListViewFilter1: TListViewFilter Left = 4 Height = 38 Top = 4 Width = 838 OnChange = ListViewFilter1Change Anchors = [akTop, akLeft, akRight] end object ListViewAcronyms: TListView Left = 4 Height = 432 Top = 42 Width = 838 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 125 end item Caption = 'Meaning' Width = 375 end item Caption = 'Categories' Width = 434 end> OwnerData = True PopupMenu = PopupMenuFilter ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewAcronymsData OnResize = ListViewAcronymsResize OnSelectItem = ListViewAcronymsSelectItem end end object PanelParam: TPanel Left = 0 Height = 32 Top = 38 Width = 847 Align = alTop BevelOuter = bvNone ClientHeight = 32 ClientWidth = 847 TabOrder = 1 object CheckBoxExactLength: TCheckBox Left = 10 Height = 24 Top = 4 Width = 107 Action = AFilterSameLength TabOrder = 0 end object CheckBoxCaseSensitive: TCheckBox Left = 200 Height = 24 Top = 4 Width = 133 Action = AFilterSameLetterCase TabOrder = 1 end object CheckBoxEnabledCategories: TCheckBox Left = 450 Height = 24 Top = 4 Width = 151 Action = AFilterEnabledCategories TabOrder = 2 end end object CoolBar1: TCoolBar Left = 0 Height = 38 Top = 0 Width = 847 Bands = < item Break = False Control = ToolBarFile FixedSize = True MinWidth = 40 Width = 164 end item Break = False Control = ToolBarManage FixedSize = True MinWidth = 40 Width = 149 end item Break = False Control = ToolBarOther FixedSize = True MinWidth = 40 Width = 91 end item Break = False Control = ToolBarFilter FixedSize = True MinWidth = 40 Width = 120 end> Images = Core.ImageList1 object ToolBarFile: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 24 Height = 28 Top = 5 Width = 132 Align = alNone AutoSize = True BorderSpacing.Left = 22 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 0 Transparent = True object ToolButton1: TToolButton Left = 1 Top = 0 Action = AFileNew end object ToolButton6: TToolButton Left = 30 Top = 0 Action = AFileOpen DropdownMenu = PopupMenuOpenRecent Style = tbsDropDown end object ToolButton7: TToolButton Left = 74 Top = 0 Action = AFileSave end object ToolButton12: TToolButton Left = 103 Top = 0 Action = AFileClose end end object ToolBarManage: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 188 Height = 28 Top = 5 Width = 117 Align = alNone AutoSize = True BorderSpacing.Left = 186 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 1 Transparent = True object ToolButton2: TToolButton Left = 1 Top = 0 Action = AShowAcronyms end object ToolButton3: TToolButton Left = 30 Top = 0 Action = AShowCategories end object ToolButton5: TToolButton Left = 59 Top = 0 Action = AShowImportSources end object ToolButton4: TToolButton Left = 88 Top = 0 Action = AShowImportFormats end end object ToolBarOther: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 337 Height = 28 Top = 5 Width = 59 Align = alNone AutoSize = True BorderSpacing.Left = 335 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 2 Transparent = True object ToolButton11: TToolButton Left = 30 Top = 0 Action = ASettings end object ToolButton9: TToolButton Left = 1 Top = 0 Action = AProcessImports end end object ToolBarFilter: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 428 Height = 28 Top = 5 Width = 88 Align = alNone AutoSize = True BorderSpacing.Left = 426 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 3 Transparent = True object ToolButton16: TToolButton Left = 1 Top = 0 Action = AFilterSameLength Style = tbsCheck end object ToolButton13: TToolButton Left = 30 Top = 0 Action = AFilterSameLetterCase Style = tbsCheck end object ToolButton8: TToolButton Left = 59 Top = 0 Action = AFilterEnabledCategories Style = tbsCheck end end end object StatusBar1: TStatusBar Left = 0 Height = 28 Top = 549 Width = 847 Panels = < item Width = 250 end item Width = 250 end> SimplePanel = False end object ActionList1: TActionList Images = Core.ImageList1 left = 590 top = 240 object AExit: TAction Caption = 'Exit' ImageIndex = 2 OnExecute = AExitExecute end object AShow: TAction Caption = 'Show' OnExecute = AShowExecute end object AHide: TAction Caption = 'Hide' OnExecute = AHideExecute end object AImport: TAction Caption = 'Import' OnExecute = AImportExecute end object AFileOpen: TAction Caption = 'Open' ImageIndex = 8 OnExecute = AFileOpenExecute ShortCut = 16463 end object AFileNew: TAction Caption = 'New' ImageIndex = 16 OnExecute = AFileNewExecute ShortCut = 16462 end object AFileSave: TAction Caption = 'Save' ImageIndex = 10 OnExecute = AFileSaveExecute ShortCut = 16467 end object AFileClose: TAction Caption = 'Close' ImageIndex = 12 OnExecute = AFileCloseExecute end object AFileSaveAs: TAction Caption = 'Save as...' ImageIndex = 10 OnExecute = AFileSaveAsExecute ShortCut = 24659 end object ASettings: TAction Caption = 'Settings' ImageIndex = 6 OnExecute = ASettingsExecute ShortCut = 121 end object AShowCategories: TAction Caption = 'Categories' ImageIndex = 11 OnExecute = AShowCategoriesExecute ShortCut = 116 end object AShowAcronyms: TAction Caption = 'Acronyms' ImageIndex = 15 OnExecute = AShowAcronymsExecute ShortCut = 115 end object AShowImportSources: TAction Caption = 'Import sources' ImageIndex = 13 OnExecute = AShowImportSourcesExecute ShortCut = 117 end object AShowAbout: TAction Caption = 'About' ImageIndex = 7 OnExecute = AShowAboutExecute end object AShowImportFormats: TAction Caption = 'Import formats' ImageIndex = 14 OnExecute = AShowImportFormatsExecute ShortCut = 118 end object AProcessImports: TAction Caption = 'Process imports' ImageIndex = 5 OnExecute = AProcessImportsExecute ShortCut = 119 end object AExport: TAction Caption = 'Export' OnExecute = AExportExecute end object AFilterSameLength: TAction AutoCheck = True Caption = 'Same length' ImageIndex = 18 OnExecute = AFilterSameLengthExecute end object AFilterSameLetterCase: TAction AutoCheck = True Caption = 'Same letter case' ImageIndex = 17 OnExecute = AFilterSameLetterCaseExecute end object AFilterEnabledCategories: TAction AutoCheck = True Caption = 'Enabled categories' ImageIndex = 19 OnExecute = AFilterEnabledCategoriesExecute end object AManageAcronym: TAction Caption = 'Manage acronym' OnExecute = AManageAcronymExecute end object ADocumentCheck: TAction Caption = 'Document check' ImageIndex = 20 OnExecute = ADocumentCheckExecute end end object MainMenu1: TMainMenu Images = Core.ImageList1 left = 590 top = 170 object MenuItem8: TMenuItem Caption = 'File' object MenuItem10: TMenuItem Action = AFileNew end object MenuItem11: TMenuItem Action = AFileOpen end object MenuItemOpenRecent: TMenuItem Caption = 'Open recent' end object MenuItem12: TMenuItem Action = AFileSave end object MenuItem13: TMenuItem Action = AFileSaveAs end object MenuItem14: TMenuItem Action = AFileClose end object MenuItem15: TMenuItem Caption = '-' end object MenuItem9: TMenuItem Action = AExit end end object MenuItem20: TMenuItem Caption = 'View' object MenuItem22: TMenuItem Action = AShowAcronyms end object MenuItem21: TMenuItem Action = AShowCategories end object MenuItem4: TMenuItem Action = AShowImportSources end object MenuItem7: TMenuItem Action = AShowImportFormats end object MenuItem24: TMenuItem Caption = '-' end object MenuItemToolbar: TMenuItem Caption = 'Toolbar' OnClick = MenuItemToolbarClick end object MenuItemParam: TMenuItem Caption = 'Filter parameters' OnClick = MenuItemParamClick end object MenuItemStatusBar: TMenuItem Caption = 'Status bar' OnClick = MenuItemStatusBarClick end end object MenuItem16: TMenuItem Caption = 'Tools' object MenuItem18: TMenuItem Action = ASettings end object MenuItem2: TMenuItem Caption = '-' end object MenuItem17: TMenuItem Action = AImport end object MenuItem25: TMenuItem Action = AExport end object MenuItem23: TMenuItem Action = AProcessImports end object MenuItem3: TMenuItem Action = ADocumentCheck end end object MenuItem5: TMenuItem Caption = 'Help' object MenuItem6: TMenuItem Action = AShowAbout end end end object OpenDialog1: TOpenDialog DefaultExt = '.adp' left = 100 top = 260 end object SaveDialog1: TSaveDialog DefaultExt = '.adp' Filter = 'Acronym Decoder project (.adp)|*.adp|All files|*.*' left = 100 top = 180 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 330 top = 300 end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter OnColumnWidthChanged = ListViewSort1ColumnWidthChanged Column = 2 Order = soDown left = 590 top = 320 end object PopupMenuOpenRecent: TPopupMenu Images = Core.ImageList1 left = 100 top = 350 end object PopupMenuFilter: TPopupMenu left = 345 top = 181 object MenuItem1: TMenuItem Action = AManageAcronym end object MenuItemShowItemsWithoutFilter: TMenuItem Caption = 'Show items without filter' OnClick = MenuItemShowItemsWithoutFilterClick end end end