StyleControl 漂亮的按钮UI 代码

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

20250305141928551-image

直接复制下面的代码,

然后回到Delphi IDE  在你的  Form 窗体上 粘贴 即可

20250305143214778-image

object scGPButton1: TscGPButton
  AlignWithMargins = True
  Left = 433
  Top = 11
  Width = 204
  Height = 45
  Margins.Left = 15
  Margins.Top = 9
  Margins.Right = 20
  Margins.Bottom = 9
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'Tahoma'
  Font.Style = []
  Font.Quality = fqClearTypeNatural
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 3
  TabStop = True
  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 = #26032#24314#20379#24212#21830' ('#21452#20987'Enter)'
  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

20250305143301403-image代码不包含图标

object SearchBtn: TscGPCharGlyphButton
  AlignWithMargins = True
  Left = 629
  Top = 8
  Width = 105
  Height = 40
  Margins.Left = 10
  Margins.Top = 8
  Margins.Bottom = 8
  Align = alLeft
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  Font.Quality = fqClearTypeNatural
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 7
  TabStop = True
  OnClick = SearchBtnClick
  Animation = False
  Badge.Color = clRed
  Badge.ColorAlpha = 255
  Badge.Font.Charset = DEFAULT_CHARSET
  Badge.Font.Color = clWhite
  Badge.Font.Height = -19
  Badge.Font.Name = 'Courier New'
  Badge.Font.Pitch = fpFixed
  Badge.Font.Style = []
  Badge.Visible = False
  Caption = #26597#35810
  CaptionCenterAlignment = False
  CanFocused = True
  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 = 10
  Options.HotColorAlpha = 20
  Options.PressedColorAlpha = 30
  Options.FocusedColorAlpha = 255
  Options.DisabledColorAlpha = 5
  Options.NormalColor2Alpha = 100
  Options.HotColor2Alpha = 255
  Options.PressedColor2Alpha = 255
  Options.FocusedColor2Alpha = 255
  Options.DisabledColor2Alpha = 255
  Options.FrameNormalColor = 9739057
  Options.FrameHotColor = 9739057
  Options.FramePressedColor = 9739057
  Options.FrameFocusedColor = 9739057
  Options.FrameDisabledColor = clBtnText
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 100
  Options.FramePressedColorAlpha = 150
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 30
  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 = 1
  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
  GlyphOptions.NormalColor = clBtnText
  GlyphOptions.HotColor = clBtnText
  GlyphOptions.PressedColor = clBtnText
  GlyphOptions.FocusedColor = clBtnText
  GlyphOptions.DisabledColor = clBtnText
  GlyphOptions.NormalColorAlpha = 200
  GlyphOptions.HotColorAlpha = 255
  GlyphOptions.PressedColorAlpha = 255
  GlyphOptions.FocusedColorAlpha = 255
  GlyphOptions.DisabledColorAlpha = 100
  GlyphOptions.Index = 2
  GlyphOptions.Margin = 10
  GlyphOptions.Size = 20
  GlyphOptions.StyleColors = True
  TextMargin = 10
  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

20250305143345513-image

