📄 iopcmanagercomponenteditor.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iOPCManagerComponentEditor.pas' rev: 6.00
#ifndef iOPCManagerComponentEditorHPP
#define iOPCManagerComponentEditorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iCheckBox.hpp> // Pascal unit
#include <iCustomComponent.hpp> // Pascal unit
#include <iVCLComponent.hpp> // Pascal unit
#include <iComponent.hpp> // Pascal unit
#include <iAboutPanel.hpp> // Pascal unit
#include <iEditorBasicComponents.hpp> // Pascal unit
#include <iComponentEditorButtonPanel.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <iOPCServerSelector.hpp> // Pascal unit
#include <iOPCComputerSelector.hpp> // Pascal unit
#include <iOPCDLLLoader.hpp> // Pascal unit
#include <iOPCManager.hpp> // Pascal unit
#include <iTypes.hpp> // Pascal unit
#include <iComponentEditorForm.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 Iopcmanagercomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiOPCManagerComponentEditorForm;
class PASCALIMPLEMENTATION TiOPCManagerComponentEditorForm : public Icomponenteditorform::TiComponentEditorForm
{
typedef Icomponenteditorform::TiComponentEditorForm inherited;
__published:
Ieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
Comctrls::TTabSheet* GeneralTabSheet;
Comctrls::TTabSheet* AboutTabSheet;
Icomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
Iaboutpanel::TiAboutPanel* iAboutPanel1;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label9;
Ieditorbasiccomponents::TiComponentEditorListBox* ItemListBox;
Stdctrls::TButton* iGroupItemAddButton;
Stdctrls::TButton* GroupRemoveButton;
Stdctrls::TGroupBox* ItemPropertiesGroupBox;
Stdctrls::TLabel* Label3;
Stdctrls::TLabel* Label2;
Ieditorbasiccomponents::TiComponentEditorEdit* GroupNameEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* GroupUpdateRateEdit;
Stdctrls::TLabel* Label145;
Stdctrls::TLabel* Label146;
Ieditorbasiccomponents::TiComponentEditorEdit* GroupComputerNameEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* GroupOPCServerNameEdit;
Ieditorbasiccomponents::TiComponentEditorButton* GroupOPCComputerNameEditButton;
Ieditorbasiccomponents::TiComponentEditorButton* GroupOPCServerNameEditButton;
void __fastcall iComponentEditorFormDestroy(System::TObject* Sender);
void __fastcall iGroupItemAddButtonClick(System::TObject* Sender);
void __fastcall GroupRemoveButtonClick(System::TObject* Sender);
void __fastcall ItemListBoxClick(System::TObject* Sender);
void __fastcall ItemChange(System::TObject* Sender);
void __fastcall ItemListBoxGetData(const int Index, bool &DrawColorBox, Graphics::TColor &AColor, AnsiString &AText);
void __fastcall ItemListBoxItemMove(System::TObject* Sender);
void __fastcall iComponentEditorFormCreate(System::TObject* Sender);
void __fastcall GroupOPCComputerNameEditButtonClick(System::TObject* Sender);
void __fastcall GroupOPCServerNameEditButtonClick(System::TObject* Sender);
private:
int FSessionHandle;
int FLastIndex;
void __fastcall UpdateItemEdit(void);
void __fastcall ClearList(void);
protected:
virtual void __fastcall CreateThemeInstance(void);
virtual void __fastcall CopyPropertiesToForm(Controls::TWinControl* Component);
virtual void __fastcall CopyPropertiesToComponent(Controls::TWinControl* Component);
public:
#pragma option push -w-inl
/* TiComponentEditorForm.Create */ inline __fastcall virtual TiOPCManagerComponentEditorForm(Classes::TComponent* AOwner) : Icomponenteditorform::TiComponentEditorForm(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiOPCManagerComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Icomponenteditorform::TiComponentEditorForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiOPCManagerComponentEditorForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TiOPCManagerComponentEditorForm(HWND ParentWindow) : Icomponenteditorform::TiComponentEditorForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiOPCManagerComponentEditorForm* iOPCManagerComponentEditorForm;
} /* namespace Iopcmanagercomponenteditor */
using namespace Iopcmanagercomponenteditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iOPCManagerComponentEditor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -