From cf2c4acd016106d197dc66dab62948b93dbdd0ea Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 26 May 2022 11:03:06 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E4=BF=AE=E6=94=B9=E4=BA=86=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E5=B1=9E=E6=80=A7=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Controls/UIDataGridView.cs | 4 ++-- SunnyUI/Controls/UIFlowLayoutPanel.cs | 2 +- SunnyUI/Controls/UIListBox.cs | 4 ++-- SunnyUI/Controls/UIRichTextBox.cs | 4 ++-- SunnyUI/Controls/UITextBox.cs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SunnyUI/Controls/UIDataGridView.cs b/SunnyUI/Controls/UIDataGridView.cs index 5a58996c..d3fd6a9c 100644 --- a/SunnyUI/Controls/UIDataGridView.cs +++ b/SunnyUI/Controls/UIDataGridView.cs @@ -829,7 +829,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条填充颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "80, 160, 255")] public Color ScrollBarColor { @@ -849,7 +849,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条背景颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "243, 249, 255")] public Color ScrollBarBackColor { diff --git a/SunnyUI/Controls/UIFlowLayoutPanel.cs b/SunnyUI/Controls/UIFlowLayoutPanel.cs index c58330a9..b23157e0 100644 --- a/SunnyUI/Controls/UIFlowLayoutPanel.cs +++ b/SunnyUI/Controls/UIFlowLayoutPanel.cs @@ -271,7 +271,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条填充颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "80, 160, 255")] public Color ScrollBarColor { diff --git a/SunnyUI/Controls/UIListBox.cs b/SunnyUI/Controls/UIListBox.cs index 9235c09a..77e97b6b 100644 --- a/SunnyUI/Controls/UIListBox.cs +++ b/SunnyUI/Controls/UIListBox.cs @@ -99,7 +99,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条填充颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "80, 160, 255")] public Color ScrollBarColor { @@ -118,7 +118,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条背景颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "243, 249, 255")] public Color ScrollBarBackColor { diff --git a/SunnyUI/Controls/UIRichTextBox.cs b/SunnyUI/Controls/UIRichTextBox.cs index a00cf0c7..52409b61 100644 --- a/SunnyUI/Controls/UIRichTextBox.cs +++ b/SunnyUI/Controls/UIRichTextBox.cs @@ -285,7 +285,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条填充颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "80, 160, 255")] public Color ScrollBarColor { @@ -304,7 +304,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条背景颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "White")] public Color ScrollBarBackColor { diff --git a/SunnyUI/Controls/UITextBox.cs b/SunnyUI/Controls/UITextBox.cs index 37a0d044..ab11836b 100644 --- a/SunnyUI/Controls/UITextBox.cs +++ b/SunnyUI/Controls/UITextBox.cs @@ -809,7 +809,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条填充颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "80, 160, 255")] public Color ScrollBarColor { @@ -827,7 +827,7 @@ namespace Sunny.UI /// /// 填充颜色,当值为背景色或透明色或空值则不填充 /// - [Description("填充颜色"), Category("SunnyUI")] + [Description("滚动条背景颜色"), Category("SunnyUI")] [DefaultValue(typeof(Color), "White")] public Color ScrollBarBackColor {