object FormAcronyms: TFormAcronyms Left = 426 Height = 558 Top = 251 Width = 740 Caption = 'Acronyms' ClientHeight = 558 ClientWidth = 740 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object ListViewAcronyms: TListView Left = 4 Height = 466 Top = 34 Width = 732 Align = alClient BorderSpacing.Left = 4 BorderSpacing.Right = 4 BorderSpacing.Bottom = 4 Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Description' Width = 300 end item Caption = 'Categories' Width = 312 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 = 4 Height = 30 Top = 4 Width = 732 OnChange = ListViewFilter1Change Align = alTop BorderSpacing.Left = 4 BorderSpacing.Top = 4 BorderSpacing.Right = 4 end object StatusBar1: TStatusBar Left = 0 Height = 28 Top = 530 Width = 740 Panels = < item Width = 120 end item Width = 120 end> SimplePanel = False end object ToolBar1: TToolBar Left = 0 Height = 26 Top = 504 Width = 740 Align = alBottom Caption = 'ToolBar1' Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 3 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 30 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 59 Top = 2 Action = ARemove end end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter OnColumnWidthChanged = ListViewSort1ColumnWidthChanged Column = 0 Order = soUp left = 248 top = 168 end object ActionList1: TActionList Images = Core.ImageList1 left = 248 top = 232 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 Images = Core.ImageList1 left = 248 top = 296 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