object FormCategories: TFormCategories Left = 630 Height = 487 Top = 485 Width = 784 Caption = 'Acronym categories' ClientHeight = 487 ClientWidth = 784 OnShow = FormShow LCLVersion = '1.6.0.4' object ListViewCategories: TListView Left = 9 Height = 432 Top = 8 Width = 767 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 300 end item Caption = 'Used count' Width = 440 end> OwnerData = True PopupMenu = PopupMenuCategory ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewCategoriesData OnSelectItem = ListViewCategoriesSelectItem end object Button1: TButton Left = 15 Height = 25 Top = 448 Width = 75 Action = AAdd TabOrder = 1 end object Button2: TButton Left = 104 Height = 25 Top = 448 Width = 75 Action = AModify TabOrder = 2 end object Button3: TButton Left = 192 Height = 25 Top = 448 Width = 75 Action = ARemove TabOrder = 3 end object ActionList1: TActionList Images = FormMain.ImageList1 left = 380 top = 196 object AAdd: TAction Caption = 'Add' OnExecute = AAddExecute ShortCut = 45 end object ARemove: TAction Caption = 'Remove' OnExecute = ARemoveExecute ShortCut = 46 end object AModify: TAction Caption = 'Modify' OnExecute = AModifyExecute ShortCut = 13 end end object PopupMenuCategory: TPopupMenu Images = FormMain.ImageList1 left = 119 top = 192 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end end end