📄 propedit.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'PropEdit.pas' rev: 6.00
#ifndef PropEditHPP
#define PropEditHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Dialogs.hpp> // Pascal unit
#include <PropList.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Propedit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TPropertyEditor;
class PASCALIMPLEMENTATION TPropertyEditor : public System::TObject
{
typedef System::TObject inherited;
private:
Proplist::TProperty* FProp;
public:
__fastcall virtual TPropertyEditor(Proplist::TProperty* AProp);
virtual bool __fastcall Execute(void) = 0 ;
__property Proplist::TProperty* Prop = {read=FProp};
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TPropertyEditor(void) { }
#pragma option pop
};
typedef TMetaClass*TPropertyEditorClass;
class DELPHICLASS TFontPropertyEditor;
class PASCALIMPLEMENTATION TFontPropertyEditor : public TPropertyEditor
{
typedef TPropertyEditor inherited;
public:
virtual bool __fastcall Execute(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TFontPropertyEditor(Proplist::TProperty* AProp) : TPropertyEditor(AProp) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TFontPropertyEditor(void) { }
#pragma option pop
};
class DELPHICLASS TColorPropertyEditor;
class PASCALIMPLEMENTATION TColorPropertyEditor : public TPropertyEditor
{
typedef TPropertyEditor inherited;
public:
virtual bool __fastcall Execute(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TColorPropertyEditor(Proplist::TProperty* AProp) : TPropertyEditor(AProp) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TColorPropertyEditor(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Propedit */
using namespace Propedit;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // PropEdit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -