Changeset 13 for trunk/UCore.lfm
- Timestamp:
- May 30, 2015, 1:02:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r11 r13 8 8 Width = 693 9 9 object ActionList1: TActionList 10 left = 260 11 top = 172 10 Images = ImageList1 11 left = 288 12 top = 176 12 13 object AQuit: TAction 13 14 Caption = 'Quit' … … 18 19 Caption = 'Settings' 19 20 OnExecute = ASettingsExecute 21 ShortCut = 121 20 22 end 21 23 object AAbout: TAction … … 24 26 object AHelp: TAction 25 27 Caption = 'Help' 28 ShortCut = 112 26 29 end 27 30 object AViewFavorites: TAction … … 29 32 end 30 33 object AProjectOpen: TAction 34 Category = 'Project' 31 35 Caption = 'Open...' 32 36 OnExecute = AProjectOpenExecute … … 34 38 end 35 39 object AProjectClose: TAction 40 Category = 'Project' 36 41 Caption = 'Close' 37 42 OnExecute = AProjectCloseExecute … … 53 58 end 54 59 object AProjectCheckout: TAction 60 Category = 'Project' 55 61 Caption = 'Checkout...' 56 62 OnExecute = AProjectCheckoutExecute 57 63 end 64 object AViewTest: TAction 65 Caption = 'Test' 66 OnExecute = AViewTestExecute 67 ShortCut = 16468 68 end 69 object AProjectGroupNew: TAction 70 Category = 'ProjectGroup' 71 Caption = 'New' 72 OnExecute = AProjectGroupNewExecute 73 end 74 object AProjectGroupOpen: TAction 75 Category = 'ProjectGroup' 76 Caption = 'Open...' 77 OnExecute = AProjectGroupOpenExecute 78 end 79 object AProjectGroupClose: TAction 80 Category = 'ProjectGroup' 81 Caption = 'Close' 82 OnExecute = AProjectGroupCloseExecute 83 end 84 object AProjectGroupSave: TAction 85 Category = 'ProjectGroup' 86 Caption = 'Save' 87 OnExecute = AProjectGroupSaveExecute 88 end 89 object AProjectGroupSaveAs: TAction 90 Category = 'ProjectGroup' 91 Caption = 'Save as...' 92 OnExecute = AProjectGroupSaveAsExecute 93 end 58 94 end 59 95 object ImageList1: TImageList 60 left = 260 61 top = 228 96 Height = 32 97 Width = 32 98 left = 288 99 top = 240 62 100 end 63 101 object OpenDialog1: TOpenDialog 64 left = 260 102 Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*' 103 left = 288 65 104 top = 96 66 105 end … … 72 111 top = 96 73 112 end 74 object LastOpenedList 1: TLastOpenedList113 object LastOpenedListProject: TLastOpenedList 75 114 MaxCount = 10 76 OnChange = LastOpenedList 1Change115 OnChange = LastOpenedListProjectChange 77 116 left = 96 78 117 top = 168 … … 88 127 top = 302 89 128 end 129 object LastOpenedListProjectGroup: TLastOpenedList 130 MaxCount = 10 131 OnChange = LastOpenedListProjectGroupChange 132 left = 464 133 top = 224 134 end 135 object SaveDialog1: TSaveDialog 136 DefaultExt = '.vcgrp' 137 Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*' 138 left = 288 139 top = 24 140 end 90 141 end
Note:
See TracChangeset
for help on using the changeset viewer.