object SelectDataEdt: TscGPComboBox
  AlignWithMargins = True
  Left = 231
  Top = 7
  Width = 110
  Height = 42
  Margins.Top = 7
  Margins.Right = 8
  Margins.Bottom = 7
  Align = alLeft
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  Font.Quality = fqClearType
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 3
  ContentMargin = 10
  AutoComplete = False
  Animation = False
  CheckedListMode = False
  CheckedListWrap = True
  DetailPosition = scgplbdBottom
  DetailWordWrap = False
  DrawTextMode = scdtmGDI
  Items = <
    item
      Header = False
      Caption = #20170#26085#35746#21333
      CustomColor = clNone
      CustomColorAlpha = 255
      CustomTextColor = clNone
      CustomDetailTextColor = clNone
      Detail = #24215#38271
      Checked = False
    end
    item
      Header = False
      Caption = #26152#22825#35746#21333
      CustomColor = clNone
      CustomColorAlpha = 255
      CustomTextColor = clNone
      CustomDetailTextColor = clNone
      Detail = #25910#38134#21592
      Checked = False
    end
    item
      Header = False
      Caption = #26368#36817#19971#22825
      CustomColor = clNone
      CustomColorAlpha = 255
      CustomTextColor = clNone
      CustomDetailTextColor = clNone
      Checked = False
    end
    item
      Header = False
      Caption = #26368#36817#19968#26376
      CustomColor = clNone
      CustomColorAlpha = 255
      CustomTextColor = clNone
      CustomDetailTextColor = clNone
      Checked = False
    end
    item
      Header = False
      Caption = #33258#23450#20041
      CustomColor = clNone
      CustomColorAlpha = 255
      CustomTextColor = clNone
      CustomDetailTextColor = clNone
      Checked = False
    end>
  ItemIndex = 0
  ItemWordWrap = True
  ItemShowEllipsis = False
  DropDownCount = 7
  Options.NormalColor = clWhite
  Options.HotColor = clWhite
  Options.PressedColor = clWhite
  Options.FocusedColor = clWhite
  Options.DisabledColor = clBtnFace
  Options.NormalColorAlpha = 255
  Options.HotColorAlpha = 255
  Options.PressedColorAlpha = 255
  Options.FocusedColorAlpha = 255
  Options.DisabledColorAlpha = 255
  Options.FrameNormalColor = 13553358
  Options.FrameHotColor = clHighlight
  Options.FramePressedColor = clHighlight
  Options.FrameFocusedColor = clHighlight
  Options.FrameDisabledColor = 5987163
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = 5987163
  Options.FontHotColor = 5987163
  Options.FontPressedColor = 5987163
  Options.FontFocusedColor = 5987163
  Options.FontDisabledColor = clBtnShadow
  Options.ShapeFillGradientAngle = 90
  Options.ShapeFillGradientPressedAngle = -90
  Options.ShapeCornerRadius = 3
  Options.ShapeStyle = scgpcssRoundedRect
  Options.ScaleFrameWidth = False
  Options.ArrowSize = 9
  Options.ArrowAreaWidth = 0
  Options.StyleColors = True
  ShowItemImage = True
  ShowItemText = True
  ShowItemDetail = False
  ListBoxHeaderFont.Charset = DEFAULT_CHARSET
  ListBoxHeaderFont.Color = clWindowText
  ListBoxHeaderFont.Height = -11
  ListBoxHeaderFont.Name = 'Tahoma'
  ListBoxHeaderFont.Style = [fsBold]
  ListBoxHeaderOptions.Color = clBtnFace
  ListBoxHeaderOptions.ColorAlpha = 220
  ListBoxHeaderOptions.FillStyle = scgpsfColor
  ListBoxHeaderOptions.GradientAngle = 90
  ListBoxHeaderOptions.Margin = 5
  DetailFont.Charset = DEFAULT_CHARSET
  DetailFont.Color = clWindowText
  DetailFont.Height = -11
  DetailFont.Name = 'Tahoma'
  DetailFont.Style = []
  ListBoxLineColor = 4144959
  ListBoxWidth = 0
  ListBoxHeight = 0
  ListBoxShowItemDetails = False
  ListBoxShowLines = True
  ListBoxItemHeight = 60
  ListBoxHeaderHeight = 20
  ListBoxItemSpacing = 5
  ListBoxItemMargin = 5
  ListBoxItemTextAlignment = taLeftJustify
  ListBoxIndentMargin = 10
  ListBoxScrollBarOptions.BorderWidth = 0
  ListBoxScrollBarOptions.FillColor = clBtnFace
  ListBoxScrollBarOptions.FillColorAlpha = 100
  ListBoxScrollBarOptions.ThumbColor = clWindowText
  ListBoxScrollBarOptions.ThumbColorAlpha = 50
  ListBoxScrollBarOptions.ThumbColorHotAlpha = 100
  ListBoxScrollBarOptions.ThumbColorPressedAlpha = 150
  ListBoxScrollBarOptions.ThumbRounded = False
  ListBoxScrollBarOptions.Position = scgpsbDefault
  ListBoxScrollBarOptions.ThumbChangeSizeEffect = False
  ListBoxScrollBarOptions.Size = 11
  ListBoxOptions.FillColor = clWindow
  ListBoxOptions.FillColor2 = clWindow
  ListBoxOptions.FillColorAlpha = 255
  ListBoxOptions.FillColor2Alpha = 255
  ListBoxOptions.FillGradientAngle = 90
  ListBoxOptions.FrameColor = 13553358
  ListBoxOptions.FrameColorAlpha = 255
  ListBoxOptions.FrameWidth = 1
  ListBoxOptions.FrameScaleWidth = False
  MouseWheelSupport = True
  OnChange = SelectDataEdtChange
