Changeset 18 for trunk/Forms/UFormFindDuplicity.lfm
- Timestamp:
- Feb 28, 2018, 1:43:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFindDuplicity.lfm
r16 r18 34 34 end> 35 35 OwnerData = True 36 PopupMenu = PopupMenu1 36 37 ReadOnly = True 37 38 RowSelect = True … … 39 40 ViewStyle = vsReport 40 41 OnData = ListView1Data 42 OnDblClick = AShowContactsExecute 41 43 end 42 44 object Panel1: TPanel … … 69 71 end 70 72 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 71 88 end
Note:
See TracChangeset
for help on using the changeset viewer.