⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testfrmctrls.dfm

📁 delphi 皮肤控件
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        MouseSupport = True
        MinValue = 0
        MaxValue = 100
        Value = 50
        Vertical = False
      end
      object bsSkinTrackBar2: TbsSkinTrackBar
        Left = 480
        Top = 8
        Width = 25
        Height = 129
        HintImageIndex = 0
        TabOrder = 5
        SkinData = SBForm.SkinData
        SkinDataName = 'trackbar'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 25
        DefaultHeight = 0
        UseSkinFont = True
        JumpWhenClick = False
        TabStop = True
        CanFocused = True
        MouseSupport = True
        MinValue = 0
        MaxValue = 100
        Value = 50
        Vertical = True
      end
      object bsSkinGauge1: TbsSkinGauge
        Left = 328
        Top = 56
        Width = 129
        Height = 20
        HintImageIndex = 0
        TabOrder = 6
        SkinData = SBForm.SkinData
        SkinDataName = 'gauge'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 20
        UseSkinFont = True
        UseSkinSize = True
        ProgressText = 'Progress...'
        ShowProgressText = True
        ShowPercent = True
        MinValue = 0
        MaxValue = 100
        Value = 50
        Vertical = False
        ProgressAnimationPause = 1000
        OnMouseDown = bsSkinGauge1MouseDown
      end
      object bsSkinGauge2: TbsSkinGauge
        Left = 539
        Top = 8
        Width = 20
        Height = 129
        HintImageIndex = 0
        TabOrder = 7
        SkinData = SBForm.SkinData
        SkinDataName = 'vgauge'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 20
        DefaultHeight = 0
        UseSkinFont = True
        UseSkinSize = True
        ProgressText = 'Progress...'
        ShowProgressText = True
        ShowPercent = True
        MinValue = 0
        MaxValue = 100
        Value = 50
        Vertical = True
        ProgressAnimationPause = 1000
      end
      object bsSkinLabel1: TbsSkinLabel
        Left = 168
        Top = 168
        Width = 129
        Height = 21
        HintImageIndex = 0
        TabOrder = 8
        SkinData = SBForm.SkinData
        SkinDataName = 'label'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 0
        UseSkinFont = True
        EllipsType = bsetNoneEllips
        UseSkinSize = True
        UseSkinFontColor = True
        BorderStyle = bvRaised
        Caption = 'bsSkinLabel1'
        AutoSize = False
      end
      object bsSkinScrollBar6: TbsSkinScrollBar
        Left = 328
        Top = 192
        Width = 129
        Height = 20
        HintImageIndex = 0
        TabOrder = 9
        SkinData = SBForm.SkinData
        SkinDataName = 'hscrollbar'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 20
        UseSkinFont = True
        Both = False
        BothMarkerWidth = 0
        BothSkinDataName = 'bothhscrollbar'
        TabStop = True
        CanFocused = True
        Kind = sbHorizontal
        PageSize = 40
        Min = 0
        Max = 100
        Position = 0
        SmallChange = 1
        LargeChange = 1
      end
      object bsSkinScrollBar7: TbsSkinScrollBar
        Left = 512
        Top = 8
        Width = 20
        Height = 129
        HintImageIndex = 0
        TabOrder = 10
        SkinData = SBForm.SkinData
        SkinDataName = 'vscrollbar'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 20
        DefaultHeight = 0
        UseSkinFont = True
        Both = False
        BothMarkerWidth = 0
        BothSkinDataName = 'bothhscrollbar'
        TabStop = True
        CanFocused = True
        Kind = sbVertical
        PageSize = 0
        Min = 0
        Max = 100
        Position = 0
        SmallChange = 1
        LargeChange = 1
      end
      object bsSkinUpDown1: TbsSkinUpDown
        Left = 168
        Top = 224
        Width = 40
        Height = 20
        HintImageIndex = 0
        TabOrder = 11
        SkinData = SBForm.SkinData
        SkinDataName = 'hupdown'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 40
        DefaultHeight = 20
        UseSkinFont = True
        UseSkinSize = True
        Orientation = udHorizontal
        Increment = 1
        Position = 0
        Min = 0
        Max = 100
      end
      object bsSkinUpDown2: TbsSkinUpDown
        Left = 256
        Top = 224
        Width = 20
        Height = 40
        HintImageIndex = 0
        TabOrder = 12
        SkinData = SBForm.SkinData
        SkinDataName = 'vupdown'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 20
        DefaultHeight = 40
        UseSkinFont = True
        UseSkinSize = True
        Orientation = udVertical
        Increment = 1
        Position = 0
        Min = 0
        Max = 100
      end
      object bsSkinButton3: TbsSkinButton
        Left = 16
        Top = 56
        Width = 129
        Height = 65
        HintImageIndex = 0
        TabOrder = 13
        SkinData = SBForm.SkinData
        SkinDataName = 'resizebutton'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 0
        UseSkinFont = True
        ImageIndex = -1
        UseSkinSize = True
        UseSkinFontColor = True
        RepeatMode = False
        RepeatInterval = 100
        AllowAllUp = False
        CanFocused = False
        Down = False
        GroupIndex = 0
        Caption = 'Resize button'
        NumGlyphs = 2
        Spacing = 1
      end
      object bsSkinSlider1: TbsSkinSlider
        Left = 328
        Top = 224
        Width = 129
        Height = 40
        HintImageIndex = 0
        TabOrder = 14
        SkinData = SBForm.SkinData
        SkinDataName = 'slider'
        Transparent = False
        UseSkinThumb = True
      end
      object bsSkinSlider2: TbsSkinSlider
        Left = 488
        Top = 152
        Width = 40
        Height = 121
        HintImageIndex = 0
        TabOrder = 15
        SkinData = SBForm.SkinData
        SkinDataName = 'slider'
        Orientation = soVertical
        Transparent = False
        UseSkinThumb = True
      end
      object bsSkinToolBar2: TbsSkinToolBar
        Left = 16
        Top = 128
        Width = 129
        Height = 73
        HintImageIndex = 0
        TabOrder = 16
        SkinData = SBForm.SkinData
        SkinDataName = 'resizetoolpanel'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 0
        UseSkinFont = True
        TransparentMode = False
        CaptionImageIndex = -1
        RealHeight = -1
        AutoEnabledControls = True
        CheckedMode = False
        Checked = False
        DefaultAlignment = taLeftJustify
        DefaultCaptionHeight = 22
        BorderStyle = bvRaised
        CaptionMode = False
        RollUpMode = False
        RollUpState = False
        NumGlyphs = 1
        Spacing = 2
        Caption = 'bsSkinToolBar2'
        CanScroll = False
        HotScroll = False
        ScrollOffset = 0
        ScrollTimerInterval = 50
        AdjustControls = True
        WidthWithCaptions = 0
        WidthWithoutCaptions = 0
        AutoShowHideCaptions = False
        ShowCaptions = False
        Flat = False
        object bsSkinSpeedButton1: TbsSkinSpeedButton
          Left = 8
          Top = 6
          Width = 57
          Height = 60
          HintImageIndex = 0
          SkinData = SBForm.SkinData
          SkinDataName = 'resizetoolbutton'
          DefaultFont.Charset = DEFAULT_CHARSET
          DefaultFont.Color = clWindowText
          DefaultFont.Height = 14
          DefaultFont.Name = 'Arial'
          DefaultFont.Style = []
          DefaultWidth = 0
          DefaultHeight = 0
          UseSkinFont = True
          UseSkinSize = True
          UseSkinFontColor = True
          WidthWithCaption = 0
          WidthWithoutCaption = 0
          ImageIndex = 0
          RepeatMode = False
          RepeatInterval = 100
          Transparent = False
          Flat = False
          AllowAllUp = False
          Down = False
          GroupIndex = 0
          ShowCaption = True
          NumGlyphs = 1
          Spacing = 1
        end
        object bsSkinMenuSpeedButton1: TbsSkinMenuSpeedButton
          Left = 72
          Top = 6
          Width = 49
          Height = 60
          HintImageIndex = 0
          SkinData = SBForm.SkinData
          SkinDataName = 'resizetoolbutton'
          DefaultFont.Charset = DEFAULT_CHARSET
          DefaultFont.Color = clWindowText
          DefaultFont.Height = 14
          DefaultFont.Name = 'Arial'
          DefaultFont.Style = []
          DefaultWidth = 0
          DefaultHeight = 0
          UseSkinFont = True
          UseSkinSize = True
          UseSkinFontColor = True
          WidthWithCaption = 0
          WidthWithoutCaption = 0
          ImageIndex = 0
          RepeatMode = False
          RepeatInterval = 100
          Transparent = False
          Flat = False
          AllowAllUp = False
          Down = False
          GroupIndex = 0
          ShowCaption = True
          NumGlyphs = 1
          Spacing = 1
          NewStyle = False
          TrackPosition = bstpRight
          UseImagesMenuImage = False
          UseImagesMenuCaption = False
          TrackButtonMode = False
        end
      end
      object bsSkinButton2: TbsSkinButton
        Left = 328
        Top = 136
        Width = 129
        Height = 25
        HintImageIndex = 0
        TabOrder = 17
        SkinData = SBForm.SkinData
        SkinDataName = 'button'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 25
        UseSkinFont = True
        ImageIndex = -1
        UseSkinSize = True
        UseSkinFontColor = True
        RepeatMode = False
        RepeatInterval = 100
        AllowAllUp = False
        TabStop = True
        CanFocused = True
        Down = False
        GroupIndex = 0
        Caption = 'Start/ Stop animation'
        NumGlyphs = 2
        Spacing = 1
        OnClick = bsSkinButton2Click
      end
      object bsSkinAnimateGauge1: TbsSkinAnimateGauge
        Left = 328
        Top = 96
        Width = 129
        Height = 20
        HintImageIndex = 0
        TabOrder = 18
        SkinData = SBForm.SkinData
        SkinDataName = 'gauge'
        DefaultFont.Charset = DEFAULT_CHARSET
        DefaultFont.Color = clWindowText
        DefaultFont.Height = 14
        DefaultFont.Name = 'Arial'
        DefaultFont.Style = []
        DefaultWidth = 0
        DefaultHeight = 0
        UseSkinFont = True
        ShowProgressText = False
        AnimationPause = 1000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -