n.[DOS]菜单项
菜单项.
Menu list can be either MENUITEM or POPUP statement. 菜单列表中的菜单项可以用MENUITEM或POPUP语句来声明。
A MENUITEM SEPARATOR statement requires no quoted string. MENUITEM SEPARATOR语句不要求用引号括起来的字符串。
Add a MenuItem object titled Cancel, on the same level as Done, to discard the changes and return to the main form. 在“完成”所在的同一层上添加一个标题为“取消”的MenuItem对象,以丢弃更改并返回主窗体。
Add a MenuItem object titled Cancelfor the right soft key to discard the changes and return to the main form. 为右软键添加一个标题为“取消”的MenuItem对象,以放弃更改并返回到主窗体。
Add a MenuItem object titled Done for the left soft key to close the form and return to the Main Form. 为左软键添加一个标题为“完成”的MenuItem对象,以关闭该窗体并返回到主窗体。