From 8a3ab64a65da226636743be07c4bee63f50da25d Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期六, 06 三月 2021 11:35:20 +0800 Subject: [PATCH] 1. 解决软件异常崩溃问题 --- src/Bro.M071.Process/UI/M071_MainForm.Designer.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs b/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs index a98bd9b..ddfc076 100644 --- a/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs +++ b/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs @@ -53,6 +53,7 @@ this.lblOperator = new System.Windows.Forms.Label(); this.stStripHint = new System.Windows.Forms.StatusStrip(); this.tsslError = new System.Windows.Forms.ToolStripStatusLabel(); + this.button1 = new System.Windows.Forms.Button(); this.contextMenuStrip1.SuspendLayout(); this.plImage.SuspendLayout(); this.tscEditLocation.ContentPanel.SuspendLayout(); @@ -342,11 +343,23 @@ this.tsslError.Size = new System.Drawing.Size(131, 17); this.tsslError.Text = "toolStripStatusLabel1"; // + // button1 + // + this.button1.Location = new System.Drawing.Point(591, 13); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 8; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Visible = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // M071_MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1069, 351); + this.Controls.Add(this.button1); this.Controls.Add(this.stStripHint); this.Controls.Add(this.lblOperator); this.Controls.Add(this.btnReset); @@ -403,5 +416,6 @@ private System.Windows.Forms.Label lblOperator; private System.Windows.Forms.StatusStrip stStripHint; private System.Windows.Forms.ToolStripStatusLabel tsslError; + private System.Windows.Forms.Button button1; } } \ No newline at end of file -- Gitblit v1.8.0