Changeset 19 for trunk/Forms/UFormAcronyms.lfm
- Timestamp:
- May 4, 2016, 12:54:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.lfm
r18 r19 1 1 object FormAcronyms: TFormAcronyms 2 Left = 4 662 Left = 424 3 3 Height = 558 4 Top = 2974 Top = 310 5 5 Width = 740 6 6 Caption = 'Acronyms' … … 28 28 Width = 300 29 29 end> 30 MultiSelect = True 30 31 OwnerData = True 32 PopupMenu = PopupMenuAcronym 31 33 ReadOnly = True 32 34 RowSelect = True … … 34 36 ViewStyle = vsReport 35 37 OnData = ListViewAcronymsData 38 OnDblClick = ListViewAcronymsDblClick 36 39 OnResize = ListViewAcronymsResize 40 OnSelectItem = ListViewAcronymsSelectItem 37 41 end 38 42 object ListViewFilter1: TListViewFilter … … 53 57 top = 168 54 58 end 59 object ActionList1: TActionList 60 Images = FormMain.ImageList1 61 left = 248 62 top = 232 63 object AAdd: TAction 64 Caption = 'Add' 65 OnExecute = AAddExecute 66 ShortCut = 45 67 end 68 object AModify: TAction 69 Caption = 'Modify' 70 OnExecute = AModifyExecute 71 ShortCut = 13 72 end 73 object ARemove: TAction 74 Caption = 'Remove' 75 OnExecute = ARemoveExecute 76 ShortCut = 46 77 end 78 object ASelectAll: TAction 79 Caption = 'Select all' 80 ShortCut = 16449 81 end 82 end 83 object PopupMenuAcronym: TPopupMenu 84 Images = FormMain.ImageList1 85 left = 248 86 top = 296 87 object MenuItem4: TMenuItem 88 Action = AAdd 89 end 90 object MenuItem5: TMenuItem 91 Action = AModify 92 end 93 object MenuItem6: TMenuItem 94 Action = ARemove 95 end 96 object MenuItem7: TMenuItem 97 Action = ASelectAll 98 end 99 end 55 100 end
Note:
See TracChangeset
for help on using the changeset viewer.