home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pentlk11.zip
/
IMAGES
/
PENTLKT2.IMG
/
unc.dsk
/
LOADKBD.RC
< prev
next >
Wrap
Text File
|
1994-01-13
|
3KB
|
76 lines
/*****************************************************************************/
/* */
/* File Name: LOADKBD.RC */
/* */
/* Description: Resource file for the Keyboard API test program. */
/* */
/* */
/* Copyright (C) 1993 IBM Corporation */
/* */
/* DISCLAIMER OF WARRANTIES. The following [enclosed] code is */
/* sample code created by IBM Corporation. This sample code is not */
/* part of any standard or 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. */
/* */
/*****************************************************************************/
#define INCL_PM
#include <os2.h>
#include "loadkbd.h"
ICON ID_WINDOW PRELOAD LOADKBD.ICO
MENU ID_WINDOW PRELOAD
BEGIN
SUBMENU "~Dialog", IDM_START, MIS_TEXT
BEGIN
MENUITEM "~Start", IDM_START_DLG, MIS_TEXT
MENUITEM "E~xit", IDM_EXIT_DLG, MIS_TEXT
END
MENUITEM "~Help", IDM_HELP, MIS_TEXT
END
HELPTABLE LOADKBD_HELPTABLE
{
HELPITEM ID_WINDOW, LOADKBD_HELPSUBTABLE, PANEL_LOADKBD
HELPITEM IDD_OK, BTN_OK_HELPSUBTABLE, PANEL_BTN_OK
HELPITEM IDD_NAME, EN_NAME_HELPSUBTABLE, PANEL_EN_NAME
HELPITEM IDD_PHONE_NO EN_PHNO_HELPSUBTABLE, PANEL_EN_PHNO
}
HELPSUBTABLE LOADKBD_HELPSUBTABLE
BEGIN
HELPSUBITEM IDM_HELP, PANEL_LOADKBD
END
HELPSUBTABLE BTN_OK_HELPSUBTABLE
BEGIN
HELPSUBITEM IDD_OK, PANEL_BTN_OK
END
HELPSUBTABLE EN_NAME_HELPSUBTABLE
BEGIN
HELPSUBITEM IDD_NAME, PANEL_EN_NAME
END
HELPSUBTABLE EN_PHNO_HELPSUBTABLE
BEGIN
HELPSUBITEM IDD_PHONE_NO, PANEL_EN_PHNO
END
STRINGTABLE PRELOAD
BEGIN
IDS_APPNAME, "LOADKBD"
IDS_FIELD_1_SEZ, "Your name is "
IDS_FIELD_2_SEZ, "Your phone number is "
IDS_NO_KBD_LOAD "Cannot load Pop-Up Keyboard. RC = %s"
IDS_NO_HELP "No HELP available for this application."
IDS_PEN_NOT_INSTALLED "Pen for OS/2 is not installed on this system."
IDS_PEN_NOT_RUNNING "Pen for OS/2 is not running on this system."
END
rcinclude LOADKBD.DLG