Changeset 73 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Dec 13, 2021, 11:33:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r72 r73 149 149 Action = ASelectAll 150 150 end 151 object MenuItem12: TMenuItem 152 Caption = '-' 153 end 154 object MenuItem9: TMenuItem 155 Action = ACut 156 end 157 object MenuItem10: TMenuItem 158 Action = ACopy 159 end 160 object MenuItem11: TMenuItem 161 Action = APaste 162 end 151 163 object MenuItem6: TMenuItem 152 164 Caption = '-' … … 201 213 OnExecute = ASaveToFileExecute 202 214 end 215 object ACopy: TAction 216 Caption = 'Copy' 217 ImageIndex = 11 218 OnExecute = ACopyExecute 219 ShortCut = 16451 220 end 221 object ACut: TAction 222 Caption = 'Cut' 223 ImageIndex = 12 224 OnExecute = ACutExecute 225 ShortCut = 16472 226 end 227 object APaste: TAction 228 Caption = 'Paste' 229 ImageIndex = 13 230 OnExecute = APasteExecute 231 ShortCut = 16470 232 end 203 233 end 204 234 object ListViewSort1: TListViewSort
Note:
See TracChangeset
for help on using the changeset viewer.