|
|
|
@ -76,6 +76,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel12 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnClearData = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel13 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnLight = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel14 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel15 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.cboxTestMode = new System.Windows.Forms.ComboBox();
|
|
|
|
@ -149,7 +150,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.timertc4 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.timertc5 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.timertc6 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.btnLight = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSelectProduct = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
@ -175,6 +176,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel11.SuspendLayout();
|
|
|
|
|
this.panel12.SuspendLayout();
|
|
|
|
|
this.panel13.SuspendLayout();
|
|
|
|
|
this.panel14.SuspendLayout();
|
|
|
|
|
this.panel15.SuspendLayout();
|
|
|
|
|
this.panel6.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel6.SuspendLayout();
|
|
|
|
@ -768,8 +770,22 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel13.Size = new System.Drawing.Size(119, 36);
|
|
|
|
|
this.panel13.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// btnLight
|
|
|
|
|
//
|
|
|
|
|
this.btnLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnLight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnLight.Location = new System.Drawing.Point(16, 1);
|
|
|
|
|
this.btnLight.Name = "btnLight";
|
|
|
|
|
this.btnLight.Size = new System.Drawing.Size(88, 32);
|
|
|
|
|
this.btnLight.TabIndex = 0;
|
|
|
|
|
this.btnLight.Text = "Light";
|
|
|
|
|
this.btnLight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnLight.Click += new System.EventHandler(this.btnLight_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel14
|
|
|
|
|
//
|
|
|
|
|
this.panel14.Controls.Add(this.btnSelectProduct);
|
|
|
|
|
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel14.Location = new System.Drawing.Point(88, 219);
|
|
|
|
|
this.panel14.Name = "panel14";
|
|
|
|
@ -1703,18 +1719,18 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.timertc6.Interval = 500;
|
|
|
|
|
this.timertc6.Tick += new System.EventHandler(this.timertc6_Tick);
|
|
|
|
|
//
|
|
|
|
|
// btnLight
|
|
|
|
|
// btnSelectProduct
|
|
|
|
|
//
|
|
|
|
|
this.btnLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnLight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnLight.Location = new System.Drawing.Point(16, 1);
|
|
|
|
|
this.btnLight.Name = "btnLight";
|
|
|
|
|
this.btnLight.Size = new System.Drawing.Size(88, 32);
|
|
|
|
|
this.btnLight.TabIndex = 0;
|
|
|
|
|
this.btnLight.Text = "Light";
|
|
|
|
|
this.btnLight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnLight.Click += new System.EventHandler(this.btnLight_Click);
|
|
|
|
|
this.btnSelectProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnSelectProduct.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnSelectProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnSelectProduct.Location = new System.Drawing.Point(16, 3);
|
|
|
|
|
this.btnSelectProduct.Name = "btnSelectProduct";
|
|
|
|
|
this.btnSelectProduct.Size = new System.Drawing.Size(88, 32);
|
|
|
|
|
this.btnSelectProduct.TabIndex = 0;
|
|
|
|
|
this.btnSelectProduct.Text = "挑料";
|
|
|
|
|
this.btnSelectProduct.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnSelectProduct.Click += new System.EventHandler(this.btnSelectProduct_Click);
|
|
|
|
|
//
|
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
@ -1755,6 +1771,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel11.ResumeLayout(false);
|
|
|
|
|
this.panel12.ResumeLayout(false);
|
|
|
|
|
this.panel13.ResumeLayout(false);
|
|
|
|
|
this.panel14.ResumeLayout(false);
|
|
|
|
|
this.panel15.ResumeLayout(false);
|
|
|
|
|
this.panel6.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel6.ResumeLayout(false);
|
|
|
|
@ -1891,5 +1908,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.Button btnClearData;
|
|
|
|
|
private System.Windows.Forms.Button btnLight;
|
|
|
|
|
private System.Windows.Forms.Button btnSelectProduct;
|
|
|
|
|
}
|
|
|
|
|
}
|