领胜LDS 键盘AOI检测项目
patrick.xu
2021-03-06 8a3ab64a65da226636743be07c4bee63f50da25d
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;
    }
}