StyleControl 漂亮的按钮UI 代码 第二弹

欢迎加入全网最大Delphi 技术交流群 682628230

编辑框01

20250305171655673-image

object BmEdt: TscGPDBEdit
  AlignWithMargins = True
  Left = 130
  Top = 15
  Width = 552
  Height = 35
  HelpKeyword = 'PrimaryEdt'
  Margins.Left = 5
  Margins.Top = 10
  Margins.Bottom = 10
  AutoSize = False
  FluentUIOpaque = False
  Options.NormalColor = clWindow
  Options.HotColor = clWindow
  Options.FocusedColor = clWindow
  Options.DisabledColor = clWindow
  Options.NormalColorAlpha = 200
  Options.HotColorAlpha = 255
  Options.FocusedColorAlpha = 255
  Options.DisabledColorAlpha = 150
  Options.FrameNormalColor = 12371270
  Options.FrameHotColor = 8094248
  Options.FrameFocusedColor = 8094248
  Options.FrameDisabledColor = clBtnText
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 50
  Options.FontNormalColor = clWindowText
  Options.FontHotColor = clWindowText
  Options.FontFocusedColor = clWindowText
  Options.FontDisabledColor = clGrayText
  Options.FocusedLineColor = clHighlight
  Options.FocusedLineWidth = 0
  Options.ShapeFillGradientAngle = 90
  Options.ShapeCornerRadius = 1
  Options.ShapeStyle = scgpessRoundedRect
  Options.ScaleFrameWidth = False
  Options.StyleColors = True
  ContentMarginLeft = 10
  ContentMarginRight = 5
  ContentMarginTop = 8
  ContentMarginBottom = 5
  HideMaskWithEmptyText = False
  HidePromptTextIfFocused = False
  PromptTextColor = clSilver
  Transparent = True
  LeftButton.Kind = scgpebCustom
  LeftButton.Enabled = True
  LeftButton.Visible = False
  LeftButton.ImageIndex = -1
  LeftButton.ImageHotIndex = -1
  LeftButton.ImagePressedIndex = -1
  LeftButton.RepeatClick = False
  LeftButton.RepeatClickInterval = 200
  LeftButton.ShowHint = False
  LeftButton.GlyphColor = clWindowText
  LeftButton.GlyphColorAlpha = 180
  LeftButton.GlyphColorHotAlpha = 240
  LeftButton.GlyphColorPressedAlpha = 150
  LeftButton.GlyphThickness = 2
  LeftButton.GlyphSize = 0
  LeftButton.Width = 0
  RightButton.Kind = scgpebCustom
  RightButton.Enabled = True
  RightButton.Visible = False
  RightButton.ImageIndex = -1
  RightButton.ImageHotIndex = -1
  RightButton.ImagePressedIndex = -1
  RightButton.RepeatClick = False
  RightButton.RepeatClickInterval = 200
  RightButton.ShowHint = False
  RightButton.GlyphColor = clWindowText
  RightButton.GlyphColorAlpha = 180
  RightButton.GlyphColorHotAlpha = 240
  RightButton.GlyphColorPressedAlpha = 150
  RightButton.GlyphThickness = 2
  RightButton.GlyphSize = 0
  RightButton.Width = 0
  CustomDraw = False
  Text = ''
  Font.Charset = ANSI_CHARSET
  Font.Color = 2829099
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  Font.Quality = fqClearTypeNatural
  ParentFont = False
  TabOrder = 3
  DataField = #21830#21697#32534#30721
end

漂亮的标签

20250305171751580-image

