home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsData.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.4 KB  |  63 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) 'EsData.pas' rev: 3.00
  6.  
  7. #ifndef EsDataHPP
  8. #define EsDataHPP
  9. #include <Messages.hpp>
  10. #include <Windows.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15.  
  16. namespace Esdata
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. typedef int TEsHdc;
  20.  
  21. #pragma pack(push, 1)
  22. struct TRGBMap
  23. {
  24.     
  25.     union
  26.     {
  27.         struct 
  28.         {
  29.             Byte Red;
  30.             Byte Green;
  31.             Byte Blue;
  32.             Byte Unused;
  33.             
  34.         };
  35.         int RGBValue;
  36.         
  37.     };
  38. } ;
  39. #pragma pack(pop)
  40.  
  41. //-- var, const, procedure ---------------------------------------------------
  42. #define ES_POSITIONLABEL (Word)(1124)
  43. #define ES_RECORDLABELPOSITION (Word)(1125)
  44. #define ES_ASSIGNLABEL (Word)(1126)
  45. #define VK_0 (Byte)(48)
  46. #define VK_1 (Byte)(49)
  47. #define VK_2 (Byte)(50)
  48. #define VK_3 (Byte)(51)
  49. #define VK_4 (Byte)(52)
  50. #define VK_5 (Byte)(53)
  51. #define VK_6 (Byte)(54)
  52. #define VK_7 (Byte)(55)
  53. #define VK_8 (Byte)(56)
  54. #define VK_9 (Byte)(57)
  55. #define EsVersionStr "1.05"
  56.  
  57. }    /* namespace Esdata */
  58. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  59. using namespace Esdata;
  60. #endif
  61. //-- end unit ----------------------------------------------------------------
  62. #endif    // EsData
  63.