📄 syneditpropertyreg.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'SynEditPropertyReg.pas' rev: 6.00
#ifndef SynEditPropertyRegHPP
#define SynEditPropertyRegHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Classes.hpp> // Pascal unit
#include <VCLEditors.hpp> // Pascal unit
#include <DesignEditors.hpp> // Pascal unit
#include <DesignIntf.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Syneditpropertyreg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSynEditFontProperty;
class PASCALIMPLEMENTATION TSynEditFontProperty : public Vcleditors::TFontProperty
{
typedef Vcleditors::TFontProperty inherited;
public:
virtual void __fastcall Edit(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TSynEditFontProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Vcleditors::TFontProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TSynEditFontProperty(void) { }
#pragma option pop
};
class DELPHICLASS TSynEditCommandProperty;
class PASCALIMPLEMENTATION TSynEditCommandProperty : public Designeditors::TIntegerProperty
{
typedef Designeditors::TIntegerProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual AnsiString __fastcall GetValue();
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TSynEditCommandProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TIntegerProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TSynEditCommandProperty(void) { }
#pragma option pop
};
class DELPHICLASS TSynEditKeystrokesProperty;
class PASCALIMPLEMENTATION TSynEditKeystrokesProperty : public Designeditors::TClassProperty
{
typedef Designeditors::TClassProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TSynEditKeystrokesProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TSynEditKeystrokesProperty(void) { }
#pragma option pop
};
class DELPHICLASS TSynEditPrintMarginsProperty;
class PASCALIMPLEMENTATION TSynEditPrintMarginsProperty : public Designeditors::TClassProperty
{
typedef Designeditors::TClassProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TSynEditPrintMarginsProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TSynEditPrintMarginsProperty(void) { }
#pragma option pop
};
class DELPHICLASS TAutoCorrectionProperty;
class PASCALIMPLEMENTATION TAutoCorrectionProperty : public Designeditors::TPropertyEditor
{
typedef Designeditors::TPropertyEditor inherited;
public:
virtual void __fastcall Edit(void);
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual AnsiString __fastcall GetValue();
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TAutoCorrectionProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TPropertyEditor(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TAutoCorrectionProperty(void) { }
#pragma option pop
};
class DELPHICLASS TSynAutoCorrectComponentEditor;
class PASCALIMPLEMENTATION TSynAutoCorrectComponentEditor : public Designeditors::TDefaultEditor
{
typedef Designeditors::TDefaultEditor inherited;
public:
virtual void __fastcall Edit(void);
virtual void __fastcall ExecuteVerb(int Index);
virtual AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TSynAutoCorrectComponentEditor(Classes::TComponent* AComponent, Designintf::_di_IDesigner ADesigner) : Designeditors::TDefaultEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TSynAutoCorrectComponentEditor(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Syneditpropertyreg */
using namespace Syneditpropertyreg;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // SynEditPropertyReg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -