object FormNameDetails: TFormNameDetails Left = 670 Height = 299 Top = 542 Width = 572 Caption = 'Name details' ClientHeight = 299 ClientWidth = 572 Constraints.MinHeight = 299 Constraints.MinWidth = 270 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.6.0' object EditFirstName: TEdit Left = 192 Height = 33 Top = 61 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 1 end object Label1: TLabel Left = 15 Height = 25 Top = 69 Width = 37 Caption = 'First:' ParentColor = False ParentFont = False end object Label5: TLabel Left = 15 Height = 25 Top = 161 Width = 35 Caption = 'Last:' ParentColor = False ParentFont = False end object EditLastName: TEdit Left = 192 Height = 33 Top = 154 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 3 end object EditMiddleName: TEdit Left = 192 Height = 33 Top = 108 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 2 end object Label25: TLabel Left = 15 Height = 25 Top = 119 Width = 59 Caption = 'Middle:' ParentColor = False ParentFont = False end object Label26: TLabel Left = 15 Height = 25 Top = 23 Width = 36 Caption = 'Title:' ParentColor = False ParentFont = False end object EditTitleBefore: TEdit Left = 192 Height = 33 Top = 15 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object Label27: TLabel Left = 15 Height = 25 Top = 207 Width = 48 Caption = 'Suffix:' ParentColor = False ParentFont = False end object EditTitleAfter: TEdit Left = 192 Height = 33 Top = 200 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 4 end object ButtonOk: TButton Left = 441 Height = 37 Top = 249 Width = 112 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 6 end object ButtonCancel: TButton Left = 316 Height = 37 Top = 249 Width = 112 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end end