object FormTable: TFormTable Left = 812 Height = 351 Top = 164 Width = 725 Caption = 'Table' ClientHeight = 351 ClientWidth = 725 Position = poMainFormCenter LCLVersion = '1.3' object EditName: TEdit Left = 168 Height = 35 Top = 11 Width = 156 TabOrder = 0 end object Label1: TLabel Left = 17 Height = 25 Top = 21 Width = 131 Caption = 'System name:' ParentColor = False end object ButtonOk: TButton Left = 572 Height = 25 Top = 302 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object EditCaption: TEdit Left = 167 Height = 35 Top = 56 Width = 156 TabOrder = 2 end object Label2: TLabel Left = 16 Height = 25 Top = 66 Width = 78 Caption = 'Caption:' ParentColor = False end object ButtonCancel: TButton Left = 472 Height = 25 Top = 302 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end