From 924bdf1c9fb74babf2438d5545db3594756625d1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 22 六月 2020 20:06:39 +0800
Subject: [PATCH] '完善信息'

---
 WindowsFormsApp1/Test.Designer.cs |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/WindowsFormsApp1/Test.Designer.cs b/WindowsFormsApp1/Test.Designer.cs
index 22f23a8..ffab4e0 100644
--- a/WindowsFormsApp1/Test.Designer.cs
+++ b/WindowsFormsApp1/Test.Designer.cs
@@ -34,22 +34,30 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.kssdljSearchPannel1 = new WindowsFormsApp1.utils.ui.sub.KSSDLJSearchPannel();
+            this.ucSwitch1 = new HZH_Controls.Controls.UCSwitch();
             this.SuspendLayout();
             // 
-            // kssdljSearchPannel1
+            // ucSwitch1
             // 
-            this.kssdljSearchPannel1.Location = new System.Drawing.Point(175, 41);
-            this.kssdljSearchPannel1.Name = "kssdljSearchPannel1";
-            this.kssdljSearchPannel1.Size = new System.Drawing.Size(230, 361);
-            this.kssdljSearchPannel1.TabIndex = 0;
+            this.ucSwitch1.BackColor = System.Drawing.Color.Transparent;
+            this.ucSwitch1.Checked = false;
+            this.ucSwitch1.FalseColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(189)))));
+            this.ucSwitch1.FalseTextColr = System.Drawing.Color.White;
+            this.ucSwitch1.Location = new System.Drawing.Point(322, 157);
+            this.ucSwitch1.Name = "ucSwitch1";
+            this.ucSwitch1.Size = new System.Drawing.Size(83, 31);
+            this.ucSwitch1.SwitchType = HZH_Controls.Controls.SwitchType.Ellipse;
+            this.ucSwitch1.TabIndex = 0;
+            this.ucSwitch1.Texts = null;
+            this.ucSwitch1.TrueColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
+            this.ucSwitch1.TrueTextColr = System.Drawing.Color.White;
             // 
             // Test
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(800, 450);
-            this.Controls.Add(this.kssdljSearchPannel1);
+            this.Controls.Add(this.ucSwitch1);
             this.Name = "Test";
             this.Text = "Test";
             this.Load += new System.EventHandler(this.Test_Load);
@@ -59,6 +67,6 @@
 
         #endregion
 
-        private utils.ui.sub.KSSDLJSearchPannel kssdljSearchPannel1;
+        private UCSwitch ucSwitch1;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0