home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dialog
/
dlgtext.h
< prev
next >
Wrap
Text File
|
1988-08-10
|
231b
|
10 lines
/* ID's for the dialog box controls */
#define IDOK 1
#define IDCANCEL 2
#define ID_EDITBOX 3
/* ID's for the resources in the RC file */
#define DIALOGMENU 1
#define ID_DIALOG 2
#define EDITBOX 1