From 043683f1a2bf0b2ee724a3b40fdf44ede5751dd8 Mon Sep 17 00:00:00 2001 From: Mo_Ink <2350745751@qq.com> Date: Wed, 3 Feb 2021 16:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=85=E9=99=A4log?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E6=B0=B4=E4=B8=AAcommit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Forms/WindowMain.Designer.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Forms/WindowMain.Designer.cs b/src/Forms/WindowMain.Designer.cs index 91b896d..68291d8 100644 --- a/src/Forms/WindowMain.Designer.cs +++ b/src/Forms/WindowMain.Designer.cs @@ -46,6 +46,7 @@ private void InitializeComponent() this.tabPage2 = new System.Windows.Forms.TabPage(); this.checkBoxDisableServiceShellHardwareDetection = new Sunny.UI.UICheckBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); + this.buttonCleanLog = new Sunny.UI.UIButton(); this.checkBoxAutoStart = new Sunny.UI.UICheckBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelStyle = new Sunny.UI.UILabel(); @@ -303,6 +304,7 @@ private void InitializeComponent() // // tabPage3 // + this.tabPage3.Controls.Add(this.buttonCleanLog); this.tabPage3.Controls.Add(this.checkBoxAutoStart); this.tabPage3.Controls.Add(this.tableLayoutPanel1); this.tabPage3.Location = new System.Drawing.Point(0, 40); @@ -312,6 +314,22 @@ private void InitializeComponent() this.tabPage3.Text = "设置"; this.tabPage3.UseVisualStyleBackColor = true; // + // buttonCleanLog + // + this.buttonCleanLog.Cursor = System.Windows.Forms.Cursors.Hand; + this.buttonCleanLog.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); + this.buttonCleanLog.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); + this.buttonCleanLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.buttonCleanLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); + this.buttonCleanLog.Location = new System.Drawing.Point(6, 82); + this.buttonCleanLog.MinimumSize = new System.Drawing.Size(1, 1); + this.buttonCleanLog.Name = "buttonCleanLog"; + this.buttonCleanLog.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); + this.buttonCleanLog.Size = new System.Drawing.Size(123, 36); + this.buttonCleanLog.Style = Sunny.UI.UIStyle.LightBlue; + this.buttonCleanLog.TabIndex = 3; + this.buttonCleanLog.Text = "清除Logs"; + // // checkBoxAutoStart // this.checkBoxAutoStart.Cursor = System.Windows.Forms.Cursors.Hand; @@ -537,6 +555,7 @@ private void InitializeComponent() private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Sunny.UI.UILabel labelStyle; private Sunny.UI.UICheckBox checkBoxAutoStart; + private Sunny.UI.UIButton buttonCleanLog; } }