diff --git a/Rs.DeweyTester/FormMain.cs b/Rs.DeweyTester/FormMain.cs index 1baa1f4..097655d 100644 --- a/Rs.DeweyTester/FormMain.cs +++ b/Rs.DeweyTester/FormMain.cs @@ -150,21 +150,21 @@ namespace Rs.MotionPlat MessageItem runInfo = MessageQueue.Instance.GetMessage(); if (runInfo != null) { - while (dgv_runinfo.Rows.Count > 500) - { - dgv_runinfo.Rows.RemoveAt(dgv_runinfo.Rows.Count - 1); - } - dgv_runinfo.Rows.Insert(0, runInfo.Time, runInfo.Content); + //while (dgv_runinfo.Rows.Count > 500) + //{ + // dgv_runinfo.Rows.RemoveAt(dgv_runinfo.Rows.Count - 1); + //} + //dgv_runinfo.Rows.Insert(0, runInfo.Time, runInfo.Content); } MessageItem errorInfo = MessageQueue.Instance.GetWarn(); if (errorInfo != null) { - while (dgv_errinfo.Rows.Count > 500) - { - dgv_errinfo.Rows.RemoveAt(dgv_errinfo.Rows.Count - 1); - } - dgv_errinfo.Rows.Insert(0, errorInfo.Time, errorInfo.Content); + //while (dgv_errinfo.Rows.Count > 500) + //{ + // dgv_errinfo.Rows.RemoveAt(dgv_errinfo.Rows.Count - 1); + //} + //dgv_errinfo.Rows.Insert(0, errorInfo.Time, errorInfo.Content); } } if(MachineManage.Instance.MachineStatus== EMachineStatus.Working) diff --git a/Rs.DeweyTester/FormMain.designer.cs b/Rs.DeweyTester/FormMain.designer.cs index d31c235..376e82b 100644 --- a/Rs.DeweyTester/FormMain.designer.cs +++ b/Rs.DeweyTester/FormMain.designer.cs @@ -32,21 +32,15 @@ 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(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); - this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); - this.panel3 = new System.Windows.Forms.Panel(); - this.dgv_errinfo = new System.Windows.Forms.DataGridView(); - this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.label2 = new System.Windows.Forms.Label(); - this.panel2 = new System.Windows.Forms.Panel(); - this.dgv_runinfo = new System.Windows.Forms.DataGridView(); - this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Content = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.label1 = new System.Windows.Forms.Label(); + this.groupBox36 = new System.Windows.Forms.GroupBox(); + this.btnSelectProduct = new System.Windows.Forms.Button(); + this.btnUpCameraGrab = new System.Windows.Forms.Button(); + this.btnClearData = new System.Windows.Forms.Button(); + this.btnNozzleStatus = new System.Windows.Forms.Button(); + this.btnLight = new System.Windows.Forms.Button(); + this.btnBuzzer = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panelEx1 = new Rs.Controls.PanelEx(); @@ -98,13 +92,6 @@ namespace Rs.MotionPlat this.label4 = new System.Windows.Forms.Label(); this.cboxTestMode = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); - this.groupBox36 = new System.Windows.Forms.GroupBox(); - this.btnSelectProduct = new System.Windows.Forms.Button(); - this.btnUpCameraGrab = new System.Windows.Forms.Button(); - this.btnClearData = new System.Windows.Forms.Button(); - this.btnNozzleStatus = new System.Windows.Forms.Button(); - this.btnLight = new System.Windows.Forms.Button(); - this.btnBuzzer = new System.Windows.Forms.Button(); this.trayNozzle = new Rs.Controls.RsTray(); this.groupBox38 = new System.Windows.Forms.GroupBox(); this.lblAvgUpg = new System.Windows.Forms.Label(); @@ -164,11 +151,7 @@ namespace Rs.MotionPlat this.timertc6 = new System.Windows.Forms.Timer(this.components); this.timeruph = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); - this.tableLayoutPanel3.SuspendLayout(); - this.panel3.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dgv_errinfo)).BeginInit(); - this.panel2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dgv_runinfo)).BeginInit(); + this.groupBox36.SuspendLayout(); this.panel4.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.panelEx1.SuspendLayout(); @@ -191,7 +174,6 @@ namespace Rs.MotionPlat this.panel7.SuspendLayout(); this.panel8.SuspendLayout(); this.groupBox39.SuspendLayout(); - this.groupBox36.SuspendLayout(); this.groupBox38.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); @@ -206,156 +188,108 @@ namespace Rs.MotionPlat // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.tableLayoutPanel3); + this.panel1.Controls.Add(this.groupBox36); this.panel1.Controls.Add(this.panel4); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; - this.panel1.Location = new System.Drawing.Point(1169, 0); + this.panel1.Location = new System.Drawing.Point(1300, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(451, 880); + this.panel1.Size = new System.Drawing.Size(320, 880); this.panel1.TabIndex = 8; // - // tableLayoutPanel3 - // - this.tableLayoutPanel3.ColumnCount = 1; - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel3.Controls.Add(this.panel3, 0, 1); - this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 0); - this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); - this.tableLayoutPanel3.Name = "tableLayoutPanel3"; - this.tableLayoutPanel3.RowCount = 2; - this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel3.Size = new System.Drawing.Size(451, 520); - this.tableLayoutPanel3.TabIndex = 3; - // - // panel3 - // - this.panel3.Controls.Add(this.dgv_errinfo); - this.panel3.Controls.Add(this.label2); - this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(3, 263); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(445, 254); - this.panel3.TabIndex = 1; - // - // dgv_errinfo - // - this.dgv_errinfo.AllowUserToAddRows = false; - 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; - this.dgv_errinfo.ColumnHeadersHeight = 30; - this.dgv_errinfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { - this.dataGridViewTextBoxColumn1, - this.dataGridViewTextBoxColumn2}); - this.dgv_errinfo.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgv_errinfo.Location = new System.Drawing.Point(0, 23); - this.dgv_errinfo.Name = "dgv_errinfo"; - this.dgv_errinfo.RowHeadersVisible = false; - this.dgv_errinfo.RowHeadersWidth = 51; - this.dgv_errinfo.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.Black; - this.dgv_errinfo.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Red; - this.dgv_errinfo.RowTemplate.Height = 23; - this.dgv_errinfo.Size = new System.Drawing.Size(445, 231); - this.dgv_errinfo.TabIndex = 3; - // - // dataGridViewTextBoxColumn1 - // - this.dataGridViewTextBoxColumn1.DataPropertyName = "Time"; - this.dataGridViewTextBoxColumn1.FillWeight = 25F; - this.dataGridViewTextBoxColumn1.HeaderText = "Time"; - this.dataGridViewTextBoxColumn1.MinimumWidth = 6; - this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; - // - // dataGridViewTextBoxColumn2 - // - this.dataGridViewTextBoxColumn2.DataPropertyName = "Content"; - this.dataGridViewTextBoxColumn2.FillWeight = 75F; - this.dataGridViewTextBoxColumn2.HeaderText = "Content"; - this.dataGridViewTextBoxColumn2.MinimumWidth = 6; - this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; - // - // label2 - // - this.label2.BackColor = System.Drawing.Color.Red; - this.label2.Dock = System.Windows.Forms.DockStyle.Top; - this.label2.ForeColor = System.Drawing.Color.White; - this.label2.Location = new System.Drawing.Point(0, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(445, 23); - this.label2.TabIndex = 2; - this.label2.Text = "Warning info"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // panel2 - // - this.panel2.BackColor = System.Drawing.Color.Transparent; - this.panel2.Controls.Add(this.dgv_runinfo); - this.panel2.Controls.Add(this.label1); - this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel2.Location = new System.Drawing.Point(3, 3); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(445, 254); - this.panel2.TabIndex = 0; - // - // dgv_runinfo - // - this.dgv_runinfo.AllowUserToAddRows = false; - this.dgv_runinfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; - this.dgv_runinfo.BackgroundColor = System.Drawing.Color.Black; - this.dgv_runinfo.ColumnHeadersHeight = 30; - this.dgv_runinfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { - this.Time, - this.Content}); - this.dgv_runinfo.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgv_runinfo.Location = new System.Drawing.Point(0, 23); - this.dgv_runinfo.Name = "dgv_runinfo"; - this.dgv_runinfo.RowHeadersVisible = false; - this.dgv_runinfo.RowHeadersWidth = 51; - this.dgv_runinfo.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.Black; - this.dgv_runinfo.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Lime; - this.dgv_runinfo.RowTemplate.Height = 23; - this.dgv_runinfo.Size = new System.Drawing.Size(445, 231); - this.dgv_runinfo.TabIndex = 2; - // - // Time - // - this.Time.DataPropertyName = "Time"; - dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red; - this.Time.DefaultCellStyle = dataGridViewCellStyle2; - this.Time.FillWeight = 25F; - this.Time.HeaderText = "Time"; - this.Time.MinimumWidth = 6; - this.Time.Name = "Time"; - // - // Content - // - this.Content.DataPropertyName = "Content"; - this.Content.FillWeight = 75F; - this.Content.HeaderText = "Content"; - this.Content.MinimumWidth = 6; - this.Content.Name = "Content"; - // - // label1 - // - this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215))))); - this.label1.Dock = System.Windows.Forms.DockStyle.Top; - this.label1.ForeColor = System.Drawing.Color.White; - this.label1.Location = new System.Drawing.Point(0, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(445, 23); - this.label1.TabIndex = 1; - this.label1.Text = "Run info"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // groupBox36 + // + this.groupBox36.Controls.Add(this.btnSelectProduct); + this.groupBox36.Controls.Add(this.btnUpCameraGrab); + this.groupBox36.Controls.Add(this.btnClearData); + this.groupBox36.Controls.Add(this.btnNozzleStatus); + this.groupBox36.Controls.Add(this.btnLight); + this.groupBox36.Controls.Add(this.btnBuzzer); + this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill; + this.groupBox36.ForeColor = System.Drawing.Color.White; + this.groupBox36.Location = new System.Drawing.Point(0, 0); + this.groupBox36.Name = "groupBox36"; + this.groupBox36.Size = new System.Drawing.Size(320, 520); + this.groupBox36.TabIndex = 7; + this.groupBox36.TabStop = false; + this.groupBox36.Text = "Quick functions"; + // + // btnSelectProduct + // + this.btnSelectProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnSelectProduct.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnSelectProduct.FlatAppearance.BorderSize = 0; + this.btnSelectProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnSelectProduct.Location = new System.Drawing.Point(8, 193); + this.btnSelectProduct.Name = "btnSelectProduct"; + this.btnSelectProduct.Size = new System.Drawing.Size(129, 35); + this.btnSelectProduct.TabIndex = 0; + this.btnSelectProduct.Text = "PickProduct"; + this.btnSelectProduct.UseVisualStyleBackColor = false; + // + // btnUpCameraGrab + // + this.btnUpCameraGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnUpCameraGrab.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnUpCameraGrab.FlatAppearance.BorderSize = 0; + this.btnUpCameraGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnUpCameraGrab.Location = new System.Drawing.Point(162, 193); + this.btnUpCameraGrab.Name = "btnUpCameraGrab"; + this.btnUpCameraGrab.Size = new System.Drawing.Size(147, 35); + this.btnUpCameraGrab.TabIndex = 0; + this.btnUpCameraGrab.Text = "UpCameraGrab"; + this.btnUpCameraGrab.UseVisualStyleBackColor = false; + // + // btnClearData + // + this.btnClearData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnClearData.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnClearData.FlatAppearance.BorderSize = 0; + this.btnClearData.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnClearData.Location = new System.Drawing.Point(8, 106); + this.btnClearData.Name = "btnClearData"; + this.btnClearData.Size = new System.Drawing.Size(129, 35); + this.btnClearData.TabIndex = 0; + this.btnClearData.Text = "ClearData"; + this.btnClearData.UseVisualStyleBackColor = false; + // + // btnNozzleStatus + // + this.btnNozzleStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnNozzleStatus.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnNozzleStatus.FlatAppearance.BorderSize = 0; + this.btnNozzleStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnNozzleStatus.Location = new System.Drawing.Point(162, 34); + this.btnNozzleStatus.Name = "btnNozzleStatus"; + this.btnNozzleStatus.Size = new System.Drawing.Size(147, 35); + this.btnNozzleStatus.TabIndex = 0; + this.btnNozzleStatus.Text = "Nozzle"; + this.btnNozzleStatus.UseVisualStyleBackColor = false; + // + // btnLight + // + this.btnLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnLight.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnLight.FlatAppearance.BorderSize = 0; + this.btnLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnLight.Location = new System.Drawing.Point(8, 34); + this.btnLight.Name = "btnLight"; + this.btnLight.Size = new System.Drawing.Size(129, 35); + this.btnLight.TabIndex = 0; + this.btnLight.Text = "Light"; + this.btnLight.UseVisualStyleBackColor = false; + // + // btnBuzzer + // + this.btnBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + this.btnBuzzer.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnBuzzer.FlatAppearance.BorderSize = 0; + this.btnBuzzer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnBuzzer.Location = new System.Drawing.Point(162, 106); + this.btnBuzzer.Name = "btnBuzzer"; + this.btnBuzzer.Size = new System.Drawing.Size(147, 35); + this.btnBuzzer.TabIndex = 0; + this.btnBuzzer.Text = "Buzzer"; + this.btnBuzzer.UseVisualStyleBackColor = false; // // panel4 // @@ -364,7 +298,7 @@ namespace Rs.MotionPlat this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 520); this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(451, 360); + this.panel4.Size = new System.Drawing.Size(320, 360); this.panel4.TabIndex = 2; // // tableLayoutPanel2 @@ -385,7 +319,7 @@ namespace Rs.MotionPlat this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); - this.tableLayoutPanel2.Size = new System.Drawing.Size(451, 360); + this.tableLayoutPanel2.Size = new System.Drawing.Size(320, 360); this.tableLayoutPanel2.TabIndex = 0; // // panelEx1 @@ -395,16 +329,16 @@ namespace Rs.MotionPlat this.panelEx1.Location = new System.Drawing.Point(3, 3); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(20, 3, 20, 3); - this.panelEx1.Size = new System.Drawing.Size(445, 84); + this.panelEx1.Size = new System.Drawing.Size(314, 84); this.panelEx1.TabIndex = 0; // // btnWholeHome // this.btnWholeHome.BackColor = System.Drawing.Color.White; this.btnWholeHome.BtnBackColor = System.Drawing.Color.White; - this.btnWholeHome.BtnFont = new System.Drawing.Font("微软雅黑", 26F); + this.btnWholeHome.BtnFont = new System.Drawing.Font("微软雅黑", 22F); this.btnWholeHome.BtnForeColor = System.Drawing.Color.White; - this.btnWholeHome.BtnText = "Home"; + this.btnWholeHome.BtnText = " Home"; this.btnWholeHome.ButtonType = Rs.Controls.EButtonIcon.Reset; this.btnWholeHome.ConerRadius = 80; this.btnWholeHome.Cursor = System.Windows.Forms.Cursors.Hand; @@ -420,7 +354,7 @@ namespace Rs.MotionPlat this.btnWholeHome.Name = "btnWholeHome"; this.btnWholeHome.RectColor = System.Drawing.Color.Lime; this.btnWholeHome.RectWidth = 2; - this.btnWholeHome.Size = new System.Drawing.Size(405, 78); + this.btnWholeHome.Size = new System.Drawing.Size(274, 78); this.btnWholeHome.TabIndex = 0; this.btnWholeHome.TabStop = false; this.btnWholeHome.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); @@ -434,7 +368,7 @@ namespace Rs.MotionPlat this.panelEx2.Location = new System.Drawing.Point(3, 93); this.panelEx2.Name = "panelEx2"; this.panelEx2.Padding = new System.Windows.Forms.Padding(20, 3, 20, 3); - this.panelEx2.Size = new System.Drawing.Size(445, 84); + this.panelEx2.Size = new System.Drawing.Size(314, 84); this.panelEx2.TabIndex = 0; // // switchButton1 @@ -448,12 +382,12 @@ namespace Rs.MotionPlat this.switchButton1.Location = new System.Drawing.Point(20, 3); this.switchButton1.Margin = new System.Windows.Forms.Padding(5); this.switchButton1.Name = "switchButton1"; - this.switchButton1.Size = new System.Drawing.Size(405, 78); + this.switchButton1.Size = new System.Drawing.Size(274, 78); this.switchButton1.SwitchType = Rs.Controls.SwitchType.Ellipse; this.switchButton1.TabIndex = 0; this.switchButton1.Texts = new string[] { "Clear", - "Clearing"}; + "Clearing "}; this.switchButton1.TrueColor = System.Drawing.Color.Blue; this.switchButton1.TrueTextColr = System.Drawing.Color.White; this.switchButton1.Click += new System.EventHandler(this.switchButton1_Click); @@ -465,7 +399,7 @@ namespace Rs.MotionPlat this.panelEx3.Location = new System.Drawing.Point(3, 183); this.panelEx3.Name = "panelEx3"; this.panelEx3.Padding = new System.Windows.Forms.Padding(20, 3, 20, 3); - this.panelEx3.Size = new System.Drawing.Size(445, 84); + this.panelEx3.Size = new System.Drawing.Size(314, 84); this.panelEx3.TabIndex = 0; // // btnStop @@ -474,7 +408,7 @@ namespace Rs.MotionPlat this.btnStop.BtnBackColor = System.Drawing.Color.White; this.btnStop.BtnFont = new System.Drawing.Font("微软雅黑", 26F); this.btnStop.BtnForeColor = System.Drawing.Color.White; - this.btnStop.BtnText = "Pause"; + this.btnStop.BtnText = " Pause"; this.btnStop.ButtonType = Rs.Controls.EButtonIcon.Stop; this.btnStop.ConerRadius = 80; this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand; @@ -490,7 +424,7 @@ namespace Rs.MotionPlat this.btnStop.Name = "btnStop"; this.btnStop.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.btnStop.RectWidth = 2; - this.btnStop.Size = new System.Drawing.Size(405, 78); + this.btnStop.Size = new System.Drawing.Size(274, 78); this.btnStop.TabIndex = 1; this.btnStop.TabStop = false; this.btnStop.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); @@ -504,7 +438,7 @@ namespace Rs.MotionPlat this.panelEx4.Location = new System.Drawing.Point(3, 273); this.panelEx4.Name = "panelEx4"; this.panelEx4.Padding = new System.Windows.Forms.Padding(20, 3, 20, 3); - this.panelEx4.Size = new System.Drawing.Size(445, 84); + this.panelEx4.Size = new System.Drawing.Size(314, 84); this.panelEx4.TabIndex = 0; // // btnSpaceRun @@ -513,7 +447,7 @@ namespace Rs.MotionPlat this.btnSpaceRun.BtnBackColor = System.Drawing.Color.White; this.btnSpaceRun.BtnFont = new System.Drawing.Font("微软雅黑", 26F); this.btnSpaceRun.BtnForeColor = System.Drawing.Color.White; - this.btnSpaceRun.BtnText = "Start"; + this.btnSpaceRun.BtnText = " Start"; this.btnSpaceRun.ButtonType = Rs.Controls.EButtonIcon.Start; this.btnSpaceRun.ConerRadius = 80; this.btnSpaceRun.Cursor = System.Windows.Forms.Cursors.Hand; @@ -529,7 +463,7 @@ namespace Rs.MotionPlat this.btnSpaceRun.Name = "btnSpaceRun"; this.btnSpaceRun.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.btnSpaceRun.RectWidth = 2; - this.btnSpaceRun.Size = new System.Drawing.Size(405, 78); + this.btnSpaceRun.Size = new System.Drawing.Size(274, 78); this.btnSpaceRun.TabIndex = 1; this.btnSpaceRun.TabStop = false; this.btnSpaceRun.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); @@ -546,7 +480,7 @@ namespace Rs.MotionPlat this.tabControlEx1.Location = new System.Drawing.Point(0, 0); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.SelectedIndex = 0; - this.tabControlEx1.Size = new System.Drawing.Size(1169, 880); + this.tabControlEx1.Size = new System.Drawing.Size(1300, 880); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 9; // @@ -557,7 +491,7 @@ namespace Rs.MotionPlat this.tabPage1.Location = new System.Drawing.Point(4, 34); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(1161, 842); + this.tabPage1.Size = new System.Drawing.Size(1292, 842); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Home"; // @@ -578,7 +512,7 @@ namespace Rs.MotionPlat this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(1155, 836); + this.tableLayoutPanel1.Size = new System.Drawing.Size(1286, 836); this.tableLayoutPanel1.TabIndex = 10; // // panel16 @@ -588,7 +522,7 @@ namespace Rs.MotionPlat this.panel16.Dock = System.Windows.Forms.DockStyle.Fill; this.panel16.Location = new System.Drawing.Point(3, 504); this.panel16.Name = "panel16"; - this.panel16.Size = new System.Drawing.Size(1149, 329); + this.panel16.Size = new System.Drawing.Size(1280, 329); this.panel16.TabIndex = 3; // // tableLayoutPanel8 @@ -609,7 +543,7 @@ namespace Rs.MotionPlat this.tableLayoutPanel8.Name = "tableLayoutPanel8"; this.tableLayoutPanel8.RowCount = 1; this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel8.Size = new System.Drawing.Size(1149, 329); + this.tableLayoutPanel8.Size = new System.Drawing.Size(1280, 329); this.tableLayoutPanel8.TabIndex = 0; // // panel17 @@ -618,7 +552,7 @@ namespace Rs.MotionPlat this.panel17.Dock = System.Windows.Forms.DockStyle.Fill; this.panel17.Location = new System.Drawing.Point(3, 3); this.panel17.Name = "panel17"; - this.panel17.Size = new System.Drawing.Size(223, 323); + this.panel17.Size = new System.Drawing.Size(250, 323); this.panel17.TabIndex = 0; // // trayNg @@ -645,7 +579,7 @@ namespace Rs.MotionPlat this.trayNg.ShowStatus = false; this.trayNg.ShowText = false; this.trayNg.SinglePoint = false; - this.trayNg.Size = new System.Drawing.Size(223, 323); + this.trayNg.Size = new System.Drawing.Size(250, 323); this.trayNg.SortDir = Rs.Controls.ESortDir.LeftBottomToTop; this.trayNg.Status = null; this.trayNg.TabIndex = 20; @@ -655,9 +589,9 @@ namespace Rs.MotionPlat // this.panel18.Controls.Add(this.trayReTest); this.panel18.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel18.Location = new System.Drawing.Point(232, 3); + this.panel18.Location = new System.Drawing.Point(259, 3); this.panel18.Name = "panel18"; - this.panel18.Size = new System.Drawing.Size(223, 323); + this.panel18.Size = new System.Drawing.Size(250, 323); this.panel18.TabIndex = 0; // // trayReTest @@ -684,7 +618,7 @@ namespace Rs.MotionPlat this.trayReTest.ShowStatus = false; this.trayReTest.ShowText = false; this.trayReTest.SinglePoint = false; - this.trayReTest.Size = new System.Drawing.Size(223, 323); + this.trayReTest.Size = new System.Drawing.Size(250, 323); this.trayReTest.SortDir = Rs.Controls.ESortDir.LeftBottomToTop; this.trayReTest.Status = null; this.trayReTest.TabIndex = 21; @@ -694,9 +628,9 @@ namespace Rs.MotionPlat // this.panel19.Controls.Add(this.trayGrr); this.panel19.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel19.Location = new System.Drawing.Point(461, 3); + this.panel19.Location = new System.Drawing.Point(515, 3); this.panel19.Name = "panel19"; - this.panel19.Size = new System.Drawing.Size(223, 323); + this.panel19.Size = new System.Drawing.Size(250, 323); this.panel19.TabIndex = 0; // // trayGrr @@ -723,7 +657,7 @@ namespace Rs.MotionPlat this.trayGrr.ShowStatus = false; this.trayGrr.ShowText = false; this.trayGrr.SinglePoint = false; - this.trayGrr.Size = new System.Drawing.Size(223, 323); + this.trayGrr.Size = new System.Drawing.Size(250, 323); this.trayGrr.SortDir = Rs.Controls.ESortDir.LeftBottomToTop; this.trayGrr.Status = null; this.trayGrr.TabIndex = 22; @@ -733,9 +667,9 @@ namespace Rs.MotionPlat // this.panel20.Controls.Add(this.trayOk); this.panel20.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel20.Location = new System.Drawing.Point(690, 3); + this.panel20.Location = new System.Drawing.Point(771, 3); this.panel20.Name = "panel20"; - this.panel20.Size = new System.Drawing.Size(223, 323); + this.panel20.Size = new System.Drawing.Size(250, 323); this.panel20.TabIndex = 0; // // trayOk @@ -763,7 +697,7 @@ namespace Rs.MotionPlat this.trayOk.ShowStatus = false; this.trayOk.ShowText = false; this.trayOk.SinglePoint = false; - this.trayOk.Size = new System.Drawing.Size(223, 323); + this.trayOk.Size = new System.Drawing.Size(250, 323); this.trayOk.SortDir = Rs.Controls.ESortDir.LeftBottomToTop; this.trayOk.Status = null; this.trayOk.TabIndex = 23; @@ -773,9 +707,9 @@ namespace Rs.MotionPlat // this.panel21.Controls.Add(this.trayInput); this.panel21.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel21.Location = new System.Drawing.Point(919, 3); + this.panel21.Location = new System.Drawing.Point(1027, 3); this.panel21.Name = "panel21"; - this.panel21.Size = new System.Drawing.Size(227, 323); + this.panel21.Size = new System.Drawing.Size(250, 323); this.panel21.TabIndex = 0; // // trayInput @@ -803,7 +737,7 @@ namespace Rs.MotionPlat this.trayInput.ShowStatus = false; this.trayInput.ShowText = false; this.trayInput.SinglePoint = false; - this.trayInput.Size = new System.Drawing.Size(227, 323); + this.trayInput.Size = new System.Drawing.Size(250, 323); this.trayInput.SortDir = Rs.Controls.ESortDir.LeftBottomToTop; this.trayInput.Status = null; this.trayInput.TabIndex = 24; @@ -816,7 +750,7 @@ namespace Rs.MotionPlat this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(3, 3); this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(1149, 495); + this.panel5.Size = new System.Drawing.Size(1280, 495); this.panel5.TabIndex = 4; // // panel6 @@ -826,7 +760,7 @@ namespace Rs.MotionPlat this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(1149, 495); + this.panel6.Size = new System.Drawing.Size(1280, 495); this.panel6.TabIndex = 3; // // tableLayoutPanel6 @@ -849,7 +783,7 @@ namespace Rs.MotionPlat this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel6.Size = new System.Drawing.Size(1149, 345); + this.tableLayoutPanel6.Size = new System.Drawing.Size(1280, 345); this.tableLayoutPanel6.TabIndex = 1; // // uTestCell4 @@ -857,9 +791,9 @@ namespace Rs.MotionPlat this.uTestCell4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.uTestCell4.Dock = System.Windows.Forms.DockStyle.Fill; this.uTestCell4.FixtureName = "Test Cell 4"; - this.uTestCell4.Location = new System.Drawing.Point(576, 3); + this.uTestCell4.Location = new System.Drawing.Point(642, 3); this.uTestCell4.Name = "uTestCell4"; - this.uTestCell4.Size = new System.Drawing.Size(185, 339); + this.uTestCell4.Size = new System.Drawing.Size(207, 339); this.uTestCell4.TabIndex = 5; // // uTestCell5 @@ -867,9 +801,9 @@ namespace Rs.MotionPlat this.uTestCell5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.uTestCell5.Dock = System.Windows.Forms.DockStyle.Fill; this.uTestCell5.FixtureName = "Test Cell 5"; - this.uTestCell5.Location = new System.Drawing.Point(767, 3); + this.uTestCell5.Location = new System.Drawing.Point(855, 3); this.uTestCell5.Name = "uTestCell5"; - this.uTestCell5.Size = new System.Drawing.Size(185, 339); + this.uTestCell5.Size = new System.Drawing.Size(207, 339); this.uTestCell5.TabIndex = 4; // // uTestCell6 @@ -877,9 +811,9 @@ namespace Rs.MotionPlat this.uTestCell6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.uTestCell6.Dock = System.Windows.Forms.DockStyle.Fill; this.uTestCell6.FixtureName = "Test Cell 6"; - this.uTestCell6.Location = new System.Drawing.Point(958, 3); + this.uTestCell6.Location = new System.Drawing.Point(1068, 3); this.uTestCell6.Name = "uTestCell6"; - this.uTestCell6.Size = new System.Drawing.Size(188, 339); + this.uTestCell6.Size = new System.Drawing.Size(209, 339); this.uTestCell6.TabIndex = 3; // // uTestCell1 @@ -889,7 +823,7 @@ namespace Rs.MotionPlat this.uTestCell1.FixtureName = "Test Cell 1"; this.uTestCell1.Location = new System.Drawing.Point(3, 3); this.uTestCell1.Name = "uTestCell1"; - this.uTestCell1.Size = new System.Drawing.Size(185, 339); + this.uTestCell1.Size = new System.Drawing.Size(207, 339); this.uTestCell1.TabIndex = 2; // // uTestCell2 @@ -897,9 +831,9 @@ namespace Rs.MotionPlat this.uTestCell2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.uTestCell2.Dock = System.Windows.Forms.DockStyle.Fill; this.uTestCell2.FixtureName = "Test Cell 2"; - this.uTestCell2.Location = new System.Drawing.Point(194, 3); + this.uTestCell2.Location = new System.Drawing.Point(216, 3); this.uTestCell2.Name = "uTestCell2"; - this.uTestCell2.Size = new System.Drawing.Size(185, 339); + this.uTestCell2.Size = new System.Drawing.Size(207, 339); this.uTestCell2.TabIndex = 1; // // uTestCell3 @@ -907,9 +841,9 @@ namespace Rs.MotionPlat this.uTestCell3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.uTestCell3.Dock = System.Windows.Forms.DockStyle.Fill; this.uTestCell3.FixtureName = "Test Cell 3"; - this.uTestCell3.Location = new System.Drawing.Point(385, 3); + this.uTestCell3.Location = new System.Drawing.Point(429, 3); this.uTestCell3.Name = "uTestCell3"; - this.uTestCell3.Size = new System.Drawing.Size(185, 339); + this.uTestCell3.Size = new System.Drawing.Size(207, 339); this.uTestCell3.TabIndex = 0; // // panel7 @@ -920,18 +854,17 @@ namespace Rs.MotionPlat this.panel7.Dock = System.Windows.Forms.DockStyle.Top; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Name = "panel7"; - this.panel7.Size = new System.Drawing.Size(1149, 150); + this.panel7.Size = new System.Drawing.Size(1280, 150); this.panel7.TabIndex = 0; // // panel8 // this.panel8.Controls.Add(this.groupBox39); - this.panel8.Controls.Add(this.groupBox36); this.panel8.Controls.Add(this.trayNozzle); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(0, 40); this.panel8.Name = "panel8"; - this.panel8.Size = new System.Drawing.Size(1147, 108); + this.panel8.Size = new System.Drawing.Size(1278, 108); this.panel8.TabIndex = 6; // // groupBox39 @@ -954,20 +887,22 @@ namespace Rs.MotionPlat this.groupBox39.ForeColor = System.Drawing.Color.White; this.groupBox39.Location = new System.Drawing.Point(239, 0); this.groupBox39.Name = "groupBox39"; - this.groupBox39.Size = new System.Drawing.Size(600, 108); + this.groupBox39.Size = new System.Drawing.Size(1039, 108); this.groupBox39.TabIndex = 7; this.groupBox39.TabStop = false; this.groupBox39.Text = "Config"; // // btnEndLot // + this.btnEndLot.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnEndLot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnEndLot.Cursor = System.Windows.Forms.Cursors.Hand; this.btnEndLot.FlatAppearance.BorderSize = 0; this.btnEndLot.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnEndLot.Location = new System.Drawing.Point(407, 74); + this.btnEndLot.Font = new System.Drawing.Font("宋体", 20F); + this.btnEndLot.Location = new System.Drawing.Point(881, 20); this.btnEndLot.Name = "btnEndLot"; - this.btnEndLot.Size = new System.Drawing.Size(86, 29); + this.btnEndLot.Size = new System.Drawing.Size(141, 71); this.btnEndLot.TabIndex = 0; this.btnEndLot.Text = "LotEnd"; this.btnEndLot.UseVisualStyleBackColor = false; @@ -979,9 +914,10 @@ namespace Rs.MotionPlat this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnSave.Location = new System.Drawing.Point(509, 25); + this.btnSave.Font = new System.Drawing.Font("宋体", 20F); + this.btnSave.Location = new System.Drawing.Point(576, 20); this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(66, 40); + this.btnSave.Size = new System.Drawing.Size(138, 71); this.btnSave.TabIndex = 0; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = false; @@ -993,7 +929,7 @@ namespace Rs.MotionPlat 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(340, 84); + this.cboxNoise.Location = new System.Drawing.Point(415, 83); this.cboxNoise.Name = "cboxNoise"; this.cboxNoise.Size = new System.Drawing.Size(54, 16); this.cboxNoise.TabIndex = 0; @@ -1007,7 +943,7 @@ namespace Rs.MotionPlat 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(270, 84); + this.cboxMtcp.Location = new System.Drawing.Point(305, 79); this.cboxMtcp.Name = "cboxMtcp"; this.cboxMtcp.Size = new System.Drawing.Size(48, 16); this.cboxMtcp.TabIndex = 0; @@ -1017,7 +953,7 @@ namespace Rs.MotionPlat // // txtGrrTestNum // - this.txtGrrTestNum.Location = new System.Drawing.Point(372, 49); + this.txtGrrTestNum.Location = new System.Drawing.Point(415, 45); this.txtGrrTestNum.Name = "txtGrrTestNum"; this.txtGrrTestNum.Size = new System.Drawing.Size(121, 21); this.txtGrrTestNum.TabIndex = 13; @@ -1026,7 +962,7 @@ namespace Rs.MotionPlat // this.label9.AutoSize = true; this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.label9.Location = new System.Drawing.Point(266, 56); + this.label9.Location = new System.Drawing.Point(309, 52); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(95, 12); this.label9.TabIndex = 15; @@ -1041,7 +977,7 @@ namespace Rs.MotionPlat "A", "AAB", "ABC"}); - this.cboxTestMethod.Location = new System.Drawing.Point(83, 79); + this.cboxTestMethod.Location = new System.Drawing.Point(92, 79); this.cboxTestMethod.Name = "cboxTestMethod"; this.cboxTestMethod.Size = new System.Drawing.Size(173, 20); this.cboxTestMethod.TabIndex = 10; @@ -1051,7 +987,7 @@ namespace Rs.MotionPlat // this.label8.AutoSize = true; this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.label8.Location = new System.Drawing.Point(260, 18); + this.label8.Location = new System.Drawing.Point(303, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 12); this.label8.TabIndex = 14; @@ -1059,7 +995,7 @@ namespace Rs.MotionPlat // // txtGrrProductNum // - this.txtGrrProductNum.Location = new System.Drawing.Point(372, 14); + this.txtGrrProductNum.Location = new System.Drawing.Point(415, 10); this.txtGrrProductNum.Name = "txtGrrProductNum"; this.txtGrrProductNum.Size = new System.Drawing.Size(121, 21); this.txtGrrProductNum.TabIndex = 12; @@ -1067,7 +1003,7 @@ namespace Rs.MotionPlat // txtLotName // this.txtLotName.Enabled = false; - this.txtLotName.Location = new System.Drawing.Point(83, 11); + this.txtLotName.Location = new System.Drawing.Point(92, 11); this.txtLotName.Name = "txtLotName"; this.txtLotName.Size = new System.Drawing.Size(173, 21); this.txtLotName.TabIndex = 0; @@ -1076,7 +1012,7 @@ namespace Rs.MotionPlat // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(18, 16); + this.label3.Location = new System.Drawing.Point(27, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 0; @@ -1086,7 +1022,7 @@ namespace Rs.MotionPlat // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(6, 82); + this.label4.Location = new System.Drawing.Point(9, 82); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 5; @@ -1098,7 +1034,7 @@ namespace Rs.MotionPlat this.cboxTestMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboxTestMode.Enabled = false; this.cboxTestMode.FormattingEnabled = true; - this.cboxTestMode.Location = new System.Drawing.Point(83, 45); + this.cboxTestMode.Location = new System.Drawing.Point(92, 45); this.cboxTestMode.Name = "cboxTestMode"; this.cboxTestMode.Size = new System.Drawing.Size(173, 20); this.cboxTestMode.TabIndex = 10; @@ -1107,114 +1043,13 @@ namespace Rs.MotionPlat // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(12, 50); + this.label5.Location = new System.Drawing.Point(21, 50); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 6; this.label5.Text = "Test mode:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // groupBox36 - // - this.groupBox36.Controls.Add(this.btnSelectProduct); - this.groupBox36.Controls.Add(this.btnUpCameraGrab); - this.groupBox36.Controls.Add(this.btnClearData); - this.groupBox36.Controls.Add(this.btnNozzleStatus); - this.groupBox36.Controls.Add(this.btnLight); - this.groupBox36.Controls.Add(this.btnBuzzer); - this.groupBox36.Dock = System.Windows.Forms.DockStyle.Right; - this.groupBox36.ForeColor = System.Drawing.Color.White; - this.groupBox36.Location = new System.Drawing.Point(839, 0); - this.groupBox36.Name = "groupBox36"; - this.groupBox36.Size = new System.Drawing.Size(308, 108); - this.groupBox36.TabIndex = 6; - this.groupBox36.TabStop = false; - this.groupBox36.Text = "Quick functions"; - // - // btnSelectProduct - // - this.btnSelectProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnSelectProduct.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnSelectProduct.FlatAppearance.BorderSize = 0; - this.btnSelectProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnSelectProduct.Location = new System.Drawing.Point(108, 58); - this.btnSelectProduct.Name = "btnSelectProduct"; - this.btnSelectProduct.Size = new System.Drawing.Size(80, 35); - this.btnSelectProduct.TabIndex = 0; - this.btnSelectProduct.Text = "PickProduct"; - this.btnSelectProduct.UseVisualStyleBackColor = false; - this.btnSelectProduct.Click += new System.EventHandler(this.btnSelectProduct_Click); - // - // btnUpCameraGrab - // - this.btnUpCameraGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnUpCameraGrab.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnUpCameraGrab.FlatAppearance.BorderSize = 0; - this.btnUpCameraGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnUpCameraGrab.Location = new System.Drawing.Point(212, 59); - this.btnUpCameraGrab.Name = "btnUpCameraGrab"; - this.btnUpCameraGrab.Size = new System.Drawing.Size(86, 35); - this.btnUpCameraGrab.TabIndex = 0; - this.btnUpCameraGrab.Text = "UpCameraGrab"; - this.btnUpCameraGrab.UseVisualStyleBackColor = false; - this.btnUpCameraGrab.Click += new System.EventHandler(this.btnUpCameraGrab_Click); - // - // btnClearData - // - this.btnClearData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnClearData.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnClearData.FlatAppearance.BorderSize = 0; - this.btnClearData.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnClearData.Location = new System.Drawing.Point(212, 13); - this.btnClearData.Name = "btnClearData"; - this.btnClearData.Size = new System.Drawing.Size(86, 35); - this.btnClearData.TabIndex = 0; - this.btnClearData.Text = "ClearData"; - this.btnClearData.UseVisualStyleBackColor = false; - this.btnClearData.Click += new System.EventHandler(this.btnClearData_Click); - // - // btnNozzleStatus - // - this.btnNozzleStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnNozzleStatus.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnNozzleStatus.FlatAppearance.BorderSize = 0; - this.btnNozzleStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnNozzleStatus.Location = new System.Drawing.Point(108, 13); - this.btnNozzleStatus.Name = "btnNozzleStatus"; - this.btnNozzleStatus.Size = new System.Drawing.Size(80, 35); - this.btnNozzleStatus.TabIndex = 0; - this.btnNozzleStatus.Text = "Nozzle"; - this.btnNozzleStatus.UseVisualStyleBackColor = false; - this.btnNozzleStatus.Click += new System.EventHandler(this.btnNozzleStatus_Click); - // - // btnLight - // - this.btnLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnLight.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnLight.FlatAppearance.BorderSize = 0; - this.btnLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnLight.Location = new System.Drawing.Point(8, 13); - this.btnLight.Name = "btnLight"; - this.btnLight.Size = new System.Drawing.Size(80, 35); - this.btnLight.TabIndex = 0; - this.btnLight.Text = "Light"; - this.btnLight.UseVisualStyleBackColor = false; - this.btnLight.Click += new System.EventHandler(this.btnLight_Click); - // - // btnBuzzer - // - this.btnBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); - this.btnBuzzer.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnBuzzer.FlatAppearance.BorderSize = 0; - this.btnBuzzer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnBuzzer.Location = new System.Drawing.Point(8, 58); - this.btnBuzzer.Name = "btnBuzzer"; - this.btnBuzzer.Size = new System.Drawing.Size(80, 35); - this.btnBuzzer.TabIndex = 0; - this.btnBuzzer.Text = "Buzzer"; - this.btnBuzzer.UseVisualStyleBackColor = false; - this.btnBuzzer.Click += new System.EventHandler(this.btnBuzzer_Click); - // // trayNozzle // this.trayNozzle.CanDraw = false; @@ -1263,7 +1098,7 @@ namespace Rs.MotionPlat this.groupBox38.Location = new System.Drawing.Point(0, 0); this.groupBox38.Margin = new System.Windows.Forms.Padding(0); this.groupBox38.Name = "groupBox38"; - this.groupBox38.Size = new System.Drawing.Size(1147, 40); + this.groupBox38.Size = new System.Drawing.Size(1278, 40); this.groupBox38.TabIndex = 0; this.groupBox38.TabStop = false; this.groupBox38.Text = "Statistics info"; @@ -1376,7 +1211,7 @@ namespace Rs.MotionPlat this.tabPage2.Location = new System.Drawing.Point(4, 34); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(1161, 842); + this.tabPage2.Size = new System.Drawing.Size(1292, 842); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Vision"; // @@ -1431,7 +1266,7 @@ namespace Rs.MotionPlat this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); - this.tableLayoutPanel5.Size = new System.Drawing.Size(1155, 669); + this.tableLayoutPanel5.Size = new System.Drawing.Size(1286, 669); this.tableLayoutPanel5.TabIndex = 1; // // groupBox1 @@ -1440,7 +1275,7 @@ namespace Rs.MotionPlat this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(138, 161); + this.groupBox1.Size = new System.Drawing.Size(154, 161); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Slot1"; @@ -1449,9 +1284,9 @@ namespace Rs.MotionPlat // this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.ForeColor = System.Drawing.Color.White; - this.groupBox2.Location = new System.Drawing.Point(147, 3); + this.groupBox2.Location = new System.Drawing.Point(163, 3); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(138, 161); + this.groupBox2.Size = new System.Drawing.Size(154, 161); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Slot2"; @@ -1460,9 +1295,9 @@ namespace Rs.MotionPlat // this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.ForeColor = System.Drawing.Color.White; - this.groupBox3.Location = new System.Drawing.Point(291, 3); + this.groupBox3.Location = new System.Drawing.Point(323, 3); this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(138, 161); + this.groupBox3.Size = new System.Drawing.Size(154, 161); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Slot3"; @@ -1471,9 +1306,9 @@ namespace Rs.MotionPlat // this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.ForeColor = System.Drawing.Color.White; - this.groupBox4.Location = new System.Drawing.Point(435, 3); + this.groupBox4.Location = new System.Drawing.Point(483, 3); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(138, 161); + this.groupBox4.Size = new System.Drawing.Size(154, 161); this.groupBox4.TabIndex = 0; this.groupBox4.TabStop = false; this.groupBox4.Text = "Slot4"; @@ -1482,9 +1317,9 @@ namespace Rs.MotionPlat // this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox5.ForeColor = System.Drawing.Color.White; - this.groupBox5.Location = new System.Drawing.Point(579, 3); + this.groupBox5.Location = new System.Drawing.Point(643, 3); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(138, 161); + this.groupBox5.Size = new System.Drawing.Size(154, 161); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Slot5"; @@ -1493,9 +1328,9 @@ namespace Rs.MotionPlat // this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox6.ForeColor = System.Drawing.Color.White; - this.groupBox6.Location = new System.Drawing.Point(723, 3); + this.groupBox6.Location = new System.Drawing.Point(803, 3); this.groupBox6.Name = "groupBox6"; - this.groupBox6.Size = new System.Drawing.Size(138, 161); + this.groupBox6.Size = new System.Drawing.Size(154, 161); this.groupBox6.TabIndex = 0; this.groupBox6.TabStop = false; this.groupBox6.Text = "Slot6"; @@ -1504,9 +1339,9 @@ namespace Rs.MotionPlat // this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox7.ForeColor = System.Drawing.Color.White; - this.groupBox7.Location = new System.Drawing.Point(867, 3); + this.groupBox7.Location = new System.Drawing.Point(963, 3); this.groupBox7.Name = "groupBox7"; - this.groupBox7.Size = new System.Drawing.Size(138, 161); + this.groupBox7.Size = new System.Drawing.Size(154, 161); this.groupBox7.TabIndex = 0; this.groupBox7.TabStop = false; this.groupBox7.Text = "Slot7"; @@ -1517,7 +1352,7 @@ namespace Rs.MotionPlat this.groupBox8.ForeColor = System.Drawing.Color.White; this.groupBox8.Location = new System.Drawing.Point(3, 170); this.groupBox8.Name = "groupBox8"; - this.groupBox8.Size = new System.Drawing.Size(138, 161); + this.groupBox8.Size = new System.Drawing.Size(154, 161); this.groupBox8.TabIndex = 0; this.groupBox8.TabStop = false; this.groupBox8.Text = "Slot9"; @@ -1526,9 +1361,9 @@ namespace Rs.MotionPlat // this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox9.ForeColor = System.Drawing.Color.White; - this.groupBox9.Location = new System.Drawing.Point(147, 170); + this.groupBox9.Location = new System.Drawing.Point(163, 170); this.groupBox9.Name = "groupBox9"; - this.groupBox9.Size = new System.Drawing.Size(138, 161); + this.groupBox9.Size = new System.Drawing.Size(154, 161); this.groupBox9.TabIndex = 0; this.groupBox9.TabStop = false; this.groupBox9.Text = "Slot10"; @@ -1537,9 +1372,9 @@ namespace Rs.MotionPlat // this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox10.ForeColor = System.Drawing.Color.White; - this.groupBox10.Location = new System.Drawing.Point(291, 170); + this.groupBox10.Location = new System.Drawing.Point(323, 170); this.groupBox10.Name = "groupBox10"; - this.groupBox10.Size = new System.Drawing.Size(138, 161); + this.groupBox10.Size = new System.Drawing.Size(154, 161); this.groupBox10.TabIndex = 0; this.groupBox10.TabStop = false; this.groupBox10.Text = "Slot11"; @@ -1548,9 +1383,9 @@ namespace Rs.MotionPlat // this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox11.ForeColor = System.Drawing.Color.White; - this.groupBox11.Location = new System.Drawing.Point(435, 170); + this.groupBox11.Location = new System.Drawing.Point(483, 170); this.groupBox11.Name = "groupBox11"; - this.groupBox11.Size = new System.Drawing.Size(138, 161); + this.groupBox11.Size = new System.Drawing.Size(154, 161); this.groupBox11.TabIndex = 0; this.groupBox11.TabStop = false; this.groupBox11.Text = "Slot12"; @@ -1559,9 +1394,9 @@ namespace Rs.MotionPlat // this.groupBox12.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox12.ForeColor = System.Drawing.Color.White; - this.groupBox12.Location = new System.Drawing.Point(579, 170); + this.groupBox12.Location = new System.Drawing.Point(643, 170); this.groupBox12.Name = "groupBox12"; - this.groupBox12.Size = new System.Drawing.Size(138, 161); + this.groupBox12.Size = new System.Drawing.Size(154, 161); this.groupBox12.TabIndex = 0; this.groupBox12.TabStop = false; this.groupBox12.Text = "Slot13"; @@ -1570,9 +1405,9 @@ namespace Rs.MotionPlat // this.groupBox13.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox13.ForeColor = System.Drawing.Color.White; - this.groupBox13.Location = new System.Drawing.Point(723, 170); + this.groupBox13.Location = new System.Drawing.Point(803, 170); this.groupBox13.Name = "groupBox13"; - this.groupBox13.Size = new System.Drawing.Size(138, 161); + this.groupBox13.Size = new System.Drawing.Size(154, 161); this.groupBox13.TabIndex = 0; this.groupBox13.TabStop = false; this.groupBox13.Text = "Slot14"; @@ -1581,9 +1416,9 @@ namespace Rs.MotionPlat // this.groupBox14.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox14.ForeColor = System.Drawing.Color.White; - this.groupBox14.Location = new System.Drawing.Point(867, 170); + this.groupBox14.Location = new System.Drawing.Point(963, 170); this.groupBox14.Name = "groupBox14"; - this.groupBox14.Size = new System.Drawing.Size(138, 161); + this.groupBox14.Size = new System.Drawing.Size(154, 161); this.groupBox14.TabIndex = 0; this.groupBox14.TabStop = false; this.groupBox14.Text = "Slot15"; @@ -1594,7 +1429,7 @@ namespace Rs.MotionPlat this.groupBox15.ForeColor = System.Drawing.Color.White; this.groupBox15.Location = new System.Drawing.Point(3, 337); this.groupBox15.Name = "groupBox15"; - this.groupBox15.Size = new System.Drawing.Size(138, 161); + this.groupBox15.Size = new System.Drawing.Size(154, 161); this.groupBox15.TabIndex = 0; this.groupBox15.TabStop = false; this.groupBox15.Text = "Slot17"; @@ -1603,9 +1438,9 @@ namespace Rs.MotionPlat // this.groupBox16.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox16.ForeColor = System.Drawing.Color.White; - this.groupBox16.Location = new System.Drawing.Point(147, 337); + this.groupBox16.Location = new System.Drawing.Point(163, 337); this.groupBox16.Name = "groupBox16"; - this.groupBox16.Size = new System.Drawing.Size(138, 161); + this.groupBox16.Size = new System.Drawing.Size(154, 161); this.groupBox16.TabIndex = 0; this.groupBox16.TabStop = false; this.groupBox16.Text = "Slot18"; @@ -1614,9 +1449,9 @@ namespace Rs.MotionPlat // this.groupBox17.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox17.ForeColor = System.Drawing.Color.White; - this.groupBox17.Location = new System.Drawing.Point(291, 337); + this.groupBox17.Location = new System.Drawing.Point(323, 337); this.groupBox17.Name = "groupBox17"; - this.groupBox17.Size = new System.Drawing.Size(138, 161); + this.groupBox17.Size = new System.Drawing.Size(154, 161); this.groupBox17.TabIndex = 0; this.groupBox17.TabStop = false; this.groupBox17.Text = "Slot19"; @@ -1625,9 +1460,9 @@ namespace Rs.MotionPlat // this.groupBox18.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox18.ForeColor = System.Drawing.Color.White; - this.groupBox18.Location = new System.Drawing.Point(435, 337); + this.groupBox18.Location = new System.Drawing.Point(483, 337); this.groupBox18.Name = "groupBox18"; - this.groupBox18.Size = new System.Drawing.Size(138, 161); + this.groupBox18.Size = new System.Drawing.Size(154, 161); this.groupBox18.TabIndex = 0; this.groupBox18.TabStop = false; this.groupBox18.Text = "Slot20"; @@ -1636,9 +1471,9 @@ namespace Rs.MotionPlat // this.groupBox19.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox19.ForeColor = System.Drawing.Color.White; - this.groupBox19.Location = new System.Drawing.Point(579, 337); + this.groupBox19.Location = new System.Drawing.Point(643, 337); this.groupBox19.Name = "groupBox19"; - this.groupBox19.Size = new System.Drawing.Size(138, 161); + this.groupBox19.Size = new System.Drawing.Size(154, 161); this.groupBox19.TabIndex = 0; this.groupBox19.TabStop = false; this.groupBox19.Text = "Slot21"; @@ -1647,9 +1482,9 @@ namespace Rs.MotionPlat // this.groupBox20.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox20.ForeColor = System.Drawing.Color.White; - this.groupBox20.Location = new System.Drawing.Point(723, 337); + this.groupBox20.Location = new System.Drawing.Point(803, 337); this.groupBox20.Name = "groupBox20"; - this.groupBox20.Size = new System.Drawing.Size(138, 161); + this.groupBox20.Size = new System.Drawing.Size(154, 161); this.groupBox20.TabIndex = 0; this.groupBox20.TabStop = false; this.groupBox20.Text = "Slot22"; @@ -1658,9 +1493,9 @@ namespace Rs.MotionPlat // this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox21.ForeColor = System.Drawing.Color.White; - this.groupBox21.Location = new System.Drawing.Point(867, 337); + this.groupBox21.Location = new System.Drawing.Point(963, 337); this.groupBox21.Name = "groupBox21"; - this.groupBox21.Size = new System.Drawing.Size(138, 161); + this.groupBox21.Size = new System.Drawing.Size(154, 161); this.groupBox21.TabIndex = 0; this.groupBox21.TabStop = false; this.groupBox21.Text = "Slot23"; @@ -1671,7 +1506,7 @@ namespace Rs.MotionPlat this.groupBox22.ForeColor = System.Drawing.Color.White; this.groupBox22.Location = new System.Drawing.Point(3, 504); this.groupBox22.Name = "groupBox22"; - this.groupBox22.Size = new System.Drawing.Size(138, 162); + this.groupBox22.Size = new System.Drawing.Size(154, 162); this.groupBox22.TabIndex = 0; this.groupBox22.TabStop = false; this.groupBox22.Text = "Slot25"; @@ -1680,9 +1515,9 @@ namespace Rs.MotionPlat // this.groupBox23.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox23.ForeColor = System.Drawing.Color.White; - this.groupBox23.Location = new System.Drawing.Point(147, 504); + this.groupBox23.Location = new System.Drawing.Point(163, 504); this.groupBox23.Name = "groupBox23"; - this.groupBox23.Size = new System.Drawing.Size(138, 162); + this.groupBox23.Size = new System.Drawing.Size(154, 162); this.groupBox23.TabIndex = 0; this.groupBox23.TabStop = false; this.groupBox23.Text = "Slot26"; @@ -1691,9 +1526,9 @@ namespace Rs.MotionPlat // this.groupBox24.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox24.ForeColor = System.Drawing.Color.White; - this.groupBox24.Location = new System.Drawing.Point(291, 504); + this.groupBox24.Location = new System.Drawing.Point(323, 504); this.groupBox24.Name = "groupBox24"; - this.groupBox24.Size = new System.Drawing.Size(138, 162); + this.groupBox24.Size = new System.Drawing.Size(154, 162); this.groupBox24.TabIndex = 0; this.groupBox24.TabStop = false; this.groupBox24.Text = "Slot27"; @@ -1702,9 +1537,9 @@ namespace Rs.MotionPlat // this.groupBox25.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox25.ForeColor = System.Drawing.Color.White; - this.groupBox25.Location = new System.Drawing.Point(435, 504); + this.groupBox25.Location = new System.Drawing.Point(483, 504); this.groupBox25.Name = "groupBox25"; - this.groupBox25.Size = new System.Drawing.Size(138, 162); + this.groupBox25.Size = new System.Drawing.Size(154, 162); this.groupBox25.TabIndex = 0; this.groupBox25.TabStop = false; this.groupBox25.Text = "Slot28"; @@ -1713,9 +1548,9 @@ namespace Rs.MotionPlat // this.groupBox26.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox26.ForeColor = System.Drawing.Color.White; - this.groupBox26.Location = new System.Drawing.Point(579, 504); + this.groupBox26.Location = new System.Drawing.Point(643, 504); this.groupBox26.Name = "groupBox26"; - this.groupBox26.Size = new System.Drawing.Size(138, 162); + this.groupBox26.Size = new System.Drawing.Size(154, 162); this.groupBox26.TabIndex = 0; this.groupBox26.TabStop = false; this.groupBox26.Text = "Slot29"; @@ -1724,9 +1559,9 @@ namespace Rs.MotionPlat // this.groupBox27.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox27.ForeColor = System.Drawing.Color.White; - this.groupBox27.Location = new System.Drawing.Point(723, 504); + this.groupBox27.Location = new System.Drawing.Point(803, 504); this.groupBox27.Name = "groupBox27"; - this.groupBox27.Size = new System.Drawing.Size(138, 162); + this.groupBox27.Size = new System.Drawing.Size(154, 162); this.groupBox27.TabIndex = 0; this.groupBox27.TabStop = false; this.groupBox27.Text = "Slot30"; @@ -1735,9 +1570,9 @@ namespace Rs.MotionPlat // this.groupBox28.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox28.ForeColor = System.Drawing.Color.White; - this.groupBox28.Location = new System.Drawing.Point(867, 504); + this.groupBox28.Location = new System.Drawing.Point(963, 504); this.groupBox28.Name = "groupBox28"; - this.groupBox28.Size = new System.Drawing.Size(138, 162); + this.groupBox28.Size = new System.Drawing.Size(154, 162); this.groupBox28.TabIndex = 0; this.groupBox28.TabStop = false; this.groupBox28.Text = "Slot31"; @@ -1746,9 +1581,9 @@ namespace Rs.MotionPlat // this.groupBox31.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox31.ForeColor = System.Drawing.Color.White; - this.groupBox31.Location = new System.Drawing.Point(1011, 3); + this.groupBox31.Location = new System.Drawing.Point(1123, 3); this.groupBox31.Name = "groupBox31"; - this.groupBox31.Size = new System.Drawing.Size(141, 161); + this.groupBox31.Size = new System.Drawing.Size(160, 161); this.groupBox31.TabIndex = 0; this.groupBox31.TabStop = false; this.groupBox31.Text = "Slot8"; @@ -1757,9 +1592,9 @@ namespace Rs.MotionPlat // this.groupBox32.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox32.ForeColor = System.Drawing.Color.White; - this.groupBox32.Location = new System.Drawing.Point(1011, 170); + this.groupBox32.Location = new System.Drawing.Point(1123, 170); this.groupBox32.Name = "groupBox32"; - this.groupBox32.Size = new System.Drawing.Size(141, 161); + this.groupBox32.Size = new System.Drawing.Size(160, 161); this.groupBox32.TabIndex = 0; this.groupBox32.TabStop = false; this.groupBox32.Text = "Slot16"; @@ -1768,9 +1603,9 @@ namespace Rs.MotionPlat // this.groupBox33.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox33.ForeColor = System.Drawing.Color.White; - this.groupBox33.Location = new System.Drawing.Point(1011, 337); + this.groupBox33.Location = new System.Drawing.Point(1123, 337); this.groupBox33.Name = "groupBox33"; - this.groupBox33.Size = new System.Drawing.Size(141, 161); + this.groupBox33.Size = new System.Drawing.Size(160, 161); this.groupBox33.TabIndex = 0; this.groupBox33.TabStop = false; this.groupBox33.Text = "Slot24"; @@ -1779,9 +1614,9 @@ namespace Rs.MotionPlat // this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox34.ForeColor = System.Drawing.Color.White; - this.groupBox34.Location = new System.Drawing.Point(1011, 504); + this.groupBox34.Location = new System.Drawing.Point(1123, 504); this.groupBox34.Name = "groupBox34"; - this.groupBox34.Size = new System.Drawing.Size(141, 162); + this.groupBox34.Size = new System.Drawing.Size(160, 162); this.groupBox34.TabIndex = 0; this.groupBox34.TabStop = false; this.groupBox34.Text = "Slot32"; @@ -1805,16 +1640,16 @@ namespace Rs.MotionPlat this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Size = new System.Drawing.Size(1155, 167); + this.tableLayoutPanel4.Size = new System.Drawing.Size(1286, 167); this.tableLayoutPanel4.TabIndex = 0; // // groupBox30 // this.groupBox30.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox30.ForeColor = System.Drawing.Color.White; - this.groupBox30.Location = new System.Drawing.Point(147, 3); + this.groupBox30.Location = new System.Drawing.Point(163, 3); this.groupBox30.Name = "groupBox30"; - this.groupBox30.Size = new System.Drawing.Size(138, 161); + this.groupBox30.Size = new System.Drawing.Size(154, 161); this.groupBox30.TabIndex = 2; this.groupBox30.TabStop = false; this.groupBox30.Text = "TurnoverTray location"; @@ -1823,9 +1658,9 @@ namespace Rs.MotionPlat // this.groupBox29.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox29.ForeColor = System.Drawing.Color.White; - this.groupBox29.Location = new System.Drawing.Point(291, 3); + this.groupBox29.Location = new System.Drawing.Point(323, 3); this.groupBox29.Name = "groupBox29"; - this.groupBox29.Size = new System.Drawing.Size(138, 161); + this.groupBox29.Size = new System.Drawing.Size(154, 161); this.groupBox29.TabIndex = 1; this.groupBox29.TabStop = false; this.groupBox29.Text = "TurnoverTray have or not"; @@ -1836,7 +1671,7 @@ namespace Rs.MotionPlat this.groupBox35.ForeColor = System.Drawing.Color.White; this.groupBox35.Location = new System.Drawing.Point(3, 3); this.groupBox35.Name = "groupBox35"; - this.groupBox35.Size = new System.Drawing.Size(138, 161); + this.groupBox35.Size = new System.Drawing.Size(154, 161); this.groupBox35.TabIndex = 1; this.groupBox35.TabStop = false; this.groupBox35.Text = "Stock have or not"; @@ -1892,11 +1727,7 @@ namespace Rs.MotionPlat this.Text = "FormMain"; this.Load += new System.EventHandler(this.FormMain_Load); this.panel1.ResumeLayout(false); - this.tableLayoutPanel3.ResumeLayout(false); - this.panel3.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgv_errinfo)).EndInit(); - this.panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgv_runinfo)).EndInit(); + this.groupBox36.ResumeLayout(false); this.panel4.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.panelEx1.ResumeLayout(false); @@ -1920,7 +1751,6 @@ namespace Rs.MotionPlat this.panel8.ResumeLayout(false); this.groupBox39.ResumeLayout(false); this.groupBox39.PerformLayout(); - this.groupBox36.ResumeLayout(false); this.groupBox38.ResumeLayout(false); this.groupBox38.PerformLayout(); this.tabPage2.ResumeLayout(false); @@ -1934,16 +1764,6 @@ namespace Rs.MotionPlat private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel4; - private System.Windows.Forms.Panel panel3; - private System.Windows.Forms.DataGridView dgv_errinfo; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.DataGridView dgv_runinfo; - private System.Windows.Forms.DataGridViewTextBoxColumn Time; - private System.Windows.Forms.DataGridViewTextBoxColumn Content; - private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private Controls.PanelEx panelEx1; private Controls.PanelEx panelEx2; @@ -1953,7 +1773,6 @@ namespace Rs.MotionPlat private Controls.RsButton btnWholeHome; private Controls.RsButton btnStop; private Controls.RsButton btnSpaceRun; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private Controls.TabControlEx tabControlEx1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; @@ -2027,13 +1846,6 @@ namespace Rs.MotionPlat private System.Windows.Forms.Panel panel7; private System.Windows.Forms.GroupBox groupBox38; private System.Windows.Forms.Panel panel8; - private System.Windows.Forms.GroupBox groupBox36; - private System.Windows.Forms.Button btnSelectProduct; - private System.Windows.Forms.Button btnClearData; - private System.Windows.Forms.Button btnNozzleStatus; - private System.Windows.Forms.Button btnLight; - private System.Windows.Forms.Button btnBuzzer; - private System.Windows.Forms.Button btnUpCameraGrab; private RsTray trayNozzle; private System.Windows.Forms.GroupBox groupBox39; private System.Windows.Forms.Button btnSave; @@ -2061,5 +1873,12 @@ namespace Rs.MotionPlat private System.Windows.Forms.Label lblAvgUpg; private System.Windows.Forms.Timer timeruph; private System.Windows.Forms.Button btnEndLot; + private System.Windows.Forms.GroupBox groupBox36; + private System.Windows.Forms.Button btnSelectProduct; + private System.Windows.Forms.Button btnUpCameraGrab; + private System.Windows.Forms.Button btnClearData; + private System.Windows.Forms.Button btnNozzleStatus; + private System.Windows.Forms.Button btnLight; + private System.Windows.Forms.Button btnBuzzer; } } \ No newline at end of file diff --git a/Rs.DeweyTester/FormMain.resx b/Rs.DeweyTester/FormMain.resx index 983c46f..4f6611c 100644 --- a/Rs.DeweyTester/FormMain.resx +++ b/Rs.DeweyTester/FormMain.resx @@ -120,18 +120,6 @@ 17, 17 - - True - - - True - - - True - - - True - 107, 17