📄 advtoolbar.hpp
字号:
__property Graphics::TColor ColorSelectedTo = {read=FColorSelectedTo, write=SetColorSelectedTo, nodefault
};
__property Graphics::TColor ColorDisabled = {read=FColorDisabled, write=SetColorDisabled, nodefault
};
__property Graphics::TColor ColorDisabledTo = {read=FColorDisabledTo, write=SetColorDisabledTo, nodefault
};
__property Graphics::TColor ColorHot = {read=FColorHot, write=SetColorHot, nodefault};
__property Graphics::TColor ColorHotTo = {read=FColorHotTo, write=SetColorHotTo, nodefault};
__property Graphics::TColor ColorMirror = {read=FColorMirror, write=SetColorMirror, nodefault};
__property Graphics::TColor ColorMirrorTo = {read=FColorMirrorTo, write=SetColorMirrorTo, nodefault
};
__property Graphics::TColor ColorMirrorHot = {read=FColorMirrorHot, write=SetColorMirrorHot, nodefault
};
__property Graphics::TColor ColorMirrorHotTo = {read=FColorMirrorHotTo, write=SetColorMirrorHotTo,
nodefault};
__property Graphics::TColor ColorMirrorSelected = {read=FColorMirrorSelected, write=SetColorMirrorSelected
, nodefault};
__property Graphics::TColor ColorMirrorSelectedTo = {read=FColorMirrorSelectedTo, write=SetColorMirrorSelectedTo
, nodefault};
__property Graphics::TColor ColorMirrorDisabled = {read=FColorMirrorDisabled, write=SetColorMirrorDisabled
, nodefault};
__property Graphics::TColor ColorMirrorDisabledTo = {read=FColorMirrorDisabledTo, write=SetColorMirrorDisabledTo
, nodefault};
__property Graphics::TFont* Font = {read=FFont, write=SetFont};
__property Advglowbutton::TGDIPGradient Gradient = {read=FGradient, write=SetGradient, nodefault};
__property Advglowbutton::TGDIPGradient GradientMirror = {read=FGradientMirror, write=SetGradientMirror
, nodefault};
__property Advglowbutton::TGDIPGradient GradientHot = {read=FGradientHot, write=SetGradientHot, nodefault
};
__property Advglowbutton::TGDIPGradient GradientMirrorHot = {read=FGradientMirrorHot, write=SetGradientMirrorHot
, nodefault};
__property Advglowbutton::TGDIPGradient GradientSelected = {read=FGradientSelected, write=SetGradientSelected
, nodefault};
__property Advglowbutton::TGDIPGradient GradientMirrorSelected = {read=FGradientMirrorSelected, write=
SetGradientMirrorSelected, nodefault};
__property Advglowbutton::TGDIPGradient GradientDisabled = {read=FGradientDisabled, write=SetGradientDisabled
, nodefault};
__property Advglowbutton::TGDIPGradient GradientMirrorDisabled = {read=FGradientMirrorDisabled, write=
SetGradientMirrorDisabled, nodefault};
__property Graphics::TColor TextColor = {read=FTextColor, write=SetTextColor, nodefault};
__property Graphics::TColor TextColorHot = {read=FTextColorHot, write=SetTextColorHot, nodefault};
__property Graphics::TColor TextColorSelected = {read=FTextColorSelected, write=SetTextColorSelected
, nodefault};
__property Graphics::TColor TextColorDisabled = {read=FTextColorDisabled, write=SetTextColorDisabled
, nodefault};
};
class PASCALIMPLEMENTATION TTabAppearance : public TCustomTabAppearance
{
typedef TCustomTabAppearance inherited;
__published:
__property BackGround ;
public:
#pragma option push -w-inl
/* TCustomTabAppearance.Create */ inline __fastcall TTabAppearance(void) : TCustomTabAppearance() { }
#pragma option pop
#pragma option push -w-inl
/* TCustomTabAppearance.Destroy */ inline __fastcall virtual ~TTabAppearance(void) { }
#pragma option pop
};
class DELPHICLASS TGroupAppearance;
class DELPHICLASS TToolBarAppearance;
class PASCALIMPLEMENTATION TToolBarAppearance : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Graphics::TColor FBorderColorHot;
Graphics::TColor FBorderColor;
TGradientBackground* FColor;
TGradientBackground* FColorHot;
Classes::TNotifyEvent FOnChange;
void __fastcall SetBorderColor(const Graphics::TColor Value);
void __fastcall SetBorderColorHot(const Graphics::TColor Value);
void __fastcall SetColor(const TGradientBackground* Value);
void __fastcall SetColorHot(const TGradientBackground* Value);
protected:
void __fastcall Changed(void);
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
__fastcall TToolBarAppearance(void);
__fastcall virtual ~TToolBarAppearance(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__published:
__property Graphics::TColor BorderColor = {read=FBorderColor, write=SetBorderColor, default=536870911
};
__property Graphics::TColor BorderColorHot = {read=FBorderColorHot, write=SetBorderColorHot, default=536870911
};
__property TGradientBackground* Color = {read=FColor, write=SetColor};
__property TGradientBackground* ColorHot = {read=FColorHot, write=SetColorHot};
};
class PASCALIMPLEMENTATION TGroupAppearance : 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;
Graphics::TColor FTextColor;
TCaptionAppearance* FCaptionAppearance;
TVistaBackground* FPageAppearance;
TToolBarAppearance* FToolBarAppearance;
TCustomTabAppearance* FTabAppearance;
Graphics::TFont* FFont;
void __fastcall OnCaptionAppearanceChanged(System::TObject* Sender);
void __fastcall OnPageAppearanceChanged(System::TObject* Sender);
void __fastcall OnToolBarAppearanceChanged(System::TObject* Sender);
void __fastcall OnTabAppearanceChanged(System::TObject* Sender);
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);
void __fastcall SetTextColor(const Graphics::TColor Value);
void __fastcall SetCaptionAppearance(const TCaptionAppearance* Value);
void __fastcall SetPageAppearance(const TVistaBackground* Value);
void __fastcall SetToolBarAppearance(const TToolBarAppearance* Value);
void __fastcall SetTabAppearance(const TCustomTabAppearance* Value);
void __fastcall SetFont(const Graphics::TFont* Value);
protected:
__property int Steps = {read=FSteps, write=SetSteps, default=64};
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
public:
__fastcall TGroupAppearance(void);
__fastcall virtual ~TGroupAppearance(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 Graphics::TFont* Font = {read=FFont, write=SetFont};
__property Advglowbutton::TGDIPGradient Gradient = {read=FGradient, write=SetGradient, nodefault};
__property Advglowbutton::TGDIPGradient GradientMirror = {read=FGradientMirror, write=SetGradientMirror
, nodefault};
__property Graphics::TColor TextColor = {read=FTextColor, write=SetTextColor, nodefault};
__property TCaptionAppearance* CaptionAppearance = {read=FCaptionAppearance, write=SetCaptionAppearance
};
__property TVistaBackground* PageAppearance = {read=FPageAppearance, write=SetPageAppearance};
__property TCustomTabAppearance* TabAppearance = {read=FTabAppearance, write=SetTabAppearance};
__property TToolBarAppearance* ToolBarAppearance = {read=FToolBarAppearance, write=SetToolBarAppearance
};
};
class PASCALIMPLEMENTATION TCustomAdvToolBarStyler : public Classes::TComponent
{
typedef Classes::TComponent inherited;
private:
bool FBackGroundTransparent;
TBackGroundDisplay FBackGroundDisplay;
Graphics::TBitmap* FBackGround;
TGradientBackground* FColor;
TGradientBackground* FDockColor;
Advmenus::TCustomAdvMenuStyler* FInternalAdvMenuStyler;
Advmenus::TCustomAdvMenuStyler* FAdvMenuStyler;
Advmenus::TCustomAdvMenuStyler* FCurrentAdvMenuStyler;
TDragGripStyle FDragGripStyle;
Graphics::TBitmap* FDragGripImage;
Graphics::TBitmap* FRightHandleImage;
Graphics::TFont* FFont;
bool FTransparent;
TDbgList* FControlList;
bool FRoundEdges;
Graphics::TColor FRightHandleColor;
Graphics::TColor FRightHandleColorHot;
Graphics::TColor FRightHandleColorTo;
Graphics::TColor FRightHandleColorHotTo;
int FFloatingWindowBorderWidth;
Graphics::TColor FFloatingWindowBorderColor;
TButtonAppearance* FButtonAppearance;
bool FAutoThemeAdapt;
Graphics::TColor FRightHandleColorDownTo;
Graphics::TColor FRightHandleColorDown;
Controls::TBevelCut FBevel;
bool FUseBevel;
Graphics::TColor FBorderColorHot;
Graphics::TColor FBorderColor;
TGradientBackground* FColorHot;
Graphics::TFont* FCaptionFont;
Advstyleif::TTMSStyle FTMSStyle;
TContainerAppearance* FContainerAppearance;
Advglowbutton::TGlowButtonAppearance* FGlowButtonAppearance;
TVistaTextBackground* FPagerCaption;
TTabAppearance* FTabAppearance;
TVistaBackground* FPageAppearance;
TCaptionAppearance* FCaptionAppearance;
TGroupAppearance* FGroupAppearance;
Advglowbutton::TGlowButtonAppearance* FCompactGlowButtonAppearance;
void __fastcall OnPagerCaptionChanged(System::TObject* Sender);
void __fastcall OnTabAppearanceChanged(System::TObject* Sender);
void __fastcall OnPageAppearanceChanged(System::TObject* Sender);
void __fastcall OnGroupAppearanceChanged(System::TObject* Sender);
void __fastcall OnContainerAppearanceChanged(System::TObject* Sender);
void __fastcall OnGlowButtonAppearanceChanged(System::TObject* Sender);
void __fastcall OnCaptionAppearanceChanged(System::TObject* Sender);
void __fastcall SetBackGround(const Graphics::TBitmap* Value);
void __fastcall SetBackGroundDisplay(const TBackGroundDisplay Value);
void __fastcall SetBackGroundTransparent(const bool Value);
void __fastcall SetColor(const TGradientBackground* Value);
void __fastcall SetAdvMenuStyler(const Advmenus::TCustomAdvMenuStyler* Value);
void __fastcall SetDragGripStyle(const TDragGripStyle Value);
void __fastcall SetDragGripImage(const Graphics::TBitmap* Value);
void __fastcall SetRightHandleImage(const Graphics::TBitmap* Value);
void __fastcall SetFont(const Graphics::TFont* Value);
void __fastcall SetTransparent(const bool Value);
void __fastcall SetRoundEdges(const bool Value);
void __fastcall SetRightHandleColor(const Graphics::TColor Value);
void __fastcall SetRightHandleColorHot(const Graphics::TColor Value);
void __fastcall SetFloatingWindowBorderColor(const Graphics::TColor Value);
void __fastcall SetFloatingWindowBorderWidth(const int Value);
void __fastcall SetTButtonAppearance(const TButtonAppearance* Value);
void __fastcall SetDockColor(const TGradientBackground* Value);
void __fastcall SetRightHandleColorTo(const Graphics::TColor Value);
void __fastcall SetRightHandleColorHotTo(const Graphics::TColor Value);
void __fastcall SetRightHandleColorDown(const Graphics::TColor Value);
void __fastcall SetRightHandleColorDownTo(const Graphics::TColor Value);
void __fastcall SetBevel(const Controls::TBevelCut Value);
void __fastcall SetUseBevel(const bool Value);
void __fastcall SetBorderColor(const Graphics::TColor Value);
void __fastcall SetBorderColorHot(const Graphics::TColor Value);
void __fastcall SetColorHot(const TGradientBackground* Value);
void __fastcall SetCaptionFont(const Graphics::TFont* Value);
void __fastcall SetContainerAppearance(const TContainerAppearance* Value);
void __fastcall SetGlowButtonAppearance(const Advglowbutton::TGlowButtonAppearance* Value);
void __fastcall SetPagerCaption(const TVistaTextBackground* Value);
void __fastcall SetTabAppearance(const TTabAppearance* Value);
void __fastcall SetPageAppearance(const TVistaBackground* Value);
void __fastcall SetGroupAppearance(const TGroupAppearance* Value);
void __fastcall SetCaptionAppearance(const TCaptionAppearance* Value);
void __fastcall SetCompactGlowButtonAppearance(const Advglowbutton::TGlowButtonAppearance* Value);
protected:
virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation
);
void __fastcall BackgroundChanged(System::TObject* Sender);
__property Advmenus::TCustomAdvMenuStyler* CurrentAdvMenuStyler = {read=FCurrentAdvMenuStyler};
__property bool AutoThemeAdapt = {read=FAutoThemeAdapt, write=FAutoThemeAdapt, default=0};
__property TButtonAppearance* ButtonAppearance = {read=FButtonAppearance, write=SetTButtonAppearance
};
__property TGradientBackground* Color = {read=FColor, write=SetColor};
__property TGradientBackground* DockColor = {read=FDockColor, write=SetDockColor};
__property Graphics::TBitmap* BackGround = {read=FBackGround, write=SetBackGround};
__property bool BackGroundTransparent = {read=FBackGroundTransparent, write=SetBackGroundTransparent
, default=1};
__property TBackGroundDisplay BackGroundDisplay = {read=FBackGroundDisplay, write=SetBackGroundDisplay
, default=0};
__property Graphics::TFont* Font = {read=FFont, write=SetFont};
__property TDragGripStyle DragGripStyle = {read=FDragGripStyle, write=SetDragGripStyle, default=0};
__property Graphics::TBitmap* DragGripImage = {read=FDragGripImage, write=SetDragGripImage};
__property Graphics::TBitmap* RightHandleImage = {read=FRightHandleImage, write=SetRightHandleImage
};
__property Graphics::TColor RightHandleColor = {read=FRightHandleColor, write=SetRightHandleColor,
default=8421504};
__property Graphics::TColor RightHandleColorHot = {read=FRightHandleColorHot, write=SetRightHandleColorHot
, nodefault};
__property Graphics::TColor RightHandleColorTo = {read=FRightHandleColorTo, write=SetRightHandleColorTo
, default=8421504};
__property Graphics::TColor RightHandleColorHotTo = {read=FRightHandleColorHotTo, write=SetRightHandleColorHotTo
, nodefault};
__property Graphics::TColor RightHandleColorDown = {read=FRightHandleColorDown, write=SetRightHandleColorDown
, nodefault};
__property Graphics::TColor RightHandleColorDownTo = {read=FRightHandleColorDownTo, write=SetRightHandleColorDownTo
, nodefault};
__property Graphics::TColor FloatingWindowBorderColor = {read=FFloatingWindowBorderColor, write=SetFloatingWindowBorderColor
, nodefault};
__property int FloatingWindowBorderWidth = {read=FFloatingWindowBorderWidth, write=SetFloatingWindowBorderWidth
, default=2};
__property TCaptionAppearance* CaptionAppearance = {read=FCaptionAppearance, write=SetCaptionAppearance
};
__property Controls::TBevelCut Bevel = {read=FBevel, write=SetBevel, default=0};
__property bool RoundEdges = {read=FRoundEdges, write=SetRoundEdges, default=1};
__property bool Transparent = {read=FTransparent, write=SetTransparent, default=0};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -