⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 advmws.hpp

📁 TMS component pack v4.2 for delphi
💻 HPP
字号:
// CodeGear C++ Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Advmws.pas' rev: 11.00

#ifndef AdvmwsHPP
#define AdvmwsHPP

#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 <Classes.hpp>	// Pascal unit
#include <Advmemo.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Advmws
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAdvHTMLMemoStyler;
class PASCALIMPLEMENTATION TAdvHTMLMemoStyler : public Advmemo::TAdvCustomMemoStyler 
{
	typedef Advmemo::TAdvCustomMemoStyler inherited;
	
private:
	AnsiString FVersion;
	
public:
	__fastcall virtual TAdvHTMLMemoStyler(Classes::TComponent* AOwner);
	
__published:
	__property LineComment ;
	__property MultiCommentLeft ;
	__property MultiCommentRight ;
	__property CommentStyle ;
	__property NumberStyle ;
	__property AllStyles ;
	__property AnsiString Version = {read=FVersion};
	__property Description ;
	__property Filter ;
	__property DefaultExtension ;
	__property StylerName ;
	__property Extensions ;
public:
	#pragma option push -w-inl
	/* TAdvCustomMemoStyler.Destroy */ inline __fastcall virtual ~TAdvHTMLMemoStyler(void) { }
	#pragma option pop
	
};


class DELPHICLASS TAdvJSMemoStyler;
class PASCALIMPLEMENTATION TAdvJSMemoStyler : public Advmemo::TAdvCustomMemoStyler 
{
	typedef Advmemo::TAdvCustomMemoStyler inherited;
	
private:
	AnsiString FVersion;
	
public:
	__fastcall virtual TAdvJSMemoStyler(Classes::TComponent* AOwner);
	
__published:
	__property BlockStart ;
	__property BlockEnd ;
	__property LineComment ;
	__property MultiCommentLeft ;
	__property MultiCommentRight ;
	__property CommentStyle ;
	__property NumberStyle ;
	__property AllStyles ;
	__property AnsiString Version = {read=FVersion};
	__property Description ;
	__property Filter ;
	__property DefaultExtension ;
	__property StylerName ;
	__property Extensions ;
public:
	#pragma option push -w-inl
	/* TAdvCustomMemoStyler.Destroy */ inline __fastcall virtual ~TAdvJSMemoStyler(void) { }
	#pragma option pop
	
};


class DELPHICLASS TAdvWebMemoStyler;
class PASCALIMPLEMENTATION TAdvWebMemoStyler : public Advmemo::TAdvCustomMemoStyler 
{
	typedef Advmemo::TAdvCustomMemoStyler inherited;
	
private:
	AnsiString FVersion;
	
public:
	__fastcall virtual TAdvWebMemoStyler(Classes::TComponent* AOwner);
	
__published:
	__property LineComment ;
	__property MultiCommentLeft ;
	__property MultiCommentRight ;
	__property CommentStyle ;
	__property NumberStyle ;
	__property AllStyles ;
	__property AnsiString Version = {read=FVersion};
	__property Description ;
	__property Filter ;
	__property DefaultExtension ;
	__property StylerName ;
	__property Extensions ;
public:
	#pragma option push -w-inl
	/* TAdvCustomMemoStyler.Destroy */ inline __fastcall virtual ~TAdvWebMemoStyler(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
#define AllDelimiters " ,;:.()[]=-*/^%<>#"
#define AllHTMLKeyWordsDefaults "\"HEAD\",\"META\",\"BODY\",\"HTML\",\"TITLE\",\"COMMENT\""
#define AllHTMLKeyWordsStandard "\"A\",\"B\",\"I\",\"U\",\"P\",\"BASE\",\"BLINK\",\"LINK\","\
	"\"FONT\",\"STRONG\",\"IMG\",\"BASEFONT\",\"BGSOUND\",\"DD\""\
	",\"DEL\",\"DFN\",\"DIR\",\"DIV\",\"DL\",\"DT\",\"COL\",\"B"\
	"R\",\"HR\",\"COLGROUP\",\"TABLE\",\"MULTICOL\",\"TBODY\",\""\
	"TD\",\"TEXTAREA\",\"TFOOT\",\"TH\",\"THEAD\",\"TR\",\"TT\""\
	",\"CAPTION\",\"CENTER\",\"CITE\",\"CODE\",\"BLOCKQUOTE\",\""\
	"FORM\",\"FRAME\",\"IFRAME\",\"ILAYER\",\"FRAMESET\",\"BUTT"\
	"ON\",\"LABEL\",\"LAYER\",\"OPTION\""
#define AllJSKeyWords "\"SCRIPT\",\"OBJECT\",\"FOR\",\"IF\",\"THEN\",\"THIS\",\"D"\
	"O\",\"WHILE\",\"BREAK\",\"{\",\"}\",\"(\",\")\",\"SWITCH\""\
	",\"ELSE\",\"FUNCTION\",\"WINDOW\",\"DOCUMENT\",\";\",\"RET"\
	"URN\",\"STYLE\",\"VAR\",\"WINDOW\",\"LOCATION\""
#define AllJSFunctions "\"alert\",\"confirm\",\"prompt\",\"indexOf\",\"select\",\""\
	"write\",\"focus\""

}	/* namespace Advmws */
using namespace Advmws;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Advmws

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -