Changeset 33 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Nov 25, 2021, 12:27:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r31 r33 17 17 Top = 10 18 18 Width = 893 19 ActivePage = TabSheet All19 ActivePage = TabSheetGeneral 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 21 ParentFont = False 22 TabIndex = 222 TabIndex = 0 23 23 TabOrder = 0 24 24 object TabSheetGeneral: TTabSheet … … 30 30 Left = 16 31 31 Height = 24 32 Top = 2433 Width = 5634 Caption = ' Name:'35 ParentColor = False 36 ParentFont = False 37 end 38 object Edit Name: TEdit32 Top = 72 33 Width = 94 34 Caption = 'First name:' 35 ParentColor = False 36 ParentFont = False 37 end 38 object EditFirstName: TEdit 39 39 Left = 144 40 40 Height = 42 41 Top = 1641 Top = 64 42 42 Width = 254 43 43 ParentFont = False … … 47 47 Left = 16 48 48 Height = 24 49 Top = 7249 Top = 170 50 50 Width = 95 51 51 Caption = 'Cell phone:' … … 56 56 Left = 144 57 57 Height = 42 58 Top = 6258 Top = 160 59 59 Width = 254 60 60 ParentFont = False … … 64 64 Left = 144 65 65 Height = 42 66 Top = 10866 Top = 206 67 67 Width = 254 68 68 ParentFont = False … … 72 72 Left = 16 73 73 Height = 24 74 Top = 11274 Top = 210 75 75 Width = 59 76 76 Caption = 'Phone:' … … 81 81 Left = 575 82 82 Height = 42 83 Top = 6283 Top = 160 84 84 Width = 254 85 85 ParentFont = False … … 89 89 Left = 432 90 90 Height = 24 91 Top = 7291 Top = 170 92 92 Width = 58 93 93 Caption = 'E-mail:' … … 95 95 ParentFont = False 96 96 end 97 object Edit Surname: TEdit97 object EditLastName: TEdit 98 98 Left = 575 99 99 Height = 42 100 Top = 16100 Top = 64 101 101 Width = 254 102 102 ParentFont = False … … 106 106 Left = 432 107 107 Height = 24 108 Top = 24109 Width = 8 1110 Caption = ' Surname:'108 Top = 72 109 Width = 87 110 Caption = 'Last name' 111 111 ParentColor = False 112 112 ParentFont = False … … 114 114 object MemoNotes: TMemo 115 115 Left = 240 116 Height = 282117 Top = 230116 Height = 176 117 Top = 336 118 118 Width = 623 119 119 Anchors = [akTop, akLeft, akRight, akBottom] … … 126 126 Left = 240 127 127 Height = 24 128 Top = 2 02128 Top = 264 129 129 Width = 55 130 130 Caption = 'Notes:' … … 135 135 Left = 575 136 136 Height = 42 137 Top = 108137 Top = 206 138 138 Width = 254 139 139 ParentFont = False … … 143 143 Left = 432 144 144 Height = 24 145 Top = 112145 Top = 210 146 146 Width = 124 147 147 Caption = 'E-mail (Home):' … … 152 152 Left = 575 153 153 Height = 42 154 Top = 152154 Top = 250 155 155 Width = 254 156 156 ParentFont = False … … 160 160 Left = 432 161 161 Height = 24 162 Top = 160162 Top = 258 163 163 Width = 117 164 164 Caption = 'E-mail (Work):' … … 169 169 Left = 144 170 170 Height = 42 171 Top = 152171 Top = 250 172 172 Width = 254 173 173 ParentFont = False … … 177 177 Left = 16 178 178 Height = 24 179 Top = 160179 Top = 258 180 180 Width = 76 181 181 Caption = 'Birthday:' … … 184 184 end 185 185 object ImagePhoto: TImage 186 Left = 16186 Left = 20 187 187 Height = 208 188 Top = 232188 Top = 344 189 189 Width = 207 190 190 Proportional = True … … 192 192 end 193 193 object Label23: TLabel 194 Left = 16195 Height = 24 196 Top = 200194 Left = 20 195 Height = 24 196 Top = 304 197 197 Width = 55 198 198 Caption = 'Photo:' 199 199 ParentColor = False 200 200 ParentFont = False 201 end 202 object Label24: TLabel 203 Left = 16 204 Height = 24 205 Top = 24 206 Width = 88 207 Caption = 'Full name:' 208 ParentColor = False 209 ParentFont = False 210 end 211 object EditFullName: TEdit 212 Left = 144 213 Height = 42 214 Top = 16 215 Width = 254 216 ParentFont = False 217 TabOrder = 9 218 end 219 object Label25: TLabel 220 Left = 432 221 Height = 24 222 Top = 24 223 Width = 116 224 Caption = 'Middle name:' 225 ParentColor = False 226 ParentFont = False 227 end 228 object EditMiddleName: TEdit 229 Left = 575 230 Height = 42 231 Top = 16 232 Width = 254 233 ParentFont = False 234 TabOrder = 10 235 end 236 object Label26: TLabel 237 Left = 16 238 Height = 24 239 Top = 120 240 Width = 101 241 Caption = 'Title before:' 242 ParentColor = False 243 ParentFont = False 244 end 245 object EditTitleBefore: TEdit 246 Left = 144 247 Height = 42 248 Top = 112 249 Width = 254 250 ParentFont = False 251 TabOrder = 11 252 end 253 object Label27: TLabel 254 Left = 432 255 Height = 24 256 Top = 120 257 Width = 85 258 Caption = 'Title after:' 259 ParentColor = False 260 ParentFont = False 261 end 262 object EditTitleAfter: TEdit 263 Left = 575 264 Height = 42 265 Top = 112 266 Width = 254 267 ParentFont = False 268 TabOrder = 12 201 269 end 202 270 end … … 443 511 ParentFont = False 444 512 TabOrder = 13 513 end 514 object LabelOrganization1: TLabel 515 Left = 450 516 Height = 24 517 Top = 360 518 Width = 106 519 Caption = 'Department:' 520 ParentColor = False 521 ParentFont = False 522 end 523 object EditDepartment: TEdit 524 Left = 584 525 Height = 42 526 Top = 348 527 Width = 254 528 ParentFont = False 529 TabOrder = 14 445 530 end 446 531 end
Note:
See TracChangeset
for help on using the changeset viewer.