end

20250305143422233-image

object scGPCharGlyphButton1: TscGPCharGlyphButton
  AlignWithMargins = True
  Left = 10
  Top = 3
  Width = 145
  Height = 39
  Margins.Left = 10
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  Font.Quality = fqClearTypeNatural
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 0
  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 = #36827#36135#21333#21015#34920
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDIPlus
  FluentLightEffect = False
  Layout = blGlyphRight
  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 = 5
  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 = scgpLeftLineMargins
  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 = clBtnText
  GlyphOptions.PressedColor = clBtnText
  GlyphOptions.FocusedColor = clBtnText
  GlyphOptions.DisabledColor = clBtnText
  GlyphOptions.NormalColorAlpha = 0
  GlyphOptions.HotColorAlpha = 0
  GlyphOptions.PressedColorAlpha = 0
  GlyphOptions.FocusedColorAlpha = 0
  GlyphOptions.DisabledColorAlpha = 0
  GlyphOptions.Index = 122
  GlyphOptions.Margin = 0
  GlyphOptions.Size = 24
  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

20250305143515224-image

代码不包含图标,需要自己关联一个

object SearchEdt: TscGPEdit
  AlignWithMargins = True
  Left = 294
  Top = 8
  Width = 307
  Height = 40
  HelpType = htKeyword
  HelpKeyword = 'PrimaryEdt'
  Margins.Left = 5
  Margins.Top = 8
  Margins.Right = 10
  Margins.Bottom = 8
  AutoSize = False
  FluentUIOpaque = False
  Options.NormalColor = 16645629
  Options.HotColor = clWindow
  Options.FocusedColor = clWhite
  Options.DisabledColor = clWindow
  Options.NormalColorAlpha = 255
  Options.HotColorAlpha = 255
  Options.FocusedColorAlpha = 255
  Options.DisabledColorAlpha = 150
  Options.FrameNormalColor = 9739057
  Options.FrameHotColor = 9739057
  Options.FrameFocusedColor = 9739057
  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 = 11
  ContentMarginBottom = 8
  PromptText = #26465#30721'/'#25340#38899#30721'/'#21517#31216'/'#36135#21495
  HideMaskWithEmptyText = False
  HidePromptTextIfFocused = False
  PromptTextColor = clSilver
  Transparent = True
  LeftButton.Kind = scgpebSearch
  LeftButton.Enabled = True
  LeftButton.Visible = True
  LeftButton.ImageIndex = -1
  LeftButton.ImageHotIndex = -1
  LeftButton.ImagePressedIndex = -1
  LeftButton.RepeatClick = False
  LeftButton.RepeatClickInterval = 200
  LeftButton.ShowHint = False
  LeftButton.GlyphColor = 12371270
  LeftButton.GlyphColorAlpha = 180
  LeftButton.GlyphColorHotAlpha = 240
  LeftButton.GlyphColorPressedAlpha = 150
  LeftButton.GlyphThickness = 2
  LeftButton.GlyphSize = 16
  LeftButton.Width = 0
  RightButton.Kind = scgpebDownArrow
  RightButton.Enabled = True
  RightButton.Visible = False
  RightButton.ImageIndex = 27
  RightButton.ImageHotIndex = -1
  RightButton.ImagePressedIndex = -1
  RightButton.RepeatClick = False
  RightButton.RepeatClickInterval = 200
  RightButton.ShowHint = False
  RightButton.GlyphColor = 10713953
  RightButton.GlyphColorAlpha = 180
  RightButton.GlyphColorHotAlpha = 240
  RightButton.GlyphColorPressedAlpha = 150
  RightButton.GlyphThickness = 2
  RightButton.GlyphSize = 12
  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 = 1
  OnKeyPress = SearchEdtKeyPress
end

20250305142002171-image

object scGPButton1: TscGPButton
  Left = 32
  Top = 32
  Width = 113
  Height = 43
  Margins.Right = 20
  Margins.Bottom = 10
  Anchors = [akTop, akRight, akBottom]
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Segoe UI'
  Font.Style = [fsBold]
  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 = 'scGPButton1'
  CaptionCenterAlignment = False
  CanFocused = True
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 5808152
  Options.HotColor = 6991158
  Options.PressedColor = 4422156
  Options.FocusedColor = 6991158
  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 = 5808152
  Options.FrameHotColor = 6991158
  Options.FramePressedColor = 4422156
  Options.FrameFocusedColor = 6991158
  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

