object FormAcronyms: TFormAcronyms Left = 424 Height = 558 Top = 310 Width = 740 Caption = 'Acronyms' ClientHeight = 558 ClientWidth = 740 OnShow = FormShow LCLVersion = '1.6.0.4' object ListViewAcronyms: TListView Left = 8 Height = 510 Top = 40 Width = 725 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Description' Width = 300 end item Caption = 'Categories' Width = 305 end> MultiSelect = True OwnerData = True PopupMenu = PopupMenuAcronym ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewAcronymsData OnDblClick = ListViewAcronymsDblClick OnResize = ListViewAcronymsResize OnSelectItem = ListViewAcronymsSelectItem end object ListViewFilter1: TListViewFilter Left = 8 Height = 30 Top = 8 Width = 725 OnChange = ListViewFilter1Change Anchors = [akTop, akLeft, akRight] end object ListViewSort1: TListViewSort ListView = ListViewAcronyms OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter Column = 0 Order = soUp left = 248 top = 168 end object ActionList1: TActionList Images = FormMain.ImageList1 left = 248 top = 232 object AAdd: TAction Caption = 'Add' OnExecute = AAddExecute ShortCut = 45 end object AModify: TAction Caption = 'Modify' OnExecute = AModifyExecute ShortCut = 13 end object ARemove: TAction Caption = 'Remove' OnExecute = ARemoveExecute ShortCut = 46 end object ASelectAll: TAction Caption = 'Select all' OnExecute = ASelectAllExecute ShortCut = 16449 end end object PopupMenuAcronym: TPopupMenu Images = FormMain.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