Changeset 101 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 8, 2022, 6:07:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r100 r101 1 1 object FormContact: TFormContact 2 Left = 6042 Left = 1121 3 3 Height = 773 4 Top = 4 844 Top = 472 5 5 Width = 1032 6 6 Caption = 'Contact' … … 18 18 Top = 8 19 19 Width = 1009 20 ActivePage = TabSheet General20 ActivePage = TabSheetWork 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 22 ParentFont = False 23 TabIndex = 023 TabIndex = 2 24 24 TabOrder = 0 25 25 object TabSheetGeneral: TTabSheet … … 451 451 object GroupBox1: TGroupBox 452 452 Left = 10 453 Height = 2 52453 Height = 287 454 454 Top = 225 455 Width = 961455 Width = 897 456 456 Anchors = [akTop, akLeft, akRight] 457 457 Caption = 'Address' 458 ClientHeight = 2 24459 ClientWidth = 959458 ClientHeight = 259 459 ClientWidth = 895 460 460 TabOrder = 6 461 461 object Label36: TLabel … … 570 570 ParentFont = False 571 571 TabOrder = 1 572 end 573 object ButtonHomeAddressShow: TButton 574 Left = 10 575 Height = 39 576 Top = 208 577 Width = 182 578 Caption = 'Show on map' 579 OnClick = ButtonHomeAddressShowClick 580 TabOrder = 7 572 581 end 573 582 end … … 685 694 object GroupBox2: TGroupBox 686 695 Left = 8 687 Height = 2 57696 Height = 283 688 697 Top = 325 689 Width = 9 49698 Width = 920 690 699 Caption = 'Address' 691 ClientHeight = 2 29692 ClientWidth = 9 47700 ClientHeight = 255 701 ClientWidth = 918 693 702 TabOrder = 9 694 703 object Label31: TLabel … … 700 709 ParentFont = False 701 710 end 702 object Edit AddressWorkCountry: TEdit711 object EditWorkAddressCountry: TEdit 703 712 Left = 180 704 713 Height = 43 … … 708 717 TabOrder = 5 709 718 end 710 object Edit AddressWorkRegion: TEdit719 object EditWorkAddressRegion: TEdit 711 720 Left = 180 712 721 Height = 43 … … 732 741 ParentFont = False 733 742 end 734 object Edit AddressWorkStreetExtended: TEdit743 object EditWorkAddressStreetExtended: TEdit 735 744 Left = 180 736 745 Height = 43 … … 748 757 ParentFont = False 749 758 end 750 object Edit AddressWorkStreet: TEdit759 object EditWorkAddressStreet: TEdit 751 760 Left = 180 752 761 Height = 43 … … 764 773 ParentFont = False 765 774 end 766 object Edit AddressWorkPostOfficeBox: TEdit775 object EditWorkAddressPostOfficeBox: TEdit 767 776 Left = 633 768 777 Height = 43 … … 772 781 TabOrder = 1 773 782 end 774 object Edit AddressWorkCity: TEdit783 object EditWorkAddressCity: TEdit 775 784 Left = 633 776 785 Height = 43 … … 788 797 ParentFont = False 789 798 end 790 object Edit AddressWorkPostalCode: TEdit799 object EditWorkAddressPostalCode: TEdit 791 800 Left = 633 792 801 Height = 43 … … 803 812 Caption = 'Postal code:' 804 813 ParentFont = False 814 end 815 object ButtonWorkAddressShow: TButton 816 Left = 10 817 Height = 39 818 Top = 208 819 Width = 182 820 Caption = 'Show on map' 821 OnClick = ButtonWorkAddressShowClick 822 TabOrder = 7 805 823 end 806 824 end
Note:
See TracChangeset
for help on using the changeset viewer.