home *** CD-ROM | disk | FTP | other *** search
- /* This file remove much of Origin's generic menus
- * so the software will only shows the
- * File,Edit and Windows menus.
- */
-
- menu -Plot /* make sure we are dealing with the Plot window */
-
- menu -Remove 3
- /* remove the Options menu,
- * after this command, position 3
- * becomes the Page menu
- */
-
- menu -R 3
- menu -R 3
- menu -R 3
- /* remove page, plot and data menus
- * position 3 is now the Window
- */
-
- menu -R 4
- /* remove the help menu as well */
-
- /* We may also want to cut the File menu to
- * its minimum
- */
- menu 1
- /* move to the File menu */
-
- menu -Delete 3;menu -d 3;menu -d 3
- /* close, append */
-
- menu -d 6;menu -d 6
- /* template */
-
- menu -d 6;menu -d 6;menu -d 6
- /* import, export */
-
- /* On the Window menu, we
- * want to disable the Rename command
- */
-
- menu 3
-
- menu -d 5
-
- /* On the worksheet menu, we want
- * the same simplicity as the Short.CNF
- */
- Menu -Worksheet
-
- Menu 2 /* Edit Menu */
-
- Menu -K 15 /* remove everything below Delete menu */
-
- Menu 3 /* Plot menu */
-
- Menu -K 4 /* keep only Line, scatter, line-symbol */
-
-
-
-