20250305142059765-image

object scGPButton5: TscGPButton
  Left = 32
  Top = 32
  Width = 113
  Height = 43
  Margins.Right = 20
  Margins.Bottom = 10
  Anchors = [akTop, akRight, akBottom]
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Segoe UI'
  Font.Style = [fsBold]
  Font.Quality = fqClearTypeNatural
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 3
  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 = 'scGPButton1'
  CaptionCenterAlignment = True
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 15761440
  Options.HotColor = 16554048
  Options.PressedColor = 13197328
  Options.FocusedColor = 16554048
  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 = 15761440
  Options.FrameHotColor = 16554048
  Options.FramePressedColor = 13197328
  Options.FrameFocusedColor = 16554048
  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 = False
  Down = False
  GroupIndex = 0
  AllowAllUp = False
  ToggleMode = False
end

20250305142111412-image

object scGPButton7: TscGPButton
  Left = 320
  Top = 32
  Width = 113
  Height = 43
  Margins.Right = 20
  Margins.Bottom = 10
  Anchors = [akTop, akRight, akBottom]
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Segoe UI'
  Font.Style = [fsBold]
  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 = 'scGPButton1'
  CaptionCenterAlignment = False
  CanFocused = True
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 5255376
  Options.HotColor = 7165918
  Options.PressedColor = 4136875
  Options.FocusedColor = 7165918
  Options.DisabledColor = 5255376
  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 = 5255376
  Options.FrameHotColor = 7165918
  Options.FramePressedColor = 4136875
  Options.FrameFocusedColor = 7165918
  Options.FrameDisabledColor = 5255376
  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 = clWhite
  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

20250305142123273-image

object scGPButton8: TscGPButton
  Left = 456
  Top = 32
  Width = 113
  Height = 43
  Margins.Right = 20
  Margins.Bottom = 10
  Anchors = [akTop, akRight, akBottom]
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Segoe UI'
  Font.Style = [fsBold]
  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 = 'scGPButton1'
  CaptionCenterAlignment = False
  CanFocused = True
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 2138352
  Options.HotColor = 4239612
  Options.PressedColor = 1080521
  Options.FocusedColor = 4239612
  Options.DisabledColor = 4239612
  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 = 2138352
  Options.FrameHotColor = 4239612
  Options.FramePressedColor = 1080521
  Options.FrameFocusedColor = 4239612
  Options.FrameDisabledColor = 4239612
  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 = clWhite
  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

20250305142137314-image

object scGPButton9: TscGPButton
  Left = 592
  Top = 32
  Width = 113
  Height = 43
  Margins.Right = 20
  Margins.Bottom = 10
  Anchors = [akTop, akRight, akBottom]
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Segoe UI'
  Font.Style = [fsBold]
  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 = 'scGPButton1'
  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 = clWhite
  Options.PressedColor = clWhite
  Options.FocusedColor = clWhite
  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 = 15130848
  Options.FrameHotColor = 15130848
  Options.FramePressedColor = 6991158
  Options.FrameFocusedColor = 15130848
  Options.FrameDisabledColor = clBtnShadow
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = 3749427
  Options.FontHotColor = 3749427
  Options.FontPressedColor = 7055420
  Options.FontFocusedColor = 3749427
  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

20250305163657260-image

object OkBtn: TscGPButton
  AlignWithMargins = True
  Left = 868
  Top = 15
  Width = 110
  Height = 50
  Margins.Top = 15
  Margins.Right = 10
  Margins.Bottom = 15
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 0
  TabStop = True
  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 = True
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 8951296
  Options.HotColor = 10529587
  Options.PressedColor = 10529587
  Options.FocusedColor = 10529587
  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 = 8951296
  Options.FrameHotColor = 10529587
  Options.FramePressedColor = 10529587
  Options.FrameFocusedColor = 10529587
  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

20250305163847231-image

