home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
modeless
/
hello.h
< prev
next >
Wrap
Text File
|
1986-12-19
|
489b
|
20 lines
/* String table constants */
#define IDSNAME 100
#define IDSABOUT 200
#define IDSTITLE 300
/* 'About' dialog box resource id */
#define ABOUTBOX 1
#define FIRSTDIALOG 3
#define SECONDDIALOG 4
#define IDMPRUN 16
#define IDNULL -1
#define IDDCANCEL 0x010b
#define IDDINSERT 0x010c
#define IDDABORT 0x010d
#define IDDRETRY 0x010e
#define IDDIGNORE 0x010f
#define IDDOK 0x0110
#define IDDTXT1 0x0111
#define IDDTXT2 0x0112