unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, cxButtons, scControls, scGPControls,
Vcl.Buttons, System.ImageList, Vcl.ImgList,
scDrawUtils, scGPImages, Vcl.Mask, scGPExtControls, scStyledForm, Vcl.Menus,
cxImageList, cxGraphics;
//acAlphaImageList
type
TForm1 = class(TForm)
scGPButton1: TscGPButton;
scGPButton2: TscGPButton;
scGPButton3: TscGPButton;
scGPButton4: TscGPButton;
scGPButton5: TscGPButton;
scGPButton6: TscGPButton;
scGPButton7: TscGPButton;
scGPButton8: TscGPButton;
scGPButton9: TscGPButton;
scGPButton10: TscGPButton;
scGPButton11: TscGPButton;
scGPButton12: TscGPButton;
scGPButton13: TscGPButton;
scGPButton14: TscGPButton;
scGPButton15: TscGPButton;
scGPButton16: TscGPButton;
scGPButton17: TscGPButton;
scGPButton18: TscGPButton;
scGPButton19: TscGPButton;
scGPButton20: TscGPButton;
scGPButton21: TscGPButton;
scGPButton22: TscGPButton;
scGPButton23: TscGPButton;
scGPButton24: TscGPButton;
scGPButton25: TscGPButton;
scGPButton26: TscGPButton;
scGPVirtualImageList1: TscGPVirtualImageList;
cxImageList1: TcxImageList;
scGPButton27: TscGPButton;
scGPButton28: TscGPButton;
scGPButton29: TscGPButton;
scGPButton30: TscGPButton;
scGPButton31: TscGPButton;
scGPButton32: TscGPButton;
scGPEdit1: TscGPEdit;
scGPButton33: TscGPButton;
scGPEdit2: TscGPEdit;
scGPEdit3: TscGPEdit;
scStyledForm1: TscStyledForm;
PopupMenu1: TPopupMenu;
x1: TMenuItem;
N1: TMenuItem;
N2: TMenuItem;
procedure cxButton1CustomDraw(Sender: TObject; ACanvas: TcxCanvas;
AViewInfo: TcxButtonViewInfo; var AHandled: Boolean);
procedure scStyledForm1Buttons1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.cxButton1CustomDraw(Sender: TObject; ACanvas: TcxCanvas;
AViewInfo: TcxButtonViewInfo; var AHandled: Boolean);
var
r:trect;
b: TcxBorders ;
c:Tcolor;
begin
// AViewInfo.DrawBackground(ACanvas);
//
// case AViewInfo.State of
// cxbsNormal,cxbsDefault:c:= $000080FF;
// cxbsHot :c:= $00804000;
//
//
// end;
//
// ACanvas.FillRect(AViewInfo.ButtonRect,c);
// ACanvas.DrawTexT('确定',AViewInfo.ButtonRect,0,true);
AViewInfo.Draw(ACanvas);
//
ACanvas.DrawEdge(AViewInfo.ButtonRect,false,true, []);
// ACanvas.Brush.Style:= bsClear;
// ACanvas.Font.Color:= clwhite;
// ACanvas.TextOut(20,20,'确定');
// ACanvas.Font.Color:= clRed;
// ACanvas.TextOut(20,40,'bbb'); x
// AHandled:= True;
end;
procedure TForm1.scStyledForm1Buttons1Click(Sender: TObject);
begin
Application.MessageBox('我是新建!', '提示', MB_OK + MB_ICONINFORMATION + MB_TOPMOST);
end;
end.
--dfm布局文件--
object Form1: TForm1
Left = 0
Top = 0
Caption = #26576#26576#31649#29702#24179#21488
ClientHeight = 496
ClientWidth = 839
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object scGPButton1: TscGPButton
Left = 11
Top = 320
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 0
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #30830#23450
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = clTeal
Options.HotColor = clBtnFace
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = clTeal
Options.FrameHotColor = clHighlight
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = clHighlight
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRoundedRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = clHighlight
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton2: TscGPButton
Left = 133
Top = 320
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 1
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #30830#23450
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 33023
Options.HotColor = clBtnFace
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 33023
Options.FrameHotColor = clHighlight
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = clHighlight
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRoundedRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = clHighlight
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton3: TscGPButton
Left = 11
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 2
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #40664#35748#26679#24335
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 15132390
Options.HotColor = clBtnFace
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 15132390
Options.FrameHotColor = 15132390
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = clHighlight
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = 4473924
Options.FontHotColor = 4473924
Options.FontPressedColor = 4473924
Options.FontFocusedColor = 4473924
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = clHighlight
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton4: TscGPButton
Left = 117
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 3
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #20027#33394#25353#38062
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 13799438
Options.HotColor = 11630860
Options.PressedColor = 11630860
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 13799438
Options.FrameHotColor = 13799438
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = 13799438
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = clHighlight
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton5: TscGPButton
Left = 223
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 4
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #27425#33394#25353#38062
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 15905851
Options.HotColor = 15771417
Options.PressedColor = 14127886
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 15905851
Options.FrameHotColor = 15905851
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = 15905851
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = 15905851
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton6: TscGPButton
Left = 333
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 5
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #32511#33394#25353#38062
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 6207838
Options.HotColor = 6207838
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 6207838
Options.FrameHotColor = 6207838
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = 6207838
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = clHighlight
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton7: TscGPButton
Left = 439
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 6
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #27225#33394#25353#38062
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 1932275
Options.HotColor = 1932275
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 1932275
Options.FrameHotColor = 1932275
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = 1932275
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = 15905851
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton8: TscGPButton
Left = 545
Top = 24
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 7
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #32418#33394#25353#38062
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 5001437
Options.HotColor = 5001437
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 5001437
Options.FrameHotColor = 5001437
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = 5001437
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = clWhite
Options.FontHotColor = clWhite
Options.FontPressedColor = clBtnText
Options.FontFocusedColor = clWhite
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 5
Options.ShapeStyle = scgpRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255
Options.ArrowFocusedColorAlpha = 200
Options.ArrowDisabledColorAlpha = 125
Options.StyleColors = True
Options.PressedHotColors = False
HotImageIndex = -1
FluentLightEffect = False
FocusedImageIndex = -1
PressedImageIndex = -1
UseGalleryMenuImage = False
UseGalleryMenuCaption = False
ScaleMarginAndSpacing = False
WidthWithCaption = 0
WidthWithoutCaption = 0
SplitButton = False
RepeatClick = False
RepeatClickInterval = 100
GlowEffect.Enabled = False
GlowEffect.Color = 15905851
GlowEffect.AlphaValue = 255
GlowEffect.GlowSize = 7
GlowEffect.Offset = 0
GlowEffect.Intensive = True
GlowEffect.StyleColors = True
GlowEffect.HotColor = clNone
GlowEffect.PressedColor = clNone
GlowEffect.FocusedColor = clNone
GlowEffect.PressedGlowSize = 7
GlowEffect.PressedAlphaValue = 255
GlowEffect.States = [scsHot, scsPressed, scsFocused]
ImageGlow = True
ShowGalleryMenuFromTop = False
ShowGalleryMenuFromRight = False
ShowMenuArrow = True
ShowFocusRect = False
Down = False
GroupIndex = 0
AllowAllUp = False
ToggleMode = False
end
object scGPButton9: TscGPButton
Left = 11
Top = 78
Width = 100
Height = 35
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
FluentUIOpaque = False
TabOrder = 8
TabStop = True
Animation = True
Badge.Color = clRed
Badge.ColorAlpha = 255
Badge.Font.Charset = DEFAULT_CHARSET
Badge.Font.Color = clWhite
Badge.Font.Height = -11
Badge.Font.Name = 'Tahoma'
Badge.Font.Style = [fsBold]
Badge.Visible = False
Caption = #40664#35748#26679#24335
CanFocused = True
CustomDropDown = False
DrawTextMode = scdtmGDI
Margin = -1
Spacing = 1
Layout = blGlyphLeft
ImageIndex = -1
ImageMargin = 0
TransparentBackground = True
Options.NormalColor = 15132390
Options.HotColor = clBtnFace
Options.PressedColor = clBtnShadow
Options.FocusedColor = clTeal
Options.DisabledColor = clBtnFace
Options.NormalColor2 = clNone
Options.HotColor2 = clNone
Options.PressedColor2 = clNone
Options.FocusedColor2 = clNone
Options.DisabledColor2 = clNone
Options.NormalColorAlpha = 255
Options.HotColorAlpha = 255
Options.PressedColorAlpha = 255
Options.FocusedColorAlpha = 255
Options.DisabledColorAlpha = 255
Options.NormalColor2Alpha = 255
Options.HotColor2Alpha = 255
Options.PressedColor2Alpha = 255
Options.FocusedColor2Alpha = 255
Options.DisabledColor2Alpha = 255
Options.FrameNormalColor = 15132390
Options.FrameHotColor = 15132390
Options.FramePressedColor = clHighlight
Options.FrameFocusedColor = clHighlight
Options.FrameDisabledColor = clTeal
Options.FrameWidth = 1
Options.FrameNormalColorAlpha = 255
Options.FrameHotColorAlpha = 255
Options.FramePressedColorAlpha = 255
Options.FrameFocusedColorAlpha = 255
Options.FrameDisabledColorAlpha = 255
Options.FontNormalColor = 4473924
Options.FontHotColor = 4473924
Options.FontPressedColor = 4473924
Options.FontFocusedColor = 4473924
Options.FontDisabledColor = clBtnShadow
Options.ShapeFillGradientAngle = 90
Options.ShapeFillGradientPressedAngle = -90
Options.ShapeFillGradientColorOffset = 25
Options.ShapeCornerRadius = 3
Options.ShapeStyle = scgpRoundedRect
Options.ArrowSize = 9
Options.ArrowAreaSize = 0
Options.ArrowType = scgpatDefault
Options.ArrowThickness = 2
Options.ArrowThicknessScaled = False
Options.ArrowNormalColor = clBtnText
Options.ArrowHotColor = clBtnText
Options.ArrowPressedColor = clBtnText
Options.ArrowFocusedColor = clBtnText
Options.ArrowDisabledColor = clBtnText
Options.ArrowNormalColorAlpha = 200
Options.ArrowHotColorAlpha = 255
Options.ArrowPressedColorAlpha = 255