Ignore:
Timestamp:
Feb 28, 2018, 1:43:45 PM (6 years ago)
Author:
chronos
Message:
  • Added: From Find duplicities form it is possible to open the list of duplicit contacts for further modification/addition/removal.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormFindDuplicity.lfm

    r16 r18  
    3434      end>
    3535    OwnerData = True
     36    PopupMenu = PopupMenu1
    3637    ReadOnly = True
    3738    RowSelect = True
     
    3940    ViewStyle = vsReport
    4041    OnData = ListView1Data
     42    OnDblClick = AShowContactsExecute
    4143  end
    4244  object Panel1: TPanel
     
    6971    end
    7072  end
     73  object ActionList1: TActionList
     74    left = 218
     75    top = 128
     76    object AShowContacts: TAction
     77      Caption = 'Show contacts'
     78      OnExecute = AShowContactsExecute
     79    end
     80  end
     81  object PopupMenu1: TPopupMenu
     82    left = 75
     83    top = 124
     84    object MenuItem1: TMenuItem
     85      Action = AShowContacts
     86    end
     87  end
    7188end
Note: See TracChangeset for help on using the changeset viewer.