📄 rm_wawconsts.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Rm_wawconsts.pas' rev: 11.00
#ifndef Rm_wawconstsHPP
#define Rm_wawconstsHPP
#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
//-- user supplied -----------------------------------------------------------
namespace Rm_wawconsts
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
#define wawHTML_VERSION "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">"
static const char wawOPENTAGPREFIX = '\x3c';
#define wawCLOSETAGPREFIX "</"
static const char wawTAGPOSTFIX = '\x3e';
#define wawTABLETAG "TABLE"
#define wawROWTAG "TR"
#define wawCELLTAG "TD"
#define wawHEADTAG "HEAD"
#define wawTITLETAG "TITLE"
#define wawFORMTAG "FORM"
#define wawHTMLTAG "HTML"
#define wawBODYTAG "BODY"
#define wawSTYLETAG "STYLE"
static const char wawANCHORTAG = '\x41';
#define wawPRETAG "PRE"
#define wawCOLSPANATTRIBUTE "colspan"
#define wawROWSPANATTRIBUTE "rowspan"
#define wawWIDTHATTRIBUTE "width"
#define wawHEIGHTATTRIBUTE "height"
extern PACKAGE AnsiString wawBLOCKSEPARATOR;
static const Shortint wawMAXOBJECTTYPENAME = 0x20;
static const Byte wawMAXLENGTH = 0xff;
extern PACKAGE char wawMAXMARGINSTRING[32];
static const Word wawMAXFSWD = 0x200;
#define wawFONT_BOLD "bold"
#define wawFONT_NORMAL "normal"
#define wawFONT_UNDERLINE "underline"
#define wawFONT_STRIKE "line-through "
#define wawFONT_NONE "none"
#define wawFONT_ITALIC "italic"
#define wawTABLESTYLE "border-collapse:collapse"
#define wawSTYLEFORMAT "c%d"
#define wawVALIGN "vectical-align"
#define wawTEXTTOP "text-top"
#define wawMiddle "middle"
#define wawTextBottom "text-bottom"
#define wawTEXTALIGN "text-align"
#define wawLEFT "left"
#define wawRIGHT "right"
#define wawCENTER "center"
#define wawJustify "justify"
#define wawBackgroundColor "background-color"
#define wawHtml_quot """
#define wawHtml_amp "&"
#define wawHtml_lt "<"
#define wawHtml_gt ">"
#define wawHtml_space " "
#define wawHtml_crlf "<BR>"
#define wawDefFontFace "Arial"
static const Shortint wawDefFontSize = 0xa;
static const char wawDefFontSymbol = '\x78';
#define wawSmRepInch (2.540000E+00)
static const Shortint wawPointPerInch72 = 0x48;
static const Shortint wawPointPerInch96 = 0x60;
static const Word wawPointPerInch14 = 0x5a0;
static const Word wawPointPerInch10 = 0x100;
static const Shortint wawExcelHeightC = 0x14;
static const Word wawExcelWidthC1 = 0x1a0;
static const Byte wawExcelWidthC2 = 0xa0;
} /* namespace Rm_wawconsts */
using namespace Rm_wawconsts;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Rm_wawconsts
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -