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

📄 qiopccommonpropertyeditorsreg.hpp

📁 Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'QiOPCCommonPropertyEditorsReg.pas' rev: 6.00

#ifndef QiOPCCommonPropertyEditorsRegHPP
#define QiOPCCommonPropertyEditorsRegHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiOPCManagerComponentEditor.hpp>	// Pascal unit
#include <QiOPCManager.hpp>	// Pascal unit
#include <QiComponentEditor.hpp>	// Pascal unit
#include <DesignEditors.hpp>	// Pascal unit
#include <DesignIntf.hpp>	// Pascal unit
#include <QExtCtrls.hpp>	// Pascal unit
#include <QStdCtrls.hpp>	// Pascal unit
#include <QComCtrls.hpp>	// Pascal unit
#include <QControls.hpp>	// Pascal unit
#include <Variants.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Types.hpp>	// Pascal unit
#include <QTypes.hpp>	// Pascal unit
#include <QClipbrd.hpp>	// Pascal unit
#include <QDialogs.hpp>	// Pascal unit
#include <QForms.hpp>	// Pascal unit
#include <QGraphics.hpp>	// Pascal unit
#include <Qt.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 Qiopccommonpropertyeditorsreg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiOPCManagerComponentEditor;
class PASCALIMPLEMENTATION TiOPCManagerComponentEditor : public Qicomponenteditor::TiComponentEditor 
{
	typedef Qicomponenteditor::TiComponentEditor inherited;
	
public:
	virtual void __fastcall ExecuteVerb(int Index);
public:
	#pragma option push -w-inl
	/* TComponentEditor.Create */ inline __fastcall virtual TiOPCManagerComponentEditor(Classes::TComponent* AComponent, Designintf::_di_IDesigner ADesigner) : Qicomponenteditor::TiComponentEditor(AComponent, ADesigner) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TiOPCManagerComponentEditor(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);

}	/* namespace Qiopccommonpropertyeditorsreg */
using namespace Qiopccommonpropertyeditorsreg;
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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