Changeset 19 for trunk/Forms/UFormCategories.lfm
- Timestamp:
- May 4, 2016, 12:54:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategories.lfm
r14 r19 8 8 ClientWidth = 784 9 9 OnShow = FormShow 10 LCLVersion = '1. 7'10 LCLVersion = '1.6.0.4' 11 11 object ListViewCategories: TListView 12 12 Left = 16 … … 58 58 end 59 59 object ActionList1: TActionList 60 Images = FormMain.ImageList1 60 61 left = 380 61 62 top = 196 … … 63 64 Caption = 'Add' 64 65 OnExecute = AAddExecute 66 ShortCut = 45 65 67 end 66 68 object ARemove: TAction 67 69 Caption = 'Remove' 68 70 OnExecute = ARemoveExecute 71 ShortCut = 46 69 72 end 70 73 object AModify: TAction 71 74 Caption = 'Modify' 72 75 OnExecute = AModifyExecute 76 ShortCut = 13 73 77 end 74 78 end 75 79 object PopupMenuCategory: TPopupMenu 80 Images = FormMain.ImageList1 76 81 left = 119 77 82 top = 192
Note:
See TracChangeset
for help on using the changeset viewer.