object FilterBtn: TscGPCharGlyphButton
  AlignWithMargins = True
  Left = 436
  Top = 22
  Width = 139
  Height = 36
  HelpType = htKeyword
  HelpKeyword = 'PrimaryBtn'
  Margins.Left = 10
  Margins.Top = 22
  Margins.Right = 10
  Margins.Bottom = 22
  Align = alClient
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #24494#36719#38597#40657
  Font.Style = [fsBold]
  Font.Quality = fqClearType
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 2
  OnClick = FilterBtnClick
  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 = #31579#36873
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDIPlus
  FluentLightEffect = False
  Layout = blGlyphRight
  TransparentBackground = True
  Options.NormalColor = 12568136
  Options.HotColor = 12246145
  Options.PressedColor = 12568136
  Options.FocusedColor = clBtnFace
  Options.DisabledColor = clBtnFace
  Options.NormalColor2 = clNone
  Options.HotColor2 = clNone
  Options.PressedColor2 = clNone
  Options.FocusedColor2 = clNone
  Options.DisabledColor2 = clNone
  Options.NormalColorAlpha = 30
  Options.HotColorAlpha = 90
  Options.PressedColorAlpha = 255
  Options.FocusedColorAlpha = 0
  Options.DisabledColorAlpha = 255
  Options.NormalColor2Alpha = 100
  Options.HotColor2Alpha = 255
  Options.PressedColor2Alpha = 255
  Options.FocusedColor2Alpha = 255
  Options.DisabledColor2Alpha = 255
  Options.FrameNormalColor = 12568136
  Options.FrameHotColor = 9344046
  Options.FramePressedColor = 12568136
  Options.FrameFocusedColor = 9344046
  Options.FrameDisabledColor = clBtnShadow
  Options.FrameWidth = 1
  Options.FrameNormalColorAlpha = 255
  Options.FrameHotColorAlpha = 255
  Options.FramePressedColorAlpha = 255
  Options.FrameFocusedColorAlpha = 255
  Options.FrameDisabledColorAlpha = 255
  Options.FontNormalColor = clGray
  Options.FontHotColor = clGray
  Options.FontPressedColor = clGray
  Options.FontFocusedColor = clBtnText
  Options.FontDisabledColor = clBtnShadow
  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
  GlyphOptions.NormalColor = 12568136
  GlyphOptions.HotColor = clBtnText
  GlyphOptions.PressedColor = clBtnText
  GlyphOptions.FocusedColor = clBtnText
  GlyphOptions.DisabledColor = clBtnText
  GlyphOptions.NormalColorAlpha = 200
  GlyphOptions.HotColorAlpha = 255
  GlyphOptions.PressedColorAlpha = 255
  GlyphOptions.FocusedColorAlpha = 255
  GlyphOptions.DisabledColorAlpha = 100
  GlyphOptions.Index = 120
  GlyphOptions.Margin = 0
  GlyphOptions.Size = 16
  GlyphOptions.StyleColors = True
  TextMargin = 15
  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

20250305163920974-image

object scGPLabel32: TscGPButton
  Left = 516
  Top = 86
  Width = 85
  Height = 43
  HelpType = htKeyword
  HelpKeyword = 'SuccessBtn'
  Font.Charset = GB2312_CHARSET
  Font.Color = clWhite
  Font.Height = -12
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  Font.Quality = fqAntialiased
  ParentFont = False
  FluentUIOpaque = False
  TabOrder = 33
  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 = #35760#36134#25104#21151
  CaptionCenterAlignment = False
  CanFocused = False
  CustomDropDown = False
  DrawTextMode = scdtmGDI
  Margin = -1
  Spacing = 1
  Layout = blGlyphLeft
  ImageIndex = -1
  ImageMargin = 0
  TransparentBackground = True
  Options.NormalColor = 3850855
  Options.HotColor = 3850855
  Options.PressedColor = 3850855
  Options.FocusedColor = clBtnFace
  Options.DisabledColor = clBtnFace
  Options.NormalColor2 = clNone
  Options.HotColor2 = 3850855
  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 = 3850855
  Options.FrameHotColor = 3850855
  Options.FramePressedColor = 3850855
  Options.FrameFocusedColor = 3850855
  Options.FrameDisabledColor = clWhite
  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 = 10
  Options.ShapeStyle = scgpRect
  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 = clBtnShadow
  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

一组按钮

20250305164046417-image

