To create the menu structure, follow these steps:
- Add a new item to the project (select a folder node and press Ctrl + Shift + A).
- Select User Interface from the left-hand list and then Menu from the right.
- Type ConVMSVehicleManagement into the Name field and press OK.
- In the designer, create a label for Vehicle management and enter this as the menu's Label property.
- Right-click on New Menu in the designer and choose New | Submenu.
- Add the following labels for the submenus:
| Name |
Label |
| Workspaces |
Workspaces |
| Vehicles |
Vehicles |
| ServiceOrders |
Service orders |
| PeriodicTasks |
@SYS76406 |
| InquiriesAndReports |
@SYS3850 |
| Setup |
@SYS333869 |
- We can add more submenus to help organize the structure, should this be required. ...