|
|
|
@ -32,8 +32,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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();
|
|
|
|
@ -294,14 +294,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;
|
|
|
|
|
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;
|
|
|
|
|
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;
|
|
|
|
|
this.dgv_errinfo.ColumnHeadersHeight = 30;
|
|
|
|
|
this.dgv_errinfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
@ -379,8 +379,8 @@ namespace Rs.MotionPlat
|
|
|
|
|
// Time
|
|
|
|
|
//
|
|
|
|
|
this.Time.DataPropertyName = "Time";
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
this.Time.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
this.Time.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
this.Time.FillWeight = 25F;
|
|
|
|
|
this.Time.HeaderText = "Time";
|
|
|
|
|
this.Time.MinimumWidth = 6;
|
|
|
|
@ -914,12 +914,15 @@ namespace Rs.MotionPlat
|
|
|
|
|
// cboxMtcp
|
|
|
|
|
//
|
|
|
|
|
this.cboxMtcp.AutoSize = true;
|
|
|
|
|
this.cboxMtcp.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.cboxMtcp.Enabled = false;
|
|
|
|
|
this.cboxMtcp.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.cboxMtcp.Location = new System.Drawing.Point(14, 10);
|
|
|
|
|
this.cboxMtcp.Name = "cboxMtcp";
|
|
|
|
|
this.cboxMtcp.Size = new System.Drawing.Size(48, 16);
|
|
|
|
|
this.cboxMtcp.TabIndex = 0;
|
|
|
|
|
this.cboxMtcp.Text = "MTCP";
|
|
|
|
|
this.cboxMtcp.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cboxMtcp.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// panel9
|
|
|
|
|
//
|
|
|
|
@ -933,12 +936,15 @@ namespace Rs.MotionPlat
|
|
|
|
|
// cboxNoise
|
|
|
|
|
//
|
|
|
|
|
this.cboxNoise.AutoSize = true;
|
|
|
|
|
this.cboxNoise.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.cboxNoise.Enabled = false;
|
|
|
|
|
this.cboxNoise.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.cboxNoise.Location = new System.Drawing.Point(35, 10);
|
|
|
|
|
this.cboxNoise.Name = "cboxNoise";
|
|
|
|
|
this.cboxNoise.Size = new System.Drawing.Size(54, 16);
|
|
|
|
|
this.cboxNoise.TabIndex = 0;
|
|
|
|
|
this.cboxNoise.Text = "Noise";
|
|
|
|
|
this.cboxNoise.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cboxNoise.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// panel10
|
|
|
|
|
//
|
|
|
|
@ -953,6 +959,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
this.txtLotName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtLotName.Enabled = false;
|
|
|
|
|
this.txtLotName.Location = new System.Drawing.Point(3, 9);
|
|
|
|
|
this.txtLotName.Name = "txtLotName";
|
|
|
|
|
this.txtLotName.Size = new System.Drawing.Size(113, 21);
|
|
|
|
@ -972,6 +979,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
this.txtConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtConfig.Enabled = false;
|
|
|
|
|
this.txtConfig.Location = new System.Drawing.Point(3, 9);
|
|
|
|
|
this.txtConfig.Name = "txtConfig";
|
|
|
|
|
this.txtConfig.Size = new System.Drawing.Size(113, 21);
|
|
|
|
@ -990,6 +998,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
this.txtSubLotName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtSubLotName.Enabled = false;
|
|
|
|
|
this.txtSubLotName.Location = new System.Drawing.Point(3, 9);
|
|
|
|
|
this.txtSubLotName.Name = "txtSubLotName";
|
|
|
|
|
this.txtSubLotName.Size = new System.Drawing.Size(113, 21);
|
|
|
|
@ -1008,6 +1017,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
this.txtSiteID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtSiteID.Enabled = false;
|
|
|
|
|
this.txtSiteID.Location = new System.Drawing.Point(3, 12);
|
|
|
|
|
this.txtSiteID.Name = "txtSiteID";
|
|
|
|
|
this.txtSiteID.Size = new System.Drawing.Size(113, 21);
|
|
|
|
@ -1026,6 +1036,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
//
|
|
|
|
|
this.txtProjectID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.txtProjectID.Enabled = false;
|
|
|
|
|
this.txtProjectID.Location = new System.Drawing.Point(3, 10);
|
|
|
|
|
this.txtProjectID.Name = "txtProjectID";
|
|
|
|
|
this.txtProjectID.Size = new System.Drawing.Size(113, 21);
|
|
|
|
@ -1045,6 +1056,7 @@ namespace Rs.MotionPlat
|
|
|
|
|
this.cboxConfigName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.cboxConfigName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboxConfigName.Enabled = false;
|
|
|
|
|
this.cboxConfigName.FormattingEnabled = true;
|
|
|
|
|
this.cboxConfigName.Items.AddRange(new object[] {
|
|
|
|
|
"SnCoating",
|
|
|
|
|