Changeset 162 for trunk/Forms/FormNameDetails.lfm
- Timestamp:
- Jun 30, 2023, 10:01:24 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNameDetails.lfm
r155 r162 10 10 Constraints.MinWidth = 270 11 11 DesignTimePPI = 144 12 OnClose = FormClose13 OnCreate = FormCreate14 OnShow = FormShow15 12 LCLVersion = '2.2.6.0' 16 13 object EditFirstName: TEdit 17 14 Left = 192 18 Height = 3315 Height = 43 19 16 Top = 61 20 17 Width = 361 … … 25 22 object Label1: TLabel 26 23 Left = 15 27 Height = 2 524 Height = 26 28 25 Top = 69 29 Width = 3726 Width = 41 30 27 Caption = 'First:' 31 28 ParentColor = False … … 34 31 object Label5: TLabel 35 32 Left = 15 36 Height = 2 533 Height = 26 37 34 Top = 161 38 Width = 3 535 Width = 39 39 36 Caption = 'Last:' 40 37 ParentColor = False … … 43 40 object EditLastName: TEdit 44 41 Left = 192 45 Height = 3342 Height = 43 46 43 Top = 154 47 44 Width = 361 … … 52 49 object EditMiddleName: TEdit 53 50 Left = 192 54 Height = 3351 Height = 43 55 52 Top = 108 56 53 Width = 361 … … 61 58 object Label25: TLabel 62 59 Left = 15 63 Height = 2 560 Height = 26 64 61 Top = 119 65 Width = 5962 Width = 63 66 63 Caption = 'Middle:' 67 64 ParentColor = False … … 70 67 object Label26: TLabel 71 68 Left = 15 72 Height = 2 569 Height = 26 73 70 Top = 23 74 Width = 3671 Width = 41 75 72 Caption = 'Title:' 76 73 ParentColor = False … … 79 76 object EditTitleBefore: TEdit 80 77 Left = 192 81 Height = 3378 Height = 43 82 79 Top = 15 83 80 Width = 361 … … 88 85 object Label27: TLabel 89 86 Left = 15 90 Height = 2 587 Height = 26 91 88 Top = 207 92 Width = 4889 Width = 53 93 90 Caption = 'Suffix:' 94 91 ParentColor = False … … 97 94 object EditTitleAfter: TEdit 98 95 Left = 192 99 Height = 3396 Height = 43 100 97 Top = 200 101 98 Width = 361
Note:
See TracChangeset
for help on using the changeset viewer.