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 LCLVersion = '2.2.6.0' object EditFirstName: TEdit Left = 192 Height = 43 Top = 61 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 1 end object Label1: TLabel Left = 15 Height = 26 Top = 69 Width = 41 Caption = 'First:' ParentColor = False ParentFont = False end object Label5: TLabel Left = 15 Height = 26 Top = 161 Width = 39 Caption = 'Last:' ParentColor = False ParentFont = False end object EditLastName: TEdit Left = 192 Height = 43 Top = 154 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 3 end object EditMiddleName: TEdit Left = 192 Height = 43 Top = 108 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 2 end object Label25: TLabel Left = 15 Height = 26 Top = 119 Width = 63 Caption = 'Middle:' ParentColor = False ParentFont = False end object Label26: TLabel Left = 15 Height = 26 Top = 23 Width = 41 Caption = 'Title:' ParentColor = False ParentFont = False end object EditTitleBefore: TEdit Left = 192 Height = 43 Top = 15 Width = 361 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object Label27: TLabel Left = 15 Height = 26 Top = 207 Width = 53 Caption = 'Suffix:' ParentColor = False ParentFont = False end object EditTitleAfter: TEdit Left = 192 Height = 43 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