📄 qiopcpropertyselector.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiOPCPropertySelector.pas' rev: 6.00
#ifndef QiOPCPropertySelectorHPP
#define QiOPCPropertySelectorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QImgList.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <QExtCtrls.hpp> // Pascal unit
#include <QComCtrls.hpp> // Pascal unit
#include <QControls.hpp> // Pascal unit
#include <QStdCtrls.hpp> // Pascal unit
#include <QiEditorBasicComponents.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 Qiopcpropertyselector
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiOPCPropertySelectorForm;
class PASCALIMPLEMENTATION TiOPCPropertySelectorForm : public Qforms::TForm
{
typedef Qforms::TForm inherited;
__published:
Qcomctrls::TListView* ListView;
Qimglist::TImageList* ImageList;
Qextctrls::TPanel* Panel1;
Qstdctrls::TButton* OKButton;
Qstdctrls::TButton* CancelButton;
Qcomctrls::TStatusBar* StatusBar1;
void __fastcall ListBoxDblClick(System::TObject* Sender);
void __fastcall ListViewSelectItem(System::TObject* Sender, Qcomctrls::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) : Qforms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiOPCPropertySelectorForm(Classes::TComponent* AOwner, int Dummy) : Qforms::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
/* TWidgetControl.CreateParented */ inline __fastcall TiOPCPropertySelectorForm(Qt::QWidgetH* ParentWidget) : Qforms::TForm(ParentWidget) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiOPCPropertySelectorForm* iOPCPropertySelectorForm;
} /* namespace Qiopcpropertyselector */
using namespace Qiopcpropertyselector;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiOPCPropertySelector
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -