File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / samples / jigsaw / jigsaw.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:30 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

#define INCL_PM
 
#include <os2.h>
#include "jigsaw.h"
 
POINTER  APPICON  jigsaw.ico
 
ACCELTABLE APPTABLE PRELOAD
BEGIN
    VK_F3, MENU_EXIT, VIRTUALKEY
END
 
/* application menu bar */
 
MENU APPMENU PRELOAD

BEGIN
    SUBMENU     "~Status",   MENU_STATUS, 0
    BEGIN
        MENUITEM    "~Show",    MENU_SHOW,   0
        MENUITEM    "~Hide",    MENU_HIDE,   0
    END
    MENUITEM	"~Load!",    MENU_LOAD,   0
    MENUITEM	"~Jumble!",  MENU_JUMBLE, 0
END
 
STRINGTABLE PRELOAD

BEGIN
    TITLEBAR		"Jigsaw"
    TERMINATE           "OK to terminate this program ?"
END

rcinclude cheap.dlg

rcinclude statwnd.dlg

unix.superglobalmegacorp.com

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