📄 qiopccomputerselector.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiOPCComputerSelector.pas' rev: 6.00
#ifndef QiOPCComputerSelectorHPP
#define QiOPCComputerSelectorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiTypes.hpp> // Pascal unit
#include <QiOPCDLLLoader.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <QImgList.hpp> // Pascal unit
#include <QExtCtrls.hpp> // Pascal unit
#include <QComCtrls.hpp> // Pascal unit
#include <QControls.hpp> // Pascal unit
#include <QStdCtrls.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 Qiopccomputerselector
{
//-- 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 Qforms::TForm
{
typedef Qforms::TForm inherited;
__published:
Qimglist::TImageList* ImageList;
Qcomctrls::TStatusBar* StatusBar1;
Qextctrls::TPanel* Panel1;
Qstdctrls::TButton* OKButton;
Qstdctrls::TButton* CancelButton;
Qcomctrls::TTreeView* TreeView;
void __fastcall TreeViewExpanded(System::TObject* Sender, Qcomctrls::TTreeNode* Node);
void __fastcall TreeViewDblClick(System::TObject* Sender);
void __fastcall TreeViewChange(System::TObject* Sender, Qcomctrls::TTreeNode* Node);
void __fastcall TreeViewKeyPress(System::TObject* Sender, char &Key);
void __fastcall TreeViewDeletion(System::TObject* Sender, Qcomctrls::TTreeNode* Node);
private:
AnsiString FComputerName;
int FSessionHandle;
protected:
void __fastcall AddBranch(Qcomctrls::TTreeNode* CurrentTreeNode);
void __fastcall AddBranchItems(Qcomctrls::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) : Qforms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiOPCComputerSelectorForm(Classes::TComponent* AOwner, int Dummy) : Qforms::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
/* TWidgetControl.CreateParented */ inline __fastcall TiOPCComputerSelectorForm(Qt::QWidgetH* ParentWidget) : Qforms::TForm(ParentWidget) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiOPCComputerSelectorForm* iOPCComputerSelectorForm;
} /* namespace Qiopccomputerselector */
using namespace Qiopccomputerselector;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiOPCComputerSelector
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -