File:  [OS/2 SDKs] / pmsdk / samples / opendlg / hello / hello.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:17 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

/*
    Resource file for OpenDlg demonstrator
    Created by Microsoft Corporation, 1989
*/
#include <os2.h>
#include "hello.h"

POINTER ID_RESOURCE	hello.ico

MENU ID_RESOURCE {
	SUBMENU	"~File", IDM_FILE {
		MENUITEM "~Open...",	IDM_OPEN,	MIS_TEXT
		MENUITEM "~Save As...", IDM_SAVE,	MIS_TEXT
		MENUITEM SEPARATOR
		MENUITEM "E~xit",	SC_CLOSE,	MIS_SYSCOMMAND
		MENUITEM "A~bout...",	IDM_ABOUT,	MIS_TEXT
	}
}

DLGTEMPLATE IDD_ABOUT {
    DIALOG "", 0, 10, 60, 160, 75, WS_SAVEBITS | FS_DLGBORDER {
	CTEXT	"OS/2 Presentation Manager"	   -1, 10, 60, 140, 10
	CTEXT	"OpenDlg Demonstrator"		   -1, 10, 50, 140, 10
	ICON	ID_RESOURCE		 	   -1,  8, 40,   0,  0
	CTEXT	"Version 1.0"			   -1, 10, 30, 140, 10
	CTEXT	"Created by Microsoft Corp., 1989" -1, 10, 20, 140, 10
	DEFPUSHBUTTON "Ok"		   DID_OK, 64,  4, 32,  14, WS_GROUP
    }
}

unix.superglobalmegacorp.com

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