|
|
@ -33,6 +33,10 @@
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.txtPressCloseVacBreakDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtPressCloseVacBreakDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtPresseOpenVacBreakDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtPresseOpenVacBreakDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
this.txtPresseCloseVacSuctionDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtPresseCloseVacSuctionDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
this.txtPressOpenVacSuctionDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtPressOpenVacSuctionDelaytime = new System.Windows.Forms.TextBox();
|
|
|
@ -54,10 +58,6 @@
|
|
|
|
this.btnTeachPressZ = new System.Windows.Forms.Button();
|
|
|
|
this.btnTeachPressZ = new System.Windows.Forms.Button();
|
|
|
|
this.btnMovePressY = new System.Windows.Forms.Button();
|
|
|
|
this.btnMovePressY = new System.Windows.Forms.Button();
|
|
|
|
this.btnTeachPressY = new System.Windows.Forms.Button();
|
|
|
|
this.btnTeachPressY = new System.Windows.Forms.Button();
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
@ -134,6 +134,42 @@
|
|
|
|
this.txtPresseOpenVacBreakDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
this.txtPresseOpenVacBreakDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
this.txtPresseOpenVacBreakDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
|
|
this.txtPresseOpenVacBreakDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// label10
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(212, 66);
|
|
|
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
|
|
|
this.label10.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label10.Text = "关真空破后延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label9
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(16, 66);
|
|
|
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(71, 12);
|
|
|
|
|
|
|
|
this.label9.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label9.Text = "真空破时间:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label5
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(212, 24);
|
|
|
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
|
|
|
this.label5.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label5.Text = "关真空吸后延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label8
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(16, 24);
|
|
|
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(71, 12);
|
|
|
|
|
|
|
|
this.label8.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label8.Text = "真空吸时间:";
|
|
|
|
|
|
|
|
//
|
|
|
|
// txtPresseCloseVacSuctionDelaytime
|
|
|
|
// txtPresseCloseVacSuctionDelaytime
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.txtPresseCloseVacSuctionDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
this.txtPresseCloseVacSuctionDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
@ -415,42 +451,6 @@
|
|
|
|
this.btnTeachPressY.UseVisualStyleBackColor = false;
|
|
|
|
this.btnTeachPressY.UseVisualStyleBackColor = false;
|
|
|
|
this.btnTeachPressY.Click += new System.EventHandler(this.Teach_Click);
|
|
|
|
this.btnTeachPressY.Click += new System.EventHandler(this.Teach_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// label8
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(16, 24);
|
|
|
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label8.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label8.Text = "真空吸开延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label5
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(221, 24);
|
|
|
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label5.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label5.Text = "真空吸关延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label9
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(16, 66);
|
|
|
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label9.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label9.Text = "真空破开延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label10
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(221, 66);
|
|
|
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label10.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label10.Text = "真空破关延时:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// PressConfig
|
|
|
|
// PressConfig
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|