?? qisevensegmentcharactercomponenteditor.hpp
字號:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiSevenSegmentCharacterComponentEditor.pas' rev: 6.00
#ifndef QiSevenSegmentCharacterComponentEditorHPP
#define QiSevenSegmentCharacterComponentEditorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiCheckBox.hpp> // Pascal unit
#include <QiCustomComponent.hpp> // Pascal unit
#include <QiCLXComponent.hpp> // Pascal unit
#include <QiComponent.hpp> // Pascal unit
#include <QiRadioGroup.hpp> // Pascal unit
#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 <QiSevenSegmentCharacter.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 Qisevensegmentcharactercomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiSevenSegmentCharacterComponentEditorForm;
class PASCALIMPLEMENTATION TiSevenSegmentCharacterComponentEditorForm : public Qicomponenteditorform::TiComponentEditorForm
{
typedef Qicomponenteditorform::TiComponentEditorForm inherited;
__published:
Qieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
Qcomctrls::TTabSheet* GeneralTabSheet;
Qieditorbasiccomponents::TiComponentEditorCheckBox* ShowOffSegmentsCheckBox;
Qstdctrls::TGroupBox* SegmentGroupBox;
Qstdctrls::TLabel* Label2;
Qieditorbasiccomponents::TiComponentEditorEdit* SegmentSeperationEdit;
Qieditorbasiccomponents::TiUpDown* SegmentSeperationUpDown;
Qstdctrls::TLabel* Label3;
Qieditorbasiccomponents::TiComponentEditorEdit* SegmentSizeEdit;
Qieditorbasiccomponents::TiUpDown* SegmentSizeUpDown;
Qstdctrls::TLabel* Label4;
Qieditorbasiccomponents::TiComponentEditorEdit* SegmentMarginEdit;
Qieditorbasiccomponents::TiUpDown* SegmentMarginUpDown;
Qieditorbasiccomponents::TiComponentEditorColorPicker* SegmentColorPicker;
Qstdctrls::TLabel* Label7;
Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoSizeCheckBox;
Qcomctrls::TTabSheet* SegmentBitsTabSheet;
Qextctrls::TShape* SegFShape;
Qextctrls::TShape* SegEShape;
Qextctrls::TShape* SegBShape;
Qextctrls::TShape* SegCShape;
Qextctrls::TShape* SegAShape;
Qextctrls::TShape* SegGShape;
Qextctrls::TShape* SegDShape;
Qieditorbasiccomponents::TiComponentEditorCheckBox* UseSegmentBitsCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegAOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegBOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegCOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegDOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegEOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegFOnCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* SegGOnCheckBox;
Qstdctrls::TLabel* Label1;
Qieditorbasiccomponents::TiComponentEditorEdit* SegmentBitsEdit;
Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoSegmentOffColorCheckBox;
Qieditorbasiccomponents::TiComponentEditorColorPicker* SegmentOffColorPicker;
Qstdctrls::TLabel* Label5;
Qieditorbasiccomponents::TiComponentEditorCheckBox* TransparentCheckBox;
Qcomctrls::TTabSheet* AboutTabSheet;
Qicomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
Qcomctrls::TTabSheet* ThemeTabSheet;
Qicomponenteditorthemepanel::TiComponentEditorThemePanel* iComponentEditorThemePanel;
Qstdctrls::TLabel* Label8;
Qstdctrls::TLabel* Label9;
Qieditorbasiccomponents::TiComponentEditorRadioGroup* CharacterRadioGroup;
Qcomctrls::TTabSheet* OPCTabSheet;
Qiopcbrowserpanel::TiOPCBrowserPanel* iOPCBrowserPanel;
Qiaboutpanel::TiAboutPanel* iAboutPanel1;
Qstdctrls::TLabel* Label31;
Qstdctrls::TLabel* Label76;
Qieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
Qieditorbasiccomponents::TiComponentEditorColorPicker* BackGroundColorPicker;
Qieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
void __fastcall SegmentBitsEditUpdate(System::TObject* Sender);
void __fastcall CalcSegmentBits(System::TObject* Sender);
private:
void __fastcall UpdateShapes(void);
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 TiSevenSegmentCharacterComponentEditorForm(Classes::TComponent* AOwner) : Qicomponenteditorform::TiComponentEditorForm(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiSevenSegmentCharacterComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Qicomponenteditorform::TiComponentEditorForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiSevenSegmentCharacterComponentEditorForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWidgetControl.CreateParented */ inline __fastcall TiSevenSegmentCharacterComponentEditorForm(Qt::QWidgetH* ParentWidget) : Qicomponenteditorform::TiComponentEditorForm(ParentWidget) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiSevenSegmentCharacterComponentEditorForm* iSevenSegmentCharacterComponentEditorForm;
} /* namespace Qisevensegmentcharactercomponenteditor */
using namespace Qisevensegmentcharactercomponenteditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiSevenSegmentCharacterComponentEditor
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -