📄 isevensegmentcharactercomponenteditor.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iSevenSegmentCharacterComponentEditor.pas' rev: 6.00
#ifndef iSevenSegmentCharacterComponentEditorHPP
#define iSevenSegmentCharacterComponentEditorHPP
#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 <iSevenSegmentCharacter.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 Isevensegmentcharactercomponenteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiSevenSegmentCharacterComponentEditorForm;
class PASCALIMPLEMENTATION TiSevenSegmentCharacterComponentEditorForm : public Icomponenteditorform::TiComponentEditorForm
{
typedef Icomponenteditorform::TiComponentEditorForm inherited;
__published:
Ieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
Comctrls::TTabSheet* GeneralTabSheet;
Ieditorbasiccomponents::TiComponentEditorCheckBox* ShowOffSegmentsCheckBox;
Stdctrls::TGroupBox* SegmentGroupBox;
Stdctrls::TLabel* Label2;
Ieditorbasiccomponents::TiComponentEditorEdit* SegmentSeperationEdit;
Ieditorbasiccomponents::TiUpDown* SegmentSeperationUpDown;
Stdctrls::TLabel* Label3;
Ieditorbasiccomponents::TiComponentEditorEdit* SegmentSizeEdit;
Ieditorbasiccomponents::TiUpDown* SegmentSizeUpDown;
Stdctrls::TLabel* Label4;
Ieditorbasiccomponents::TiComponentEditorEdit* SegmentMarginEdit;
Ieditorbasiccomponents::TiUpDown* SegmentMarginUpDown;
Ieditorbasiccomponents::TiComponentEditorColorPicker* SegmentColorPicker;
Stdctrls::TLabel* Label7;
Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoSizeCheckBox;
Comctrls::TTabSheet* SegmentBitsTabSheet;
Extctrls::TShape* SegFShape;
Extctrls::TShape* SegEShape;
Extctrls::TShape* SegBShape;
Extctrls::TShape* SegCShape;
Extctrls::TShape* SegAShape;
Extctrls::TShape* SegGShape;
Extctrls::TShape* SegDShape;
Ieditorbasiccomponents::TiComponentEditorCheckBox* UseSegmentBitsCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegAOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegBOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegCOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegDOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegEOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegFOnCheckBox;
Ieditorbasiccomponents::TiComponentEditorCheckBox* SegGOnCheckBox;
Stdctrls::TLabel* Label1;
Ieditorbasiccomponents::TiComponentEditorEdit* SegmentBitsEdit;
Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoSegmentOffColorCheckBox;
Ieditorbasiccomponents::TiComponentEditorColorPicker* SegmentOffColorPicker;
Stdctrls::TLabel* Label5;
Ieditorbasiccomponents::TiComponentEditorCheckBox* TransparentCheckBox;
Comctrls::TTabSheet* AboutTabSheet;
Icomponenteditorbuttonpanel::TiComponentEditorButtonPanel* iComponentEditorButtonPanel1;
Comctrls::TTabSheet* ThemeTabSheet;
Icomponenteditorthemepanel::TiComponentEditorThemePanel* iComponentEditorThemePanel;
Stdctrls::TLabel* Label8;
Stdctrls::TLabel* Label9;
Ieditorbasiccomponents::TiComponentEditorRadioGroup* CharacterRadioGroup;
Comctrls::TTabSheet* OPCTabSheet;
Iopcbrowserpanel::TiOPCBrowserPanel* iOPCBrowserPanel;
Iaboutpanel::TiAboutPanel* iAboutPanel1;
Stdctrls::TLabel* Label31;
Stdctrls::TLabel* Label76;
Ieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
Ieditorbasiccomponents::TiComponentEditorColorPicker* BackGroundColorPicker;
Ieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
Ieditorbasiccomponents::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(Controls::TWinControl* Component);
virtual void __fastcall CopyPropertiesToComponent(Controls::TWinControl* Component);
public:
#pragma option push -w-inl
/* TiComponentEditorForm.Create */ inline __fastcall virtual TiSevenSegmentCharacterComponentEditorForm(Classes::TComponent* AOwner) : Icomponenteditorform::TiComponentEditorForm(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiSevenSegmentCharacterComponentEditorForm(Classes::TComponent* AOwner, int Dummy) : Icomponenteditorform::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
/* TWinControl.CreateParented */ inline __fastcall TiSevenSegmentCharacterComponentEditorForm(HWND ParentWindow) : Icomponenteditorform::TiComponentEditorForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiSevenSegmentCharacterComponentEditorForm* iSevenSegmentCharacterComponentEditorForm;
} /* namespace Isevensegmentcharactercomponenteditor */
using namespace Isevensegmentcharactercomponenteditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iSevenSegmentCharacterComponentEditor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -