object FormMain: TFormMain Left = 495 Height = 447 Top = 424 Width = 782 Caption = 'Acronym Decoder' ClientHeight = 415 ClientWidth = 782 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow LCLVersion = '1.6.0.4' object PanelMain: TPanel Left = 0 Height = 351 Top = 64 Width = 782 Align = alClient BevelOuter = bvNone ClientHeight = 351 ClientWidth = 782 TabOrder = 0 object ListViewFilter1: TListViewFilter Left = 8 Height = 30 Top = 5 Width = 767 OnChange = ListViewFilter1Change Anchors = [akTop, akLeft, akRight] end object ListViewAcronyms: TListView Left = 8 Height = 309 Top = 35 Width = 767 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Meaning' Width = 300 end item Caption = 'Categories' Width = 347 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewAcronymsData OnResize = ListViewAcronymsResize OnSelectItem = ListViewAcronymsSelectItem end end object PanelParam: TPanel Left = 0 Height = 30 Top = 34 Width = 782 Align = alTop BevelOuter = bvNone ClientHeight = 30 ClientWidth = 782 TabOrder = 1 object CheckBoxExactLength: TCheckBox Left = 8 Height = 28 Top = 3 Width = 131 Action = AFilterSameLength TabOrder = 0 end object CheckBoxCaseSensitive: TCheckBox Left = 160 Height = 28 Top = 3 Width = 165 Action = AFilterSameLetterCase TabOrder = 1 end end object CoolBar1: TCoolBar Left = 0 Height = 34 Top = 0 Width = 782 AutoSize = True Bands = < item Break = False Control = ToolBar1 FixedSize = True MinWidth = 40 Width = 136 end item Break = False Control = ToolBar2 FixedSize = True MinWidth = 40 Width = 126 end item Break = False Control = ToolBar3 FixedSize = True MinWidth = 40 Width = 80 end item Break = False Control = ToolBar4 FixedSize = True MinWidth = 40 Width = 80 end> Images = Core.ImageList1 object ToolBar1: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 24 Height = 22 Top = 6 Width = 105 Align = alNone AutoSize = True BorderSpacing.Left = 22 BorderSpacing.Top = 4 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 = 24 Top = 0 Action = AFileOpen DropdownMenu = PopupMenuOpenRecent Style = tbsDropDown end object ToolButton7: TToolButton Left = 59 Top = 0 Action = AFileSave end object ToolButton12: TToolButton Left = 82 Top = 0 Action = AFileClose end end object ToolBar2: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 160 Height = 22 Top = 6 Width = 93 Align = alNone AutoSize = True BorderSpacing.Left = 158 BorderSpacing.Top = 4 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 = 24 Top = 0 Action = AShowCategories end object ToolButton5: TToolButton Left = 47 Top = 0 Action = AShowImportSources end object ToolButton4: TToolButton Left = 70 Top = 0 Action = AShowImportFormats end end object ToolBar3: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 286 Height = 22 Top = 6 Width = 47 Align = alNone AutoSize = True BorderSpacing.Left = 284 BorderSpacing.Top = 4 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 2 Transparent = True object ToolButton11: TToolButton Left = 24 Top = 0 Action = ASettings end object ToolButton9: TToolButton Left = 1 Top = 0 Action = AProcessImports end end object ToolBar4: TToolBar AnchorSideLeft.Control = CoolBar1 AnchorSideTop.Control = CoolBar1 Left = 366 Height = 22 Top = 6 Width = 47 Align = alNone AutoSize = True BorderSpacing.Left = 364 BorderSpacing.Top = 4 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 = 24 Top = 0 Action = AFilterSameLetterCase Style = tbsCheck end end end object ActionList1: TActionList Images = Core.ImageList1 left = 472 top = 192 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 end object MainMenu1: TMainMenu Images = Core.ImageList1 left = 472 top = 136 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 end object MenuItem16: TMenuItem Caption = 'Tools' object MenuItem17: TMenuItem Action = AImport end object MenuItem25: TMenuItem Action = AExport end object MenuItem23: TMenuItem Action = AProcessImports end object MenuItem18: TMenuItem Action = ASettings end end object MenuItem5: TMenuItem Caption = 'Help' object MenuItem6: TMenuItem Action = AShowAbout end end end object OpenDialog1: TOpenDialog left = 80 top = 208 end object SaveDialog1: TSaveDialog left = 80 top = 144 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 264 top = 240 end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter OnColumnWidthChanged = ListViewSort1ColumnWidthChanged Column = 2 Order = soDown left = 472 top = 256 end object PopupMenuOpenRecent: TPopupMenu Images = Core.ImageList1 left = 80 top = 280 end end