You mean you want menu items?
here's how it goes
you create a menu, lets say File
so the name of it is mnuFile and the caption is File
you then click that button it's an Arrow -->
in the list you will see a set of ellipsis after clicking on the arrow
now whatever new menu's you add goes into the File menu
and when you need to make a new menu, you just click the arrow back <--
so in the list it should be like this
File
......MenuItemOfFile
......MenuItemOfFile2
......MenuItemOfFile3
Edit
......MenuItemOfEdit
......MenuItemOfEdit2
......MenuItemOfEdit3