object FormTable: TFormTable Left = 812 Height = 526 Top = 164 Width = 665 Caption = 'Table' ClientHeight = 526 ClientWidth = 665 DesignTimePPI = 144 Position = poMainFormCenter LCLVersion = '2.2.2.0' object EditName: TEdit Left = 250 Height = 43 Top = 24 Width = 234 TabOrder = 0 end object Label1: TLabel Left = 24 Height = 26 Top = 32 Width = 119 Caption = 'System name:' ParentColor = False end object ButtonOk: TButton Left = 436 Height = 38 Top = 452 Width = 112 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object EditCaption: TEdit Left = 250 Height = 43 Top = 84 Width = 234 TabOrder = 2 end object Label2: TLabel Left = 24 Height = 26 Top = 96 Width = 70 Caption = 'Caption:' ParentColor = False end object ButtonCancel: TButton Left = 286 Height = 38 Top = 452 Width = 112 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end