| Line | |
|---|
| 1 | object FormNameDetails: TFormNameDetails
|
|---|
| 2 | Left = 670
|
|---|
| 3 | Height = 299
|
|---|
| 4 | Top = 542
|
|---|
| 5 | Width = 572
|
|---|
| 6 | Caption = 'Name details'
|
|---|
| 7 | ClientHeight = 299
|
|---|
| 8 | ClientWidth = 572
|
|---|
| 9 | Constraints.MinHeight = 299
|
|---|
| 10 | Constraints.MinWidth = 270
|
|---|
| 11 | DesignTimePPI = 144
|
|---|
| 12 | LCLVersion = '2.2.6.0'
|
|---|
| 13 | object EditFirstName: TEdit
|
|---|
| 14 | Left = 192
|
|---|
| 15 | Height = 43
|
|---|
| 16 | Top = 61
|
|---|
| 17 | Width = 361
|
|---|
| 18 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 19 | ParentFont = False
|
|---|
| 20 | TabOrder = 1
|
|---|
| 21 | end
|
|---|
| 22 | object Label1: TLabel
|
|---|
| 23 | Left = 15
|
|---|
| 24 | Height = 26
|
|---|
| 25 | Top = 69
|
|---|
| 26 | Width = 41
|
|---|
| 27 | Caption = 'First:'
|
|---|
| 28 | ParentColor = False
|
|---|
| 29 | ParentFont = False
|
|---|
| 30 | end
|
|---|
| 31 | object Label5: TLabel
|
|---|
| 32 | Left = 15
|
|---|
| 33 | Height = 26
|
|---|
| 34 | Top = 161
|
|---|
| 35 | Width = 39
|
|---|
| 36 | Caption = 'Last:'
|
|---|
| 37 | ParentColor = False
|
|---|
| 38 | ParentFont = False
|
|---|
| 39 | end
|
|---|
| 40 | object EditLastName: TEdit
|
|---|
| 41 | Left = 192
|
|---|
| 42 | Height = 43
|
|---|
| 43 | Top = 154
|
|---|
| 44 | Width = 361
|
|---|
| 45 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 46 | ParentFont = False
|
|---|
| 47 | TabOrder = 3
|
|---|
| 48 | end
|
|---|
| 49 | object EditMiddleName: TEdit
|
|---|
| 50 | Left = 192
|
|---|
| 51 | Height = 43
|
|---|
| 52 | Top = 108
|
|---|
| 53 | Width = 361
|
|---|
| 54 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 55 | ParentFont = False
|
|---|
| 56 | TabOrder = 2
|
|---|
| 57 | end
|
|---|
| 58 | object Label25: TLabel
|
|---|
| 59 | Left = 15
|
|---|
| 60 | Height = 26
|
|---|
| 61 | Top = 119
|
|---|
| 62 | Width = 63
|
|---|
| 63 | Caption = 'Middle:'
|
|---|
| 64 | ParentColor = False
|
|---|
| 65 | ParentFont = False
|
|---|
| 66 | end
|
|---|
| 67 | object Label26: TLabel
|
|---|
| 68 | Left = 15
|
|---|
| 69 | Height = 26
|
|---|
| 70 | Top = 23
|
|---|
| 71 | Width = 41
|
|---|
| 72 | Caption = 'Title:'
|
|---|
| 73 | ParentColor = False
|
|---|
| 74 | ParentFont = False
|
|---|
| 75 | end
|
|---|
| 76 | object EditTitleBefore: TEdit
|
|---|
| 77 | Left = 192
|
|---|
| 78 | Height = 43
|
|---|
| 79 | Top = 15
|
|---|
| 80 | Width = 361
|
|---|
| 81 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 82 | ParentFont = False
|
|---|
| 83 | TabOrder = 0
|
|---|
| 84 | end
|
|---|
| 85 | object Label27: TLabel
|
|---|
| 86 | Left = 15
|
|---|
| 87 | Height = 26
|
|---|
| 88 | Top = 207
|
|---|
| 89 | Width = 53
|
|---|
| 90 | Caption = 'Suffix:'
|
|---|
| 91 | ParentColor = False
|
|---|
| 92 | ParentFont = False
|
|---|
| 93 | end
|
|---|
| 94 | object EditTitleAfter: TEdit
|
|---|
| 95 | Left = 192
|
|---|
| 96 | Height = 43
|
|---|
| 97 | Top = 200
|
|---|
| 98 | Width = 361
|
|---|
| 99 | Anchors = [akTop, akLeft, akRight]
|
|---|
| 100 | ParentFont = False
|
|---|
| 101 | TabOrder = 4
|
|---|
| 102 | end
|
|---|
| 103 | object ButtonOk: TButton
|
|---|
| 104 | Left = 441
|
|---|
| 105 | Height = 37
|
|---|
| 106 | Top = 249
|
|---|
| 107 | Width = 112
|
|---|
| 108 | Anchors = [akRight, akBottom]
|
|---|
| 109 | Caption = 'OK'
|
|---|
| 110 | ModalResult = 1
|
|---|
| 111 | TabOrder = 6
|
|---|
| 112 | end
|
|---|
| 113 | object ButtonCancel: TButton
|
|---|
| 114 | Left = 316
|
|---|
| 115 | Height = 37
|
|---|
| 116 | Top = 249
|
|---|
| 117 | Width = 112
|
|---|
| 118 | Anchors = [akRight, akBottom]
|
|---|
| 119 | Caption = 'Cancel'
|
|---|
| 120 | ModalResult = 2
|
|---|
| 121 | TabOrder = 5
|
|---|
| 122 | end
|
|---|
| 123 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.