Ignore:
Timestamp:
Dec 3, 2021, 7:44:05 PM (3 years ago)
Author:
chronos
Message:
  • Added: Clone context menu action for list of contacts and contact properties.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r36 r51  
    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
     
    7777    end
    7878    object ToolButton3: TToolButton
     79      Left = 106
     80      Top = 2
     81      Action = ARemove
     82    end
     83    object ToolButton4: TToolButton
    7984      Left = 71
    8085      Top = 2
    81       Action = ARemove
     86      Action = AClone
    8287    end
    8388  end
     
    8590    Left = 0
    8691    Height = 32
    87     Top = 810
     92    Top = 801
    8893    Width = 1210
    8994    OnChange = ListViewFilter1Change
     
    9297  object StatusBar1: TStatusBar
    9398    Left = 0
    94     Height = 27
    95     Top = 881
     99    Height = 36
     100    Top = 872
    96101    Width = 1210
    97102    Panels = <   
     
    108113      Action = AAdd
    109114    end
     115    object MenuItem2: TMenuItem
     116      Action = AModify
     117    end
     118    object MenuItem5: TMenuItem
     119      Action = AClone
     120    end
    110121    object MenuItem3: TMenuItem
    111122      Action = ARemove
    112     end
    113     object MenuItem2: TMenuItem
    114       Action = AModify
    115123    end
    116124    object MenuItem4: TMenuItem
     
    145153      ShortCut = 16449
    146154    end
     155    object AClone: TAction
     156      Caption = 'Clone'
     157      ImageIndex = 11
     158      OnExecute = ACloneExecute
     159    end
    147160  end
    148161  object ListViewSort1: TListViewSort
Note: See TracChangeset for help on using the changeset viewer.