object FormMain: TFormMain Left = 417 Height = 747 Top = 453 Width = 1106 Caption = 'Acronym Decoder' ClientHeight = 713 ClientWidth = 1106 DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnResize = FormResize OnShow = FormShow LCLVersion = '2.0.12.0' object PanelMain: TPanel Left = 0 Height = 605 Top = 81 Width = 1106 Align = alClient BevelOuter = bvNone ClientHeight = 605 ClientWidth = 1106 ParentFont = False TabOrder = 0 object ListViewFilter1: TListViewFilter Left = 5 Height = 46 Top = 5 Width = 1095 OnChange = ListViewFilter1Change Anchors = [akTop, akLeft, akRight] end object ListViewAcronyms: TListView Left = 5 Height = 549 Top = 50 Width = 1095 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Meaning' Width = 450 end item Caption = 'Categories' Width = 521 end> OwnerData = True ParentFont = False PopupMenu = PopupMenuFilter ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewAcronymsData OnResize = ListViewAcronymsResize OnSelectItem = ListViewAcronymsSelectItem end end object PanelParam: TPanel Left = 0 Height = 38 Top = 43 Width = 1106 Align = alTop BevelOuter = bvNone ClientHeight = 38 ClientWidth = 1106 ParentFont = False TabOrder = 1 object CheckBoxExactLength: TCheckBox Left = 8 Height = 38 Top = 0 Width = 132 Action = AFilterSameLength Align = alLeft BorderSpacing.Left = 8 ParentFont = False TabOrder = 0 end object CheckBoxCaseSensitive: TCheckBox Left = 156 Height = 38 Top = 0 Width = 165 Action = AFilterSameLetterCase Align = alLeft BorderSpacing.Left = 16 ParentFont = False TabOrder = 1 end object CheckBoxEnabledCategories: TCheckBox Left = 337 Height = 38 Top = 0 Width = 187 Action = AFilterEnabledCategories Align = alLeft BorderSpacing.Left = 16 ParentFont = False TabOrder = 2 end object CheckBoxShowItemsWithoutFilter: TCheckBox Left = 540 Height = 38 Top = 0 Width = 237 Action = AFilterShowItemsWithoutFilter Align = alLeft BorderSpacing.Left = 16 ParentFont = False TabOrder = 3 end end object CoolBar1: TCoolBar Left = 0 Height = 43 Top = 0 Width = 1106 AutoSize = True 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 ParentFont = False object ToolBarFile: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 24 Height = 33 Top = 5 Width = 159 Align = alNone AutoSize = True BorderSpacing.Left = 22 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 Transparent = True object ToolButton1: TToolButton Left = 1 Top = 0 Action = AFileNew end object ToolButton6: TToolButton Left = 36 Top = 0 Action = AFileOpen DropdownMenu = PopupMenuOpenRecent Style = tbsDropDown end object ToolButton7: TToolButton Left = 89 Top = 0 Action = AFileSave end object ToolButton12: TToolButton Left = 124 Top = 0 Action = AFileClose end end object ToolBarManage: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 188 Height = 33 Top = 5 Width = 141 Align = alNone AutoSize = True BorderSpacing.Left = 186 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 Transparent = True object ToolButton2: TToolButton Left = 1 Top = 0 Action = AShowAcronyms end object ToolButton3: TToolButton Left = 36 Top = 0 Action = AShowCategories end object ToolButton5: TToolButton Left = 71 Top = 0 Action = AShowImportSources end object ToolButton4: TToolButton Left = 106 Top = 0 Action = AShowImportFormats end end object ToolBarOther: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 337 Height = 33 Top = 5 Width = 71 Align = alNone AutoSize = True BorderSpacing.Left = 335 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 Transparent = True object ToolButton11: TToolButton Left = 36 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 = 33 Top = 5 Width = 106 Align = alNone AutoSize = True BorderSpacing.Left = 426 BorderSpacing.Top = 3 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 Transparent = True object ToolButton16: TToolButton Left = 1 Top = 0 Action = AFilterSameLength Style = tbsCheck end object ToolButton13: TToolButton Left = 36 Top = 0 Action = AFilterSameLetterCase Style = tbsCheck end object ToolButton8: TToolButton Left = 71 Top = 0 Action = AFilterEnabledCategories Style = tbsCheck end end end object StatusBar1: TStatusBar Left = 0 Height = 27 Top = 686 Width = 1106 Panels = < item Width = 300 end item Width = 300 end> ParentFont = False SimplePanel = False end object ActionList1: TActionList Images = Core.ImageList1 Left = 708 Top = 288 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 AFilterShowItemsWithoutFilter: TAction AutoCheck = True Caption = 'Show items without filter' OnExecute = AFilterShowItemsWithoutFilterExecute 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 = 712 Top = 204 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 = 120 Top = 312 end object SaveDialog1: TSaveDialog DefaultExt = '.adp' Filter = 'Acronym Decoder project (.adp)|*.adp|All files|*.*' Left = 120 Top = 216 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change Left = 396 Top = 360 end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter OnColumnWidthChanged = ListViewSort1ColumnWidthChanged Column = 2 Order = soDown Left = 708 Top = 384 end object PopupMenuOpenRecent: TPopupMenu Images = Core.ImageList1 Left = 120 Top = 420 end object PopupMenuFilter: TPopupMenu Left = 416 Top = 217 object MenuItem1: TMenuItem Action = AManageAcronym end object N1: TMenuItem Caption = '-' end object MenuItem26: TMenuItem Action = AFilterSameLength AutoCheck = True end object MenuItem27: TMenuItem Action = AFilterSameLetterCase AutoCheck = True end object MenuItem19: TMenuItem Action = AFilterEnabledCategories AutoCheck = True end object MenuItemShowItemsWithoutFilter: TMenuItem Action = AFilterShowItemsWithoutFilter AutoCheck = True end end object AboutDialog1: TAboutDialog Translator = Core.Translator ThemeManager = Core.ThemeManager ApplicationInfo = Core.ApplicationInfo1 Left = 392 Top = 448 end end