NO HAY CÓDIGO FUENTE git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
81 lines
3.2 KiB
C++
81 lines
3.2 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Rvmapwht.pas' rev: 10.00
|
|
|
|
#ifndef RvmapwhtHPP
|
|
#define RvmapwhtHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member functions
|
|
#pragma pack(push,8)
|
|
#include <System.hpp> // Pascal unit
|
|
#include <Sysinit.hpp> // Pascal unit
|
|
#include <Graphics.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Rvmapwht
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
static const Word RVSMW_FONTNAME = 0x2710;
|
|
static const Word RVSMW_FONTSIZE = 0x2710;
|
|
static const Word RVSMW_FONTCHARSET = 0xc350;
|
|
static const Word RVSMW_EACHRGBCOLOR = 0xd05;
|
|
static const Word RVSMW_COLORSET = 0xbb8;
|
|
static const Word RVSMW_ALLCAPS = 0xc350;
|
|
static const Word RVSMW_OVERLINE = 0xc350;
|
|
static const Word RVSMW_EACHRGBBCOLOR = 0x2710;
|
|
static const Word RVSMW_BCOLORSET = 0xc350;
|
|
static const Word RVSMW_FONTEACHSTYLE = 0xc350;
|
|
static const Word RVSMW_HOVEREACHEFFECT = 0x2710;
|
|
static const Word RVSMW_FONTSTYLESET = 0xc350;
|
|
static const Word RVSMW_CHARSCALE = 0x12c;
|
|
static const Word RVSMW_CHARSPACING = 0x3e8;
|
|
static const Word RVSMW_TEXTBIDIMODE = 0x3e8;
|
|
static const Word RVSMW_VSHIFT = 0xc350;
|
|
static const Word RVSMW_VSHIFTRATIO = 0x3e8;
|
|
static const Word RVSMW_CURSOR = 0x1388;
|
|
static const int RVSMW_PROTECTION = 0x186a0;
|
|
static const Word RVSMW_SPECIALCODE = 0xc350;
|
|
static const Shortint RVSMW_LANGUAGE = 0x64;
|
|
static const Word RVSMW_SUBSUPERSCRIPTTYPE = 0xc350;
|
|
static const Word RVSNW_PROTECTION = 0xc350;
|
|
static const Word RVSMW_ALIGNMENT = 0xc350;
|
|
static const Word RVSMW_PARABIDIMODE = 0x2710;
|
|
static const Word RVSMW_OUTLINELEVEL = 0xc350;
|
|
static const Word RVSMW_LINESPACING = 0x1388;
|
|
static const Word RVSMW_INDENT = 0x3e8;
|
|
static const Word RVSMW_BORDERSIDE = 0x1388;
|
|
static const Word RVSMW_BORDERNOSIDE = 0x4e20;
|
|
static const Word RVSMW_WIDTH = 0x3e8;
|
|
static const Word RVSMW_BORDERSTYLE = 0x3e8;
|
|
static const Shortint RVSMW_PADDING = 0x64;
|
|
static const Word RVSMW_NOWRAP = 0x3e8;
|
|
static const int RVSMW_READONLY = 0x186a0;
|
|
static const Word RVSMW_STYLEPROTECT = 0x3e8;
|
|
static const Word RVSMW_DONOTWANTRETURNS = 0x2710;
|
|
static const Word RVSMW_KEEPLINESTOGETHER = 0x1f4;
|
|
static const Word RVSMW_KEEPWITHNEXT = 0x1f4;
|
|
static const Byte RVSMW_TABPOS = 0xc8;
|
|
static const Shortint RVSMW_TABALIGN = 0x64;
|
|
static const Shortint RVSMW_LEADER = 0x32;
|
|
static const Word RVSMW_NOTAB = 0x190;
|
|
static const Word RVMW_LISTTYPE = 0x1388;
|
|
static const Shortint RVMW_LISTMISC = 0x64;
|
|
extern PACKAGE int __fastcall RV_CompareInts(int New, int Old, int Weight);
|
|
extern PACKAGE int __fastcall RV_CompareColors(Graphics::TColor Color1, Graphics::TColor Color2, int w1, int w2);
|
|
|
|
} /* namespace Rvmapwht */
|
|
using namespace Rvmapwht;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Rvmapwht
|