home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1995 March / PCD_395.iso / starview / wntmsci / german / helpdemo.hr_ / HELPDEMO.HRC
Encoding:
Text File  |  1994-01-18  |  1.3 KB  |  45 lines

  1. /*******************************************************************
  2. *  HELPDEMO.HRC
  3. *  (c) 1992-1994 STAR DIVISION
  4. *******************************************************************/
  5.  
  6. #define APP_MENUBAR         1000
  7. #define PM_DRAW             1001
  8. #define PM_HELP             1002
  9.  
  10. #define MI_DRAW             1011
  11. #define MI_EXIT             1012
  12.  
  13. #define MI_INDEX            1021
  14. #define MI_HELPONHELP       1022
  15. #define MI_DRAWHELP         1023
  16. #define MI_COLORHELP        1024
  17. #define MI_SHAPEHELP        1025
  18. #define MI_ABOUT            1026
  19.  
  20. #define DLG_SHAPE            500
  21. #define DLG_BLACK              1
  22. #define DLG_BLUE               2
  23. #define DLG_GREEN              3
  24. #define DLG_CYAN               4
  25. #define DLG_RED                5
  26. #define DLG_MAGENTA            6
  27. #define DLG_YELLOW             7
  28. #define DLG_WHITE              8
  29. #define DLG_GB1                9
  30. #define DLG_VIEW              10
  31. #define DLG_RECT              11
  32. #define DLG_ELL               12
  33. #define DLG_GB2               13
  34. #define DLG_OK                14
  35. #define DLG_CANCEL            15
  36. #define DLG_HELP              16
  37.  
  38. #define ABOUTBOX            2000
  39.  
  40. #define HELPSTATUS          3000
  41.  
  42. #define WINHELP             5000
  43. #define EXTHELP             5001
  44. #define ABOUTHELP           5002
  45.