home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
VSCPPv8.zip
/
VACPP
/
IBMCPP
/
samples
/
COMPILER
/
PMLINES
/
PMLINES.RC
< prev
next >
Wrap
Text File
|
1993-03-15
|
3KB
|
62 lines
/*+--------------------------------------------------------------------------+*/
/*| |*/
/*| PMLINES - A Simple OS/2 Presentation Manager Graphics Demo |*/
/*| |*/
/*| PMLINES.RC Resource File |*/
/*| |*/
/*| COPYRIGHT: |*/
/*| ---------- |*/
/*| Copyright (C) International Business Machines Corp., 1991,1993. |*/
/*| |*/
/*| DISCLAIMER OF WARRANTIES: |*/
/*| ------------------------- |*/
/*| The following [enclosed] code is sample code created by IBM Corporation.|*/
/*| This sample code is not part of any standard IBM product and is provided|*/
/*| to you solely for the purpose of assisting you in the development of |*/
/*| your applications. The code is provided "AS IS", without warranty of |*/
/*| any kind. IBM shall not be liable for any damages arising out of your |*/
/*| use of the sample code, even if they have been advised of the |*/
/*| possibility of such damages. |*/
/*| |*/
/*| REVISION LEVEL: 1.0 |*/
/*| --------------- |*/
/*| |*/
/*+--------------------------------------------------------------------------+*/
#include <os2.h>
#include "pmlines.h"
ICON ID_WINDOW PRELOAD pmlines.ico
MENU ID_WINDOW PRELOAD
{
SUBMENU "E~xit", IDM_EXIT, MIS_TEXT
{
MENUITEM "E~xit PMLINES\tF3", IDM_EXITPROG, MIS_TEXT
MENUITEM "~Resume", IDM_RESUME, MIS_TEXT
}
SUBMENU "~Help", IDM_HELP, MIS_TEXT
{
MENUITEM "~Instructions", IDM_HELPINSTRUCTIONS, MIS_TEXT
MENUITEM SEPARATOR
MENUITEM "~Product Information", IDM_HELPABOUT, MIS_TEXT
}
}
ACCELTABLE ID_WINDOW PRELOAD
{
VK_F1, IDM_HELPINSTRUCTIONS, VIRTUALKEY
VK_F3, IDM_EXITPROG, VIRTUALKEY
}
STRINGTABLE PRELOAD
{
IDS_APPNAME, "PMLINES"
IDS_NOREGISTER, "Window class could not be registered."
IDS_NOSTDWINDOWS, "The standard windows could not be created."
IDS_NOTHREAD, "The drawing thread could not be created."
IDS_SEMERROR, "A semaphore error occurred."
}
rcinclude pmlines.dlg