📄 iangularloggaugecomponenteditor.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iAngularLogGaugeComponentEditor.pas' rev: 6.00
#ifndef iAngularLogGaugeComponentEditorHPP
#define iAngularLogGaugeComponentEditorHPP
#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 <iAngularLogGauge.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 Iangularloggaugecomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiAngularLogGaugeComponentEditorForm;
class PASCALIMPLEMENTATION TiAngularLogGaugeComponentEditorForm : 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* Label43;
Stdctrls::TLabel* Label44;
Ieditorbasiccomponents::TiComponentEditorEdit* CurrentMaxEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* CurrentMinEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* TransparentCheckBox;
Comctrls::TTabSheet* AboutTabSheet;
Icomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
Comctrls::TTabSheet* ThemeTabSheet;
Icomponenteditorthemepanel::TiComponentEditorThemePanel* iComponentEditorThemePanel;
Comctrls::TTabSheet* OPCTabSheet;
Iopcbrowserpanel::TiOPCBrowserPanel* iOPCBrowserPanel;
Ieditorbasiccomponents::TiComponentEditorCheckBox* CachedDrawingCheckBox;
Iaboutpanel::TiAboutPanel* iAboutPanel1;
Ieditorbasiccomponents::TiComponentEditorPageControl* iComponentEditorPageControl1;
Comctrls::TTabSheet* DesignSectionsTabSheet;
Comctrls::TTabSheet* DesignGeneralTabSheet;
Comctrls::TTabSheet* DesignArcHubTabSheet;
Comctrls::TTabSheet* DesignPointersTabSheet;
Comctrls::TTabSheet* DesignTicksTabSheet;
Comctrls::TTabSheet* DesignLabelsTabSheet;
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;
Comctrls::TTabSheet* DesignMinMaxTabSheet;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowInnerArcRadiusCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowOuterArcRadiusCheckBox;
Stdctrls::TLabel* Label3;
Ieditorbasiccomponents::TiComponentEditorColorPicker* BackGroundColorPicker;
Stdctrls::TGroupBox* OffsetGroupBox;
Stdctrls::TLabel* Label5;
Stdctrls::TLabel* Label6;
Ieditorbasiccomponents::TiUpDown* OffsetXUpDown;
Ieditorbasiccomponents::TiUpDown* OffsetYUpDown;
Ieditorbasiccomponents::TiComponentEditorEdit* OffsetXEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* OffsetYEdit;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* BorderStyleRadioGroup;
Stdctrls::TGroupBox* ArcGroupBox;
Stdctrls::TLabel* Label29;
Stdctrls::TLabel* Label34;
Stdctrls::TLabel* Label35;
Ieditorbasiccomponents::TiUpDown* ArcRadiusUpDown;
Ieditorbasiccomponents::TiUpDown* ArcRangeDegreesUpDown;
Ieditorbasiccomponents::TiUpDown* ArcStartDegreesUpDown;
Ieditorbasiccomponents::TiComponentEditorEdit* ArcRadiusEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* ArcRangeDegreesEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* ArcStartDegreesEdit;
Stdctrls::TGroupBox* HubGroupBox;
Stdctrls::TLabel* Label36;
Stdctrls::TLabel* Label45;
Ieditorbasiccomponents::TiUpDown* HubSizeUpDown;
Ieditorbasiccomponents::TiComponentEditorColorPicker* HubColorPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* HubSizeEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowHubCheckBox;
Ieditorbasiccomponents::TiComponentEditorListBox* iPointerListBox;
Stdctrls::TButton* iPointerAddButton;
Stdctrls::TButton* PointerRemoveButton;
Ieditorbasiccomponents::TiComponentEditorPageControl* PointersGeneralPageControl;
Comctrls::TTabSheet* TabSheet1;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label4;
Ieditorbasiccomponents::TiUpDown* PointerMarginUpDown;
Ieditorbasiccomponents::TiUpDown* PointerSizeUpDown;
Stdctrls::TLabel* Label9;
Stdctrls::TLabel* Label50;
Ieditorbasiccomponents::TiComponentEditorEdit* PointerMarginEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* PointerSizeEdit;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* PointerStyleRadioGroup;
Ieditorbasiccomponents::TiComponentEditorColorPicker* PointerColorPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* PointerPositionEdit;
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* TickMinorAlignmentRadioGroup;
Ieditorbasiccomponents::TiComponentEditorEdit* TickMarginEdit;
Stdctrls::TGroupBox* MajorGroupBox;
Stdctrls::TLabel* Label20;
Stdctrls::TLabel* Label24;
Ieditorbasiccomponents::TiUpDown* TickMajorLengthUpDown;
Ieditorbasiccomponents::TiComponentEditorColorPicker* TickMajorColorPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* TickMajorLengthEdit;
Stdctrls::TGroupBox* Label1GroupBox;
Stdctrls::TLabel* Label37;
Stdctrls::TLabel* Label38;
Stdctrls::TLabel* Label40;
Ieditorbasiccomponents::TiUpDown* Label1OffsetXUpDown;
Ieditorbasiccomponents::TiUpDown* Label1OffsetYUpDown;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* Label1AlignHorizontalRadioGroup;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* Label1AlignVerticalRadioGroup;
Ieditorbasiccomponents::TiComponentEditorEdit* Label1OffsetXEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* Label1OffsetYEdit;
Ieditorbasiccomponents::TiComponentEditorFontPicker* Label1FontPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* Label1TextEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowLabel1CheckBox;
Stdctrls::TGroupBox* Label2GroupBox;
Stdctrls::TLabel* Label39;
Stdctrls::TLabel* Label41;
Stdctrls::TLabel* Label42;
Ieditorbasiccomponents::TiUpDown* Label2OffsetXUpDown;
Ieditorbasiccomponents::TiUpDown* Label2OffsetYUpDown;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* Label2AlignHorizontalRadioGroup;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* Label2AlignVerticalRadioGroup;
Ieditorbasiccomponents::TiComponentEditorEdit* Label2OffsetXEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* Label2OffsetYEdit;
Ieditorbasiccomponents::TiComponentEditorFontPicker* Label2FontPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* Label2TextEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowLabel2CheckBox;
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::TiComponentEditorRadioGroup* MinMaxPointerStyleRadioGroup;
Ieditorbasiccomponents::TiComponentEditorCheckBox* MinMaxFixedCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* MinMaxUserCanMoveCheckBox;
Stdctrls::TLabel* Label76;
Ieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
Ieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* PointerVisibleCheckBox;
void __fastcall PointerChange(System::TObject* Sender);
void __fastcall iPointerAddButtonClick(System::TObject* Sender);
void __fastcall PointerRemoveButtonClick(System::TObject* Sender);
void __fastcall iPointerListBoxClick(System::TObject* Sender);
void __fastcall iPointerListBoxGetData(const int Index, bool &DrawColorBox, Graphics::TColor &AColor, AnsiString &AText);
void __fastcall PositionEditChange(System::TObject* Sender);
void __fastcall iComponentEditorFormCreate(System::TObject* Sender);
void __fastcall iComponentEditorFormDestroy(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 TiAngularLogGaugeComponentEditorForm(Classes::TComponent* AOwner) : Icomponenteditorform::TiComponentEditorForm(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiAngularLogGaugeComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Icomponenteditorform::TiComponentEditorForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiAngularLogGaugeComponentEditorForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TiAngularLogGaugeComponentEditorForm(HWND ParentWindow) : Icomponenteditorform::TiComponentEditorForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiAngularLogGaugeComponentEditorForm* iAngularLogGaugeComponentEditorForm;
} /* namespace Iangularloggaugecomponenteditor */
using namespace Iangularloggaugecomponenteditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iAngularLogGaugeComponentEditor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -