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

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

#ifndef QiLedHPP
#define QiLedHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiComponent.hpp>	// Pascal unit
#include <QiCLXComponent.hpp>	// Pascal unit
#include <QiCustomComponent.hpp>	// Pascal unit
#include <QiGPFunctions.hpp>	// Pascal unit
#include <QiTypes.hpp>	// Pascal unit
#include <QExtCtrls.hpp>	// Pascal unit
#include <QStdCtrls.hpp>	// Pascal unit
#include <QComCtrls.hpp>	// Pascal unit
#include <QControls.hpp>	// Pascal unit
#include <Variants.hpp>	// Pascal unit
#include <Classes.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 Qiled
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiLed;
class PASCALIMPLEMENTATION TiLed : public Qicustomcomponent::TiCustomComponent 
{
	typedef Qicustomcomponent::TiCustomComponent inherited;
	
private:
	bool FActive;
	Qitypes::TiBevelStyle FBevelStyle;
	Qgraphics::TColor FActiveColor;
	Classes::TNotifyEvent FOnChange;
	bool FAutoInactiveColor;
	Qgraphics::TColor FInactiveColor;
	void __fastcall SetBevelStyle(const Qitypes::TiBevelStyle Value);
	void __fastcall SetActiveColor(const Qgraphics::TColor Value);
	void __fastcall SetActive(const bool Value);
	void __fastcall SetAutoInactiveColor(const bool Value);
	void __fastcall SetInactiveColor(const Qgraphics::TColor Value);
	
protected:
	void __fastcall DoChange(void);
	
public:
	__fastcall virtual TiLed(Classes::TComponent* AOwner);
	void __fastcall SetActiveNoEvent(const bool Value);
	
__published:
	__property bool Active = {read=FActive, write=SetActive, default=0};
	__property Qgraphics::TColor ActiveColor = {read=FActiveColor, write=SetActiveColor, default=65280};
	__property bool AutoInactiveColor = {read=FAutoInactiveColor, write=SetAutoInactiveColor, default=1};
	__property Qgraphics::TColor InactiveColor = {read=FInactiveColor, write=SetInactiveColor, default=21760};
	__property Qitypes::TiBevelStyle BevelStyle = {read=FBevelStyle, write=SetBevelStyle, default=2};
	__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
	__property Width  = {default=20};
	__property Height  = {default=20};
public:
	#pragma option push -w-inl
	/* TiCLXComponent.Destroy */ inline __fastcall virtual ~TiLed(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWidgetControl.CreateParented */ inline __fastcall TiLed(Qt::QWidgetH* ParentWidget) : Qicustomcomponent::TiCustomComponent(ParentWidget) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

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

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

⌨️ 快捷键说明

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