namespace Rs.MotionPlat { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); 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.panel4 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tabControlEx1 = new Rs.Controls.TabControlEx(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.rsTray1 = new Rs.Controls.RsTray(); this.rsTray2 = new Rs.Controls.RsTray(); this.rsTray3 = new Rs.Controls.RsTray(); this.rsTray4 = new Rs.Controls.RsTray(); this.rsTray5 = new Rs.Controls.RsTray(); this.rsTray6 = new Rs.Controls.RsTray(); this.rsTray7 = new Rs.Controls.RsTray(); this.rsTray8 = new Rs.Controls.RsTray(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.hWindow_Final1 = new ChoiceTech.Halcon.Control.HWindow_Final(); this.panelEx5 = new Rs.Controls.PanelEx(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnStart = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.btnPause = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panelEx1 = new Rs.Controls.PanelEx(); this.switchButton1 = new Rs.Controls.SwitchButton(); this.panelEx2 = new Rs.Controls.PanelEx(); this.btnWholeHome = new Rs.Controls.RsButton(); this.panelEx3 = new Rs.Controls.PanelEx(); this.btnStop = new Rs.Controls.RsButton(); this.panelEx4 = new Rs.Controls.PanelEx(); this.btnSpaceRun = new Rs.Controls.RsButton(); 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.panel4.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tabControlEx1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panelEx5.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx4.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.tableLayoutPanel3); this.panel1.Controls.Add(this.panel4); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(791, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(451, 848); 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, 488); 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, 247); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(445, 238); 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; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.Red; dataGridViewCellStyle3.Font = new System.Drawing.Font("SimSun", 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, 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.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, 215); this.dgv_errinfo.TabIndex = 3; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Time"; this.dataGridViewTextBoxColumn1.FillWeight = 25F; this.dataGridViewTextBoxColumn1.HeaderText = "Time"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Content"; this.dataGridViewTextBoxColumn2.FillWeight = 75F; this.dataGridViewTextBoxColumn2.HeaderText = "Content"; 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 = "错误信息"; 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, 238); 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.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, 215); this.dgv_runinfo.TabIndex = 2; // // Time // this.Time.DataPropertyName = "Time"; dataGridViewCellStyle4.BackColor = System.Drawing.Color.Red; this.Time.DefaultCellStyle = dataGridViewCellStyle4; this.Time.FillWeight = 25F; this.Time.HeaderText = "Time"; this.Time.Name = "Time"; // // Content // this.Content.DataPropertyName = "Content"; this.Content.FillWeight = 75F; this.Content.HeaderText = "Content"; 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 = "运行信息"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel4 // this.panel4.BackColor = System.Drawing.Color.Transparent; this.panel4.Controls.Add(this.tableLayoutPanel2); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 488); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(451, 360); this.panel4.TabIndex = 2; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.panelEx1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.panelEx2, 0, 1); this.tableLayoutPanel2.Controls.Add(this.panelEx3, 0, 2); this.tableLayoutPanel2.Controls.Add(this.panelEx4, 0, 3); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 4; 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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(451, 360); this.tableLayoutPanel2.TabIndex = 0; // // tabControlEx1 // this.tabControlEx1.Controls.Add(this.tabPage1); this.tabControlEx1.Controls.Add(this.tabPage2); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlEx1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.tabControlEx1.ItemSize = new System.Drawing.Size(50, 20); this.tabControlEx1.Location = new System.Drawing.Point(0, 0); this.tabControlEx1.Multiline = true; this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(791, 848); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 9; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.tabPage1.Controls.Add(this.tableLayoutPanel1); this.tabPage1.Location = new System.Drawing.Point(4, 24); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(783, 820); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Home"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.rsTray1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.rsTray2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.rsTray3, 2, 0); this.tableLayoutPanel1.Controls.Add(this.rsTray4, 3, 0); this.tableLayoutPanel1.Controls.Add(this.rsTray5, 0, 1); this.tableLayoutPanel1.Controls.Add(this.rsTray6, 1, 1); this.tableLayoutPanel1.Controls.Add(this.rsTray7, 2, 1); this.tableLayoutPanel1.Controls.Add(this.rsTray8, 3, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(777, 814); this.tableLayoutPanel1.TabIndex = 8; // // rsTray1 // this.rsTray1.CanDraw = true; this.rsTray1.ColumnNum = 10; this.rsTray1.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray1.HeadText = "L-INPUT"; this.rsTray1.LeftSpaceWidth = 20; this.rsTray1.Location = new System.Drawing.Point(3, 3); this.rsTray1.Name = "rsTray1"; this.rsTray1.RowNum = 26; this.rsTray1.SelectSlot = null; this.rsTray1.ShowText = false; this.rsTray1.Size = new System.Drawing.Size(188, 401); this.rsTray1.TabIndex = 0; this.rsTray1.TopSpaceHeight = 20; // // rsTray2 // this.rsTray2.CanDraw = true; this.rsTray2.ColumnNum = 10; this.rsTray2.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray2.HeadText = "L-NG"; this.rsTray2.LeftSpaceWidth = 20; this.rsTray2.Location = new System.Drawing.Point(197, 3); this.rsTray2.Name = "rsTray2"; this.rsTray2.RowNum = 26; this.rsTray2.SelectSlot = null; this.rsTray2.ShowText = false; this.rsTray2.Size = new System.Drawing.Size(188, 401); this.rsTray2.TabIndex = 0; this.rsTray2.TopSpaceHeight = 20; // // rsTray3 // this.rsTray3.CanDraw = true; this.rsTray3.ColumnNum = 10; this.rsTray3.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray3.HeadText = "L-OK"; this.rsTray3.LeftSpaceWidth = 20; this.rsTray3.Location = new System.Drawing.Point(391, 3); this.rsTray3.Name = "rsTray3"; this.rsTray3.RowNum = 26; this.rsTray3.SelectSlot = null; this.rsTray3.ShowText = false; this.rsTray3.Size = new System.Drawing.Size(188, 401); this.rsTray3.TabIndex = 0; this.rsTray3.TopSpaceHeight = 20; // // rsTray4 // this.rsTray4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.rsTray4.CanDraw = true; this.rsTray4.ColumnNum = 10; this.rsTray4.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray4.HeadText = "L-MULTI"; this.rsTray4.LeftSpaceWidth = 20; this.rsTray4.Location = new System.Drawing.Point(585, 3); this.rsTray4.Name = "rsTray4"; this.rsTray4.RowNum = 26; this.rsTray4.SelectSlot = null; this.rsTray4.ShowText = false; this.rsTray4.Size = new System.Drawing.Size(189, 401); this.rsTray4.TabIndex = 0; this.rsTray4.TopSpaceHeight = 20; // // rsTray5 // this.rsTray5.CanDraw = true; this.rsTray5.ColumnNum = 10; this.rsTray5.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray5.HeadText = "R-INPUT"; this.rsTray5.LeftSpaceWidth = 20; this.rsTray5.Location = new System.Drawing.Point(3, 410); this.rsTray5.Name = "rsTray5"; this.rsTray5.RowNum = 26; this.rsTray5.SelectSlot = null; this.rsTray5.ShowText = false; this.rsTray5.Size = new System.Drawing.Size(188, 401); this.rsTray5.TabIndex = 0; this.rsTray5.TopSpaceHeight = 20; // // rsTray6 // this.rsTray6.CanDraw = true; this.rsTray6.ColumnNum = 10; this.rsTray6.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray6.HeadText = "R-NG"; this.rsTray6.LeftSpaceWidth = 20; this.rsTray6.Location = new System.Drawing.Point(197, 410); this.rsTray6.Name = "rsTray6"; this.rsTray6.RowNum = 26; this.rsTray6.SelectSlot = null; this.rsTray6.ShowText = false; this.rsTray6.Size = new System.Drawing.Size(188, 401); this.rsTray6.TabIndex = 0; this.rsTray6.TopSpaceHeight = 20; // // rsTray7 // this.rsTray7.CanDraw = true; this.rsTray7.ColumnNum = 10; this.rsTray7.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray7.HeadText = "R-OK"; this.rsTray7.LeftSpaceWidth = 20; this.rsTray7.Location = new System.Drawing.Point(391, 410); this.rsTray7.Name = "rsTray7"; this.rsTray7.RowNum = 26; this.rsTray7.SelectSlot = null; this.rsTray7.ShowText = false; this.rsTray7.Size = new System.Drawing.Size(188, 401); this.rsTray7.TabIndex = 0; this.rsTray7.TopSpaceHeight = 20; // // rsTray8 // this.rsTray8.CanDraw = true; this.rsTray8.ColumnNum = 10; this.rsTray8.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray8.HeadText = "R-MULTI"; this.rsTray8.LeftSpaceWidth = 20; this.rsTray8.Location = new System.Drawing.Point(585, 410); this.rsTray8.Name = "rsTray8"; this.rsTray8.RowNum = 26; this.rsTray8.SelectSlot = null; this.rsTray8.ShowText = false; this.rsTray8.Size = new System.Drawing.Size(189, 401); this.rsTray8.TabIndex = 0; this.rsTray8.TopSpaceHeight = 20; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.tabPage2.Controls.Add(this.hWindow_Final1); this.tabPage2.Controls.Add(this.panelEx5); this.tabPage2.Location = new System.Drawing.Point(4, 24); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(783, 820); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Vision"; // // hWindow_Final1 // this.hWindow_Final1.BackColor = System.Drawing.Color.Transparent; this.hWindow_Final1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.hWindow_Final1.Dock = System.Windows.Forms.DockStyle.Fill; this.hWindow_Final1.DrawModel = false; this.hWindow_Final1.ForeColor = System.Drawing.Color.White; this.hWindow_Final1.Image = null; this.hWindow_Final1.Location = new System.Drawing.Point(212, 3); this.hWindow_Final1.Name = "hWindow_Final1"; this.hWindow_Final1.Size = new System.Drawing.Size(568, 814); this.hWindow_Final1.TabIndex = 8; // // panelEx5 // this.panelEx5.Controls.Add(this.label5); this.panelEx5.Controls.Add(this.label4); this.panelEx5.Controls.Add(this.label3); this.panelEx5.Controls.Add(this.btnStart); this.panelEx5.Controls.Add(this.textBox3); this.panelEx5.Controls.Add(this.btnPause); this.panelEx5.Controls.Add(this.textBox2); this.panelEx5.Controls.Add(this.textBox1); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx5.Location = new System.Drawing.Point(3, 3); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(209, 814); this.panelEx5.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(28, 263); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 7; this.label5.Text = "Y:"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(28, 216); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 7; this.label4.Text = "X:"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(30, 172); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 7; this.label3.Text = "次数:"; // // btnStart // this.btnStart.Location = new System.Drawing.Point(30, 19); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(141, 52); this.btnStart.TabIndex = 0; this.btnStart.Text = "启动"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(71, 260); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 21); this.textBox3.TabIndex = 6; // // btnPause // this.btnPause.Location = new System.Drawing.Point(30, 94); this.btnPause.Name = "btnPause"; this.btnPause.Size = new System.Drawing.Size(141, 52); this.btnPause.TabIndex = 0; this.btnPause.Text = "暂停"; this.btnPause.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(71, 213); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 21); this.textBox2.TabIndex = 6; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(71, 169); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 6; // // panelEx1 // this.panelEx1.Controls.Add(this.switchButton1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; 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.TabIndex = 0; // // switchButton1 // this.switchButton1.Checked = false; this.switchButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.switchButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.switchButton1.FalseColor = System.Drawing.Color.Gray; this.switchButton1.FalseTextColr = System.Drawing.Color.White; this.switchButton1.Font = new System.Drawing.Font("SimSun", 26F); 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.SwitchType = Rs.Controls.SwitchType.Ellipse; this.switchButton1.TabIndex = 0; this.switchButton1.Texts = new string[] { "自动", "手动"}; this.switchButton1.TrueColor = System.Drawing.Color.Blue; this.switchButton1.TrueTextColr = System.Drawing.Color.White; // // panelEx2 // this.panelEx2.Controls.Add(this.btnWholeHome); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; 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.TabIndex = 0; // // btnWholeHome // this.btnWholeHome.BackColor = System.Drawing.Color.White; this.btnWholeHome.BtnBackColor = System.Drawing.Color.White; this.btnWholeHome.BtnFont = new System.Drawing.Font("Microsoft YaHei", 26F); this.btnWholeHome.BtnForeColor = System.Drawing.Color.White; this.btnWholeHome.BtnText = "整机回零"; this.btnWholeHome.ConerRadius = 80; this.btnWholeHome.Cursor = System.Windows.Forms.Cursors.Hand; this.btnWholeHome.Dock = System.Windows.Forms.DockStyle.Fill; this.btnWholeHome.EnabledMouseEffect = true; this.btnWholeHome.FillColor = System.Drawing.Color.Lime; this.btnWholeHome.IsRadius = true; this.btnWholeHome.IsShowRect = true; this.btnWholeHome.IsShowTips = false; this.btnWholeHome.Location = new System.Drawing.Point(20, 3); 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.TabIndex = 0; this.btnWholeHome.TabStop = false; this.btnWholeHome.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.btnWholeHome.TipsText = ""; this.btnWholeHome.BtnClick += new System.EventHandler(this.btnWholeHome_Load); // // panelEx3 // this.panelEx3.Controls.Add(this.btnStop); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; 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.TabIndex = 0; // // btnStop // this.btnStop.BackColor = System.Drawing.Color.White; this.btnStop.BtnBackColor = System.Drawing.Color.White; this.btnStop.BtnFont = new System.Drawing.Font("Microsoft YaHei", 26F); this.btnStop.BtnForeColor = System.Drawing.Color.White; this.btnStop.BtnText = "暂停"; this.btnStop.ConerRadius = 80; this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStop.Dock = System.Windows.Forms.DockStyle.Fill; this.btnStop.EnabledMouseEffect = true; this.btnStop.FillColor = System.Drawing.Color.DarkOliveGreen; this.btnStop.IsRadius = true; this.btnStop.IsShowRect = false; this.btnStop.IsShowTips = false; this.btnStop.Location = new System.Drawing.Point(20, 3); 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.TabIndex = 1; this.btnStop.TabStop = false; this.btnStop.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.btnStop.TipsText = ""; this.btnStop.BtnClick += new System.EventHandler(this.btnStop_BtnClick); // // panelEx4 // this.panelEx4.Controls.Add(this.btnSpaceRun); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill; 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.TabIndex = 0; // // btnSpaceRun // this.btnSpaceRun.BackColor = System.Drawing.Color.White; this.btnSpaceRun.BtnBackColor = System.Drawing.Color.White; this.btnSpaceRun.BtnFont = new System.Drawing.Font("Microsoft YaHei", 26F); this.btnSpaceRun.BtnForeColor = System.Drawing.Color.White; this.btnSpaceRun.BtnText = "空跑"; this.btnSpaceRun.ConerRadius = 80; this.btnSpaceRun.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSpaceRun.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSpaceRun.EnabledMouseEffect = true; this.btnSpaceRun.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124))))); this.btnSpaceRun.IsRadius = true; this.btnSpaceRun.IsShowRect = false; this.btnSpaceRun.IsShowTips = false; this.btnSpaceRun.Location = new System.Drawing.Point(20, 3); 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.TabIndex = 1; this.btnSpaceRun.TabStop = false; this.btnSpaceRun.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.btnSpaceRun.TipsText = ""; this.btnSpaceRun.BtnClick += new System.EventHandler(this.btnSpaceRun_BtnClick); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1242, 848); this.Controls.Add(this.tabControlEx1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormMain"; 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.panel4.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tabControlEx1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx5.PerformLayout(); this.panelEx1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx4.ResumeLayout(false); this.ResumeLayout(false); } #endregion 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 Controls.TabControlEx tabControlEx1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Controls.RsTray rsTray1; private Controls.RsTray rsTray2; private Controls.RsTray rsTray3; private Controls.RsTray rsTray4; private Controls.RsTray rsTray5; private Controls.RsTray rsTray6; private Controls.RsTray rsTray7; private Controls.RsTray rsTray8; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private Controls.PanelEx panelEx1; private Controls.PanelEx panelEx2; private Controls.PanelEx panelEx3; private Controls.PanelEx panelEx4; private Controls.SwitchButton switchButton1; private Controls.RsButton btnWholeHome; private Controls.RsButton btnStop; private Controls.RsButton btnSpaceRun; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnPause; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private ChoiceTech.Halcon.Control.HWindow_Final hWindow_Final1; private Controls.PanelEx panelEx5; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; } }