Changeset 8 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 1, 2018, 12:51:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r7 r8 7 7 ClientHeight = 490 8 8 ClientWidth = 762 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 LCLVersion = '1.8.0. 4'13 LCLVersion = '1.8.0.6' 13 14 object PageControlContact: TPageControl 14 15 Left = 8 … … 16 17 Top = 8 17 18 Width = 744 18 ActivePage = TabSheet General19 ActivePage = TabSheetAll 19 20 Anchors = [akTop, akLeft, akRight, akBottom] 20 TabIndex = 021 TabIndex = 2 21 22 TabOrder = 0 22 23 object TabSheetGeneral: TTabSheet 23 24 Caption = 'General' 24 ClientHeight = 3 8025 ClientWidth = 73 825 ClientHeight = 391 26 ClientWidth = 736 26 27 object Label1: TLabel 27 28 Left = 13 28 Height = 2 629 Height = 20 29 30 Top = 13 30 Width = 5631 Width = 43 31 32 Caption = 'Name:' 32 33 ParentColor = False … … 34 35 object EditName: TEdit 35 36 Left = 100 36 Height = 3637 Height = 28 37 38 Top = 15 38 39 Width = 212 … … 41 42 object Label2: TLabel 42 43 Left = 13 43 Height = 2 644 Height = 20 44 45 Top = 47 45 Width = 9546 Width = 74 46 47 Caption = 'Cell phone:' 47 48 ParentColor = False … … 49 50 object EditCellPhone: TEdit 50 51 Left = 100 51 Height = 3652 Height = 28 52 53 Top = 49 53 54 Width = 212 … … 56 57 object EditPhone: TEdit 57 58 Left = 100 58 Height = 3659 Height = 28 59 60 Top = 83 60 61 Width = 212 … … 63 64 object Label3: TLabel 64 65 Left = 13 65 Height = 2 666 Height = 20 66 67 Top = 81 67 Width = 5968 Width = 44 68 69 Caption = 'Phone:' 69 70 ParentColor = False … … 71 72 object EditEmail: TEdit 72 73 Left = 479 73 Height = 3674 Height = 28 74 75 Top = 49 75 76 Width = 212 … … 78 79 object Label4: TLabel 79 80 Left = 392 80 Height = 2 681 Height = 20 81 82 Top = 47 82 Width = 5883 Width = 46 83 84 Caption = 'E-mail:' 84 85 ParentColor = False … … 86 87 object EditSurname: TEdit 87 88 Left = 479 88 Height = 3689 Height = 28 89 90 Top = 15 90 91 Width = 212 … … 93 94 object Label5: TLabel 94 95 Left = 392 95 Height = 2 696 Height = 20 96 97 Top = 13 97 Width = 8198 Width = 61 98 99 Caption = 'Surname:' 99 100 ParentColor = False … … 101 102 object MemoNotes: TMemo 102 103 Left = 13 103 Height = 2 14104 Height = 225 104 105 Top = 152 105 Width = 7 10106 Width = 708 106 107 Anchors = [akTop, akLeft, akRight, akBottom] 107 108 TabOrder = 5 … … 109 110 object Label6: TLabel 110 111 Left = 12 111 Height = 2 6112 Height = 20 112 113 Top = 126 113 Width = 56114 Width = 42 114 115 Caption = 'Notes:' 115 116 ParentColor = False … … 121 122 object TabSheetAll: TTabSheet 122 123 Caption = 'All fields' 123 ClientHeight = 3 80124 ClientWidth = 73 8124 ClientHeight = 391 125 ClientWidth = 736 125 126 object ListView1: TListView 126 127 Left = 8 127 Height = 3 44128 Height = 368 128 129 Top = 16 129 130 Width = 721 … … 136 137 item 137 138 Caption = 'Value' 138 Width = 501139 Width = 200 139 140 end> 140 141 ReadOnly = True … … 142 143 TabOrder = 0 143 144 ViewStyle = vsReport 145 OnData = ListView1Data 144 146 end 145 147 end
Note:
See TracChangeset
for help on using the changeset viewer.