home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsConst.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.9 KB  |  58 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'EsConst.pas' rev: 3.00
  6.  
  7. #ifndef EsConstHPP
  8. #define EsConstHPP
  9. #include <SysInit.hpp>
  10. #include <System.hpp>
  11.  
  12. //-- user supplied -----------------------------------------------------------
  13.  
  14. namespace Esconst
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. //-- var, const, procedure ---------------------------------------------------
  18. #define SCEsColorBlack (Byte)(0)
  19. #define SCEsColorMaroon (Byte)(1)
  20. #define SCEsColorGreen (Byte)(2)
  21. #define SCEsColorOlive (Byte)(3)
  22. #define SCEsColorNavy (Byte)(4)
  23. #define SCEsColorPurple (Byte)(5)
  24. #define SCEsColorTeal (Byte)(6)
  25. #define SCEsColorGray (Byte)(7)
  26. #define SCEsColorSilver (Byte)(8)
  27. #define SCEsColorRed (Byte)(9)
  28. #define SCEsColorLime (Byte)(10)
  29. #define SCEsColorYellow (Byte)(11)
  30. #define SCEsColorBlue (Byte)(12)
  31. #define SCEsColorFuchsia (Byte)(13)
  32. #define SCEsColorAqua (Byte)(14)
  33. #define SCEsColorWhite (Byte)(15)
  34. #define SCEsDayConvertError (Byte)(20)
  35. #define SCEsMonthConvertError (Byte)(21)
  36. #define SCEsMonthNameConvertError (Byte)(22)
  37. #define SCEsYearConvertError (Byte)(23)
  38. #define SCEsDayRequired (Byte)(24)
  39. #define SCEsMonthRequired (Byte)(25)
  40. #define SCEsYearRequired (Byte)(26)
  41. #define SCEsLabelNotAttached (Byte)(30)
  42. #define SCEsBlankDateNotAllowed (Byte)(31)
  43. #define SCEsInvalidDay (Byte)(32)
  44. #define SCEsInvalidMonth (Byte)(33)
  45. #define SCEsInvalidMonthName (Byte)(34)
  46. #define SCEsInvalidYear (Byte)(35)
  47. #define SCEsDayIsRequired (Byte)(36)
  48. #define SCEsMonthIsRequired (Byte)(37)
  49. #define SCEsYearIsRequired (Byte)(38)
  50. #define SCEsInvalidDate (Byte)(39)
  51.  
  52. }    /* namespace Esconst */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace Esconst;
  55. #endif
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // EsConst
  58.