领胜LDS 键盘AOI检测项目
wells
2020-07-11 ef6bff7f82b6cb9c37213fc6bc8c48acfb7ab2d6
src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs
@@ -44,7 +44,7 @@
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timerAxisStatus = new System.Windows.Forms.Timer(this.components);
            this.groupBoxAxisStatus.SuspendLayout();
            this.SuspendLayout();
            // 
@@ -194,9 +194,11 @@
            this.label2.TabIndex = 2;
            this.label2.Text = "规划位置:";
            // 
            // timer1
            // timerAxisStatus
            // 
            this.timer1.Tick += new System.EventHandler(this.RefreshStatus);
            this.timerAxisStatus.Enabled = true;
            this.timerAxisStatus.Interval = 200;
            this.timerAxisStatus.Tick += new System.EventHandler(this.RefreshStatus);
            // 
            // CtrlMotionCardAxisStatus
            // 
@@ -228,6 +230,6 @@
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Timer timerAxisStatus;
    }
}