home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / chart101.zip / RES.H < prev   
Text File  |  1990-05-14  |  1KB  |  27 lines

  1. /*************** DEMO Sample Program Include file (.H) ************************/
  2. /*                                                                            */
  3. /*  The C include file defines symbolic constants used                        */
  4. /*  in the DEMO.C and DEMO.RC files.                                          */
  5. /*  C local procedure declarations may appear in this file to                 */
  6. /*  ensure they have been declared before being used.                         */
  7. /*                                                                            */
  8. /*  NOTE: If using the Dialog Editor "DLGBOX.EXE" ALL comments                */
  9. /*          (including this) MUST be removed from this file.                  */
  10. /******************************************************************************/
  11.  
  12.  
  13. #define ID_WINDOW           256
  14.  
  15. #define IDM_FILE            300
  16.  
  17. #define IDM_OPEN            301
  18. #define IDM_SAVE            302
  19. #define IDM_CLOSE           303
  20. #define IDM_PRINT           304
  21. #define IDM_EXIT            305
  22.  
  23. #define IDM_HELP            400
  24.  
  25. #define IDM_FULL            500
  26. #define IDM_SMALL           501
  27.