home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / PostScript OSA / DropShell3 / DS3Resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  1.6 KB  |  53 lines

  1. /******************************************************************************
  2. **
  3. **  Project Name:    DropShell
  4. **     File Name:    DSGlobals.h
  5. **
  6. **   Description:    Globals used by DropShell
  7. **
  8. *******************************************************************************
  9. **                       A U T H O R   I D E N T I T Y
  10. *******************************************************************************
  11. **
  12. **    Initials    Name
  13. **    --------    -----------------------------------------------
  14. **    LDR            Leonard Rosenthol
  15. **    MTC            Marshall Clow
  16. **    SCS            Stephan Somogyi
  17. **
  18. *******************************************************************************
  19. **                      R E V I S I O N   H I S T O R Y
  20. *******************************************************************************
  21. **
  22. **      Date        Time    Author    Description
  23. **    --------    -----    ------    ---------------------------------------------
  24. **    08/20/96            MTC        Merged into Single file, converted to C++
  25. **    02/20/94            LDR        Added commenting for Metrowerks
  26. **    12/09/91            LDR        Added gSplashScreen
  27. **    11/24/91            LDR        Added some new #defs & a #inc for DSUtils
  28. **    10/29/91            SCS        Changes for THINK C 5
  29. **    10/28/91            LDR        Officially renamed DropShell (from QuickShell)
  30. **    10/06/91    00:02    MTC        Converted to MPW C
  31. **    04/09/91    00:03    LDR        Added to Projector
  32. **
  33. ******************************************************************************/
  34.  
  35. #ifndef    __DSGLOBALS_H__
  36. #define    __DSGLOBALS_H__
  37.  
  38. #define    kAppleNum    128
  39. #define    kFileNum    129
  40. #define    kEditNum    130
  41. #define kToolsNum    131
  42.         
  43. #define    kAlertID        200
  44.  
  45. #define    kErrStringID    100
  46. #define    kCantRunErr        1
  47. #define    kInitAErr        2
  48. #define    kInitProgErr    3
  49. #define    kAEVTErr        4
  50.         
  51.         
  52. #endif
  53.