领胜LDS 键盘AOI检测项目
wells.liu
2020-07-06 01d2cf934b9c976ce24f28b83f8b6aa68dac921c
src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardRunBase.Designer.cs
@@ -1,4 +1,4 @@
namespace Bro.UI.Device.Winform.MotionCard
namespace Bro.UI.Device.Winform
{
    partial class CtrlMotionCardRunBase
    {
@@ -31,6 +31,7 @@
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.listBoxMsg = new System.Windows.Forms.ListBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
@@ -40,6 +41,7 @@
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
@@ -73,6 +75,14 @@
            this.listBoxMsg.Size = new System.Drawing.Size(603, 85);
            this.listBoxMsg.TabIndex = 1;
            // 
            // flowLayoutPanel1
            //
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(609, 194);
            this.flowLayoutPanel1.TabIndex = 11;
            //
            // CtrlMotionCardRunBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -90,5 +100,6 @@
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListBox listBoxMsg;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    }
}