Ignore:
Timestamp:
Dec 9, 2021, 12:31:17 AM (3 years ago)
Author:
chronos
Message:
  • Fixed: Build with older FPC version.
  • Added: Show also normal phone and work phone in the contact list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r53 r61  
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 801
     16    Height = 810
    1717    Top = 0
    1818    Width = 1210
     
    3636      end   
    3737      item
    38         Caption = 'Cell phone'
     38        Caption = 'Phone'
     39        Width = 150
     40      end   
     41      item
     42        Caption = 'Mobile'
    3943        Width = 150
    4044      end   
    4145      item
    4246        Caption = 'Home phone'
    43         Width = 295
     47        Width = 150
     48      end   
     49      item
     50        Caption = 'Work phone'
     51        Width = 150
    4452      end>
    4553    MultiSelect = True
     
    5866    Left = 0
    5967    Height = 39
    60     Top = 833
     68    Top = 842
    6169    Width = 1210
    6270    Align = alBottom
     
    106114    Left = 0
    107115    Height = 32
    108     Top = 801
     116    Top = 810
    109117    Width = 1210
    110118    OnChange = ListViewFilter1Change
     
    113121  object StatusBar1: TStatusBar
    114122    Left = 0
    115     Height = 36
    116     Top = 872
     123    Height = 27
     124    Top = 881
    117125    Width = 1210
    118126    Panels = <   
Note: See TracChangeset for help on using the changeset viewer.