📄 iplotpackpropertyeditorsreg.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iPlotPackPropertyEditorsReg.pas' rev: 6.00
#ifndef iPlotPackPropertyEditorsRegHPP
#define iPlotPackPropertyEditorsRegHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iScopeComponentEditor.hpp> // Pascal unit
#include <iPlotComponentEditor.hpp> // Pascal unit
#include <iScope.hpp> // Pascal unit
#include <iXYPlot.hpp> // Pascal unit
#include <iPlot.hpp> // Pascal unit
#include <iComponentEditor.hpp> // Pascal unit
#include <DesignEditors.hpp> // Pascal unit
#include <DesignIntf.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Variants.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Types.hpp> // Pascal unit
#include <Clipbrd.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <TypInfo.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Iplotpackpropertyeditorsreg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiPlotComponentEditor;
class PASCALIMPLEMENTATION TiPlotComponentEditor : public Icomponenteditor::TiComponentEditor
{
typedef Icomponenteditor::TiComponentEditor inherited;
public:
virtual void __fastcall ExecuteVerb(int Index);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TiPlotComponentEditor(Classes::TComponent* AComponent, Designintf::_di_IDesigner ADesigner) : Icomponenteditor::TiComponentEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TiPlotComponentEditor(void) { }
#pragma option pop
};
class DELPHICLASS TiScopeComponentEditor;
class PASCALIMPLEMENTATION TiScopeComponentEditor : public Icomponenteditor::TiComponentEditor
{
typedef Icomponenteditor::TiComponentEditor inherited;
public:
virtual void __fastcall ExecuteVerb(int Index);
public:
#pragma option push -w-inl
/* TComponentEditor.Create */ inline __fastcall virtual TiScopeComponentEditor(Classes::TComponent* AComponent, Designintf::_di_IDesigner ADesigner) : Icomponenteditor::TiComponentEditor(AComponent, ADesigner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TiScopeComponentEditor(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Iplotpackpropertyeditorsreg */
using namespace Iplotpackpropertyeditorsreg;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iPlotPackPropertyEditorsReg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -