home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / dialog / gdlgitmi.rc < prev    next >
Text File  |  1988-08-10  |  493b  |  16 lines

  1. #include "style.h"
  2. #include "gdlgitmi.h"
  3.  
  4. getintmenu MENU
  5. BEGIN
  6.     MENUITEM "&Dialog...", ID_INTBOX
  7. END
  8.  
  9. INTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 84, 46, 122, 78
  10. STYLE WS_DLGFRAME | WS_POPUP
  11. BEGIN
  12.   CONTROL "DONE" ID_OK, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 36, 47, 41, 22
  13.   CONTROL "" EDIT_CONTROL, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 13, 21, 88, 14
  14.   CONTROL "Enter Integer in edit field" -1, "static", SS_LEFT | WS_CHILD, 8, 9, 110, 10
  15. END
  16.