File:  [OS/2 SDKs] / pmsdk / samples / jigsaw / jigsaw.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:16 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1989, HEAD
Microsoft OS/2 SDK PM 02-24-1989

#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	"~Options",	SM_OPTIONS, 0
    BEGIN
	MENUITEM	"Zoom ~In",	MENU_ZOOMIN, 0
	MENUITEM	"Zoom ~Out",	MENU_ZOOMOUT, 0
	MENUITEM	"~Fast Drag",	MENU_FASTDRAG, 0
    END
    MENUITEM	"~Load!",	MENU_LOAD, 0
    MENUITEM	"~Jumble!",	MENU_JUMBLE, 0
    SUBMENU	"E~xit",	SM_EXIT, 0
    BEGIN
	MENUITEM	"E~xit Jigsaw...   F3",        MENU_EXIT, 0
	MENUITEM	"~Resume",	MENU_RESUME, 0
    END
END
 
STRINGTABLE PRELOAD
BEGIN
    TITLEBAR		"Jigsaw"
    TERMINATE           "OK to terminate this program ?"
END

unix.superglobalmegacorp.com

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