📄 advmedbtn.hpp
字号:
// CodeGear C++ Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Advmedbtn.pas' rev: 11.00
#ifndef AdvmedbtnHPP
#define AdvmedbtnHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Stdctrls.hpp> // Pascal unit
#include <Extctrls.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Menus.hpp> // Pascal unit
#include <Advedit.hpp> // Pascal unit
#include <Aebxpvs.hpp> // Pascal unit
#include <Mask.hpp> // Pascal unit
#include <Maskutils.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Advmedbtn
{
//-- type declarations -------------------------------------------------------
typedef Buttons::TNumGlyphs TNumGlyphs;
#pragma option push -b-
enum TButtonStyle { bsButton, bsDropDown };
#pragma option pop
class DELPHICLASS TAdvSpeedButton;
class PASCALIMPLEMENTATION TAdvSpeedButton : public Buttons::TSpeedButton
{
typedef Buttons::TSpeedButton inherited;
private:
bool FEtched;
bool FFocused;
bool FHot;
bool FUp;
bool FIsWinXP;
void __fastcall SetEtched(const bool Value);
void __fastcall SetFocused(const bool Value);
HIDESBASE MESSAGE void __fastcall CMMouseLeave(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall CMMouseEnter(Messages::TMessage &Message);
void __fastcall PaintDropDown(void);
void __fastcall PaintButton(void);
protected:
virtual void __fastcall Paint(void);
bool __fastcall DoVisualStyles(void);
public:
void __fastcall SetUp(void);
__fastcall virtual TAdvSpeedButton(Classes::TComponent* AOwner);
__published:
__property bool Etched = {read=FEtched, write=SetEtched, nodefault};
__property bool Focused = {read=FFocused, write=SetFocused, nodefault};
public:
#pragma option push -w-inl
/* TSpeedButton.Destroy */ inline __fastcall virtual ~TAdvSpeedButton(void) { }
#pragma option pop
};
class DELPHICLASS TEditButton;
class PASCALIMPLEMENTATION TEditButton : public Controls::TWinControl
{
typedef Controls::TWinControl inherited;
private:
TAdvSpeedButton* FButton;
Controls::TWinControl* FFocusControl;
Classes::TNotifyEvent FOnClick;
int FBWidth;
TAdvSpeedButton* __fastcall CreateButton(void);
Graphics::TBitmap* __fastcall GetGlyph(void);
void __fastcall SetGlyph(Graphics::TBitmap* Value);
Buttons::TNumGlyphs __fastcall GetNumGlyphs(void);
void __fastcall SetNumGlyphs(Buttons::TNumGlyphs Value);
void __fastcall SetCaption(AnsiString value);
AnsiString __fastcall GetCaption();
void __fastcall BtnClick(System::TObject* Sender);
void __fastcall BtnMouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
void __fastcall AdjustWinSize(int &W, int &H);
HIDESBASE MESSAGE void __fastcall WMSize(Messages::TWMSize &Message);
protected:
virtual void __fastcall Loaded(void);
virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
__property int BWidth = {read=FBWidth, write=FBWidth, nodefault};
void __fastcall Setup(void);
public:
__fastcall virtual TEditButton(Classes::TComponent* AOwner);
virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);
__published:
__property Align = {default=0};
__property Ctl3D ;
__property Graphics::TBitmap* Glyph = {read=GetGlyph, write=SetGlyph};
__property AnsiString ButtonCaption = {read=GetCaption, write=SetCaption};
__property Buttons::TNumGlyphs NumGlyphs = {read=GetNumGlyphs, write=SetNumGlyphs, default=1};
__property DragCursor = {default=-12};
__property DragMode = {default=0};
__property Enabled = {default=1};
__property Controls::TWinControl* FocusControl = {read=FFocusControl, write=FFocusControl};
__property ParentCtl3D = {default=1};
__property ParentShowHint = {default=1};
__property PopupMenu ;
__property ShowHint ;
__property TabOrder = {default=-1};
__property TabStop = {default=0};
__property Visible = {default=1};
__property OnDragDrop ;
__property OnDragOver ;
__property OnEndDrag ;
__property OnEnter ;
__property OnExit ;
__property OnStartDrag ;
__property Classes::TNotifyEvent OnClick = {read=FOnClick, write=FOnClick};
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TEditButton(HWND ParentWindow) : Controls::TWinControl(ParentWindow) { }
#pragma option pop
#pragma option push -w-inl
/* TWinControl.Destroy */ inline __fastcall virtual ~TEditButton(void) { }
#pragma option pop
};
class DELPHICLASS TAdvMaskEditBtn;
class PASCALIMPLEMENTATION TAdvMaskEditBtn : public Advedit::TAdvMaskEdit
{
typedef Advedit::TAdvMaskEdit inherited;
private:
int FUnitSize;
TEditButton* FButton;
bool FEditorEnabled;
Classes::TNotifyEvent FOnClickBtn;
bool FFlat;
bool FEtched;
bool FMouseInControl;
AnsiString FButtonHint;
TButtonStyle FButtonStyle;
int __fastcall GetMinHeight(void);
void __fastcall SetGlyph(Graphics::TBitmap* value);
Graphics::TBitmap* __fastcall GetGlyph(void);
void __fastcall SetCaption(AnsiString value);
AnsiString __fastcall GetCaption();
HIDESBASE void __fastcall SetFlat(const bool Value);
void __fastcall SetEtched(const bool Value);
HIDESBASE void __fastcall DrawControlBorder(HDC DC);
void __fastcall DrawButtonBorder(void);
void __fastcall DrawBorders(void);
bool __fastcall Is3DBorderControl(void);
HIDESBASE bool __fastcall Is3DBorderButton(void);
HIDESBASE MESSAGE void __fastcall WMSize(Messages::TWMSize &Message);
HIDESBASE MESSAGE void __fastcall CMEnter(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall CMExit(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall CMMouseEnter(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall CMMouseLeave(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall WMPaste(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall WMCut(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall WMPaint(Messages::TWMPaint &Msg);
HIDESBASE MESSAGE void __fastcall WMNCPaint(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall WMKeyDown(Messages::TWMKey &Msg);
HIDESBASE MESSAGE void __fastcall CMFontChanged(Messages::TMessage &Message);
int __fastcall GetButtonWidth(void);
void __fastcall SetButtonWidth(const int Value);
void __fastcall ResizeControl(void);
void __fastcall SetButtonHint(const AnsiString Value);
void __fastcall SetButtonStyle(const TButtonStyle Value);
protected:
virtual int __fastcall GetVersionNr(void);
virtual void __fastcall BtnClick(System::TObject* Sender);
virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
virtual void __fastcall CreateWnd(void);
DYNAMIC void __fastcall KeyDown(Word &Key, Classes::TShiftState Shift);
DYNAMIC void __fastcall DoEnter(void);
public:
void __fastcall SetEditRect(void);
__fastcall virtual TAdvMaskEditBtn(Classes::TComponent* AOwner);
__fastcall virtual ~TAdvMaskEditBtn(void);
virtual void __fastcall Loaded(void);
__property TEditButton* Button = {read=FButton};
__published:
__property AutoSelect = {default=1};
__property AutoSize = {default=1};
__property BorderStyle = {default=1};
__property TButtonStyle ButtonStyle = {read=FButtonStyle, write=SetButtonStyle, nodefault};
__property int ButtonWidth = {read=GetButtonWidth, write=SetButtonWidth, default=17};
__property AnsiString ButtonHint = {read=FButtonHint, write=SetButtonHint};
__property Color ;
__property Ctl3D ;
__property DragCursor = {default=-12};
__property DragMode = {default=0};
__property bool EditorEnabled = {read=FEditorEnabled, write=FEditorEnabled, default=1};
__property Enabled ;
__property bool Flat = {read=FFlat, write=SetFlat, nodefault};
__property Font ;
__property bool Etched = {read=FEtched, write=SetEtched, nodefault};
__property FocusBorder ;
__property Graphics::TBitmap* Glyph = {read=GetGlyph, write=SetGlyph};
__property AnsiString ButtonCaption = {read=GetCaption, write=SetCaption};
__property MaxLength = {default=0};
__property ParentColor = {default=0};
__property ParentCtl3D = {default=1};
__property ParentFont = {default=1};
__property ParentShowHint = {default=1};
__property PopupMenu ;
__property ReadOnly = {default=0};
__property ShowHint ;
__property TabOrder = {default=-1};
__property TabStop = {default=1};
__property Text ;
__property Visible ;
__property Height ;
__property Width ;
__property OnChange ;
__property OnClick ;
__property OnDblClick ;
__property OnDragDrop ;
__property OnDragOver ;
__property OnEndDrag ;
__property OnEnter ;
__property OnExit ;
__property OnKeyDown ;
__property OnKeyPress ;
__property OnKeyUp ;
__property OnMouseDown ;
__property OnMouseMove ;
__property OnMouseUp ;
__property OnStartDrag ;
__property Classes::TNotifyEvent OnClickBtn = {read=FOnClickBtn, write=FOnClickBtn};
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TAdvMaskEditBtn(HWND ParentWindow) : Advedit::TAdvMaskEdit(ParentWindow) { }
#pragma option pop
};
typedef void __fastcall (__closure *TUnitChangeEvent)(System::TObject* Sender, AnsiString NewUnit);
class DELPHICLASS TUniTAdvMaskEditBtn;
class PASCALIMPLEMENTATION TUniTAdvMaskEditBtn : public TAdvMaskEditBtn
{
typedef TAdvMaskEditBtn inherited;
private:
AnsiString FUnitID;
Classes::TStringList* FUnits;
TUnitChangeEvent FUnitChanged;
int __fastcall GetUnitSize(void);
void __fastcall SetUnitSize(int value);
void __fastcall SetUnits(Classes::TStringList* value);
void __fastcall SetUnitID(AnsiString value);
HIDESBASE MESSAGE void __fastcall WMPaint(Messages::TWMPaint &Msg);
HIDESBASE MESSAGE void __fastcall WMCommand(Messages::TWMCommand &Message);
protected:
virtual void __fastcall BtnClick(System::TObject* Sender);
public:
__fastcall virtual TUniTAdvMaskEditBtn(Classes::TComponent* AOwner);
__fastcall virtual ~TUniTAdvMaskEditBtn(void);
__published:
__property Classes::TStringList* Units = {read=FUnits, write=SetUnits};
__property AnsiString UnitID = {read=FUnitID, write=SetUnitID};
__property int UnitSpace = {read=GetUnitSize, write=SetUnitSize, nodefault};
__property TUnitChangeEvent OnUnitChanged = {read=FUnitChanged, write=FUnitChanged};
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TUniTAdvMaskEditBtn(HWND ParentWindow) : TAdvMaskEditBtn(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
static const Shortint MAJ_VER = 0x1;
static const Shortint MIN_VER = 0x3;
static const Shortint REL_VER = 0x0;
static const Shortint BLD_VER = 0x0;
} /* namespace Advmedbtn */
using namespace Advmedbtn;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Advmedbtn
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -