home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Frameworks / SCAPI 0.85 / Resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  848 b   |  28 lines  |  [TEXT/hscd]

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8. #define IDR_CHILDFRAME          101
  9. #define IDR_CONTEXTMENU         102
  10.  
  11. #define IDD_ABOUTDLG            110
  12. #define IDC_ICONRECT            111
  13.  
  14. #define ID_WIDTH_VTHIN          120
  15. #define ID_WIDTH_THIN           121
  16. #define ID_WIDTH_MEDIUM         122
  17. #define ID_WIDTH_THICK          123
  18. #define ID_WIDTH_VTHICK         124
  19.  
  20. #define ID_COLOR_BLACK          130
  21. #define ID_COLOR_BLUE           131
  22. #define ID_COLOR_GREEN          132
  23. #define ID_COLOR_CYAN           133
  24. #define ID_COLOR_RED            134
  25. #define ID_COLOR_MAGENTA        135
  26. #define ID_COLOR_YELLOW         136
  27. #define ID_COLOR_WHITE          137
  28.