📄 advtoolbar.hpp
字号:
class DELPHICLASS TGradientBackground;
class PASCALIMPLEMENTATION TGradientBackground : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
int FSteps;
Graphics::TColor FColor;
Graphics::TColor FColorTo;
TGradientDirection FDirection;
Classes::TNotifyEvent FOnChange;
void __fastcall SetColor(const Graphics::TColor Value);
void __fastcall SetColorTo(const Graphics::TColor Value);
void __fastcall SetDirection(const TGradientDirection Value);
void __fastcall SetSteps(const int Value);
void __fastcall Changed(void);
public:
__fastcall TGradientBackground(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor Color = {read=FColor, write=SetColor, nodefault};
__property Graphics::TColor ColorTo = {read=FColorTo, write=SetColorTo, nodefault};
__property TGradientDirection Direction = {read=FDirection, write=SetDirection, nodefault};
__property int Steps = {read=FSteps, write=SetSteps, default=64};
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
#pragma option push -w-inl
/* TPersistent.Destroy */ inline __fastcall virtual ~TGradientBackground(void) { }
#pragma option pop
};
class DELPHICLASS TContainerAppearance;
class PASCALIMPLEMENTATION TContainerAppearance : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Classes::TNotifyEvent FOnChange;
bool FLine3D;
Graphics::TColor FLineColor;
void __fastcall SetLine3D(const bool Value);
void __fastcall SetLineColor(const Graphics::TColor Value);
protected:
void __fastcall Changed(void);
public:
__fastcall TContainerAppearance(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor LineColor = {read=FLineColor, write=SetLineColor, nodefault};
__property bool Line3D = {read=FLine3D, write=SetLine3D, nodefault};
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
#pragma option push -w-inl
/* TPersistent.Destroy */ inline __fastcall virtual ~TContainerAppearance(void) { }
#pragma option pop
};
class DELPHICLASS TCaptionAppearance;
class PASCALIMPLEMENTATION TCaptionAppearance : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Classes::TNotifyEvent FOnChange;
Graphics::TColor FCaptionTextColorHot;
Graphics::TColor FCaptionTextColor;
Graphics::TColor FCaptionBorderColorHot;
Graphics::TColor FCaptionColorHot;
Graphics::TColor FCaptionColorTo;
Graphics::TColor FCaptionColor;
Graphics::TColor FCaptionColorHotTo;
Graphics::TColor FCaptionBorderColor;
void __fastcall SetCaptionBorderColor(const Graphics::TColor Value);
void __fastcall SetCaptionBorderColorHot(const Graphics::TColor Value);
void __fastcall SetCaptionColor(const Graphics::TColor Value);
void __fastcall SetCaptionColorHot(const Graphics::TColor Value);
void __fastcall SetCaptionColorHotTo(const Graphics::TColor Value);
void __fastcall SetCaptionColorTo(const Graphics::TColor Value);
void __fastcall SetCaptionTextColor(const Graphics::TColor Value);
void __fastcall SetCaptionTextColorHot(const Graphics::TColor Value);
protected:
void __fastcall Changed(void);
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
__fastcall TCaptionAppearance(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor CaptionColor = {read=FCaptionColor, write=SetCaptionColor, nodefault};
__property Graphics::TColor CaptionColorTo = {read=FCaptionColorTo, write=SetCaptionColorTo, default=536870911
};
__property Graphics::TColor CaptionTextColor = {read=FCaptionTextColor, write=SetCaptionTextColor,
default=16777215};
__property Graphics::TColor CaptionBorderColor = {read=FCaptionBorderColor, write=SetCaptionBorderColor
, default=536870911};
__property Graphics::TColor CaptionColorHot = {read=FCaptionColorHot, write=SetCaptionColorHot, default=536870911
};
__property Graphics::TColor CaptionColorHotTo = {read=FCaptionColorHotTo, write=SetCaptionColorHotTo
, default=536870911};
__property Graphics::TColor CaptionTextColorHot = {read=FCaptionTextColorHot, write=SetCaptionTextColorHot
, default=16777215};
__property Graphics::TColor CaptionBorderColorHot = {read=FCaptionBorderColorHot, write=SetCaptionBorderColorHot
, default=536870911};
public:
#pragma option push -w-inl
/* TPersistent.Destroy */ inline __fastcall virtual ~TCaptionAppearance(void) { }
#pragma option pop
};
class DELPHICLASS TCustomAdvToolBarStyler;
class DELPHICLASS TVistaTextBackground;
class DELPHICLASS TVistaBackground;
class PASCALIMPLEMENTATION TVistaBackground : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
int FSteps;
Graphics::TColor FColor;
Graphics::TColor FColorTo;
Classes::TNotifyEvent FOnChange;
Graphics::TColor FColorMirror;
Graphics::TColor FColorMirrorTo;
Graphics::TColor FBorderColor;
Advglowbutton::TGDIPGradient FGradientMirror;
Advglowbutton::TGDIPGradient FGradient;
void __fastcall SetColor(const Graphics::TColor Value);
void __fastcall SetColorTo(const Graphics::TColor Value);
void __fastcall SetSteps(const int Value);
void __fastcall Changed(void);
void __fastcall SetBorderColor(const Graphics::TColor Value);
void __fastcall SetColorMirror(const Graphics::TColor Value);
void __fastcall SetColorMirrorTo(const Graphics::TColor Value);
void __fastcall SetGradient(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientMirror(const Advglowbutton::TGDIPGradient Value);
public:
__fastcall TVistaBackground(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor BorderColor = {read=FBorderColor, write=SetBorderColor, nodefault};
__property Graphics::TColor Color = {read=FColor, write=SetColor, nodefault};
__property Graphics::TColor ColorTo = {read=FColorTo, write=SetColorTo, nodefault};
__property Graphics::TColor ColorMirror = {read=FColorMirror, write=SetColorMirror, nodefault};
__property Graphics::TColor ColorMirrorTo = {read=FColorMirrorTo, write=SetColorMirrorTo, nodefault
};
__property Advglowbutton::TGDIPGradient Gradient = {read=FGradient, write=SetGradient, nodefault};
__property Advglowbutton::TGDIPGradient GradientMirror = {read=FGradientMirror, write=SetGradientMirror
, nodefault};
__property int Steps = {read=FSteps, write=SetSteps, default=64};
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
#pragma option push -w-inl
/* TPersistent.Destroy */ inline __fastcall virtual ~TVistaBackground(void) { }
#pragma option pop
};
class PASCALIMPLEMENTATION TVistaTextBackground : public TVistaBackground
{
typedef TVistaBackground inherited;
private:
Graphics::TColor FTextColor;
Graphics::TFont* FFont;
void __fastcall SetTextColor(const Graphics::TColor Value);
void __fastcall SetFont(const Graphics::TFont* Value);
public:
__fastcall TVistaTextBackground(void);
__fastcall virtual ~TVistaTextBackground(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor TextColor = {read=FTextColor, write=SetTextColor, nodefault};
__property Graphics::TFont* Font = {read=FFont, write=SetFont};
};
class DELPHICLASS TTabAppearance;
class DELPHICLASS TCustomTabAppearance;
class PASCALIMPLEMENTATION TCustomTabAppearance : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Classes::TNotifyEvent FOnChange;
Graphics::TColor FBorderColor;
Graphics::TColor FBorderColorHot;
Graphics::TColor FColor;
Graphics::TColor FColorTo;
Graphics::TColor FColorHot;
Graphics::TColor FColorHotTo;
Graphics::TColor FColorSelectedTo;
Graphics::TColor FBorderColorDisabled;
Graphics::TColor FBorderColorSelected;
Graphics::TColor FColorDisabled;
Graphics::TColor FColorDisabledTo;
Graphics::TColor FColorSelected;
Graphics::TColor FColorMirror;
Graphics::TColor FColorMirrorTo;
Graphics::TColor FColorMirrorHot;
Graphics::TColor FColorMirrorHotTo;
Advglowbutton::TGDIPGradient FGradientMirror;
Advglowbutton::TGDIPGradient FGradientMirrorHot;
Advglowbutton::TGDIPGradient FGradient;
Advglowbutton::TGDIPGradient FGradientHot;
Graphics::TColor FColorMirrorDisabledTo;
Graphics::TColor FColorMirrorDisabled;
Graphics::TColor FColorMirrorSelectedTo;
Graphics::TColor FColorMirrorSelected;
Advglowbutton::TGDIPGradient FGradientSelected;
Advglowbutton::TGDIPGradient FGradientDisabled;
Advglowbutton::TGDIPGradient FGradientMirrorSelected;
Advglowbutton::TGDIPGradient FGradientMirrorDisabled;
Graphics::TColor FTextColorDisabled;
Graphics::TColor FTextColorSelected;
Graphics::TColor FTextColor;
Graphics::TColor FTextColorHot;
TGradientBackground* FBackGround;
Graphics::TColor FBorderColorSelectedHot;
Graphics::TColor FBorderColorDown;
Graphics::TFont* FFont;
void __fastcall OnBackGroundChanged(System::TObject* Sender);
void __fastcall SetBackGround(const TGradientBackground* Value);
void __fastcall SetBorderColor(const Graphics::TColor Value);
void __fastcall SetBorderColorDisabled(const Graphics::TColor Value);
void __fastcall SetBorderColorSelected(const Graphics::TColor Value);
void __fastcall SetBorderColorSelectedHot(const Graphics::TColor Value);
void __fastcall SetColor(const Graphics::TColor Value);
void __fastcall SetColorDisabled(const Graphics::TColor Value);
void __fastcall SetColorDisabledTo(const Graphics::TColor Value);
void __fastcall SetColorHot(const Graphics::TColor Value);
void __fastcall SetColorHotTo(const Graphics::TColor Value);
void __fastcall SetColorMirror(const Graphics::TColor Value);
void __fastcall SetColorMirrorDisabled(const Graphics::TColor Value);
void __fastcall SetColorMirrorDisabledTo(const Graphics::TColor Value);
void __fastcall SetColorMirrorHot(const Graphics::TColor Value);
void __fastcall SetColorMirrorHotTo(const Graphics::TColor Value);
void __fastcall SetColorMirrorSelected(const Graphics::TColor Value);
void __fastcall SetColorMirrorSelectedTo(const Graphics::TColor Value);
void __fastcall SetColorMirrorTo(const Graphics::TColor Value);
void __fastcall SetColorSelected(const Graphics::TColor Value);
void __fastcall SetColorSelectedTo(const Graphics::TColor Value);
void __fastcall SetColorTo(const Graphics::TColor Value);
void __fastcall SetGradient(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientDisabled(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientHot(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientMirror(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientMirrorDisabled(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientMirrorHot(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientMirrorSelected(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetGradientSelected(const Advglowbutton::TGDIPGradient Value);
void __fastcall SetTextColor(const Graphics::TColor Value);
void __fastcall SetTextColorDisabled(const Graphics::TColor Value);
void __fastcall SetTextColorHot(const Graphics::TColor Value);
void __fastcall SetTextColorSelected(const Graphics::TColor Value);
void __fastcall SetBorderColorDown(const Graphics::TColor Value);
void __fastcall SetFont(const Graphics::TFont* Value);
protected:
void __fastcall Changed(void);
__property TGradientBackground* BackGround = {read=FBackGround, write=SetBackGround};
public:
__fastcall TCustomTabAppearance(void);
__fastcall virtual ~TCustomTabAppearance(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
__published:
__property Graphics::TColor BorderColor = {read=FBorderColor, write=SetBorderColor, nodefault};
__property Graphics::TColor BorderColorHot = {read=FBorderColorHot, write=FBorderColorHot, nodefault
};
__property Graphics::TColor BorderColorSelected = {read=FBorderColorSelected, write=SetBorderColorSelected
, nodefault};
__property Graphics::TColor BorderColorSelectedHot = {read=FBorderColorSelectedHot, write=SetBorderColorSelectedHot
, nodefault};
__property Graphics::TColor BorderColorDisabled = {read=FBorderColorDisabled, write=SetBorderColorDisabled
, nodefault};
__property Graphics::TColor BorderColorDown = {read=FBorderColorDown, write=SetBorderColorDown, nodefault
};
__property Graphics::TColor Color = {read=FColor, write=SetColor, nodefault};
__property Graphics::TColor ColorTo = {read=FColorTo, write=SetColorTo, nodefault};
__property Graphics::TColor ColorSelected = {read=FColorSelected, write=SetColorSelected, nodefault
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -