Changeset 33 for trunk/Forms/UFormAcronym.lfm
- Timestamp:
- Jul 13, 2016, 2:51:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronym.lfm
r17 r33 122 122 end 123 123 object ActionList1: TActionList 124 Images = FormMain.ImageList1 124 125 left = 361 125 126 top = 240 126 127 object ACategoryRemove: TAction 127 128 Caption = 'Remove' 129 ImageIndex = 4 128 130 OnExecute = ACategoryRemoveExecute 129 131 end 130 132 object ACategoryAdd: TAction 131 133 Caption = 'Add' 134 ImageIndex = 0 132 135 OnExecute = ACategoryAddExecute 133 136 end 134 137 end 135 138 object PopupMenuCategory: TPopupMenu 139 Images = FormMain.ImageList1 136 140 left = 192 137 141 top = 244 142 object MenuItem2: TMenuItem 143 Action = ACategoryAdd 144 end 145 object MenuItem1: TMenuItem 146 Action = ACategoryRemove 147 end 138 148 end 139 149 end
Note:
See TracChangeset
for help on using the changeset viewer.