home *** CD-ROM | disk | FTP | other *** search
- // QCDEMOW.H - Header file for Quadcode Demo under Windows.
-
- // These are the menu items for Windows:
- #define QCMNU_ABOUT 104
- #define QCMNU_EXIT 103
- #define QCMNU_SHRINKAGE 201
-
- // These are the accelerator numbers:
- #define QCACC_EXIT 501
- #define QCACC_SHRINKAGE 502
-
- // These are pushbutton numbers:
- #define QCBUT_CANCEL 401 // Cancel the region build
- #define QCBUT_OKABOUT 402 // OK in the About box
-
- // This is the graphics frame in the build dialog box:
- #define QCFRAME 403
-
- #define QCTXT_ABOUT 601 // The text in the About box
-