You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
506 lines
28 KiB
C#
506 lines
28 KiB
C#
namespace Rs.MotionPlat.SysConfig
|
|
{
|
|
partial class PressConfig
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.panelEx2 = new Rs.Controls.PanelEx();
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.txtPressCloseVacBreakDelaytime = 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.label7 = new System.Windows.Forms.Label();
|
|
this.txtPressOpenVacSuctionDelaytime = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txtPressLowSpeedOffset = new System.Windows.Forms.TextBox();
|
|
this.txtPressSafeZ = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtPressZ = new System.Windows.Forms.TextBox();
|
|
this.btnMovePressSafeZ = new System.Windows.Forms.Button();
|
|
this.txtPressY = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnTeachPressSafeZ = new System.Windows.Forms.Button();
|
|
this.btnMovePressZ = new System.Windows.Forms.Button();
|
|
this.btnTeachPressZ = new System.Windows.Forms.Button();
|
|
this.btnMovePressY = new System.Windows.Forms.Button();
|
|
this.btnTeachPressY = new System.Windows.Forms.Button();
|
|
this.panelEx1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelEx2
|
|
//
|
|
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx2.Location = new System.Drawing.Point(401, 0);
|
|
this.panelEx2.Name = "panelEx2";
|
|
this.panelEx2.Size = new System.Drawing.Size(844, 815);
|
|
this.panelEx2.TabIndex = 1;
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.Controls.Add(this.groupBox3);
|
|
this.panelEx1.Controls.Add(this.groupBox1);
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(401, 815);
|
|
this.panelEx1.TabIndex = 0;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.txtPressCloseVacBreakDelaytime);
|
|
this.groupBox3.Controls.Add(this.txtPresseOpenVacBreakDelaytime);
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
this.groupBox3.Controls.Add(this.label9);
|
|
this.groupBox3.Controls.Add(this.label5);
|
|
this.groupBox3.Controls.Add(this.label8);
|
|
this.groupBox3.Controls.Add(this.txtPresseCloseVacSuctionDelaytime);
|
|
this.groupBox3.Controls.Add(this.label7);
|
|
this.groupBox3.Controls.Add(this.txtPressOpenVacSuctionDelaytime);
|
|
this.groupBox3.Controls.Add(this.label6);
|
|
this.groupBox3.Controls.Add(this.label20);
|
|
this.groupBox3.Controls.Add(this.label21);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox3.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 172);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(401, 112);
|
|
this.groupBox3.TabIndex = 2;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "真空吸";
|
|
//
|
|
// txtPressCloseVacBreakDelaytime
|
|
//
|
|
this.txtPressCloseVacBreakDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressCloseVacBreakDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressCloseVacBreakDelaytime.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressCloseVacBreakDelaytime.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressCloseVacBreakDelaytime.Location = new System.Drawing.Point(310, 61);
|
|
this.txtPressCloseVacBreakDelaytime.Name = "txtPressCloseVacBreakDelaytime";
|
|
this.txtPressCloseVacBreakDelaytime.Size = new System.Drawing.Size(50, 21);
|
|
this.txtPressCloseVacBreakDelaytime.TabIndex = 50;
|
|
this.txtPressCloseVacBreakDelaytime.Tag = "TurnoverY";
|
|
this.txtPressCloseVacBreakDelaytime.Text = "50";
|
|
this.txtPressCloseVacBreakDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressCloseVacBreakDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// txtPresseOpenVacBreakDelaytime
|
|
//
|
|
this.txtPresseOpenVacBreakDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPresseOpenVacBreakDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPresseOpenVacBreakDelaytime.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPresseOpenVacBreakDelaytime.ForeColor = System.Drawing.Color.White;
|
|
this.txtPresseOpenVacBreakDelaytime.Location = new System.Drawing.Point(108, 61);
|
|
this.txtPresseOpenVacBreakDelaytime.Name = "txtPresseOpenVacBreakDelaytime";
|
|
this.txtPresseOpenVacBreakDelaytime.Size = new System.Drawing.Size(50, 21);
|
|
this.txtPresseOpenVacBreakDelaytime.TabIndex = 50;
|
|
this.txtPresseOpenVacBreakDelaytime.Tag = "TurnoverY";
|
|
this.txtPresseOpenVacBreakDelaytime.Text = "50";
|
|
this.txtPresseOpenVacBreakDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
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
|
|
//
|
|
this.txtPresseCloseVacSuctionDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPresseCloseVacSuctionDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPresseCloseVacSuctionDelaytime.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPresseCloseVacSuctionDelaytime.ForeColor = System.Drawing.Color.White;
|
|
this.txtPresseCloseVacSuctionDelaytime.Location = new System.Drawing.Point(310, 20);
|
|
this.txtPresseCloseVacSuctionDelaytime.Name = "txtPresseCloseVacSuctionDelaytime";
|
|
this.txtPresseCloseVacSuctionDelaytime.Size = new System.Drawing.Size(50, 21);
|
|
this.txtPresseCloseVacSuctionDelaytime.TabIndex = 51;
|
|
this.txtPresseCloseVacSuctionDelaytime.Tag = "";
|
|
this.txtPresseCloseVacSuctionDelaytime.Text = "50";
|
|
this.txtPresseCloseVacSuctionDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPresseCloseVacSuctionDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(366, 66);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(17, 12);
|
|
this.label7.TabIndex = 47;
|
|
this.label7.Text = "ms";
|
|
//
|
|
// txtPressOpenVacSuctionDelaytime
|
|
//
|
|
this.txtPressOpenVacSuctionDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressOpenVacSuctionDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressOpenVacSuctionDelaytime.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressOpenVacSuctionDelaytime.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressOpenVacSuctionDelaytime.Location = new System.Drawing.Point(108, 20);
|
|
this.txtPressOpenVacSuctionDelaytime.Name = "txtPressOpenVacSuctionDelaytime";
|
|
this.txtPressOpenVacSuctionDelaytime.Size = new System.Drawing.Size(50, 21);
|
|
this.txtPressOpenVacSuctionDelaytime.TabIndex = 51;
|
|
this.txtPressOpenVacSuctionDelaytime.Tag = "";
|
|
this.txtPressOpenVacSuctionDelaytime.Text = "50";
|
|
this.txtPressOpenVacSuctionDelaytime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressOpenVacSuctionDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(366, 24);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(17, 12);
|
|
this.label6.TabIndex = 48;
|
|
this.label6.Text = "ms";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(164, 66);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(17, 12);
|
|
this.label20.TabIndex = 47;
|
|
this.label20.Text = "ms";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(164, 24);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(17, 12);
|
|
this.label21.TabIndex = 48;
|
|
this.label21.Text = "ms";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txtPressLowSpeedOffset);
|
|
this.groupBox1.Controls.Add(this.txtPressSafeZ);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.txtPressZ);
|
|
this.groupBox1.Controls.Add(this.btnMovePressSafeZ);
|
|
this.groupBox1.Controls.Add(this.txtPressY);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.btnTeachPressSafeZ);
|
|
this.groupBox1.Controls.Add(this.btnMovePressZ);
|
|
this.groupBox1.Controls.Add(this.btnTeachPressZ);
|
|
this.groupBox1.Controls.Add(this.btnMovePressY);
|
|
this.groupBox1.Controls.Add(this.btnTeachPressY);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(401, 172);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "位置";
|
|
//
|
|
// txtPressLowSpeedOffset
|
|
//
|
|
this.txtPressLowSpeedOffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressLowSpeedOffset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressLowSpeedOffset.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressLowSpeedOffset.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressLowSpeedOffset.Location = new System.Drawing.Point(98, 122);
|
|
this.txtPressLowSpeedOffset.Name = "txtPressLowSpeedOffset";
|
|
this.txtPressLowSpeedOffset.Size = new System.Drawing.Size(85, 21);
|
|
this.txtPressLowSpeedOffset.TabIndex = 46;
|
|
this.txtPressLowSpeedOffset.Tag = "";
|
|
this.txtPressLowSpeedOffset.Text = "1";
|
|
this.txtPressLowSpeedOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressLowSpeedOffset.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
this.txtPressLowSpeedOffset.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click);
|
|
//
|
|
// txtPressSafeZ
|
|
//
|
|
this.txtPressSafeZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressSafeZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressSafeZ.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressSafeZ.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressSafeZ.Location = new System.Drawing.Point(98, 90);
|
|
this.txtPressSafeZ.Name = "txtPressSafeZ";
|
|
this.txtPressSafeZ.Size = new System.Drawing.Size(85, 21);
|
|
this.txtPressSafeZ.TabIndex = 46;
|
|
this.txtPressSafeZ.Tag = "PressZ";
|
|
this.txtPressSafeZ.Text = "0.01";
|
|
this.txtPressSafeZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressSafeZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
this.txtPressSafeZ.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 126);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
this.label1.TabIndex = 43;
|
|
this.label1.Text = "低速偏移:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 94);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 43;
|
|
this.label4.Text = "安全位Z:";
|
|
//
|
|
// txtPressZ
|
|
//
|
|
this.txtPressZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressZ.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressZ.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressZ.Location = new System.Drawing.Point(98, 57);
|
|
this.txtPressZ.Name = "txtPressZ";
|
|
this.txtPressZ.Size = new System.Drawing.Size(85, 21);
|
|
this.txtPressZ.TabIndex = 46;
|
|
this.txtPressZ.Tag = "PressZ";
|
|
this.txtPressZ.Text = "0.01";
|
|
this.txtPressZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
this.txtPressZ.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click);
|
|
//
|
|
// btnMovePressSafeZ
|
|
//
|
|
this.btnMovePressSafeZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnMovePressSafeZ.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnMovePressSafeZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMovePressSafeZ.ForeColor = System.Drawing.Color.White;
|
|
this.btnMovePressSafeZ.Location = new System.Drawing.Point(299, 86);
|
|
this.btnMovePressSafeZ.Name = "btnMovePressSafeZ";
|
|
this.btnMovePressSafeZ.Size = new System.Drawing.Size(79, 25);
|
|
this.btnMovePressSafeZ.TabIndex = 44;
|
|
this.btnMovePressSafeZ.Tag = "PressZ";
|
|
this.btnMovePressSafeZ.Text = "运动到此";
|
|
this.btnMovePressSafeZ.UseVisualStyleBackColor = false;
|
|
this.btnMovePressSafeZ.Click += new System.EventHandler(this.Move_Click);
|
|
//
|
|
// txtPressY
|
|
//
|
|
this.txtPressY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtPressY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtPressY.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtPressY.ForeColor = System.Drawing.Color.White;
|
|
this.txtPressY.Location = new System.Drawing.Point(98, 24);
|
|
this.txtPressY.Name = "txtPressY";
|
|
this.txtPressY.Size = new System.Drawing.Size(85, 21);
|
|
this.txtPressY.TabIndex = 46;
|
|
this.txtPressY.Tag = "TurnoverY";
|
|
this.txtPressY.Text = "0.01";
|
|
this.txtPressY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtPressY.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
this.txtPressY.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 61);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
this.label3.TabIndex = 43;
|
|
this.label3.Text = "保压位Z:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 28);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 43;
|
|
this.label2.Text = "保压位Y:";
|
|
//
|
|
// btnTeachPressSafeZ
|
|
//
|
|
this.btnTeachPressSafeZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnTeachPressSafeZ.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnTeachPressSafeZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnTeachPressSafeZ.ForeColor = System.Drawing.Color.White;
|
|
this.btnTeachPressSafeZ.Location = new System.Drawing.Point(200, 86);
|
|
this.btnTeachPressSafeZ.Name = "btnTeachPressSafeZ";
|
|
this.btnTeachPressSafeZ.Size = new System.Drawing.Size(79, 25);
|
|
this.btnTeachPressSafeZ.TabIndex = 45;
|
|
this.btnTeachPressSafeZ.Tag = "PressZ";
|
|
this.btnTeachPressSafeZ.Text = "示教";
|
|
this.btnTeachPressSafeZ.UseVisualStyleBackColor = false;
|
|
this.btnTeachPressSafeZ.Click += new System.EventHandler(this.Teach_Click);
|
|
//
|
|
// btnMovePressZ
|
|
//
|
|
this.btnMovePressZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnMovePressZ.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnMovePressZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMovePressZ.ForeColor = System.Drawing.Color.White;
|
|
this.btnMovePressZ.Location = new System.Drawing.Point(299, 53);
|
|
this.btnMovePressZ.Name = "btnMovePressZ";
|
|
this.btnMovePressZ.Size = new System.Drawing.Size(79, 25);
|
|
this.btnMovePressZ.TabIndex = 44;
|
|
this.btnMovePressZ.Tag = "PressZ";
|
|
this.btnMovePressZ.Text = "运动到此";
|
|
this.btnMovePressZ.UseVisualStyleBackColor = false;
|
|
this.btnMovePressZ.Click += new System.EventHandler(this.Move_Click);
|
|
//
|
|
// btnTeachPressZ
|
|
//
|
|
this.btnTeachPressZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnTeachPressZ.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnTeachPressZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnTeachPressZ.ForeColor = System.Drawing.Color.White;
|
|
this.btnTeachPressZ.Location = new System.Drawing.Point(200, 53);
|
|
this.btnTeachPressZ.Name = "btnTeachPressZ";
|
|
this.btnTeachPressZ.Size = new System.Drawing.Size(79, 25);
|
|
this.btnTeachPressZ.TabIndex = 45;
|
|
this.btnTeachPressZ.Tag = "PressZ";
|
|
this.btnTeachPressZ.Text = "示教";
|
|
this.btnTeachPressZ.UseVisualStyleBackColor = false;
|
|
this.btnTeachPressZ.Click += new System.EventHandler(this.Teach_Click);
|
|
//
|
|
// btnMovePressY
|
|
//
|
|
this.btnMovePressY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnMovePressY.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnMovePressY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMovePressY.ForeColor = System.Drawing.Color.White;
|
|
this.btnMovePressY.Location = new System.Drawing.Point(299, 20);
|
|
this.btnMovePressY.Name = "btnMovePressY";
|
|
this.btnMovePressY.Size = new System.Drawing.Size(79, 25);
|
|
this.btnMovePressY.TabIndex = 44;
|
|
this.btnMovePressY.Tag = "TurnoverY";
|
|
this.btnMovePressY.Text = "运动到此";
|
|
this.btnMovePressY.UseVisualStyleBackColor = false;
|
|
this.btnMovePressY.Click += new System.EventHandler(this.Move_Click);
|
|
//
|
|
// btnTeachPressY
|
|
//
|
|
this.btnTeachPressY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnTeachPressY.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnTeachPressY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnTeachPressY.ForeColor = System.Drawing.Color.White;
|
|
this.btnTeachPressY.Location = new System.Drawing.Point(200, 20);
|
|
this.btnTeachPressY.Name = "btnTeachPressY";
|
|
this.btnTeachPressY.Size = new System.Drawing.Size(79, 25);
|
|
this.btnTeachPressY.TabIndex = 45;
|
|
this.btnTeachPressY.Tag = "TurnoverY";
|
|
this.btnTeachPressY.Text = "示教";
|
|
this.btnTeachPressY.UseVisualStyleBackColor = false;
|
|
this.btnTeachPressY.Click += new System.EventHandler(this.Teach_Click);
|
|
//
|
|
// PressConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1245, 815);
|
|
this.Controls.Add(this.panelEx2);
|
|
this.Controls.Add(this.panelEx1);
|
|
this.Name = "PressConfig";
|
|
this.Text = "PressConfig";
|
|
this.Load += new System.EventHandler(this.PressConfig_Load);
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.PanelEx panelEx1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtPressY;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnMovePressY;
|
|
private System.Windows.Forms.Button btnTeachPressY;
|
|
private Controls.PanelEx panelEx2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox txtPressSafeZ;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtPressZ;
|
|
private System.Windows.Forms.Button btnMovePressSafeZ;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button btnTeachPressSafeZ;
|
|
private System.Windows.Forms.Button btnMovePressZ;
|
|
private System.Windows.Forms.Button btnTeachPressZ;
|
|
private System.Windows.Forms.TextBox txtPressLowSpeedOffset;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtPressCloseVacBreakDelaytime;
|
|
private System.Windows.Forms.TextBox txtPresseOpenVacBreakDelaytime;
|
|
private System.Windows.Forms.TextBox txtPresseCloseVacSuctionDelaytime;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtPressOpenVacSuctionDelaytime;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label8;
|
|
}
|
|
} |