home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / RandomDot 1.1.0 / headers / RandomDotRes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-20  |  778 b   |  33 lines  |  [TEXT/KAHL]

  1. /* RandomDotRes.h - this file is read both by the c program and by the Rez compiler.
  2.     by David Phillip Oster October 1994 oster@netcom.com
  3.     for:
  4.     Stuart Inglis singlis@waikato.ac.nz
  5.     Department of Computer Science
  6.     University of Waikato, Hamilton, New Zealand
  7.  */
  8. #define kCreator    'rs®D'
  9. #define kPrefType    'rs®D'
  10.  
  11. #define kMBAR 128
  12.  
  13. /* menu id numbers
  14.  */
  15. #define kAppleMenu    128
  16. #define kFileMenu    (kAppleMenu+1)
  17. #define kEditMenu    (kFileMenu+1)
  18. #define kRandomDotMenu    (kEditMenu+1)
  19.  
  20. /* dialog template id numbers
  21.  */
  22. #define rWin            128
  23. #define    rAbout            (rWin+1)
  24. #define rRandomDotCongig    (rAbout+1)
  25. #define rError            (rRandomDotCongig+1)
  26. #define rProgress        (rError+1)
  27. #define rHelp            (rProgress+1)
  28.  
  29. /* STR# id numbers
  30.  */
  31. #define kMainStrs            128
  32. #define kErrorStrs            (kMainStrs+1)
  33.