📄 advspin.hpp
字号:
double FMinFloatValue;
double FMaxFloatValue;
System::TDateTime FMinDateValue;
System::TDateTime FMaxDateValue;
System::TDateTime FDateValue;
System::TDateTime FTimeValue;
int FHexValue;
int FIncrement;
double FIncrementFloat;
int FIncrementPage;
double FIncrementFloatPage;
bool FIncrementSmart;
TAdvSpinButton* FButton;
bool FEditorEnabled;
TSpinDirection FDirection;
TAdvSpinType FSpinType;
int FPrecision;
bool FReturnIsTab;
Graphics::TColor FNormalColor;
bool FUSDates;
bool FSpinFlat;
bool FSpinTransparent;
bool FTransparent;
bool FAutoFocus;
int __fastcall GetMinHeight(void);
int __fastcall GetValue(void);
int __fastcall CheckValue(int NewValue);
void __fastcall SetValue(int NewValue);
double __fastcall GetFloatValue(void);
double __fastcall CheckFloatValue(double NewValue);
System::TDateTime __fastcall CheckDateValue(System::TDateTime NewValue);
void __fastcall SetFloatValue(double NewValue);
void __fastcall SetEditRect(void);
void __fastcall SetEditorEnabled(bool NewValue);
void __fastcall SetDirection(const TSpinDirection Value);
void __fastcall SetPrecision(const int Value);
void __fastcall SetSpinType(const TAdvSpinType Value);
System::TDateTime __fastcall GetTimeValue(void);
void __fastcall SetTimeValue(const System::TDateTime Value);
System::TDateTime __fastcall GetDateValue(void);
void __fastcall SetDateValue(const System::TDateTime Value);
int __fastcall GetHexValue(void);
void __fastcall SetHexValue(const int Value);
void __fastcall SetSpinFlat(const bool Value);
void __fastcall SetSpinTransparent(const bool value);
HIDESBASE MESSAGE void __fastcall CNCommand(Messages::TWMCommand &Message);
MESSAGE void __fastcall CNCtlColorEdit(Messages::TWMCtlColor &Message);
MESSAGE void __fastcall CNCtlColorStatic(Messages::TWMCtlColor &Message);
HIDESBASE MESSAGE void __fastcall CMFontChanged(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall WMEraseBkGnd(Messages::TWMEraseBkgnd &Message);
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 &Msg);
HIDESBASE MESSAGE void __fastcall CMWantSpecialKey(Messages::TWMKey &Msg);
HIDESBASE MESSAGE void __fastcall WMPaste(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall WMCut(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall WMChar(Messages::TWMKey &Msg);
HIDESBASE MESSAGE void __fastcall WMPaint(Messages::TWMPaint &Msg);
AnsiString __fastcall GetLabelCaption();
void __fastcall SetLabelCaption(const AnsiString Value);
void __fastcall SetLabelMargin(const int Value);
void __fastcall SetLabelPosition(const TLabelPosition Value);
void __fastcall SetLabelTransparent(const bool Value);
bool __fastcall GetVisible(void);
HIDESBASE void __fastcall SetVisible(const bool Value);
void __fastcall LabelFontChange(System::TObject* Sender);
void __fastcall SetLabelFont(const Graphics::TFont* Value);
void __fastcall SetTransparent(const bool Value);
void __fastcall SetFlat(const bool Value);
void __fastcall SetFlatRect(const bool Value);
void __fastcall SetFlatLineColor(const Graphics::TColor Value);
protected:
DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
virtual bool __fastcall IsValidChar(char &Key);
virtual void __fastcall UpClick(System::TObject* Sender);
virtual void __fastcall DownClick(System::TObject* Sender);
DYNAMIC void __fastcall KeyDown(Word &Key, Classes::TShiftState Shift);
DYNAMIC void __fastcall KeyPress(char &Key);
virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
virtual void __fastcall CreateWnd(void);
virtual void __fastcall Loaded(void);
void __fastcall UpdateLabel(void);
Stdctrls::TLabel* __fastcall CreateLabel(void);
void __fastcall PaintEdit(void);
public:
__fastcall virtual TAdvSpinEdit(Classes::TComponent* AOwner);
__fastcall virtual ~TAdvSpinEdit(void);
__property TAdvSpinButton* Button = {read=FButton};
void __fastcall IncSmart(void);
void __fastcall DecSmart(void);
virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);
__published:
__property bool AutoFocus = {read=FAutoFocus, write=FAutoFocus, nodefault};
__property TSpinDirection Direction = {read=FDirection, write=SetDirection, nodefault};
__property bool ReturnIsTab = {read=FReturnIsTab, write=FReturnIsTab, nodefault};
__property int Precision = {read=FPrecision, write=SetPrecision, nodefault};
__property TAdvSpinType SpinType = {read=FSpinType, write=SetSpinType, nodefault};
__property int Value = {read=GetValue, write=SetValue, nodefault};
__property double FloatValue = {read=GetFloatValue, write=SetFloatValue};
__property System::TDateTime TimeValue = {read=GetTimeValue, write=SetTimeValue};
__property System::TDateTime DateValue = {read=GetDateValue, write=SetDateValue};
__property int HexValue = {read=GetHexValue, write=SetHexValue, nodefault};
__property bool Flat = {read=FFlat, write=SetFlat, nodefault};
__property Graphics::TColor FlatLineColor = {read=FFlatLineColor, write=SetFlatLineColor, nodefault
};
__property bool SpinFlat = {read=FSpinFlat, write=SetSpinFlat, nodefault};
__property bool SpinTransparent = {read=FSpinTransparent, write=SetSpinTransparent, nodefault};
__property Anchors ;
__property Constraints ;
__property AutoSelect ;
__property AutoSize ;
__property BorderStyle ;
__property Color ;
__property Ctl3D ;
__property DragCursor ;
__property DragMode ;
__property bool EditorEnabled = {read=FEditorEnabled, write=SetEditorEnabled, default=1};
__property Enabled ;
__property Font ;
__property int Increment = {read=FIncrement, write=FIncrement, default=1};
__property double IncrementFloat = {read=FIncrementFloat, write=FIncrementFloat};
__property int IncrementPage = {read=FIncrementPage, write=FIncrementPage, nodefault};
__property double IncrementFloatPage = {read=FIncrementFloatPage, write=FIncrementFloatPage};
__property bool IncrementSmart = {read=FIncrementSmart, write=FIncrementSmart, nodefault};
__property AnsiString LabelCaption = {read=GetLabelCaption, write=SetLabelCaption};
__property TLabelPosition LabelPosition = {read=FLabelPosition, write=SetLabelPosition, nodefault};
__property int LabelMargin = {read=FLabelMargin, write=SetLabelMargin, nodefault};
__property bool LabelTransparent = {read=FLabelTransparent, write=SetLabelTransparent, nodefault};
__property Graphics::TFont* LabelFont = {read=FLabelFont, write=SetLabelFont};
__property MaxLength ;
__property int MaxValue = {read=FMaxValue, write=FMaxValue, nodefault};
__property int MinValue = {read=FMinValue, write=FMinValue, nodefault};
__property double MinFloatValue = {read=FMinFloatValue, write=FMinFloatValue};
__property double MaxFloatValue = {read=FMaxFloatValue, write=FMaxFloatValue};
__property System::TDateTime MinDateValue = {read=FMinDateValue, write=FMinDateValue};
__property System::TDateTime MaxDateValue = {read=FMaxDateValue, write=FMaxDateValue};
__property ParentColor ;
__property ParentCtl3D ;
__property ParentFont ;
__property ParentShowHint ;
__property PopupMenu ;
__property ReadOnly ;
__property ShowHint ;
__property TabOrder ;
__property TabStop ;
__property bool Transparent = {read=FTransparent, write=SetTransparent, default=0};
__property bool Visible = {read=GetVisible, write=SetVisible, nodefault};
__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 ;
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TAdvSpinEdit(HWND ParentWindow) : Mask::TCustomMaskEdit(
ParentWindow) { }
#pragma option pop
};
class DELPHICLASS TAdvMaskSpinEdit;
class PASCALIMPLEMENTATION TAdvMaskSpinEdit : public TAdvSpinEdit
{
typedef TAdvSpinEdit inherited;
__published:
__property EditMask ;
public:
#pragma option push -w-inl
/* TAdvSpinEdit.Create */ inline __fastcall virtual TAdvMaskSpinEdit(Classes::TComponent* AOwner) :
TAdvSpinEdit(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TAdvSpinEdit.Destroy */ inline __fastcall virtual ~TAdvMaskSpinEdit(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TAdvMaskSpinEdit(HWND ParentWindow) : TAdvSpinEdit(
ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Advspin */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Advspin;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // AdvSpin
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -