From 125444c19ba287106d58552d910f817c058accae Mon Sep 17 00:00:00 2001 From: czz_y Date: Thu, 29 Aug 2024 17:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Slider=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Views/SliderDemo.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Views/SliderDemo.Designer.cs b/Views/SliderDemo.Designer.cs index e60cd86..9ac2d7d 100644 --- a/Views/SliderDemo.Designer.cs +++ b/Views/SliderDemo.Designer.cs @@ -133,6 +133,8 @@ // slider2 // this.slider2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34))))); + this.slider2.FillActive = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34))))); + this.slider2.FillHover = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(133)))), ((int)(((byte)(34))))); this.slider2.Location = new System.Drawing.Point(215, 3); this.slider2.Name = "slider2"; this.slider2.ShowValue = true;