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

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

#ifndef iLogGaugeComponentEditorHPP
#define iLogGaugeComponentEditorHPP

#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 <iRadioGroup.hpp>	// Pascal unit
#include <iAboutPanel.hpp>	// Pascal unit
#include <iOPCBrowserPanel.hpp>	// Pascal unit
#include <iEditorBasicComponents.hpp>	// Pascal unit
#include <iComponentEditorButtonPanel.hpp>	// Pascal unit
#include <iComponentEditorThemePanel.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 <iGaugePointer.hpp>	// Pascal unit
#include <iLogGauge.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 Iloggaugecomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiLogGaugeComponentEditorForm;
class PASCALIMPLEMENTATION TiLogGaugeComponentEditorForm : public Icomponenteditorform::TiComponentEditorForm 
{
	typedef Icomponenteditorform::TiComponentEditorForm inherited;
	
__published:
	Ieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
	Comctrls::TTabSheet* GeneralTabSheet;
	Stdctrls::TLabel* Label12;
	Stdctrls::TLabel* Label13;
	Stdctrls::TLabel* Label14;
	Ieditorbasiccomponents::TiComponentEditorEdit* PositionEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PositionMaxEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PositionMinEdit;
	Comctrls::TTabSheet* DesignTabSheet;
	Stdctrls::TLabel* Label5;
	Stdctrls::TLabel* Label6;
	Ieditorbasiccomponents::TiComponentEditorEdit* CurrentMaxEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* CurrentMinEdit;
	Comctrls::TTabSheet* AboutTabSheet;
	Icomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
	Comctrls::TTabSheet* ThemeTabSheet;
	Icomponenteditorthemepanel::TiComponentEditorThemePanel* iComponentEditorThemePanel;
	Comctrls::TTabSheet* OPCTabSheet;
	Iopcbrowserpanel::TiOPCBrowserPanel* iOPCBrowserPanel;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* TransparentCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* CachedDrawingCheckBox;
	Iaboutpanel::TiAboutPanel* iAboutPanel1;
	Ieditorbasiccomponents::TiComponentEditorPageControl* DesignPageControl;
	Comctrls::TTabSheet* DesignGeneralTabSheet;
	Comctrls::TTabSheet* DesignPointersTabSheet;
	Comctrls::TTabSheet* DesignMinMaxTabSheet;
	Comctrls::TTabSheet* DesignTicksTabSheet;
	Comctrls::TTabSheet* DesignSectionsTabSheet;
	Stdctrls::TLabel* Label10;
	Stdctrls::TLabel* Label16;
	Stdctrls::TLabel* Label17;
	Stdctrls::TLabel* Label18;
	Stdctrls::TLabel* Label21;
	Stdctrls::TLabel* Label22;
	Stdctrls::TLabel* Label30;
	Stdctrls::TLabel* Label31;
	Stdctrls::TLabel* Label32;
	Stdctrls::TLabel* Label33;
	Ieditorbasiccomponents::TiUpDown* SectionCountUpDown;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* SectionColor1Picker;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* SectionColor2Picker;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* SectionColor3Picker;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* SectionColor4Picker;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* SectionColor5Picker;
	Ieditorbasiccomponents::TiComponentEditorEdit* SectionEnd1Edit;
	Ieditorbasiccomponents::TiComponentEditorEdit* SectionEnd2Edit;
	Ieditorbasiccomponents::TiComponentEditorEdit* SectionCountEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* SectionEnd3Edit;
	Ieditorbasiccomponents::TiComponentEditorEdit* SectionEnd4Edit;
	Stdctrls::TLabel* Label28;
	Ieditorbasiccomponents::TiUpDown* TickMarginUpDown;
	Stdctrls::TGroupBox* LabelsGroupBox;
	Stdctrls::TLabel* Label15;
	Stdctrls::TLabel* Label19;
	Ieditorbasiccomponents::TiUpDown* TickLabelPrecisionUpDown;
	Ieditorbasiccomponents::TiUpDown* TickLabelMarginUpDown;
	Ieditorbasiccomponents::TiComponentEditorFontPicker* TickLabelFontPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* TickLabelPrecisionEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* TickLabelMarginEdit;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* TickLabelStyleRadioGroup;
	Stdctrls::TGroupBox* MinorGroupBox;
	Stdctrls::TLabel* Label25;
	Stdctrls::TLabel* Label27;
	Ieditorbasiccomponents::TiUpDown* TickMinorLengthUpDown;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* TickMinorColorPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* TickMinorLengthEdit;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* TickMinorStyleRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* TickMinorAlignmentRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorEdit* TickMarginEdit;
	Stdctrls::TGroupBox* MajorGroupBox;
	Stdctrls::TLabel* Label20;
	Stdctrls::TLabel* Label24;
	Ieditorbasiccomponents::TiUpDown* TickMajorLengthUpDown;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* TickMajorColorPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* TickMajorLengthEdit;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* TickMajorStyleRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowTicksAxisCheckBox;
	Ieditorbasiccomponents::TiComponentEditorListBox* iPointerListBox;
	Ieditorbasiccomponents::TiComponentEditorPageControl* PointersGeneralPageControl;
	Comctrls::TTabSheet* TabSheet1;
	Stdctrls::TLabel* Label1;
	Stdctrls::TLabel* Label4;
	Ieditorbasiccomponents::TiUpDown* PointerOffsetUpDown;
	Ieditorbasiccomponents::TiUpDown* PointerSizeUpDown;
	Stdctrls::TLabel* Label9;
	Stdctrls::TLabel* Label50;
	Ieditorbasiccomponents::TiComponentEditorEdit* PointerOffsetEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PointerSizeEdit;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* PointerStyleRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* PointerColorPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* PointerPositionEdit;
	Stdctrls::TButton* iPointerAddButton;
	Stdctrls::TButton* PointerRemoveButton;
	Stdctrls::TLabel* Label2;
	Stdctrls::TLabel* Label11;
	Ieditorbasiccomponents::TiUpDown* MinMaxPointerSizeUpDown;
	Ieditorbasiccomponents::TiUpDown* MinMaxPointerMarginUpDown;
	Ieditorbasiccomponents::TiComponentEditorEdit* MinMaxPointerSizeEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* MinMaxPointerMarginEdit;
	Stdctrls::TGroupBox* MaxGroupBox;
	Stdctrls::TLabel* Label7;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* MaxPointerColorPicker;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowMaxPointerCheckBox;
	Stdctrls::TGroupBox* MinGroupBox;
	Stdctrls::TLabel* Label8;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* MinPointerColorPicker;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowMinPointerCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* MinMaxFixedCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* MinMaxUserCanMoveCheckBox;
	Stdctrls::TLabel* Label76;
	Ieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
	Ieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
	Stdctrls::TLabel* Label3;
	Stdctrls::TLabel* Label29;
	Ieditorbasiccomponents::TiUpDown* EndsMarginUpDown;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* OrientationRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* OrientationTickMarksRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* BorderStyleRadioGroup;
	Stdctrls::TGroupBox* OffsetGroupBox;
	Stdctrls::TLabel* Label34;
	Stdctrls::TLabel* Label35;
	Ieditorbasiccomponents::TiUpDown* OffsetXUpDown;
	Ieditorbasiccomponents::TiUpDown* OffsetYUpDown;
	Ieditorbasiccomponents::TiComponentEditorEdit* OffsetXEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* OffsetYEdit;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ReverseScaleCheckBox;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* BackGroundColorPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* EndsMarginEdit;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoCenterCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* PointerVisibleCheckBox;
	void __fastcall iComponentEditorFormCreate(System::TObject* Sender);
	void __fastcall iComponentEditorFormDestroy(System::TObject* Sender);
	void __fastcall iPointerListBoxClick(System::TObject* Sender);
	void __fastcall iPointerListBoxGetData(const int Index, bool &DrawColorBox, Graphics::TColor &AColor, AnsiString &AText);
	void __fastcall iPointerAddButtonClick(System::TObject* Sender);
	void __fastcall PointerRemoveButtonClick(System::TObject* Sender);
	void __fastcall PositionEditChange(System::TObject* Sender);
	void __fastcall PointerChange(System::TObject* Sender);
	
private:
	Igaugepointer::TiGaugePointerManager* FPointerManager;
	int FLastPointerIndex;
	
protected:
	virtual void __fastcall CreateThemeInstance(void);
	virtual void __fastcall CopyPropertiesToForm(Controls::TWinControl* Component);
	virtual void __fastcall CopyPropertiesToComponent(Controls::TWinControl* Component);
	void __fastcall InsertEvent(System::TObject* Sender);
	void __fastcall RemoveEvent(System::TObject* Sender);
	void __fastcall ChangeEvent(System::TObject* Sender);
	void __fastcall UpdatePointers(void);
public:
	#pragma option push -w-inl
	/* TiComponentEditorForm.Create */ inline __fastcall virtual TiLogGaugeComponentEditorForm(Classes::TComponent* AOwner) : Icomponenteditorform::TiComponentEditorForm(AOwner) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiLogGaugeComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Icomponenteditorform::TiComponentEditorForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TiLogGaugeComponentEditorForm(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TiLogGaugeComponentEditorForm(HWND ParentWindow) : Icomponenteditorform::TiComponentEditorForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiLogGaugeComponentEditorForm* iLogGaugeComponentEditorForm;

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

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

⌨️ 快捷键说明

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