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/UFormProperties.lfm

    r39 r51  
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 810
     16    Height = 801
    1717    Top = 0
    1818    Width = 1210
     
    4646    Left = 0
    4747    Height = 39
    48     Top = 842
     48    Top = 833
    4949    Width = 1210
    5050    Align = alBottom
     
    7373    Left = 0
    7474    Height = 32
    75     Top = 810
     75    Top = 801
    7676    Width = 1210
    7777    OnChange = ListViewFilter1Change
     
    8080  object StatusBar1: TStatusBar
    8181    Left = 0
    82     Height = 27
    83     Top = 881
     82    Height = 36
     83    Top = 872
    8484    Width = 1210
    8585    Panels = <   
     
    9696      Action = AAdd
    9797    end
     98    object MenuItem2: TMenuItem
     99      Action = AModify
     100    end
     101    object MenuItem5: TMenuItem
     102      Action = AClone
     103    end
    98104    object MenuItem3: TMenuItem
    99105      Action = ARemove
    100     end
    101     object MenuItem2: TMenuItem
    102       Action = AModify
    103106    end
    104107    object MenuItem4: TMenuItem
     
    133136      ShortCut = 16449
    134137    end
     138    object AClone: TAction
     139      Caption = 'Clone'
     140      ImageIndex = 11
     141      OnExecute = ACloneExecute
     142    end
    135143  end
    136144  object ListViewSort1: TListViewSort
Note: See TracChangeset for help on using the changeset viewer.