13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
MAIN
|
|
CALL ui.Interface.loadStartMenu("MenuGeneral")
|
|
OPEN WINDOW MenuGeneral WITH 24 ROWS, 80 COLUMNS ATTRIBUTES(STYLE="sm2")
|
|
#OPEN WINDOW MenuGeneral WITH FORM "menuform1" ATTRIBUTES(STYLE="sm2")
|
|
MENU "MenuGeneral"
|
|
COMMAND KEY(INTERRUPT) "Exit"
|
|
EXIT MENU
|
|
END MENU
|
|
CLOSE WINDOW MenuGeneral
|
|
|
|
|
|
END MAIN
|