You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rs.DeweyTester/Rs.DeweyTester/TestCommunicationFrm.Design...

325 lines
15 KiB
C#

namespace Rs.MotionPlat
{
partial class TestCommunicationFrm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.txtTC1 = new System.Windows.Forms.RichTextBox();
this.txtTC2 = new System.Windows.Forms.RichTextBox();
this.txtTC3 = new System.Windows.Forms.RichTextBox();
this.txtTC4 = new System.Windows.Forms.RichTextBox();
this.txtTC5 = new System.Windows.Forms.RichTextBox();
this.txtTC6 = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.panel6, 2, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
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.Size = new System.Drawing.Size(1336, 781);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(439, 384);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.groupBox2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(448, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(439, 384);
this.panel2.TabIndex = 0;
//
// panel3
//
this.panel3.Controls.Add(this.groupBox3);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(893, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(440, 384);
this.panel3.TabIndex = 0;
//
// panel4
//
this.panel4.Controls.Add(this.groupBox4);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 393);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(439, 385);
this.panel4.TabIndex = 0;
//
// panel5
//
this.panel5.Controls.Add(this.groupBox5);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(448, 393);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(439, 385);
this.panel5.TabIndex = 0;
//
// panel6
//
this.panel6.Controls.Add(this.groupBox6);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(893, 393);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(440, 385);
this.panel6.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtTC1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(439, 384);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "TC1";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtTC2);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.ForeColor = System.Drawing.Color.White;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(439, 384);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "TC2";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtTC3);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(440, 384);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "TC3";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.txtTC4);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(439, 385);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "TC4";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.txtTC5);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.ForeColor = System.Drawing.Color.White;
this.groupBox5.Location = new System.Drawing.Point(0, 0);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(439, 385);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "TC5";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.txtTC6);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox6.ForeColor = System.Drawing.Color.White;
this.groupBox6.Location = new System.Drawing.Point(0, 0);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(440, 385);
this.groupBox6.TabIndex = 0;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "TC6";
//
// txtTC1
//
this.txtTC1.BackColor = System.Drawing.Color.Black;
this.txtTC1.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC1.ForeColor = System.Drawing.Color.Lime;
this.txtTC1.Location = new System.Drawing.Point(3, 17);
this.txtTC1.Name = "txtTC1";
this.txtTC1.Size = new System.Drawing.Size(433, 364);
this.txtTC1.TabIndex = 0;
this.txtTC1.Text = "";
//
// txtTC2
//
this.txtTC2.BackColor = System.Drawing.Color.Black;
this.txtTC2.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC2.ForeColor = System.Drawing.Color.Lime;
this.txtTC2.Location = new System.Drawing.Point(3, 17);
this.txtTC2.Name = "txtTC2";
this.txtTC2.Size = new System.Drawing.Size(433, 364);
this.txtTC2.TabIndex = 0;
this.txtTC2.Text = "";
//
// txtTC3
//
this.txtTC3.BackColor = System.Drawing.Color.Black;
this.txtTC3.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC3.ForeColor = System.Drawing.Color.Lime;
this.txtTC3.Location = new System.Drawing.Point(3, 17);
this.txtTC3.Name = "txtTC3";
this.txtTC3.Size = new System.Drawing.Size(434, 364);
this.txtTC3.TabIndex = 0;
this.txtTC3.Text = "";
//
// txtTC4
//
this.txtTC4.BackColor = System.Drawing.Color.Black;
this.txtTC4.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC4.ForeColor = System.Drawing.Color.Lime;
this.txtTC4.Location = new System.Drawing.Point(3, 17);
this.txtTC4.Name = "txtTC4";
this.txtTC4.Size = new System.Drawing.Size(433, 365);
this.txtTC4.TabIndex = 0;
this.txtTC4.Text = "";
//
// txtTC5
//
this.txtTC5.BackColor = System.Drawing.Color.Black;
this.txtTC5.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC5.ForeColor = System.Drawing.Color.Lime;
this.txtTC5.Location = new System.Drawing.Point(3, 17);
this.txtTC5.Name = "txtTC5";
this.txtTC5.Size = new System.Drawing.Size(433, 365);
this.txtTC5.TabIndex = 0;
this.txtTC5.Text = "";
//
// txtTC6
//
this.txtTC6.BackColor = System.Drawing.Color.Black;
this.txtTC6.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtTC6.ForeColor = System.Drawing.Color.Lime;
this.txtTC6.Location = new System.Drawing.Point(3, 17);
this.txtTC6.Name = "txtTC6";
this.txtTC6.Size = new System.Drawing.Size(434, 365);
this.txtTC6.TabIndex = 0;
this.txtTC6.Text = "";
//
// TestCommunicationFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1336, 781);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "TestCommunicationFrm";
this.Text = "TestCommunicationFrm";
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.RichTextBox txtTC1;
private System.Windows.Forms.RichTextBox txtTC2;
private System.Windows.Forms.RichTextBox txtTC3;
private System.Windows.Forms.RichTextBox txtTC4;
private System.Windows.Forms.RichTextBox txtTC5;
private System.Windows.Forms.RichTextBox txtTC6;
}
}