object scGPCharGlyphButton1: TscGPCharGlyphButton
  Left = 7
  Top = 299
  Width = 102
  Height = 35
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Tahoma'
  Font.Style = [fsBold]
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 18
  Animation = False
  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 = #20215#26684#35774#23450
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  FluentLightEffect = False
  Layout = blGlyphLeft
  TransparentBackground = True
  Options.NormalColor = clBtnText
  Options.HotColor = clBtnText
  Options.PressedColor = clBtnText
  Options.FocusedColor = clBtnFace
  Options.DisabledColor = clBtnText
  Options.NormalColor2 = clNone
  Options.HotColor2 = clNone
  Options.PressedColor2 = clNone
  Options.FocusedColor2 = clNone
  Options.DisabledColor2 = clNone
  Options.NormalColorAlpha = 0
  Options.HotColorAlpha = 0
  Options.PressedColorAlpha = 0
  Options.FocusedColorAlpha = 0
  Options.DisabledColorAlpha = 5
  Options.NormalColor2Alpha = 0
  Options.HotColor2Alpha = 0
  Options.PressedColor2Alpha = 255
  Options.FocusedColor2Alpha = 0
  Options.DisabledColor2Alpha = 0
  Options.FrameNormalColor = 4227327
  Options.FrameHotColor = clBtnText
  Options.FramePressedColor = clBtnText
  Options.FrameFocusedColor = clHighlight
  Options.FrameDisabledColor = clBtnText
  Options.FrameWidth = 2
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 0
  Options.FramePressedColorAlpha = 0
  Options.FrameFocusedColorAlpha = 0
  Options.FrameDisabledColorAlpha = 0
  Options.FontNormalColor = clBtnText
  Options.FontHotColor = clBtnText
  Options.FontPressedColor = clBtnText
  Options.FontFocusedColor = clBtnText
  Options.FontDisabledColor = clBtnShadow
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeFillGradientColorOffset = 25
  Options.ShapeCornerRadius = 10
  Options.ShapeStyle = scgpBottomLine
  Options.ShapeStyleLineSize = 0
  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 = 0
  Options.ArrowFocusedColorAlpha = 200
  Options.ArrowDisabledColorAlpha = 125
  Options.StyleColors = True
  Options.PressedHotColors = False
  GlyphOptions.NormalColor = 4227327
  GlyphOptions.HotColor = 4227327
  GlyphOptions.PressedColor = 4227327
  GlyphOptions.FocusedColor = clBtnText
  GlyphOptions.DisabledColor = clBtnText
  GlyphOptions.NormalColorAlpha = 200
  GlyphOptions.HotColorAlpha = 255
  GlyphOptions.PressedColorAlpha = 255
  GlyphOptions.FocusedColorAlpha = 255
  GlyphOptions.DisabledColorAlpha = 100
  GlyphOptions.Index = 5
  GlyphOptions.Margin = 0
  GlyphOptions.Size = 20
  GlyphOptions.StyleColors = True
  TextMargin = -2
  WidthWithCaption = 0
  WidthWithoutCaption = 0
  ShowCaption = True
  SplitButton = False
  RepeatClick = False
  RepeatClickInterval = 100
  ShowGalleryMenuFromTop = False
  ShowGalleryMenuFromRight = False
  ShowMenuArrow = True
  ShowFocusRect = True
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end

拍照框

20250305171942219-image

object scGPPanel2: TscGPPanel
  Left = 483
  Top = 342
  Width = 199
  Height = 195
  FluentUIOpaque = False
  TabOrder = 25
  BlurBackground = False
  BlurBackgroundAmount = 5
  BackgroundStyle = gppbsColor
  ContentMarginLeft = 0
  ContentMarginRight = 0
  ContentMarginTop = 0
  ContentMarginBottom = 0
  CustomImageIndex = -1
  DragForm = False
  DragTopForm = True
  DrawTextMode = scdtmGDI
  FillGradientAngle = 90
  FillGradientBeginAlpha = 255
  FillGradientEndAlpha = 255
  FillGradientBeginColorOffset = 25
  FillGradientEndColorOffset = 25
  FrameWidth = 1
  FillColor = clBtnFace
  FillColorAlpha = 0
  FillColor2 = clNone
  FrameColor = 12371270
  FrameColorAlpha = 255
  FrameRadius = 0
  ShowCaption = False
  CaptionGlowEffect.Enabled = False
  CaptionGlowEffect.Color = clBtnShadow
  CaptionGlowEffect.AlphaValue = 255
  CaptionGlowEffect.GlowSize = 7
  CaptionGlowEffect.Offset = 0
  CaptionGlowEffect.Intensive = True
  CaptionGlowEffect.StyleColors = True
  Caption = 'scGPPanel2'
  TransparentBackground = True
  StorePaintBuffer = True
  Sizeable = False
  Wallpapers = scGPImageCollection1
  WallpaperIndex = 0
  WordWrap = False
end

一组按钮(确定和取消)

20250305172026240-image

