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

📄 iopcpropertyselector.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) 'iOPCPropertySelector.pas' rev: 6.00

#ifndef iOPCPropertySelectorHPP
#define iOPCPropertySelectorHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ImgList.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <iEditorBasicComponents.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 <iOPCItem.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Iopcpropertyselector
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiOPCPropertySelectorForm;
class PASCALIMPLEMENTATION TiOPCPropertySelectorForm : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Comctrls::TListView* ListView;
	Controls::TImageList* ImageList;
	Extctrls::TPanel* Panel1;
	Stdctrls::TButton* OKButton;
	Stdctrls::TButton* CancelButton;
	Comctrls::TStatusBar* StatusBar1;
	void __fastcall ListBoxDblClick(System::TObject* Sender);
	void __fastcall ListViewSelectItem(System::TObject* Sender, Comctrls::TListItem* Item, bool Selected);
	void __fastcall ListViewKeyPress(System::TObject* Sender, char &Key);
	
private:
	AnsiString FPropertyName;
	System::TObject* __fastcall GetObjectProperty(Classes::TPersistent* Instance, const AnsiString PropName);
	
public:
	void __fastcall Setup(Classes::TPersistent* AObject, AnsiString Path);
	void __fastcall AddUnassigned(void);
	__property AnsiString PropertyName = {read=FPropertyName, write=FPropertyName};
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TiOPCPropertySelectorForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiOPCPropertySelectorForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TiOPCPropertySelectorForm(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TiOPCPropertySelectorForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiOPCPropertySelectorForm* iOPCPropertySelectorForm;

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

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

⌨️ 快捷键说明

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