namespace PCLCommunication
{
partial class FrmTest
{
///
/// 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.btnConn = new System.Windows.Forms.Button();
this.txtPort = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtIP = new System.Windows.Forms.TextBox();
this.lblIP = new System.Windows.Forms.Label();
this.txtRAdress = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtRLenght = new System.Windows.Forms.TextBox();
this.btnRead = new System.Windows.Forms.Button();
this.txtRText = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnWrite = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.txtWText = new System.Windows.Forms.TextBox();
this.txtWLenght = new System.Windows.Forms.TextBox();
this.txtWAdress = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.txtResult = new System.Windows.Forms.TextBox();
this.txtCommed = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnConn
//
this.btnConn.Location = new System.Drawing.Point(226, 39);
this.btnConn.Name = "btnConn";
this.btnConn.Size = new System.Drawing.Size(75, 23);
this.btnConn.TabIndex = 5;
this.btnConn.Text = "连接";
this.btnConn.UseVisualStyleBackColor = true;
this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(64, 39);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(145, 21);
this.txtPort.TabIndex = 4;
this.txtPort.Text = "8080";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 3;
this.label1.Text = "Port";
//
// txtIP
//
this.txtIP.Location = new System.Drawing.Point(64, 12);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(145, 21);
this.txtIP.TabIndex = 1;
this.txtIP.Text = "127.0.0.1";
//
// lblIP
//
this.lblIP.AutoSize = true;
this.lblIP.Location = new System.Drawing.Point(17, 15);
this.lblIP.Name = "lblIP";
this.lblIP.Size = new System.Drawing.Size(17, 12);
this.lblIP.TabIndex = 0;
this.lblIP.Text = "IP";
//
// txtRAdress
//
this.txtRAdress.Location = new System.Drawing.Point(64, 77);
this.txtRAdress.Name = "txtRAdress";
this.txtRAdress.Size = new System.Drawing.Size(50, 21);
this.txtRAdress.TabIndex = 7;
this.txtRAdress.Text = "D100";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 6;
this.label2.Text = "地址";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(124, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 8;
this.label3.Text = "长度";
//
// txtRLenght
//
this.txtRLenght.Location = new System.Drawing.Point(159, 77);
this.txtRLenght.Name = "txtRLenght";
this.txtRLenght.Size = new System.Drawing.Size(50, 21);
this.txtRLenght.TabIndex = 9;
this.txtRLenght.Text = "2";
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(226, 80);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(75, 23);
this.btnRead.TabIndex = 10;
this.btnRead.Text = "读取";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// txtRText
//
this.txtRText.Location = new System.Drawing.Point(64, 104);
this.txtRText.Multiline = true;
this.txtRText.Name = "txtRText";
this.txtRText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtRText.Size = new System.Drawing.Size(145, 58);
this.txtRText.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 107);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 11;
this.label4.Text = "文本";
//
// btnWrite
//
this.btnWrite.Location = new System.Drawing.Point(226, 202);
this.btnWrite.Name = "btnWrite";
this.btnWrite.Size = new System.Drawing.Size(75, 23);
this.btnWrite.TabIndex = 19;
this.btnWrite.Text = "写入";
this.btnWrite.UseVisualStyleBackColor = true;
this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 207);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 17;
this.label5.Text = "文本";
//
// txtWText
//
this.txtWText.Location = new System.Drawing.Point(64, 204);
this.txtWText.Multiline = true;
this.txtWText.Name = "txtWText";
this.txtWText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtWText.Size = new System.Drawing.Size(145, 58);
this.txtWText.TabIndex = 18;
//
// txtWLenght
//
this.txtWLenght.Location = new System.Drawing.Point(159, 177);
this.txtWLenght.Name = "txtWLenght";
this.txtWLenght.Size = new System.Drawing.Size(50, 21);
this.txtWLenght.TabIndex = 16;
this.txtWLenght.Text = "A";
//
// txtWAdress
//
this.txtWAdress.Location = new System.Drawing.Point(64, 177);
this.txtWAdress.Name = "txtWAdress";
this.txtWAdress.Size = new System.Drawing.Size(50, 21);
this.txtWAdress.TabIndex = 14;
this.txtWAdress.Text = "D100";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(29, 180);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 13;
this.label7.Text = "地址";
//
// button1
//
this.button1.Location = new System.Drawing.Point(226, 271);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 24;
this.button1.Text = "执行";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(29, 303);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 22;
this.label8.Text = "结果";
//
// txtResult
//
this.txtResult.Location = new System.Drawing.Point(64, 300);
this.txtResult.Multiline = true;
this.txtResult.Name = "txtResult";
this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtResult.Size = new System.Drawing.Size(145, 46);
this.txtResult.TabIndex = 23;
//
// txtCommed
//
this.txtCommed.Location = new System.Drawing.Point(64, 273);
this.txtCommed.Name = "txtCommed";
this.txtCommed.Size = new System.Drawing.Size(145, 21);
this.txtCommed.TabIndex = 21;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(29, 276);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 20;
this.label9.Text = "命令";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(124, 180);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 17;
this.label10.Text = "文本";
//
// button2
//
this.button2.Location = new System.Drawing.Point(226, 298);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 24;
this.button2.Text = "执行";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(226, 231);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 25;
this.button3.Text = "写入";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(226, 109);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 26;
this.button4.Text = "读取";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// FrmTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(348, 358);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtResult);
this.Controls.Add(this.txtCommed);
this.Controls.Add(this.label9);
this.Controls.Add(this.btnWrite);
this.Controls.Add(this.label10);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtWText);
this.Controls.Add(this.txtWLenght);
this.Controls.Add(this.txtWAdress);
this.Controls.Add(this.label7);
this.Controls.Add(this.btnRead);
this.Controls.Add(this.btnConn);
this.Controls.Add(this.txtPort);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtRText);
this.Controls.Add(this.txtRLenght);
this.Controls.Add(this.txtRAdress);
this.Controls.Add(this.txtIP);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblIP);
this.Name = "FrmTest";
this.Text = "通信测试";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnConn;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtIP;
private System.Windows.Forms.Label lblIP;
private System.Windows.Forms.TextBox txtRAdress;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtRLenght;
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.TextBox txtRText;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnWrite;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtWText;
private System.Windows.Forms.TextBox txtWLenght;
private System.Windows.Forms.TextBox txtWAdress;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtResult;
private System.Windows.Forms.TextBox txtCommed;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}