object FormAcronyms: TFormAcronyms Left = 755 Height = 670 Top = 284 Width = 888 Caption = 'Acronyms' ClientHeight = 670 ClientWidth = 888 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '3.6.0.0' object ListViewAcronyms: TListView Left = 5 Height = 563 Top = 41 Width = 878 Align = alClient BorderSpacing.Left = 5 BorderSpacing.Right = 5 BorderSpacing.Bottom = 5 Columns = < item Caption = 'Name' Width = 120 end item Caption = 'Description' Width = 360 end item Caption = 'Categories' Width = 383 end> MultiSelect = True OwnerData = True PopupMenu = PopupMenuAcronym ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewAcronymsData OnDblClick = ListViewAcronymsDblClick OnKeyPress = ListViewAcronymsKeyPress OnResize = ListViewAcronymsResize OnSelectItem = ListViewAcronymsSelectItem end object ListViewFilter1: TListViewFilter Left = 5 Height = 36 Top = 5 Width = 878 OnChange = ListViewFilter1Change Align = alTop BorderSpacing.Left = 5 BorderSpacing.Top = 5 BorderSpacing.Right = 5 end object ToolBar1: TToolBar AnchorSideBottom.Control = StatusBar1 Left = 0 Height = 33 Top = 609 Width = 888 Align = alBottom Caption = 'ToolBar1' Images = Core.ImageListSmall ParentShowHint = False ShowHint = True TabOrder = 2 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 36 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 71 Top = 2 Action = ARemove end end object StatusBar1: TStatusBar Left = 0 Height = 28 Top = 642 Width = 888 Panels = < item Width = 144 end item Width = 144 end> SimplePanel = False end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter OnColumnWidthChanged = ListViewSort1ColumnWidthChanged Column = 0 Order = soUp Left = 298 Top = 202 end object ActionList1: TActionList Left = 298 Top = 278 object AAdd: TAction Caption = 'Add' ImageIndex = 0 OnExecute = AAddExecute ShortCut = 45 end object AModify: TAction Caption = 'Modify' ImageIndex = 3 OnExecute = AModifyExecute ShortCut = 13 end object ARemove: TAction Caption = 'Remove' ImageIndex = 4 OnExecute = ARemoveExecute ShortCut = 46 end object ASelectAll: TAction Caption = 'Select all' OnExecute = ASelectAllExecute ShortCut = 16449 end end object PopupMenuAcronym: TPopupMenu Left = 298 Top = 355 object MenuItem4: TMenuItem Action = AAdd end object MenuItem5: TMenuItem Action = AModify end object MenuItem6: TMenuItem Action = ARemove end object MenuItem7: TMenuItem Action = ASelectAll end end end