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

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

#ifndef iOPCComputerSelectorHPP
#define iOPCComputerSelectorHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iTypes.hpp>	// Pascal unit
#include <iOPCDLLLoader.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <ImgList.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <StdCtrls.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 Iopccomputerselector
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TNetObject;
class PASCALIMPLEMENTATION TNetObject : public System::TObject 
{
	typedef System::TObject inherited;
	
public:
	unsigned dwScope;
	unsigned dwType;
	unsigned dwDisplayType;
	unsigned dwUsage;
	AnsiString lpLocalName;
	AnsiString lpRemoteName;
	AnsiString lpComment;
	AnsiString lpProvider;
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TNetObject(void) : System::TObject() { }
	#pragma option pop
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TNetObject(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiOPCComputerSelectorForm;
class PASCALIMPLEMENTATION TiOPCComputerSelectorForm : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Controls::TImageList* ImageList;
	Comctrls::TStatusBar* StatusBar1;
	Extctrls::TPanel* Panel1;
	Stdctrls::TButton* OKButton;
	Stdctrls::TButton* CancelButton;
	Comctrls::TTreeView* TreeView;
	void __fastcall TreeViewExpanded(System::TObject* Sender, Comctrls::TTreeNode* Node);
	void __fastcall TreeViewDblClick(System::TObject* Sender);
	void __fastcall TreeViewChange(System::TObject* Sender, Comctrls::TTreeNode* Node);
	void __fastcall TreeViewKeyPress(System::TObject* Sender, char &Key);
	void __fastcall TreeViewDeletion(System::TObject* Sender, Comctrls::TTreeNode* Node);
	
private:
	AnsiString FComputerName;
	int FSessionHandle;
	
protected:
	void __fastcall AddBranch(Comctrls::TTreeNode* CurrentTreeNode);
	void __fastcall AddBranchItems(Comctrls::TTreeNode* CurrentTreeNode);
	
public:
	void __fastcall Setup(void);
	__property AnsiString ComputerName = {read=FComputerName, write=FComputerName};
	__property int SessionHandle = {read=FSessionHandle, write=FSessionHandle, nodefault};
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TiOPCComputerSelectorForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiOPCComputerSelectorForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TiOPCComputerSelectorForm(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TiOPCComputerSelectorForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiOPCComputerSelectorForm* iOPCComputerSelectorForm;

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

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

⌨️ 快捷键说明

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