Ignore:
Timestamp:
Feb 8, 2022, 6:07:35 PM (2 years ago)
Author:
chronos
Message:
  • Added: Buttons to show contact home and work addresses on online map. Predefined map uses openstreetmap.org.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.lfm

    r100 r101  
    11object FormContact: TFormContact
    2   Left = 604
     2  Left = 1121
    33  Height = 773
    4   Top = 484
     4  Top = 472
    55  Width = 1032
    66  Caption = 'Contact'
     
    1818    Top = 8
    1919    Width = 1009
    20     ActivePage = TabSheetGeneral
     20    ActivePage = TabSheetWork
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    2222    ParentFont = False
    23     TabIndex = 0
     23    TabIndex = 2
    2424    TabOrder = 0
    2525    object TabSheetGeneral: TTabSheet
     
    451451      object GroupBox1: TGroupBox
    452452        Left = 10
    453         Height = 252
     453        Height = 287
    454454        Top = 225
    455         Width = 961
     455        Width = 897
    456456        Anchors = [akTop, akLeft, akRight]
    457457        Caption = 'Address'
    458         ClientHeight = 224
    459         ClientWidth = 959
     458        ClientHeight = 259
     459        ClientWidth = 895
    460460        TabOrder = 6
    461461        object Label36: TLabel
     
    570570          ParentFont = False
    571571          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
    572581        end
    573582      end
     
    685694      object GroupBox2: TGroupBox
    686695        Left = 8
    687         Height = 257
     696        Height = 283
    688697        Top = 325
    689         Width = 949
     698        Width = 920
    690699        Caption = 'Address'
    691         ClientHeight = 229
    692         ClientWidth = 947
     700        ClientHeight = 255
     701        ClientWidth = 918
    693702        TabOrder = 9
    694703        object Label31: TLabel
     
    700709          ParentFont = False
    701710        end
    702         object EditAddressWorkCountry: TEdit
     711        object EditWorkAddressCountry: TEdit
    703712          Left = 180
    704713          Height = 43
     
    708717          TabOrder = 5
    709718        end
    710         object EditAddressWorkRegion: TEdit
     719        object EditWorkAddressRegion: TEdit
    711720          Left = 180
    712721          Height = 43
     
    732741          ParentFont = False
    733742        end
    734         object EditAddressWorkStreetExtended: TEdit
     743        object EditWorkAddressStreetExtended: TEdit
    735744          Left = 180
    736745          Height = 43
     
    748757          ParentFont = False
    749758        end
    750         object EditAddressWorkStreet: TEdit
     759        object EditWorkAddressStreet: TEdit
    751760          Left = 180
    752761          Height = 43
     
    764773          ParentFont = False
    765774        end
    766         object EditAddressWorkPostOfficeBox: TEdit
     775        object EditWorkAddressPostOfficeBox: TEdit
    767776          Left = 633
    768777          Height = 43
     
    772781          TabOrder = 1
    773782        end
    774         object EditAddressWorkCity: TEdit
     783        object EditWorkAddressCity: TEdit
    775784          Left = 633
    776785          Height = 43
     
    788797          ParentFont = False
    789798        end
    790         object EditAddressWorkPostalCode: TEdit
     799        object EditWorkAddressPostalCode: TEdit
    791800          Left = 633
    792801          Height = 43
     
    803812          Caption = 'Postal code:'
    804813          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
    805823        end
    806824      end
Note: See TracChangeset for help on using the changeset viewer.