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

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

#ifndef QiProgressComponentHPP
#define QiProgressComponentHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiComponent.hpp>	// Pascal unit
#include <QiCLXComponent.hpp>	// Pascal unit
#include <QiPositionComponent.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 Qiprogresscomponent
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiProgressComponent;
class PASCALIMPLEMENTATION TiProgressComponent : public Qipositioncomponent::TiPositionComponent 
{
	typedef Qipositioncomponent::TiPositionComponent inherited;
	
private:
	bool FShowOffSegments;
	Qgraphics::TColor FSectionColor1;
	Qgraphics::TColor FSectionColor2;
	Qgraphics::TColor FSectionColor3;
	double FSectionEnd1;
	double FSectionEnd2;
	int FSectionCount;
	
protected:
	void __fastcall SetSectionColor1(const Qgraphics::TColor Value);
	void __fastcall SetSectionColor2(const Qgraphics::TColor Value);
	void __fastcall SetSectionColor3(const Qgraphics::TColor Value);
	void __fastcall SetSectionEnd1(const double Value);
	void __fastcall SetSectionEnd2(const double Value);
	void __fastcall SetSectionCount(const int Value);
	void __fastcall SetShowOffSegments(const bool Value);
	virtual void __fastcall DefineProperties(Classes::TFiler* Filer);
	void __fastcall WriteSectionEnd1(Classes::TWriter* Writer);
	void __fastcall ReadSectionEnd1(Classes::TReader* Reader);
	void __fastcall WriteSectionEnd2(Classes::TWriter* Writer);
	void __fastcall ReadSectionEnd2(Classes::TReader* Reader);
	
public:
	__fastcall virtual TiProgressComponent(Classes::TComponent* AOwner);
	
__published:
	__property BackGroundColor  = {default=-2};
	__property Qgraphics::TColor SectionColor1 = {read=FSectionColor1, write=SetSectionColor1, default=65280};
	__property Qgraphics::TColor SectionColor2 = {read=FSectionColor2, write=SetSectionColor2, default=65535};
	__property Qgraphics::TColor SectionColor3 = {read=FSectionColor3, write=SetSectionColor3, default=255};
	__property double SectionEnd1 = {read=FSectionEnd1, write=SetSectionEnd1};
	__property double SectionEnd2 = {read=FSectionEnd2, write=SetSectionEnd2};
	__property int SectionCount = {read=FSectionCount, write=SetSectionCount, default=1};
	__property bool ShowOffSegments = {read=FShowOffSegments, write=SetShowOffSegments, default=1};
public:
	#pragma option push -w-inl
	/* TiPositionComponent.Destroy */ inline __fastcall virtual ~TiProgressComponent(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWidgetControl.CreateParented */ inline __fastcall TiProgressComponent(Qt::QWidgetH* ParentWidget) : Qipositioncomponent::TiPositionComponent(ParentWidget) { }
	#pragma option pop
	
};


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

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

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

⌨️ 快捷键说明

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