object CancalBtn: TscGPButton
  AlignWithMargins = True
  Left = 404
  Top = 12
  Width = 139
  Height = 39
  Margins.Left = 12
  Margins.Top = 12
  Margins.Bottom = 12
  Align = alRight
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  Font.Quality = fqClearType
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 2
  OnClick = CancalBtnClick
  Animation = False
  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 = #21462#28040
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 15132390
  Options.HotColor = clGray
  Options.PressedColor = clGray
  Options.FocusedColor = 13948116
  Options.DisabledColor = 16053492
  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 = 13290186
  Options.FrameHotColor = clGray
  Options.FramePressedColor = clGray
  Options.FrameFocusedColor = clGray
  Options.FrameDisabledColor = 16053492
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = clBlack
  Options.FontHotColor = clBlack
  Options.FontPressedColor = clBlack
  Options.FontFocusedColor = clBlack
  Options.FontDisabledColor = 11250603
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeFillGradientColorOffset = 25
  Options.ShapeCornerRadius = 2
  Options.ShapeStyle = scgpRoundedRect
  Options.ShapeStyleLineSize = 0
  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 = True
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end
object OKBtn: TscGPButton
  AlignWithMargins = True
  Left = 558
  Top = 12
  Width = 139
  Height = 39
  HelpType = htKeyword
  HelpKeyword = 'PrimaryBtn'
  Margins.Left = 12
  Margins.Top = 12
  Margins.Right = 15
  Margins.Bottom = 12
  Align = alRight
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  Font.Quality = fqClearType
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 3
  OnClick = OKBtnClick
  Animation = False
  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
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 12305732
  Options.HotColor = 12305732
  Options.PressedColor = 12305732
  Options.FocusedColor = 9745178
  Options.DisabledColor = 16053492
  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 = 12305732
  Options.FrameHotColor = 9745178
  Options.FramePressedColor = 9745178
  Options.FrameFocusedColor = 9745178
  Options.FrameDisabledColor = 16053492
  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 = clWhite
  Options.FontFocusedColor = clWhite
  Options.FontDisabledColor = 11250603
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeFillGradientColorOffset = 25
  Options.ShapeCornerRadius = 2
  Options.ShapeStyle = scgpRoundedRect
  Options.ShapeStyleLineSize = 0
  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 = True
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end

一组按钮(上一条和下一条)

20250305172114448-image

object scGPButton1: TscGPButton
  AlignWithMargins = True
  Left = 92
  Top = 16
  Width = 80
  Height = 33
  HelpKeyword = 'PrimaryBtn'
  Margins.Left = 0
  Margins.Top = 16
  Margins.Bottom = 14
  Align = alLeft
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  Font.Quality = fqAntialiased
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 4
  OnClick = scGPButton1Click
  Animation = False
  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 = #19979#19968#26465
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphRight
  ImageIndex = 0
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = clWhite
  Options.HotColor = 9745178
  Options.PressedColor = 9745178
  Options.FocusedColor = 9745178
  Options.DisabledColor = 16053492
  Options.NormalColor2 = clNone
  Options.HotColor2 = clNone
  Options.PressedColor2 = clNone
  Options.FocusedColor2 = clNone
  Options.DisabledColor2 = clNone
  Options.NormalColorAlpha = 0
  Options.HotColorAlpha = 0
  Options.PressedColorAlpha = 0
  Options.FocusedColorAlpha = 0
  Options.DisabledColorAlpha = 0
  Options.NormalColor2Alpha = 0
  Options.HotColor2Alpha = 0
  Options.PressedColor2Alpha = 0
  Options.FocusedColor2Alpha = 0
  Options.DisabledColor2Alpha = 0
  Options.FrameNormalColor = 16744448
  Options.FrameHotColor = 16744448
  Options.FramePressedColor = 16744448
  Options.FrameFocusedColor = 16744448
  Options.FrameDisabledColor = 16053492
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = 16744448
  Options.FontHotColor = 16744448
  Options.FontPressedColor = 16744448
  Options.FontFocusedColor = 16744448
  Options.FontDisabledColor = 11250603
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeFillGradientColorOffset = 25
  Options.ShapeCornerRadius = 16
  Options.ShapeStyle = scgpSegmentedRight
  Options.ShapeStyleLineSize = 0
  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 = True
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end
object scGPButton6: TscGPButton
  AlignWithMargins = True
  Left = 12
  Top = 16
  Width = 80
  Height = 33
  HelpKeyword = 'PrimaryBtn'
  Margins.Left = 12
  Margins.Top = 16
  Margins.Right = 0
  Margins.Bottom = 14
  Align = alLeft
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  Font.Quality = fqAntialiased
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 5
  OnClick = scGPButton6Click
  Animation = False
  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 = #19978#19968#26465
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = 1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = clWhite
  Options.HotColor = 9745178
  Options.PressedColor = 9745178
  Options.FocusedColor = 9745178
  Options.DisabledColor = 16053492
  Options.NormalColor2 = clNone
  Options.HotColor2 = clNone
  Options.PressedColor2 = clNone
  Options.FocusedColor2 = clNone
  Options.DisabledColor2 = clNone
  Options.NormalColorAlpha = 0
  Options.HotColorAlpha = 0
  Options.PressedColorAlpha = 0
  Options.FocusedColorAlpha = 0
  Options.DisabledColorAlpha = 0
  Options.NormalColor2Alpha = 0
  Options.HotColor2Alpha = 0
  Options.PressedColor2Alpha = 0
  Options.FocusedColor2Alpha = 0
  Options.DisabledColor2Alpha = 0
  Options.FrameNormalColor = 16744448
  Options.FrameHotColor = 16744448
  Options.FramePressedColor = 16744448
  Options.FrameFocusedColor = 16744448
  Options.FrameDisabledColor = 16053492
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = 16744448
  Options.FontHotColor = 16744448
  Options.FontPressedColor = 16744448
  Options.FontFocusedColor = 16744448
  Options.FontDisabledColor = 11250603
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeFillGradientColorOffset = 25
  Options.ShapeCornerRadius = 16
  Options.ShapeStyle = scgpSegmentedLeft
  Options.ShapeStyleLineSize = 0
  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 = True
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end

