home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'EsData.pas' rev: 3.00
-
- #ifndef EsDataHPP
- #define EsDataHPP
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Esdata
- {
- //-- type declarations -------------------------------------------------------
- typedef int TEsHdc;
-
- #pragma pack(push, 1)
- struct TRGBMap
- {
-
- union
- {
- struct
- {
- Byte Red;
- Byte Green;
- Byte Blue;
- Byte Unused;
-
- };
- int RGBValue;
-
- };
- } ;
- #pragma pack(pop)
-
- //-- var, const, procedure ---------------------------------------------------
- #define ES_POSITIONLABEL (Word)(1124)
- #define ES_RECORDLABELPOSITION (Word)(1125)
- #define ES_ASSIGNLABEL (Word)(1126)
- #define VK_0 (Byte)(48)
- #define VK_1 (Byte)(49)
- #define VK_2 (Byte)(50)
- #define VK_3 (Byte)(51)
- #define VK_4 (Byte)(52)
- #define VK_5 (Byte)(53)
- #define VK_6 (Byte)(54)
- #define VK_7 (Byte)(55)
- #define VK_8 (Byte)(56)
- #define VK_9 (Byte)(57)
- #define EsVersionStr "1.05"
-
- } /* namespace Esdata */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Esdata;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EsData
-