首页 > Windows开发 > 详细

delphi xe 10分组按钮CategoryButtons 折叠按钮

时间:2020-11-24 17:08:59      阅读:52      评论:0      收藏:0      [点我收藏+]

设计时界面:

 技术分享图片

 

 

代码如下:

object Form1: TForm1
  Left = 0
  Top = 0
  Caption = Form1
  ClientHeight = 230
  ClientWidth = 261
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = Tahoma
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object CategoryButtons1: TCategoryButtons
    Left = 0
    Top = 0
    Width = 105
    Height = 290
    ButtonFlow = cbfVertical
    ButtonOptions = [boFullSize, boGradientFill, boShowCaptions, boVerticalCategoryCaptions]
    Categories = <
      item
        Caption = ABC#37096#38376
        Color = 15395839
        Collapsed = False
        Items = <
          item
            Caption = #20320#22909ABC
          end
          item
            Caption = #20320#22909ABCD
          end
          item
            Caption = #20320#22909ABCDE
          end>
      end
      item
        Caption = aoe#37096#38376
        Color = 16771839
        Collapsed = False
        Items = <
          item
            Caption = AB000
          end
          item
            Caption = AB001
          end
          item
            Caption = AB002
          end
          item
            Caption = AB003
          end>
      end
      item
        Color = 16771818
        Collapsed = False
        Items = <>
      end
      item
        Color = 15400959
        Collapsed = False
        Items = <>
      end>
    DockSite = True
    RegularButtonColor = clWhite
    SelectedButtonColor = 15132390
    TabOrder = 0
  end
end

 

delphi xe 10分组按钮CategoryButtons 折叠按钮

原文:https://www.cnblogs.com/jijm123/p/14030723.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!