object FormContact: TFormContact Left = 595 Height = 490 Top = 541 Width = 762 Caption = 'Contact' ClientHeight = 490 ClientWidth = 762 LCLVersion = '1.8.0.4' object PageControlContact: TPageControl Left = 8 Height = 424 Top = 8 Width = 744 ActivePage = TabSheetGeneral Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 0 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 380 ClientWidth = 738 object Label1: TLabel Left = 13 Height = 26 Top = 13 Width = 56 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 100 Height = 36 Top = 15 Width = 212 TabOrder = 0 end end object TabSheetDetails: TTabSheet Caption = 'Details' end object TabSheetAll: TTabSheet Caption = 'All fields' end end object ButtonCancel: TButton Left = 656 Height = 31 Top = 448 Width = 96 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 544 Height = 31 Top = 448 Width = 99 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 2 end end