Annotation of pmsdk/samples/jigsaw/jigsaw.rc, revision 1.1.1.1

1.1       root        1: #define INCL_PM
                      2:  
                      3: #include <os2.h>
                      4: #include "jigsaw.h"
                      5:  
                      6: POINTER  APPICON  jigsaw.ico
                      7:  
                      8: ACCELTABLE APPTABLE PRELOAD
                      9: BEGIN
                     10:     VK_F3, MENU_EXIT, VIRTUALKEY
                     11: END
                     12:  
                     13: /* application menu bar */
                     14:  
                     15: MENU APPMENU PRELOAD
                     16: BEGIN
                     17:     SUBMENU    "~Options",     SM_OPTIONS, 0
                     18:     BEGIN
                     19:        MENUITEM        "Zoom ~In",     MENU_ZOOMIN, 0
                     20:        MENUITEM        "Zoom ~Out",    MENU_ZOOMOUT, 0
                     21:        MENUITEM        "~Fast Drag",   MENU_FASTDRAG, 0
                     22:     END
                     23:     MENUITEM   "~Load!",       MENU_LOAD, 0
                     24:     MENUITEM   "~Jumble!",     MENU_JUMBLE, 0
                     25:     SUBMENU    "E~xit",        SM_EXIT, 0
                     26:     BEGIN
                     27:        MENUITEM        "E~xit Jigsaw...   F3",        MENU_EXIT, 0
                     28:        MENUITEM        "~Resume",      MENU_RESUME, 0
                     29:     END
                     30: END
                     31:  
                     32: STRINGTABLE PRELOAD
                     33: BEGIN
                     34:     TITLEBAR           "Jigsaw"
                     35:     TERMINATE           "OK to terminate this program ?"
                     36: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.