一组按钮:

20250305172343805-image

object scGPPanel11: TscGPPanel
  Left = 0
  Top = 605
  Width = 1091
  Height = 100
  Margins.Left = 0
  Margins.Top = 0
  Margins.Right = 0
  Margins.Bottom = 0
  Align = alBottom
  FluentUIOpaque = False
  TabOrder = 3
  BlurBackground = False
  BlurBackgroundAmount = 5
  BackgroundStyle = gppbsColor
  ContentMarginLeft = 0
  ContentMarginRight = 0
  ContentMarginTop = 0
  ContentMarginBottom = 0
  CustomImageIndex = -1
  DragForm = True
  DragTopForm = True
  DrawTextMode = scdtmGDI
  FrameSides = []
  FillGradientAngle = 90
  FillGradientBeginAlpha = 255
  FillGradientEndAlpha = 255
  FillGradientBeginColorOffset = 25
  FillGradientEndColorOffset = 25
  FrameWidth = 0
  FillColor = clWhite
  FillColorAlpha = 255
  FillColor2 = clNone
  FrameColor = 13948116
  FrameColorAlpha = 120
  FrameRadius = 0
  ShowCaption = False
  CaptionGlowEffect.Enabled = False
  CaptionGlowEffect.Color = clBtnShadow
  CaptionGlowEffect.AlphaValue = 255
  CaptionGlowEffect.GlowSize = 7
  CaptionGlowEffect.Offset = 0
  CaptionGlowEffect.Intensive = True
  CaptionGlowEffect.StyleColors = True
  Color = 3056127
  Caption = 'scGPPanel2'
  TransparentBackground = False
  StorePaintBuffer = False
  Sizeable = False
  WallpaperIndex = -1
  WordWrap = False
  object scGPButton1: TscGPButton
    AlignWithMargins = True
    Left = 537
    Top = 20
    Width = 75
    Height = 60
    Margins.Top = 20
    Margins.Right = 20
    Margins.Bottom = 20
    Align = alRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = []
    Font.Quality = fqClearTypeNatural
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 0
    TabStop = True
    Animation = False
    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 = #22810#36873
    CaptionCenterAlignment = False
    CanFocused = True
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphLeft
    ImageIndex = -1
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = clWhite
    Options.HotColor = clBtnFace
    Options.PressedColor = clBtnShadow
    Options.FocusedColor = clBtnFace
    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 = 6381665
    Options.FrameHotColor = 6381665
    Options.FramePressedColor = 6381665
    Options.FrameFocusedColor = 6381665
    Options.FrameDisabledColor = clBtnShadow
    Options.FrameWidth = 1
    Options.FrameNormalColorAlpha = 255
    Options.FrameHotColorAlpha = 255
    Options.FramePressedColorAlpha = 255
    Options.FrameFocusedColorAlpha = 255
    Options.FrameDisabledColorAlpha = 255
    Options.FontNormalColor = 6381665
    Options.FontHotColor = 6381665
    Options.FontPressedColor = 6381665
    Options.FontFocusedColor = 6381665
    Options.FontDisabledColor = clBtnShadow
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 4
    Options.ShapeStyle = scgpRoundedRect
    Options.ShapeStyleLineSize = 0
    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 = True
    Down = False
    GroupIndex = 0
    AllowAllUp = False
    ToggleMode = False
  end
  object scGPButton2: TscGPButton
    AlignWithMargins = True
    Left = 635
    Top = 20
    Width = 75
    Height = 60
    Margins.Top = 20
    Margins.Right = 20
    Margins.Bottom = 20
    Align = alRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = []
    Font.Quality = fqClearTypeNatural
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 1
    TabStop = True
    Animation = False
    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 = #28165#31354
    CaptionCenterAlignment = False
    CanFocused = True
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphLeft
    ImageIndex = -1
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = clWhite
    Options.HotColor = clBtnFace
    Options.PressedColor = clBtnShadow
    Options.FocusedColor = clBtnFace
    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 = 6381665
    Options.FrameHotColor = 6381665
    Options.FramePressedColor = 6381665
    Options.FrameFocusedColor = 6381665
    Options.FrameDisabledColor = clBtnShadow
    Options.FrameWidth = 1
    Options.FrameNormalColorAlpha = 255
    Options.FrameHotColorAlpha = 255
    Options.FramePressedColorAlpha = 255
    Options.FrameFocusedColorAlpha = 255
    Options.FrameDisabledColorAlpha = 255
    Options.FontNormalColor = 6381665
    Options.FontHotColor = 6381665
    Options.FontPressedColor = 6381665
    Options.FontFocusedColor = 6381665
    Options.FontDisabledColor = clBtnShadow
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 4
    Options.ShapeStyle = scgpRoundedRect
    Options.ShapeStyleLineSize = 0
    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 = True
    Down = False
    GroupIndex = 0
    AllowAllUp = False
    ToggleMode = False
  end
  object scGPButton3: TscGPButton
    AlignWithMargins = True
    Left = 733
    Top = 20
    Width = 75
    Height = 60
    Margins.Top = 20
    Margins.Right = 20
    Margins.Bottom = 20
    Align = alRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = []
    Font.Quality = fqClearTypeNatural
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 2
    TabStop = True
    Animation = False
    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 = ' '#33609#31295#21333' '#13#10#65288'F12'#65289
    CaptionCenterAlignment = False
    CanFocused = True
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphLeft
    ImageIndex = -1
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = clWhite
    Options.HotColor = clBtnFace
    Options.PressedColor = clBtnShadow
    Options.FocusedColor = clBtnFace
    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 = 6381665
    Options.FrameHotColor = 6381665
    Options.FramePressedColor = 6381665
    Options.FrameFocusedColor = 6381665
    Options.FrameDisabledColor = clBtnShadow
    Options.FrameWidth = 1
    Options.FrameNormalColorAlpha = 255
    Options.FrameHotColorAlpha = 255
    Options.FramePressedColorAlpha = 255
    Options.FrameFocusedColorAlpha = 255
    Options.FrameDisabledColorAlpha = 255
    Options.FontNormalColor = 6381665
    Options.FontHotColor = 6381665
    Options.FontPressedColor = 6381665
    Options.FontFocusedColor = 6381665
    Options.FontDisabledColor = clBtnShadow
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 4
    Options.ShapeStyle = scgpRoundedRect
    Options.ShapeStyleLineSize = 0
    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 = True
    Down = False
    GroupIndex = 0
    AllowAllUp = False
    ToggleMode = False
  end
  object scGPButton4: TscGPButton
    AlignWithMargins = True
    Left = 831
    Top = 20
    Width = 240
    Height = 60
    Margins.Top = 20
    Margins.Right = 20
    Margins.Bottom = 20
    Align = alRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    Font.Quality = fqClearTypeNatural
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 3
    TabStop = True
    Animation = False
    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 = '    '#21435#32467#36134#13#10#65288#21452#20987#22238#36710')'
    CaptionCenterAlignment = False
    CanFocused = True
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphLeft
    ImageIndex = -1
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 434172
    Options.HotColor = 434172
    Options.PressedColor = 434172
    Options.FocusedColor = clBtnFace
    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 = 434172
    Options.FrameHotColor = 434172
    Options.FramePressedColor = 434172
    Options.FrameFocusedColor = 434172
    Options.FrameDisabledColor = clBtnShadow
    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 = clWhite
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clBtnShadow
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 4
    Options.ShapeStyle = scgpRoundedRect
    Options.ShapeStyleLineSize = 0
    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 = True
    Down = False
    GroupIndex = 0
    AllowAllUp = False
    ToggleMode = False
  end
end

 

© 版权声明
THE END
喜欢就支持一下吧
点赞16 分享