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 >
Text File  |  1988-08-10  |  231b  |  10 lines

  1. /* ID's for the dialog box controls */
  2. #define IDOK         1
  3. #define IDCANCEL     2
  4. #define ID_EDITBOX   3
  5.  
  6. /* ID's for the resources in the RC file */
  7. #define DIALOGMENU   1
  8. #define ID_DIALOG    2
  9. #define EDITBOX      1
  10.