📄 asghtmlr.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'asghtmlr.pas' rev: 5.00
#ifndef asghtmlrHPP
#define asghtmlrHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <DsgnIntf.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <AsgHTML.hpp> // Pascal unit
#include <AdvGrid.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Asghtmlr
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAdvGridHTMLSettingsEditor;
class PASCALIMPLEMENTATION TAdvGridHTMLSettingsEditor : public Dsgnintf::TComponentEditor
{
typedef Dsgnintf::TComponentEditor inherited;
public:
virtual AnsiString __fastcall GetVerb(int index);
virtual int __fastcall GetVerbCount(void);
virtual void __fastcall ExecuteVerb(int Index);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TAdvGridHTMLSettingsEditor(Classes::TComponent*
AComponent, Dsgnintf::_di_IFormDesigner ADesigner) : Dsgnintf::TComponentEditor(AComponent, ADesigner
) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TAdvGridHTMLSettingsEditor(void) { }
#pragma option pop
};
class DELPHICLASS THTMLSettingsProperty;
class PASCALIMPLEMENTATION THTMLSettingsProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
protected:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual THTMLSettingsProperty(const Dsgnintf::_di_IFormDesigner
ADesigner, int APropCount) : Dsgnintf::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~THTMLSettingsProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Asghtmlr */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Asghtmlr;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // asghtmlr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -