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.
264 lines
13 KiB
C#
264 lines
13 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class CommunicationFrm
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
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.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox3 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox4 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox5 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox6 = new System.Windows.Forms.RichTextBox();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer3 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer4 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer5 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer6 = new System.Windows.Forms.Timer(this.components);
|
|
this.tableLayoutPanel1.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.33334F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox5, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox6, 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(1467, 851);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.richTextBox1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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(483, 419);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "TC1";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.richTextBox2);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox2.Location = new System.Drawing.Point(492, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(483, 419);
|
|
this.groupBox2.TabIndex = 0;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "TC2";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.richTextBox3);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox3.Location = new System.Drawing.Point(981, 3);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(483, 419);
|
|
this.groupBox3.TabIndex = 0;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "TC3";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.richTextBox4);
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox4.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox4.Location = new System.Drawing.Point(3, 428);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(483, 420);
|
|
this.groupBox4.TabIndex = 0;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "TC4";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.richTextBox5);
|
|
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox5.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox5.Location = new System.Drawing.Point(492, 428);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(483, 420);
|
|
this.groupBox5.TabIndex = 0;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "TC5";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.richTextBox6);
|
|
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox6.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox6.Location = new System.Drawing.Point(981, 428);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(483, 420);
|
|
this.groupBox6.TabIndex = 0;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "TC6";
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox1.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox1.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(477, 399);
|
|
this.richTextBox1.TabIndex = 0;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// richTextBox2
|
|
//
|
|
this.richTextBox2.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox2.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox2.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox2.Name = "richTextBox2";
|
|
this.richTextBox2.Size = new System.Drawing.Size(477, 399);
|
|
this.richTextBox2.TabIndex = 0;
|
|
this.richTextBox2.Text = "";
|
|
//
|
|
// richTextBox3
|
|
//
|
|
this.richTextBox3.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox3.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox3.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox3.Name = "richTextBox3";
|
|
this.richTextBox3.Size = new System.Drawing.Size(477, 399);
|
|
this.richTextBox3.TabIndex = 0;
|
|
this.richTextBox3.Text = "";
|
|
//
|
|
// richTextBox4
|
|
//
|
|
this.richTextBox4.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox4.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox4.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox4.Name = "richTextBox4";
|
|
this.richTextBox4.Size = new System.Drawing.Size(477, 400);
|
|
this.richTextBox4.TabIndex = 0;
|
|
this.richTextBox4.Text = "";
|
|
//
|
|
// richTextBox5
|
|
//
|
|
this.richTextBox5.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox5.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox5.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox5.Name = "richTextBox5";
|
|
this.richTextBox5.Size = new System.Drawing.Size(477, 400);
|
|
this.richTextBox5.TabIndex = 0;
|
|
this.richTextBox5.Text = "";
|
|
//
|
|
// richTextBox6
|
|
//
|
|
this.richTextBox6.BackColor = System.Drawing.Color.Black;
|
|
this.richTextBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox6.ForeColor = System.Drawing.Color.Lime;
|
|
this.richTextBox6.Location = new System.Drawing.Point(3, 17);
|
|
this.richTextBox6.Name = "richTextBox6";
|
|
this.richTextBox6.Size = new System.Drawing.Size(477, 400);
|
|
this.richTextBox6.TabIndex = 0;
|
|
this.richTextBox6.Text = "";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// CommunicationFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1467, 851);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "CommunicationFrm";
|
|
this.Text = "CommunicationFrm";
|
|
this.tableLayoutPanel1.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.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 richTextBox1;
|
|
private System.Windows.Forms.RichTextBox richTextBox2;
|
|
private System.Windows.Forms.RichTextBox richTextBox3;
|
|
private System.Windows.Forms.RichTextBox richTextBox4;
|
|
private System.Windows.Forms.RichTextBox richTextBox5;
|
|
private System.Windows.Forms.RichTextBox richTextBox6;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timer2;
|
|
private System.Windows.Forms.Timer timer3;
|
|
private System.Windows.Forms.Timer timer4;
|
|
private System.Windows.Forms.Timer timer5;
|
|
private System.Windows.Forms.Timer timer6;
|
|
}
|
|
} |