home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
progjorn
/
pj_7_3b.arc
/
PMDEV.ARC
/
PMAUX.RC
< prev
next >
Wrap
Text File
|
1989-02-14
|
979b
|
42 lines
/*
* Resource file for the PM debugging window
*
* Written by William S. Hall
*/
#include <pmwin.h>
#include "pmaux.h"
STRINGTABLE
{
IDS_APPNAME "PMaux" /* applicaton name */
IDS_ICON "AUX" /* icon string */
IDS_TITLE ":PM Debugging Window" /* title bar */
}
MENU ID_RESOURCE
{
MENUITEM "~Clear",IDM_CLEAR
SUBMENU "~Options",-1
{
MENUITEM "~CRonLF",IDM_CRONLF,MIS_TEXT | MIA_CHECKED
MENUITEM SEPARATOR
MENUITEM "~About...", IDM_ABOUT
}
}
DLGTEMPLATE DT_ABOUT
{
DIALOG "", 0,10,60,160,100, WS_SAVEBITS | FS_DLGBORDER
{
CTEXT "Microsoft Presentation Manager" -1,4,88,156,8
CTEXT "PMaux" -1,4,76,156,8
CTEXT "Version 1.0, 11/30/88" -1,4,64,156,8
CTEXT "Created by" -1,4,52,156,8
CTEXT "Bill Hall" -1,4,40,156,8
CTEXT "3665 Benton Street, #66" -1,4,32,156,8
CTEXT "Santa Clara, CA 95051" -1,4,24,156,8
DEFPUSHBUTTON "~OK" DID_OK, 64,4,32,14,WS_GROUP
}
}