Changeset 100 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 8, 2022, 5:13:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r95 r100 18 18 Top = 8 19 19 Width = 1009 20 ActivePage = TabSheet Work20 ActivePage = TabSheetGeneral 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 22 ParentFont = False 23 TabIndex = 223 TabIndex = 0 24 24 TabOrder = 0 25 25 object TabSheetGeneral: TTabSheet … … 114 114 Height = 43 115 115 Top = 442 116 Width = 2 65116 Width = 216 117 117 ParentFont = False 118 118 TabOrder = 14 … … 229 229 Height = 43 230 230 Top = 442 231 Width = 2 65231 Width = 217 232 232 ParentFont = False 233 233 TabOrder = 15 … … 334 334 ImageIndex = 16 335 335 OnClick = SpeedButtonEmailClick 336 ShowHint = True 337 ParentShowHint = False 338 end 339 object SpeedButtonBirthDay: TSpeedButton 340 Left = 372 341 Height = 43 342 Hint = 'Select date' 343 Top = 442 344 Width = 43 345 Images = Core.ImageList1 346 ImageIndex = 17 347 OnClick = SpeedButtonBirthDayClick 348 ShowHint = True 349 ParentShowHint = False 350 end 351 object SpeedButtonAniversary: TSpeedButton 352 Left = 821 353 Height = 43 354 Hint = 'Select date' 355 Top = 442 356 Width = 43 357 Images = Core.ImageList1 358 ImageIndex = 17 359 OnClick = SpeedButtonAniversaryClick 336 360 ShowHint = True 337 361 ParentShowHint = False … … 436 460 TabOrder = 6 437 461 object Label36: TLabel 438 Left = 8462 Left = 10 439 463 Height = 27 440 464 Top = 19 … … 572 596 Images = Core.ImageList1 573 597 ImageIndex = 15 574 OnClick = peedButtonHomeWebClick598 OnClick = SpeedButtonHomeWebClick 575 599 ShowHint = True 576 600 ParentShowHint = False … … 1365 1389 object PopupMenuPhoto: TPopupMenu 1366 1390 Images = Core.ImageList1 1367 Left = 4831368 Top = 5 081391 Left = 872 1392 Top = 592 1369 1393 object MenuItem1: TMenuItem 1370 1394 Action = APhotoLoad … … 1378 1402 end 1379 1403 object OpenPictureDialog1: TOpenPictureDialog 1404 Title = 'Open existing file' 1380 1405 Left = 175 1381 1406 Top = 575 1382 1407 end 1383 1408 object SavePictureDialog1: TSavePictureDialog 1409 Title = 'Save file as' 1384 1410 Left = 176 1385 1411 Top = 488 1386 1412 end 1413 object CalendarDialog1: TCalendarDialog 1414 Title = 'Select date' 1415 Date = 44600 1416 OKCaption = '&OK' 1417 CancelCaption = 'Cancel' 1418 Left = 448 1419 Top = 608 1420 end 1387 1421 end
Note:
See TracChangeset
for help on using the changeset viewer.