object FormAcronym: TFormAcronym Left = 493 Height = 296 Top = 409 Width = 420 Caption = 'Acronym' ClientHeight = 296 ClientWidth = 420 OnKeyUp = FormKeyUp 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 = 272 Anchors = [akTop, akLeft, akRight] OnKeyUp = FormKeyUp TabOrder = 0 end object Label2: TLabel Left = 8 Height = 20 Top = 57 Width = 61 Caption = 'Meaning:' ParentColor = False end object EditMeaning: TEdit Left = 136 Height = 28 Top = 56 Width = 272 Anchors = [akTop, akLeft, akRight] OnKeyUp = FormKeyUp TabOrder = 1 end object ButtonOk: TButton Left = 320 Height = 25 Top = 256 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnKeyUp = FormKeyUp TabOrder = 2 end object ButtonCancel: TButton Left = 224 Height = 25 Top = 256 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 OnKeyUp = FormKeyUp TabOrder = 3 end end