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

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

#ifndef QiSliderComponentEditorHPP
#define QiSliderComponentEditorHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiAboutPanel.hpp>	// Pascal unit
#include <QiOPCBrowserPanel.hpp>	// Pascal unit
#include <QiEditorBasicComponents.hpp>	// Pascal unit
#include <QiComponentEditorButtonPanel.hpp>	// Pascal unit
#include <QiComponentEditorThemePanel.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <QComCtrls.hpp>	// Pascal unit
#include <QControls.hpp>	// Pascal unit
#include <QExtCtrls.hpp>	// Pascal unit
#include <QStdCtrls.hpp>	// Pascal unit
#include <QiSlider.hpp>	// Pascal unit
#include <QiTypes.hpp>	// Pascal unit
#include <QiComponentEditorForm.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 Qislidercomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiSliderComponentEditorForm;
class PASCALIMPLEMENTATION TiSliderComponentEditorForm : public Qicomponenteditorform::TiComponentEditorForm 
{
	typedef Qicomponenteditorform::TiComponentEditorForm inherited;
	
__published:
	Qieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
	Qcomctrls::TTabSheet* ControlTabSheet;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* EnabledCheckBox;
	Qstdctrls::TLabel* Label12;
	Qstdctrls::TLabel* Label13;
	Qstdctrls::TLabel* Label14;
	Qieditorbasiccomponents::TiComponentEditorEdit* PositionEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PositionMaxEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PositionMinEdit;
	Qstdctrls::TGroupBox* KeyStepSizeGroupBox;
	Qstdctrls::TLabel* Label5;
	Qstdctrls::TLabel* Label7;
	Qieditorbasiccomponents::TiComponentEditorEdit* KeyArrowStepSizeEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* KeyPageStepSizeEdit;
	Qstdctrls::TLabel* Label6;
	Qstdctrls::TLabel* Label4;
	Qieditorbasiccomponents::TiComponentEditorEdit* CurrentMaxEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* CurrentMinEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* TransparentCheckBox;
	Qcomctrls::TTabSheet* AutoScaleTabSheet;
	Qstdctrls::TLabel* Label46;
	Qstdctrls::TLabel* Label47;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoScaleEnabledCheckBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* AutoScaleDesiredTicksEdit;
	Qieditorbasiccomponents::TiUpDown* AutoScaleDesiredTicksUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* AutoScaleMaxTicksEdit;
	Qieditorbasiccomponents::TiUpDown* AutoScaleMaxTicksUpDown;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* AutoScaleStyleRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* MouseControlStyleRadioGroup;
	Qcomctrls::TTabSheet* AboutTabSheet;
	Qicomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
	Qcomctrls::TTabSheet* ThemeTabSheet;
	Qicomponenteditorthemepanel::TiComponentEditorThemePanel* iComponentEditorThemePanel;
	Qcomctrls::TTabSheet* OPCTabSheet;
	Qiopcbrowserpanel::TiOPCBrowserPanel* iOPCBrowserPanel;
	Qiaboutpanel::TiAboutPanel* iAboutPanel1;
	Qstdctrls::TLabel* Label11;
	Qieditorbasiccomponents::TiComponentEditorEdit* MouseWheelStepSizeEdit;
	Qcomctrls::TTabSheet* DesignTabSheet;
	Qieditorbasiccomponents::TiComponentEditorPageControl* DesignPageControl;
	Qcomctrls::TTabSheet* DesignGeneralTabSheet;
	Qcomctrls::TTabSheet* DesignPointerTabSheet;
	Qcomctrls::TTabSheet* DesignTrackTabSheet;
	Qcomctrls::TTabSheet* DesignTicksTabSheet;
	Qstdctrls::TLabel* Label1;
	Qstdctrls::TLabel* Label8;
	Qieditorbasiccomponents::TiUpDown* PointerHeightUpDown;
	Qieditorbasiccomponents::TiUpDown* PointerWidthUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* PointerHeightEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PointerWidthEdit;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* PointerStyleRadioGroup;
	Qstdctrls::TGroupBox* IndicatorGroupBox;
	Qstdctrls::TLabel* Label9;
	Qstdctrls::TLabel* Label10;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* PointerIndicatorActiveColorPicker;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* PointerIndicatorInactiveColorPicker;
	Qstdctrls::TLabel* Label2;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* TrackColorPicker;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* TrackStyleRadioGroup;
	Qstdctrls::TLabel* Label28;
	Qieditorbasiccomponents::TiUpDown* TickMarginUpDown;
	Qstdctrls::TGroupBox* LabelsGroupBox;
	Qstdctrls::TLabel* Label15;
	Qstdctrls::TLabel* Label19;
	Qieditorbasiccomponents::TiUpDown* TickLabelPrecisionUpDown;
	Qieditorbasiccomponents::TiUpDown* TickLabelMarginUpDown;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ShowTickLabelsCheckBox;
	Qieditorbasiccomponents::TiComponentEditorFontPicker* TickLabelFontPicker;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickLabelPrecisionEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickLabelMarginEdit;
	Qstdctrls::TGroupBox* MinorGroupBox;
	Qstdctrls::TLabel* Label25;
	Qstdctrls::TLabel* Label26;
	Qstdctrls::TLabel* Label27;
	Qieditorbasiccomponents::TiUpDown* TickMinorCountUpDown;
	Qieditorbasiccomponents::TiUpDown* TickMinorLengthUpDown;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* TickMinorColorPicker;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ShowTicksMinorCheckBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickMinorCountEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickMinorLengthEdit;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* TickMinorStyleRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* TickMinorAlignmentRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickMarginEdit;
	Qstdctrls::TGroupBox* MajorGroupBox;
	Qstdctrls::TLabel* Label20;
	Qstdctrls::TLabel* Label23;
	Qstdctrls::TLabel* Label24;
	Qieditorbasiccomponents::TiUpDown* TickMajorCountUpDown;
	Qieditorbasiccomponents::TiUpDown* TickMajorLengthUpDown;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* TickMajorColorPicker;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ShowTicksMajorCheckBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickMajorCountEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* TickMajorLengthEdit;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* TickMajorStyleRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* OrientationRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* OrientationTickMarksRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* PrecisionStyleRadioGroup;
	Qstdctrls::TLabel* Label3;
	Qstdctrls::TLabel* Label29;
	Qieditorbasiccomponents::TiUpDown* EndsMarginUpDown;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* BackGroundColorPicker;
	Qieditorbasiccomponents::TiComponentEditorEdit* EndsMarginEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ReverseScaleCheckBox;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ShowFocusRectCheckBox;
	Qstdctrls::TLabel* Label76;
	Qieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
	Qstdctrls::TGroupBox* OffsetGroupBox;
	Qstdctrls::TLabel* Label16;
	Qstdctrls::TLabel* Label17;
	Qieditorbasiccomponents::TiUpDown* OffsetXUpDown;
	Qieditorbasiccomponents::TiUpDown* OffsetYUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* OffsetXEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* OffsetYEdit;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* BorderStyleRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoCenterCheckBox;
	
protected:
	virtual void __fastcall CreateThemeInstance(void);
	virtual void __fastcall CopyPropertiesToForm(Qcontrols::TWidgetControl* Component);
	virtual void __fastcall CopyPropertiesToComponent(Qcontrols::TWidgetControl* Component);
public:
	#pragma option push -w-inl
	/* TiComponentEditorForm.Create */ inline __fastcall virtual TiSliderComponentEditorForm(Classes::TComponent* AOwner) : Qicomponenteditorform::TiComponentEditorForm(AOwner) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiSliderComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Qicomponenteditorform::TiComponentEditorForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TiSliderComponentEditorForm(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWidgetControl.CreateParented */ inline __fastcall TiSliderComponentEditorForm(Qt::QWidgetH* ParentWidget) : Qicomponenteditorform::TiComponentEditorForm(ParentWidget) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiSliderComponentEditorForm* iSliderComponentEditorForm;

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

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

⌨️ 快捷键说明

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