|
|
|
@ -32,8 +32,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
@ -83,6 +83,11 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.cboxTestMode = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel22 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnNozzleStatus = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel23 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnBuzzer = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel24 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.trayNozzle = new Rs.Controls.RsTray();
|
|
|
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
@ -151,10 +156,6 @@ 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.panel22 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel23 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel24 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnNozzleStatus = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
@ -182,6 +183,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel13.SuspendLayout();
|
|
|
|
|
this.panel14.SuspendLayout();
|
|
|
|
|
this.panel15.SuspendLayout();
|
|
|
|
|
this.panel22.SuspendLayout();
|
|
|
|
|
this.panel23.SuspendLayout();
|
|
|
|
|
this.panel6.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel6.SuspendLayout();
|
|
|
|
|
this.panel7.SuspendLayout();
|
|
|
|
@ -195,7 +198,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel5.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
|
|
|
this.panel22.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// timer1
|
|
|
|
@ -245,14 +247,14 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.dgv_errinfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dgv_errinfo.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
|
|
this.dgv_errinfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgv_errinfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgv_errinfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
this.dgv_errinfo.ColumnHeadersHeight = 30;
|
|
|
|
|
this.dgv_errinfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
@ -330,8 +332,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
// Time
|
|
|
|
|
//
|
|
|
|
|
this.Time.DataPropertyName = "Time";
|
|
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
this.Time.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
this.Time.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
this.Time.FillWeight = 25F;
|
|
|
|
|
this.Time.HeaderText = "Time";
|
|
|
|
|
this.Time.MinimumWidth = 6;
|
|
|
|
@ -809,7 +811,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.btnSelectProduct.Name = "btnSelectProduct";
|
|
|
|
|
this.btnSelectProduct.Size = new System.Drawing.Size(88, 32);
|
|
|
|
|
this.btnSelectProduct.TabIndex = 0;
|
|
|
|
|
this.btnSelectProduct.Text = "挑料";
|
|
|
|
|
this.btnSelectProduct.Text = "Pick product";
|
|
|
|
|
this.btnSelectProduct.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnSelectProduct.Click += new System.EventHandler(this.btnSelectProduct_Click);
|
|
|
|
|
//
|
|
|
|
@ -846,7 +848,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(77, 42);
|
|
|
|
|
this.label4.TabIndex = 5;
|
|
|
|
|
this.label4.Text = "测试方式";
|
|
|
|
|
this.label4.Text = "Test method";
|
|
|
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
@ -856,9 +858,61 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(77, 42);
|
|
|
|
|
this.label5.TabIndex = 6;
|
|
|
|
|
this.label5.Text = "测试模式";
|
|
|
|
|
this.label5.Text = "Test mode";
|
|
|
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// panel22
|
|
|
|
|
//
|
|
|
|
|
this.panel22.Controls.Add(this.btnNozzleStatus);
|
|
|
|
|
this.panel22.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel22.Location = new System.Drawing.Point(4, 133);
|
|
|
|
|
this.panel22.Name = "panel22";
|
|
|
|
|
this.panel22.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel22.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// btnNozzleStatus
|
|
|
|
|
//
|
|
|
|
|
this.btnNozzleStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnNozzleStatus.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnNozzleStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnNozzleStatus.Location = new System.Drawing.Point(10, 4);
|
|
|
|
|
this.btnNozzleStatus.Name = "btnNozzleStatus";
|
|
|
|
|
this.btnNozzleStatus.Size = new System.Drawing.Size(56, 32);
|
|
|
|
|
this.btnNozzleStatus.TabIndex = 0;
|
|
|
|
|
this.btnNozzleStatus.Text = "Nozzle";
|
|
|
|
|
this.btnNozzleStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnNozzleStatus.Click += new System.EventHandler(this.btnNozzleStatus_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel23
|
|
|
|
|
//
|
|
|
|
|
this.panel23.Controls.Add(this.btnBuzzer);
|
|
|
|
|
this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel23.Location = new System.Drawing.Point(4, 176);
|
|
|
|
|
this.panel23.Name = "panel23";
|
|
|
|
|
this.panel23.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel23.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// btnBuzzer
|
|
|
|
|
//
|
|
|
|
|
this.btnBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnBuzzer.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnBuzzer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnBuzzer.Location = new System.Drawing.Point(10, 1);
|
|
|
|
|
this.btnBuzzer.Name = "btnBuzzer";
|
|
|
|
|
this.btnBuzzer.Size = new System.Drawing.Size(56, 32);
|
|
|
|
|
this.btnBuzzer.TabIndex = 0;
|
|
|
|
|
this.btnBuzzer.Text = "Buzzer";
|
|
|
|
|
this.btnBuzzer.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnBuzzer.Click += new System.EventHandler(this.btnBuzzer_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel24
|
|
|
|
|
//
|
|
|
|
|
this.panel24.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel24.Location = new System.Drawing.Point(4, 219);
|
|
|
|
|
this.panel24.Name = "panel24";
|
|
|
|
|
this.panel24.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel24.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// trayNozzle
|
|
|
|
|
//
|
|
|
|
|
this.trayNozzle.CanDraw = true;
|
|
|
|
@ -1740,44 +1794,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.timertc6.Interval = 500;
|
|
|
|
|
this.timertc6.Tick += new System.EventHandler(this.timertc6_Tick);
|
|
|
|
|
//
|
|
|
|
|
// panel22
|
|
|
|
|
//
|
|
|
|
|
this.panel22.Controls.Add(this.btnNozzleStatus);
|
|
|
|
|
this.panel22.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel22.Location = new System.Drawing.Point(4, 133);
|
|
|
|
|
this.panel22.Name = "panel22";
|
|
|
|
|
this.panel22.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel22.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// panel23
|
|
|
|
|
//
|
|
|
|
|
this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel23.Location = new System.Drawing.Point(4, 176);
|
|
|
|
|
this.panel23.Name = "panel23";
|
|
|
|
|
this.panel23.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel23.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// panel24
|
|
|
|
|
//
|
|
|
|
|
this.panel24.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel24.Location = new System.Drawing.Point(4, 219);
|
|
|
|
|
this.panel24.Name = "panel24";
|
|
|
|
|
this.panel24.Size = new System.Drawing.Size(77, 36);
|
|
|
|
|
this.panel24.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// btnNozzleStatus
|
|
|
|
|
//
|
|
|
|
|
this.btnNozzleStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnNozzleStatus.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnNozzleStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnNozzleStatus.Location = new System.Drawing.Point(10, 4);
|
|
|
|
|
this.btnNozzleStatus.Name = "btnNozzleStatus";
|
|
|
|
|
this.btnNozzleStatus.Size = new System.Drawing.Size(56, 32);
|
|
|
|
|
this.btnNozzleStatus.TabIndex = 0;
|
|
|
|
|
this.btnNozzleStatus.Text = "Nozzle";
|
|
|
|
|
this.btnNozzleStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnNozzleStatus.Click += new System.EventHandler(this.btnNozzleStatus_Click);
|
|
|
|
|
//
|
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -1819,6 +1835,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.panel13.ResumeLayout(false);
|
|
|
|
|
this.panel14.ResumeLayout(false);
|
|
|
|
|
this.panel15.ResumeLayout(false);
|
|
|
|
|
this.panel22.ResumeLayout(false);
|
|
|
|
|
this.panel23.ResumeLayout(false);
|
|
|
|
|
this.panel6.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel6.ResumeLayout(false);
|
|
|
|
|
this.panel7.ResumeLayout(false);
|
|
|
|
@ -1832,7 +1850,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel5.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
|
|
|
this.panel22.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -1960,5 +1977,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
private System.Windows.Forms.Button btnNozzleStatus;
|
|
|
|
|
private System.Windows.Forms.Panel panel23;
|
|
|
|
|
private System.Windows.Forms.Panel panel24;
|
|
|
|
|
private System.Windows.Forms.Button btnBuzzer;
|
|
|
|
|
}
|
|
|
|
|
}
|