home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_08 / qcdemow.h < prev    next >
Text File  |  1992-07-14  |  606b  |  20 lines

  1. // QCDEMOW.H - Header file for Quadcode Demo under Windows.
  2.  
  3. // These are the menu items for Windows:
  4. #define QCMNU_ABOUT       104
  5. #define QCMNU_EXIT        103
  6. #define QCMNU_SHRINKAGE   201
  7.  
  8. // These are the accelerator numbers:
  9. #define QCACC_EXIT        501
  10. #define QCACC_SHRINKAGE   502
  11.  
  12. // These are pushbutton numbers:
  13. #define QCBUT_CANCEL      401   // Cancel the region build
  14. #define QCBUT_OKABOUT     402   // OK in the About box
  15.  
  16. // This is the graphics frame in the build dialog box:
  17. #define QCFRAME           403
  18.  
  19. #define QCTXT_ABOUT       601   // The text in the About box
  20.