470 lines
24 KiB
C#
470 lines
24 KiB
C#
namespace Project.ViewForm
|
|
{
|
|
partial class fAgv
|
|
{
|
|
/// <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.rtSystem0 = new System.Windows.Forms.RichTextBox();
|
|
this.rtSystem1 = new System.Windows.Forms.RichTextBox();
|
|
this.rtSignal1 = new System.Windows.Forms.RichTextBox();
|
|
this.rtError = new System.Windows.Forms.RichTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button17 = new System.Windows.Forms.Button();
|
|
this.lbIP = new System.Windows.Forms.Label();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lbPortName = new System.Windows.Forms.Label();
|
|
this.button15 = new System.Windows.Forms.Button();
|
|
this.button14 = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.button16 = new System.Windows.Forms.Button();
|
|
this.rtData = new System.Windows.Forms.RichTextBox();
|
|
this.rtSignal2 = new System.Windows.Forms.RichTextBox();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.rtSignal2, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.rtSystem0, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.rtSystem1, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.rtSignal1, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.rtError, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.rtData, 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 = 3;
|
|
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, 50F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1050, 461);
|
|
this.tableLayoutPanel1.TabIndex = 6;
|
|
//
|
|
// rtSystem0
|
|
//
|
|
this.rtSystem0.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtSystem0.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtSystem0.Location = new System.Drawing.Point(3, 3);
|
|
this.rtSystem0.Name = "rtSystem0";
|
|
this.tableLayoutPanel1.SetRowSpan(this.rtSystem0, 2);
|
|
this.rtSystem0.Size = new System.Drawing.Size(256, 404);
|
|
this.rtSystem0.TabIndex = 1;
|
|
this.rtSystem0.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// rtSystem1
|
|
//
|
|
this.rtSystem1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtSystem1.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtSystem1.Location = new System.Drawing.Point(265, 3);
|
|
this.rtSystem1.Name = "rtSystem1";
|
|
this.tableLayoutPanel1.SetRowSpan(this.rtSystem1, 2);
|
|
this.rtSystem1.Size = new System.Drawing.Size(256, 404);
|
|
this.rtSystem1.TabIndex = 1;
|
|
this.rtSystem1.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// rtSignal1
|
|
//
|
|
this.rtSignal1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtSignal1.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtSignal1.Location = new System.Drawing.Point(527, 3);
|
|
this.rtSignal1.Name = "rtSignal1";
|
|
this.rtSignal1.Size = new System.Drawing.Size(256, 199);
|
|
this.rtSignal1.TabIndex = 1;
|
|
this.rtSignal1.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// rtError
|
|
//
|
|
this.rtError.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtError.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtError.Location = new System.Drawing.Point(789, 3);
|
|
this.rtError.Name = "rtError";
|
|
this.rtError.Size = new System.Drawing.Size(258, 199);
|
|
this.rtError.TabIndex = 1;
|
|
this.rtError.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// label1
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(3, 410);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(518, 51);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "label1";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 200;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button7);
|
|
this.panel1.Controls.Add(this.button6);
|
|
this.panel1.Controls.Add(this.button5);
|
|
this.panel1.Controls.Add(this.button17);
|
|
this.panel1.Controls.Add(this.lbIP);
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.button8);
|
|
this.panel1.Controls.Add(this.button4);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(3, 522);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1050, 58);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button7.Location = new System.Drawing.Point(570, 0);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(80, 58);
|
|
this.button7.TabIndex = 6;
|
|
this.button7.Text = "Go - Front\r\nManual";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button6.Location = new System.Drawing.Point(650, 0);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(80, 58);
|
|
this.button6.TabIndex = 5;
|
|
this.button6.Text = "Go - Back\r\nManual";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button5.Location = new System.Drawing.Point(730, 0);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(80, 58);
|
|
this.button5.TabIndex = 4;
|
|
this.button5.Text = "Stop(Mark)";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button17
|
|
//
|
|
this.button17.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button17.Location = new System.Drawing.Point(810, 0);
|
|
this.button17.Name = "button17";
|
|
this.button17.Size = new System.Drawing.Size(80, 58);
|
|
this.button17.TabIndex = 9;
|
|
this.button17.Text = "Run(Bwd)";
|
|
this.button17.UseVisualStyleBackColor = true;
|
|
this.button17.Click += new System.EventHandler(this.button17_Click);
|
|
//
|
|
// lbIP
|
|
//
|
|
this.lbIP.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbIP.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbIP.ForeColor = System.Drawing.Color.White;
|
|
this.lbIP.Location = new System.Drawing.Point(252, 0);
|
|
this.lbIP.Name = "lbIP";
|
|
this.lbIP.Size = new System.Drawing.Size(638, 58);
|
|
this.lbIP.TabIndex = 8;
|
|
this.lbIP.Text = "000.000.000.000";
|
|
this.lbIP.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button3.Location = new System.Drawing.Point(168, 0);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(84, 58);
|
|
this.button3.TabIndex = 2;
|
|
this.button3.Text = "Charge Off";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button2.Location = new System.Drawing.Point(84, 0);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(84, 58);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "Charge On";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button1.Location = new System.Drawing.Point(0, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(84, 58);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Reset";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button8.Location = new System.Drawing.Point(890, 0);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(80, 58);
|
|
this.button8.TabIndex = 7;
|
|
this.button8.Text = "Run(Fwd)";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button4.Location = new System.Drawing.Point(970, 0);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(80, 58);
|
|
this.button4.TabIndex = 3;
|
|
this.button4.Text = "Stop";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button9.Location = new System.Drawing.Point(324, 0);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(115, 58);
|
|
this.button9.TabIndex = 9;
|
|
this.button9.Text = "GDS Center Scope";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.lbPortName);
|
|
this.panel2.Controls.Add(this.button15);
|
|
this.panel2.Controls.Add(this.button14);
|
|
this.panel2.Controls.Add(this.button11);
|
|
this.panel2.Controls.Add(this.button12);
|
|
this.panel2.Controls.Add(this.button13);
|
|
this.panel2.Controls.Add(this.button9);
|
|
this.panel2.Controls.Add(this.button10);
|
|
this.panel2.Controls.Add(this.button16);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.Location = new System.Drawing.Point(3, 464);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1050, 58);
|
|
this.panel2.TabIndex = 8;
|
|
//
|
|
// lbPortName
|
|
//
|
|
this.lbPortName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbPortName.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbPortName.ForeColor = System.Drawing.Color.White;
|
|
this.lbPortName.Location = new System.Drawing.Point(607, 0);
|
|
this.lbPortName.Name = "lbPortName";
|
|
this.lbPortName.Size = new System.Drawing.Size(203, 58);
|
|
this.lbPortName.TabIndex = 15;
|
|
this.lbPortName.Text = "--";
|
|
this.lbPortName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button15
|
|
//
|
|
this.button15.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button15.Location = new System.Drawing.Point(523, 0);
|
|
this.button15.Name = "button15";
|
|
this.button15.Size = new System.Drawing.Size(84, 58);
|
|
this.button15.TabIndex = 14;
|
|
this.button15.Text = "Mag Off";
|
|
this.button15.UseVisualStyleBackColor = true;
|
|
this.button15.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button14
|
|
//
|
|
this.button14.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button14.Location = new System.Drawing.Point(439, 0);
|
|
this.button14.Name = "button14";
|
|
this.button14.Size = new System.Drawing.Size(84, 58);
|
|
this.button14.TabIndex = 13;
|
|
this.button14.Text = "Mag On";
|
|
this.button14.UseVisualStyleBackColor = true;
|
|
this.button14.Click += new System.EventHandler(this.button14_Click);
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button11.Location = new System.Drawing.Point(810, 0);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(80, 58);
|
|
this.button11.TabIndex = 11;
|
|
this.button11.Text = "Up";
|
|
this.button11.UseVisualStyleBackColor = true;
|
|
this.button11.Click += new System.EventHandler(this.button11_Click);
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button12.Location = new System.Drawing.Point(890, 0);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(80, 58);
|
|
this.button12.TabIndex = 12;
|
|
this.button12.Text = "Stop";
|
|
this.button12.UseVisualStyleBackColor = true;
|
|
this.button12.Click += new System.EventHandler(this.button12_Click);
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button13.Location = new System.Drawing.Point(970, 0);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(80, 58);
|
|
this.button13.TabIndex = 10;
|
|
this.button13.Text = "Down";
|
|
this.button13.UseVisualStyleBackColor = true;
|
|
this.button13.Click += new System.EventHandler(this.button13_Click);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button10.Location = new System.Drawing.Point(162, 0);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(162, 58);
|
|
this.button10.TabIndex = 1;
|
|
this.button10.Text = "GateOut Off Time";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
|
//
|
|
// button16
|
|
//
|
|
this.button16.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button16.Location = new System.Drawing.Point(0, 0);
|
|
this.button16.Name = "button16";
|
|
this.button16.Size = new System.Drawing.Size(162, 58);
|
|
this.button16.TabIndex = 0;
|
|
this.button16.Text = "백턴유지시간";
|
|
this.button16.UseVisualStyleBackColor = true;
|
|
this.button16.Click += new System.EventHandler(this.button16_Click);
|
|
//
|
|
// rtData
|
|
//
|
|
this.rtData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtData.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtData.Location = new System.Drawing.Point(789, 208);
|
|
this.rtData.Name = "rtData";
|
|
this.rtData.Size = new System.Drawing.Size(258, 199);
|
|
this.rtData.TabIndex = 3;
|
|
this.rtData.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// rtSignal2
|
|
//
|
|
this.rtSignal2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtSignal2.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.rtSignal2.Location = new System.Drawing.Point(527, 208);
|
|
this.rtSignal2.Name = "rtSignal2";
|
|
this.rtSignal2.Size = new System.Drawing.Size(256, 199);
|
|
this.rtSignal2.TabIndex = 4;
|
|
this.rtSignal2.Text = "test2\ntest3\nteat\nasdfjalsdf\nasdjfklasdfj\nkalsdjfalksdjfa\nsdjfklasdjfklasjdf\n";
|
|
//
|
|
// fAgv
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
|
|
this.ClientSize = new System.Drawing.Size(1056, 583);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "fAgv";
|
|
this.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Text = "fFlag";
|
|
this.Load += new System.EventHandler(this.fFlag_Load);
|
|
this.VisibleChanged += new System.EventHandler(this.fAgv_VisibleChanged);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.RichTextBox rtSystem0;
|
|
private System.Windows.Forms.RichTextBox rtSystem1;
|
|
private System.Windows.Forms.RichTextBox rtSignal1;
|
|
private System.Windows.Forms.RichTextBox rtError;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lbIP;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button button16;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.Button button15;
|
|
private System.Windows.Forms.Button button14;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.Button button13;
|
|
private System.Windows.Forms.Label lbPortName;
|
|
private System.Windows.Forms.Button button17;
|
|
private System.Windows.Forms.RichTextBox rtData;
|
|
private System.Windows.Forms.RichTextBox rtSignal2;
|
|
}
|
|
} |