object FormAcronym: TFormAcronym Left = 845 Height = 448 Top = 528 Width = 509 Caption = 'Acronym' ClientHeight = 448 ClientWidth = 509 OnClose = FormClose OnKeyUp = FormKeyUp OnShow = FormShow LCLVersion = '1.6.0.4' object Label1: TLabel Left = 8 Height = 20 Top = 16 Width = 43 Caption = 'Name:' ParentColor = False end object EditAcronym: TEdit Left = 136 Height = 28 Top = 15 Width = 361 Anchors = [akTop, akLeft, akRight] OnKeyUp = FormKeyUp TabOrder = 0 end object Label2: TLabel Left = 8 Height = 20 Top = 49 Width = 61 Caption = 'Meaning:' ParentColor = False end object EditMeaning: TEdit Left = 136 Height = 28 Top = 49 Width = 361 Anchors = [akTop, akLeft, akRight] OnKeyUp = FormKeyUp TabOrder = 1 end object ButtonOk: TButton Left = 409 Height = 25 Top = 408 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnKeyUp = FormKeyUp TabOrder = 2 end object ButtonCancel: TButton Left = 313 Height = 25 Top = 408 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 OnKeyUp = FormKeyUp TabOrder = 3 end object Label3: TLabel Left = 8 Height = 20 Top = 88 Width = 79 Caption = 'Description:' ParentColor = False end object MemoDescription: TMemo Left = 136 Height = 114 Top = 88 Width = 361 Anchors = [akTop, akLeft, akRight] ScrollBars = ssAutoBoth TabOrder = 4 end object Label4: TLabel Left = 12 Height = 20 Top = 208 Width = 74 Caption = 'Categories:' ParentColor = False end object ListBox1: TListBox Left = 136 Height = 141 Top = 208 Width = 360 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 MultiSelect = True OnSelectionChange = ListBox1SelectionChange PopupMenu = PopupMenuCategory ScrollWidth = 358 TabOrder = 5 end object Button1: TButton Left = 136 Height = 25 Top = 360 Width = 75 Action = ACategoryAdd TabOrder = 6 end object Button2: TButton Left = 232 Height = 25 Top = 360 Width = 75 Action = ACategoryRemove TabOrder = 7 end object ActionList1: TActionList left = 361 top = 240 object ACategoryRemove: TAction Caption = 'Remove' OnExecute = ACategoryRemoveExecute end object ACategoryAdd: TAction Caption = 'Add' OnExecute = ACategoryAddExecute end end object PopupMenuCategory: TPopupMenu left = 192 top = 244 end end