领胜LDS 键盘AOI检测项目
wells.liu
2020-07-06 4823d6031b6081c4c25c2ada5e477a9118c549bf
src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs
@@ -32,6 +32,7 @@
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBoxPara = new System.Windows.Forms.GroupBox();
@@ -45,6 +46,7 @@
            this.buttonPositionReset = new System.Windows.Forms.Button();
            this.tableLayoutPanel1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBoxPara.SuspendLayout();
@@ -77,6 +79,7 @@
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.flowLayoutPanel1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
@@ -84,6 +87,14 @@
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "快捷操作";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // 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(464, 643);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // tabPage2
            // 
@@ -163,6 +174,7 @@
            this.btnStart.Text = "  启  动";
            this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // buttonClearStatus
            // 
@@ -172,6 +184,7 @@
            this.buttonClearStatus.TabIndex = 4;
            this.buttonClearStatus.Text = "清除状态";
            this.buttonClearStatus.UseVisualStyleBackColor = true;
            this.buttonClearStatus.Click += new System.EventHandler(this.buttonClearStatus_Click);
            // 
            // buttonEmergencyStop
            // 
@@ -181,6 +194,7 @@
            this.buttonEmergencyStop.TabIndex = 4;
            this.buttonEmergencyStop.Text = "紧急停止";
            this.buttonEmergencyStop.UseVisualStyleBackColor = true;
            this.buttonEmergencyStop.Click += new System.EventHandler(this.buttonEmergencyStop_Click);
            // 
            // buttonServoEnable
            // 
@@ -190,6 +204,7 @@
            this.buttonServoEnable.TabIndex = 4;
            this.buttonServoEnable.Text = "伺服使能";
            this.buttonServoEnable.UseVisualStyleBackColor = true;
            this.buttonServoEnable.Click += new System.EventHandler(this.buttonServoEnable_Click);
            // 
            // buttonSmoothStop
            // 
@@ -199,6 +214,7 @@
            this.buttonSmoothStop.TabIndex = 4;
            this.buttonSmoothStop.Text = "平滑停止";
            this.buttonSmoothStop.UseVisualStyleBackColor = true;
            this.buttonSmoothStop.Click += new System.EventHandler(this.buttonSmoothStop_Click);
            // 
            // buttonPositionReset
            // 
@@ -208,6 +224,7 @@
            this.buttonPositionReset.TabIndex = 4;
            this.buttonPositionReset.Text = "位置清零";
            this.buttonPositionReset.UseVisualStyleBackColor = true;
            this.buttonPositionReset.Click += new System.EventHandler(this.buttonPositionReset_Click);
            // 
            // FrmMotionCardOperationBase
            // 
@@ -218,6 +235,7 @@
            this.Name = "FrmMotionCardOperationBase";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.groupBoxPara.ResumeLayout(false);
@@ -243,5 +261,6 @@
        private System.Windows.Forms.Button buttonPositionReset;
        private System.Windows.Forms.GroupBox groupBoxPara;
        private System.Windows.Forms.PropertyGrid propGrid;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    }
}