home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap15 / print.rc < prev    next >
Encoding:
Text File  |  1990-11-12  |  359 b   |  13 lines

  1. /*--------------------------
  2.    PRINT.RC resource script
  3.   --------------------------*/
  4.  
  5. #include <windows.h>
  6.  
  7. PrintDlgBox DIALOG 40, 40, 120, 40
  8.      STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  9.      {
  10.      CTEXT          "Cancel Printing", -1,  4,  6, 120, 12
  11.      DEFPUSHBUTTON  "Cancel",    IDCANCEL, 44, 22,  32, 14, WS_GROUP
  12.      }
  13.