Ignore:
Timestamp:
Dec 8, 2021, 2:02:17 PM (3 years ago)
Author:
chronos
Message:
  • Added: Allow to load from file or save to file individual selected contacts from the list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r52 r53  
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 810
     16    Height = 801
    1717    Top = 0
    1818    Width = 1210
     
    5858    Left = 0
    5959    Height = 39
    60     Top = 842
     60    Top = 833
    6161    Width = 1210
    6262    Align = alBottom
     
    8686      Action = AClone
    8787    end
     88    object ToolButton5: TToolButton
     89      Left = 141
     90      Height = 33
     91      Top = 2
     92      Style = tbsSeparator
     93    end
     94    object ToolButton6: TToolButton
     95      Left = 149
     96      Top = 2
     97      Action = ALoadFromFile
     98    end
     99    object ToolButton7: TToolButton
     100      Left = 184
     101      Top = 2
     102      Action = ASaveToFile
     103    end
    88104  end
    89105  object ListViewFilter1: TListViewFilter
    90106    Left = 0
    91107    Height = 32
    92     Top = 810
     108    Top = 801
    93109    Width = 1210
    94110    OnChange = ListViewFilter1Change
     
    97113  object StatusBar1: TStatusBar
    98114    Left = 0
    99     Height = 27
    100     Top = 881
     115    Height = 36
     116    Top = 872
    101117    Width = 1210
    102118    Panels = <   
     
    124140    object MenuItem4: TMenuItem
    125141      Action = ASelectAll
     142    end
     143    object MenuItem6: TMenuItem
     144      Caption = '-'
     145    end
     146    object MenuItem7: TMenuItem
     147      Action = ALoadFromFile
     148    end
     149    object MenuItem8: TMenuItem
     150      Action = ASaveToFile
    126151    end
    127152  end
     
    158183      OnExecute = ACloneExecute
    159184    end
     185    object ALoadFromFile: TAction
     186      Caption = 'Load from file...'
     187      ImageIndex = 5
     188      OnExecute = ALoadFromFileExecute
     189    end
     190    object ASaveToFile: TAction
     191      Caption = 'Save to file...'
     192      ImageIndex = 7
     193      OnExecute = ASaveToFileExecute
     194    end
    160195  end
    161196  object ListViewSort1: TListViewSort
     
    169204    Top = 428
    170205  end
     206  object SaveDialog1: TSaveDialog
     207    Left = 720
     208    Top = 408
     209  end
     210  object OpenDialog1: TOpenDialog
     211    Left = 720
     212    Top = 480
     213  end
    171214end
Note: See TracChangeset for help on using the changeset viewer.