Changeset 155 for trunk/Forms/FormNameDetails.lfm
- Timestamp:
- Jun 6, 2023, 10:45:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNameDetails.lfm
r149 r155 1 1 object FormNameDetails: TFormNameDetails 2 2 Left = 670 3 Height = 3294 Top = 5 255 Width = 6043 Height = 299 4 Top = 542 5 Width = 572 6 6 Caption = 'Name details' 7 ClientHeight = 3298 ClientWidth = 6049 Constraints.MinHeight = 31110 Constraints.MinWidth = 2 8111 DesignTimePPI = 1 507 ClientHeight = 299 8 ClientWidth = 572 9 Constraints.MinHeight = 299 10 Constraints.MinWidth = 270 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 LCLVersion = '2.2. 0.4'15 LCLVersion = '2.2.6.0' 16 16 object EditFirstName: TEdit 17 Left = 20018 Height = 4319 Top = 6 420 Width = 3 8417 Left = 192 18 Height = 33 19 Top = 61 20 Width = 361 21 21 Anchors = [akTop, akLeft, akRight] 22 22 ParentFont = False … … 24 24 end 25 25 object Label1: TLabel 26 Left = 1 627 Height = 2 728 Top = 7229 Width = 4426 Left = 15 27 Height = 25 28 Top = 69 29 Width = 37 30 30 Caption = 'First:' 31 ParentColor = False 31 32 ParentFont = False 32 33 end 33 34 object Label5: TLabel 34 Left = 1 635 Height = 2 736 Top = 16 837 Width = 4235 Left = 15 36 Height = 25 37 Top = 161 38 Width = 35 38 39 Caption = 'Last:' 40 ParentColor = False 39 41 ParentFont = False 40 42 end 41 43 object EditLastName: TEdit 42 Left = 20043 Height = 4344 Top = 1 6045 Width = 3 8444 Left = 192 45 Height = 33 46 Top = 154 47 Width = 361 46 48 Anchors = [akTop, akLeft, akRight] 47 49 ParentFont = False … … 49 51 end 50 52 object EditMiddleName: TEdit 51 Left = 20052 Height = 4353 Top = 1 1254 Width = 3 8453 Left = 192 54 Height = 33 55 Top = 108 56 Width = 361 55 57 Anchors = [akTop, akLeft, akRight] 56 58 ParentFont = False … … 58 60 end 59 61 object Label25: TLabel 60 Left = 1 661 Height = 2 762 Top = 1 2463 Width = 6762 Left = 15 63 Height = 25 64 Top = 119 65 Width = 59 64 66 Caption = 'Middle:' 67 ParentColor = False 65 68 ParentFont = False 66 69 end 67 70 object Label26: TLabel 68 Left = 1 669 Height = 2 770 Top = 2 471 Width = 4371 Left = 15 72 Height = 25 73 Top = 23 74 Width = 36 72 75 Caption = 'Title:' 76 ParentColor = False 73 77 ParentFont = False 74 78 end 75 79 object EditTitleBefore: TEdit 76 Left = 20077 Height = 4378 Top = 1 679 Width = 3 8480 Left = 192 81 Height = 33 82 Top = 15 83 Width = 361 80 84 Anchors = [akTop, akLeft, akRight] 81 85 ParentFont = False … … 83 87 end 84 88 object Label27: TLabel 85 Left = 1 686 Height = 2 787 Top = 2 1688 Width = 5589 Left = 15 90 Height = 25 91 Top = 207 92 Width = 48 89 93 Caption = 'Suffix:' 94 ParentColor = False 90 95 ParentFont = False 91 96 end 92 97 object EditTitleAfter: TEdit 93 Left = 20094 Height = 4395 Top = 20 896 Width = 3 8498 Left = 192 99 Height = 33 100 Top = 200 101 Width = 361 97 102 Anchors = [akTop, akLeft, akRight] 98 103 ParentFont = False … … 100 105 end 101 106 object ButtonOk: TButton 102 Left = 4 67103 Height = 3 9104 Top = 2 76105 Width = 11 7107 Left = 441 108 Height = 37 109 Top = 249 110 Width = 112 106 111 Anchors = [akRight, akBottom] 107 112 Caption = 'OK' … … 110 115 end 111 116 object ButtonCancel: TButton 112 Left = 3 37113 Height = 3 9114 Top = 2 76115 Width = 11 7117 Left = 316 118 Height = 37 119 Top = 249 120 Width = 112 116 121 Anchors = [akRight, akBottom] 117 122 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.