home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_7 / 7.ddi / TDWEXMPL.ZIP / BCWDEMO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-13  |  548 b   |  21 lines

  1. /**********************************************************************
  2.  *          Copyright (c) 1991 by Borland International, Inc.         *
  3. **********************************************************************/
  4.  
  5. #define szAppName "SimplePaint"
  6. #define LINE 1
  7. #define ELLIPSE 2
  8. #define RECTANGLE 3
  9.  
  10. #define MID_QUIT 100
  11. #define MID_LINE 201
  12. #define MID_ELLIPSE 202
  13. #define MID_RECTANGLE 203
  14. #define MID_THIN 301
  15. #define MID_REGULAR 302
  16. #define MID_THICK 303
  17. #define MID_RED 304
  18. #define MID_GREEN 305
  19. #define MID_BLACK 306
  20.  
  21.