object scGPPanel5: TscGPPanel
  Left = 0
  Top = 33
  Width = 450
  Height = 87
  Margins.Left = 10
  Margins.Top = 10
  Margins.Right = 10
  Margins.Bottom = 0
  Align = alClient
  FluentUIOpaque = False
  TabOrder = 1
  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 = 0
  FillColor = clWhite
  FillColorAlpha = 255
  FillColor2 = clNone
  FrameColor = clBtnShadow
  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 = 'scGPPanel1'
  TransparentBackground = True
  StorePaintBuffer = True
  Sizeable = False
  WallpaperIndex = -1
  WordWrap = False
  object scGPButton2: TscGPButton
    AlignWithMargins = True
    Left = 367
    Top = 13
    Width = 69
    Height = 59
    Margins.Left = 15
    Margins.Top = 13
    Margins.Right = 4
    Margins.Bottom = 15
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24494#36719#38597#40657
    Font.Style = [fsBold]
    Font.Quality = fqClearType
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 0
    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 = #24320#20851#24215
    CaptionCenterAlignment = False
    CanFocused = False
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphTop
    ImageIndex = 8
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 7301117
    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 = 7301117
    Options.FrameHotColor = clHighlight
    Options.FramePressedColor = clHighlight
    Options.FrameFocusedColor = clHighlight
    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 = clBtnText
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clWhite
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 6
    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 scGPButton1: TscGPButton
    AlignWithMargins = True
    Left = 15
    Top = 13
    Width = 69
    Height = 59
    Margins.Left = 15
    Margins.Top = 13
    Margins.Right = 4
    Margins.Bottom = 15
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24494#36719#38597#40657
    Font.Style = [fsBold]
    Font.Quality = fqClearType
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 1
    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 = #21483#21495
    CaptionCenterAlignment = False
    CanFocused = False
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphTop
    ImageIndex = 0
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 12447022
    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 = 12447022
    Options.FrameHotColor = clHighlight
    Options.FramePressedColor = clHighlight
    Options.FrameFocusedColor = clHighlight
    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 = clBtnText
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clWhite
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 6
    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 = 279
    Top = 13
    Width = 69
    Height = 59
    Margins.Left = 15
    Margins.Top = 13
    Margins.Right = 4
    Margins.Bottom = 15
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24494#36719#38597#40657
    Font.Style = [fsBold]
    Font.Quality = fqClearType
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 2
    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 = #24320#38065#31665
    CaptionCenterAlignment = False
    CanFocused = False
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphTop
    ImageIndex = 7
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 13540863
    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 = 13540863
    Options.FrameHotColor = clHighlight
    Options.FramePressedColor = clHighlight
    Options.FrameFocusedColor = clHighlight
    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 = clBtnText
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clWhite
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 6
    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 = 191
    Top = 13
    Width = 69
    Height = 59
    Margins.Left = 15
    Margins.Top = 13
    Margins.Right = 4
    Margins.Bottom = 15
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24494#36719#38597#40657
    Font.Style = [fsBold]
    Font.Quality = fqClearType
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 3
    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 = #21150#20250#21592
    CaptionCenterAlignment = False
    CanFocused = False
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphTop
    ImageIndex = 3
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 1932275
    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 = 1932275
    Options.FrameHotColor = clHighlight
    Options.FramePressedColor = clHighlight
    Options.FrameFocusedColor = clHighlight
    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 = clBtnText
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clWhite
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 6
    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 scGPButton5: TscGPButton
    AlignWithMargins = True
    Left = 103
    Top = 13
    Width = 69
    Height = 59
    Margins.Left = 15
    Margins.Top = 13
    Margins.Right = 4
    Margins.Bottom = 15
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #24494#36719#38597#40657
    Font.Style = [fsBold]
    Font.Quality = fqClearType
    ParentFont = False
    FluentUIOpaque = False
    TabOrder = 4
    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 = #39044#23450
    CaptionCenterAlignment = False
    CanFocused = False
    CustomDropDown = False
    DrawTextMode = scdtmGDI
    Margin = -1
    Spacing = 1
    Layout = blGlyphTop
    ImageIndex = 1
    ImageMargin = 0
    TransparentBackground = True
    Options.NormalColor = 3072634
    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 = 3072634
    Options.FrameHotColor = clHighlight
    Options.FramePressedColor = clHighlight
    Options.FrameFocusedColor = clHighlight
    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 = clBtnText
    Options.FontFocusedColor = clWhite
    Options.FontDisabledColor = clWhite
    Options.ShapeFillGradientAngle = 90
    Options.ShapeFillGradientPressedAngle = -90
    Options.ShapeFillGradientColorOffset = 25
    Options.ShapeCornerRadius = 6
    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 分享