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.

770 lines
38 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace DeviceAppDemo
{
partial class DeviceAppNewDemo
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeviceAppNewDemo));
this.tbLog = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.BtnPing = new System.Windows.Forms.Button();
this.tb_Port = new System.Windows.Forms.TextBox();
this.l_Port = new System.Windows.Forms.Label();
this.tb_IPaddr = new System.Windows.Forms.TextBox();
this.l_IPaddr = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btSetSignleRead = new System.Windows.Forms.Button();
this.cb_Ant = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cb_SenorType = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnSetAntCT = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDisConnect = new System.Windows.Forms.Button();
this.btnConStatus = new System.Windows.Forms.Button();
this.btnConnect = new System.Windows.Forms.Button();
this.btnSendHeartPack = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnWriteData = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tbWriteResult = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbWriteData = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.cbReadType = new System.Windows.Forms.ComboBox();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.tbShowReadData = new System.Windows.Forms.TextBox();
this.label41 = new System.Windows.Forms.Label();
this.cbTagNo = new System.Windows.Forms.ComboBox();
this.label44 = new System.Windows.Forms.Label();
this.cbAntenna = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.btnReadData = new System.Windows.Forms.Button();
this.label34 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnClearLog = new System.Windows.Forms.Button();
this.btnbeginIdentify = new System.Windows.Forms.Button();
this.btnstopIdentify = new System.Windows.Forms.Button();
this.label_Time = new System.Windows.Forms.Label();
this.Timer = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine();
this.TimerPing = new System.Windows.Forms.Timer(this.components);
this.label5 = new System.Windows.Forms.Label();
this.cb_DataLength = new System.Windows.Forms.ComboBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox7.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// tbLog
//
this.tbLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbLog.Location = new System.Drawing.Point(17, 38);
this.tbLog.Margin = new System.Windows.Forms.Padding(4);
this.tbLog.Multiline = true;
this.tbLog.Name = "tbLog";
this.tbLog.ReadOnly = true;
this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbLog.Size = new System.Drawing.Size(747, 585);
this.tbLog.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(772, 38);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(457, 586);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.BtnPing);
this.tabPage1.Controls.Add(this.tb_Port);
this.tabPage1.Controls.Add(this.l_Port);
this.tabPage1.Controls.Add(this.tb_IPaddr);
this.tabPage1.Controls.Add(this.l_IPaddr);
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
this.tabPage1.Size = new System.Drawing.Size(449, 557);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "初始化";
this.tabPage1.UseVisualStyleBackColor = true;
//
// BtnPing
//
this.BtnPing.Location = new System.Drawing.Point(210, 14);
this.BtnPing.Name = "BtnPing";
this.BtnPing.Size = new System.Drawing.Size(63, 23);
this.BtnPing.TabIndex = 20;
this.BtnPing.Text = "Ping";
this.BtnPing.UseVisualStyleBackColor = true;
this.BtnPing.Visible = false;
this.BtnPing.Click += new System.EventHandler(this.BtnPing_Click);
//
// tb_Port
//
this.tb_Port.Location = new System.Drawing.Point(341, 14);
this.tb_Port.Margin = new System.Windows.Forms.Padding(4);
this.tb_Port.Name = "tb_Port";
this.tb_Port.ReadOnly = true;
this.tb_Port.Size = new System.Drawing.Size(100, 25);
this.tb_Port.TabIndex = 19;
this.tb_Port.Text = "10000";
//
// l_Port
//
this.l_Port.AutoSize = true;
this.l_Port.Location = new System.Drawing.Point(279, 17);
this.l_Port.Name = "l_Port";
this.l_Port.Size = new System.Drawing.Size(67, 15);
this.l_Port.TabIndex = 18;
this.l_Port.Text = "端口号:";
//
// tb_IPaddr
//
this.tb_IPaddr.Location = new System.Drawing.Point(82, 14);
this.tb_IPaddr.Margin = new System.Windows.Forms.Padding(4);
this.tb_IPaddr.Name = "tb_IPaddr";
this.tb_IPaddr.Size = new System.Drawing.Size(120, 25);
this.tb_IPaddr.TabIndex = 17;
this.tb_IPaddr.Text = "169.254.10.12";
//
// l_IPaddr
//
this.l_IPaddr.AutoSize = true;
this.l_IPaddr.Location = new System.Drawing.Point(16, 17);
this.l_IPaddr.Name = "l_IPaddr";
this.l_IPaddr.Size = new System.Drawing.Size(68, 15);
this.l_IPaddr.TabIndex = 2;
this.l_IPaddr.Text = "IP地址";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btSetSignleRead);
this.groupBox2.Controls.Add(this.cb_Ant);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.cb_SenorType);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.btnSetAntCT);
this.groupBox2.Location = new System.Drawing.Point(19, 233);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(409, 298);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "读写器设置";
//
// btSetSignleRead
//
this.btSetSignleRead.BackColor = System.Drawing.Color.YellowGreen;
this.btSetSignleRead.Location = new System.Drawing.Point(83, 234);
this.btSetSignleRead.Margin = new System.Windows.Forms.Padding(4);
this.btSetSignleRead.Name = "btSetSignleRead";
this.btSetSignleRead.Size = new System.Drawing.Size(228, 42);
this.btSetSignleRead.TabIndex = 21;
this.btSetSignleRead.Text = "单标签模式设置";
this.btSetSignleRead.UseVisualStyleBackColor = false;
this.btSetSignleRead.Click += new System.EventHandler(this.btSetSignleRead_Click);
//
// cb_Ant
//
this.cb_Ant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_Ant.FormattingEnabled = true;
this.cb_Ant.Items.AddRange(new object[] {
"1",
"2",
"3",
"4"});
this.cb_Ant.Location = new System.Drawing.Point(178, 40);
this.cb_Ant.Margin = new System.Windows.Forms.Padding(4);
this.cb_Ant.Name = "cb_Ant";
this.cb_Ant.Size = new System.Drawing.Size(121, 23);
this.cb_Ant.TabIndex = 20;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(79, 102);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 20);
this.label3.TabIndex = 19;
this.label3.Text = "读头类型";
//
// cb_SenorType
//
this.cb_SenorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_SenorType.FormattingEnabled = true;
this.cb_SenorType.Items.AddRange(new object[] {
"高频",
"超高频"});
this.cb_SenorType.Location = new System.Drawing.Point(178, 99);
this.cb_SenorType.Margin = new System.Windows.Forms.Padding(4);
this.cb_SenorType.Name = "cb_SenorType";
this.cb_SenorType.Size = new System.Drawing.Size(121, 23);
this.cb_SenorType.TabIndex = 18;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(79, 40);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(84, 20);
this.label2.TabIndex = 13;
this.label2.Text = "天线编号:";
//
// btnSetAntCT
//
this.btnSetAntCT.BackColor = System.Drawing.Color.Coral;
this.btnSetAntCT.Location = new System.Drawing.Point(83, 166);
this.btnSetAntCT.Margin = new System.Windows.Forms.Padding(4);
this.btnSetAntCT.Name = "btnSetAntCT";
this.btnSetAntCT.Size = new System.Drawing.Size(228, 42);
this.btnSetAntCT.TabIndex = 5;
this.btnSetAntCT.Text = "读头模式设置";
this.btnSetAntCT.UseVisualStyleBackColor = false;
this.btnSetAntCT.Click += new System.EventHandler(this.btnSetAntCT_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnDisConnect);
this.groupBox1.Controls.Add(this.btnConStatus);
this.groupBox1.Controls.Add(this.btnConnect);
this.groupBox1.Controls.Add(this.btnSendHeartPack);
this.groupBox1.Location = new System.Drawing.Point(16, 57);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(413, 166);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "初始化功能";
//
// btnDisConnect
//
this.btnDisConnect.Location = new System.Drawing.Point(20, 106);
this.btnDisConnect.Margin = new System.Windows.Forms.Padding(4);
this.btnDisConnect.Name = "btnDisConnect";
this.btnDisConnect.Size = new System.Drawing.Size(149, 42);
this.btnDisConnect.TabIndex = 3;
this.btnDisConnect.Text = "断开连接";
this.btnDisConnect.UseVisualStyleBackColor = true;
this.btnDisConnect.Click += new System.EventHandler(this.btnDisConnect_Click);
//
// btnConStatus
//
this.btnConStatus.Location = new System.Drawing.Point(248, 26);
this.btnConStatus.Margin = new System.Windows.Forms.Padding(4);
this.btnConStatus.Name = "btnConStatus";
this.btnConStatus.Size = new System.Drawing.Size(153, 42);
this.btnConStatus.TabIndex = 2;
this.btnConStatus.Text = "连接状态";
this.btnConStatus.UseVisualStyleBackColor = true;
this.btnConStatus.Click += new System.EventHandler(this.btnConStatus_Click);
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(20, 26);
this.btnConnect.Margin = new System.Windows.Forms.Padding(4);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(148, 42);
this.btnConnect.TabIndex = 1;
this.btnConnect.Text = "连接";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// btnSendHeartPack
//
this.btnSendHeartPack.Location = new System.Drawing.Point(248, 106);
this.btnSendHeartPack.Margin = new System.Windows.Forms.Padding(4);
this.btnSendHeartPack.Name = "btnSendHeartPack";
this.btnSendHeartPack.Size = new System.Drawing.Size(153, 42);
this.btnSendHeartPack.TabIndex = 4;
this.btnSendHeartPack.Text = "发送心跳包";
this.btnSendHeartPack.UseVisualStyleBackColor = true;
this.btnSendHeartPack.Click += new System.EventHandler(this.btnSendHeartPack_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.cb_DataLength);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.btnWriteData);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.cbReadType);
this.tabPage2.Controls.Add(this.groupBox7);
this.tabPage2.Controls.Add(this.cbTagNo);
this.tabPage2.Controls.Add(this.label44);
this.tabPage2.Controls.Add(this.cbAntenna);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.btnReadData);
this.tabPage2.Controls.Add(this.label34);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
this.tabPage2.Size = new System.Drawing.Size(449, 557);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "标签操作";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btnWriteData
//
this.btnWriteData.Location = new System.Drawing.Point(273, 500);
this.btnWriteData.Margin = new System.Windows.Forms.Padding(4);
this.btnWriteData.Name = "btnWriteData";
this.btnWriteData.Size = new System.Drawing.Size(151, 42);
this.btnWriteData.TabIndex = 22;
this.btnWriteData.Text = "写入数据";
this.btnWriteData.UseVisualStyleBackColor = true;
this.btnWriteData.Click += new System.EventHandler(this.btnWriteData_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tbWriteResult);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.tbWriteData);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Location = new System.Drawing.Point(8, 318);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(416, 174);
this.groupBox3.TabIndex = 21;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "写入区设置:";
//
// tbWriteResult
//
this.tbWriteResult.Location = new System.Drawing.Point(95, 123);
this.tbWriteResult.Margin = new System.Windows.Forms.Padding(4);
this.tbWriteResult.Name = "tbWriteResult";
this.tbWriteResult.ReadOnly = true;
this.tbWriteResult.Size = new System.Drawing.Size(303, 25);
this.tbWriteResult.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 129);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(82, 15);
this.label6.TabIndex = 8;
this.label6.Text = "写入结果:";
//
// tbWriteData
//
this.tbWriteData.Location = new System.Drawing.Point(11, 64);
this.tbWriteData.Margin = new System.Windows.Forms.Padding(4);
this.tbWriteData.Name = "tbWriteData";
this.tbWriteData.Size = new System.Drawing.Size(387, 25);
this.tbWriteData.TabIndex = 7;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(8, 46);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(82, 15);
this.label7.TabIndex = 6;
this.label7.Text = "写入数据:";
//
// cbReadType
//
this.cbReadType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbReadType.FormattingEnabled = true;
this.cbReadType.Items.AddRange(new object[] {
"高频",
"超高频"});
this.cbReadType.Location = new System.Drawing.Point(306, 23);
this.cbReadType.Margin = new System.Windows.Forms.Padding(4);
this.cbReadType.Name = "cbReadType";
this.cbReadType.Size = new System.Drawing.Size(109, 23);
this.cbReadType.TabIndex = 18;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.tbShowReadData);
this.groupBox7.Controls.Add(this.label41);
this.groupBox7.Location = new System.Drawing.Point(8, 109);
this.groupBox7.Margin = new System.Windows.Forms.Padding(4);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Padding = new System.Windows.Forms.Padding(4);
this.groupBox7.Size = new System.Drawing.Size(416, 151);
this.groupBox7.TabIndex = 10;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "读取区设置:";
//
// tbShowReadData
//
this.tbShowReadData.Location = new System.Drawing.Point(11, 81);
this.tbShowReadData.Margin = new System.Windows.Forms.Padding(4);
this.tbShowReadData.Name = "tbShowReadData";
this.tbShowReadData.ReadOnly = true;
this.tbShowReadData.Size = new System.Drawing.Size(387, 25);
this.tbShowReadData.TabIndex = 9;
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(14, 46);
this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(142, 15);
this.label41.TabIndex = 8;
this.label41.Text = "读取数据结果显示:";
//
// cbTagNo
//
this.cbTagNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTagNo.FormattingEnabled = true;
this.cbTagNo.Items.AddRange(new object[] {
"EPC",
"TID",
"USER"});
this.cbTagNo.Location = new System.Drawing.Point(105, 68);
this.cbTagNo.Margin = new System.Windows.Forms.Padding(4);
this.cbTagNo.Name = "cbTagNo";
this.cbTagNo.Size = new System.Drawing.Size(109, 23);
this.cbTagNo.TabIndex = 2;
this.cbTagNo.SelectedIndexChanged += new System.EventHandler(this.cbTagNo_SelectedIndexChanged);
//
// label44
//
this.label44.AutoSize = true;
this.label44.Location = new System.Drawing.Point(21, 71);
this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(82, 15);
this.label44.TabIndex = 0;
this.label44.Text = "标签区号:";
//
// cbAntenna
//
this.cbAntenna.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAntenna.FormattingEnabled = true;
this.cbAntenna.Items.AddRange(new object[] {
"1",
"2",
"3",
"4"});
this.cbAntenna.Location = new System.Drawing.Point(105, 22);
this.cbAntenna.Margin = new System.Windows.Forms.Padding(4);
this.cbAntenna.Name = "cbAntenna";
this.cbAntenna.Size = new System.Drawing.Size(109, 23);
this.cbAntenna.TabIndex = 19;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(222, 26);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 11;
this.label4.Text = "读头类型";
//
// btnReadData
//
this.btnReadData.Location = new System.Drawing.Point(273, 268);
this.btnReadData.Margin = new System.Windows.Forms.Padding(4);
this.btnReadData.Name = "btnReadData";
this.btnReadData.Size = new System.Drawing.Size(151, 42);
this.btnReadData.TabIndex = 4;
this.btnReadData.Text = "读取数据";
this.btnReadData.UseVisualStyleBackColor = true;
this.btnReadData.Click += new System.EventHandler(this.btnReadData_Click);
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(21, 26);
this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(82, 15);
this.label34.TabIndex = 7;
this.label34.Text = "天线编号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(13, 28);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 20);
this.label1.TabIndex = 2;
this.label1.Text = "显示信息:";
this.label1.Visible = false;
//
// btnClearLog
//
this.btnClearLog.Location = new System.Drawing.Point(637, 625);
this.btnClearLog.Margin = new System.Windows.Forms.Padding(4);
this.btnClearLog.Name = "btnClearLog";
this.btnClearLog.Size = new System.Drawing.Size(127, 35);
this.btnClearLog.TabIndex = 3;
this.btnClearLog.Text = "清空信息";
this.btnClearLog.UseVisualStyleBackColor = true;
this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
//
// btnbeginIdentify
//
this.btnbeginIdentify.Location = new System.Drawing.Point(986, 625);
this.btnbeginIdentify.Margin = new System.Windows.Forms.Padding(4);
this.btnbeginIdentify.Name = "btnbeginIdentify";
this.btnbeginIdentify.Size = new System.Drawing.Size(109, 35);
this.btnbeginIdentify.TabIndex = 6;
this.btnbeginIdentify.Text = "开始连续识别";
this.btnbeginIdentify.UseVisualStyleBackColor = true;
this.btnbeginIdentify.Click += new System.EventHandler(this.btnbeginIdentify_Click);
//
// btnstopIdentify
//
this.btnstopIdentify.Location = new System.Drawing.Point(1115, 625);
this.btnstopIdentify.Margin = new System.Windows.Forms.Padding(4);
this.btnstopIdentify.Name = "btnstopIdentify";
this.btnstopIdentify.Size = new System.Drawing.Size(109, 35);
this.btnstopIdentify.TabIndex = 7;
this.btnstopIdentify.Text = "停止连续识别";
this.btnstopIdentify.UseVisualStyleBackColor = true;
this.btnstopIdentify.Click += new System.EventHandler(this.btnstopIdentify_Click);
//
// label_Time
//
this.label_Time.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label_Time.AutoSize = true;
this.label_Time.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.label_Time.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Time.Location = new System.Drawing.Point(14, 635);
this.label_Time.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_Time.Name = "label_Time";
this.label_Time.Size = new System.Drawing.Size(39, 15);
this.label_Time.TabIndex = 8;
this.label_Time.Text = "Time";
//
// Timer
//
this.Timer.Enabled = true;
this.Timer.Interval = 1000;
this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.HToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(1237, 28);
this.menuStrip1.TabIndex = 9;
this.menuStrip1.Text = "menuStrip1";
//
// 帮助HToolStripMenuItem
//
this.HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.HToolStripMenuItem.Size = new System.Drawing.Size(73, 24);
this.HToolStripMenuItem.Text = "帮助(&H)";
//
// 关于AToolStripMenuItem
//
this.AToolStripMenuItem.Name = "关于AToolStripMenuItem";
this.AToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.AToolStripMenuItem.Text = "关于(&A)...";
this.AToolStripMenuItem.Click += new System.EventHandler(this.AToolStripMenuItem_Click);
//
// 更换系统皮肤ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "更换系统皮肤ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.ToolStripMenuItem.Text = "系统换肤";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 系统重启ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "系统重启ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(147, 26);
this.ToolStripMenuItem.Text = "系统重启";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// skinEngine1
//
this.skinEngine1.@__DrawButtonFocusRectangle = true;
this.skinEngine1.DisabledButtonTextColor = System.Drawing.Color.Gray;
this.skinEngine1.DisabledMenuFontColor = System.Drawing.SystemColors.GrayText;
this.skinEngine1.InactiveCaptionColor = System.Drawing.SystemColors.InactiveCaptionText;
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// TimerPing
//
this.TimerPing.Tick += new System.EventHandler(this.TimerPing_Tick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(222, 76);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 15);
this.label5.TabIndex = 23;
this.label5.Text = "数据长度:";
//
// cb_DataLength
//
this.cb_DataLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_DataLength.FormattingEnabled = true;
this.cb_DataLength.Location = new System.Drawing.Point(306, 73);
this.cb_DataLength.Margin = new System.Windows.Forms.Padding(4);
this.cb_DataLength.Name = "cb_DataLength";
this.cb_DataLength.Size = new System.Drawing.Size(109, 23);
this.cb_DataLength.TabIndex = 24;
//
// DeviceAppNewDemo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1237, 661);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.label_Time);
this.Controls.Add(this.btnstopIdentify);
this.Controls.Add(this.btnbeginIdentify);
this.Controls.Add(this.btnClearLog);
this.Controls.Add(this.label1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.tbLog);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.Name = "DeviceAppNewDemo";
this.Text = "DeviceAppNewDemo";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeviceAppNewDemo_FormClosing);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbLog;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnClearLog;
private System.Windows.Forms.Button btnSendHeartPack;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnDisConnect;
private System.Windows.Forms.Button btnConStatus;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.TextBox tbShowReadData;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Button btnReadData;
private System.Windows.Forms.ComboBox cbTagNo;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Button btnbeginIdentify;
private System.Windows.Forms.Button btnstopIdentify;
private System.Windows.Forms.TextBox tb_Port;
private System.Windows.Forms.Label l_Port;
private System.Windows.Forms.TextBox tb_IPaddr;
private System.Windows.Forms.Label l_IPaddr;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSetAntCT;
private System.Windows.Forms.ComboBox cb_Ant;
private System.Windows.Forms.ComboBox cb_SenorType;
private System.Windows.Forms.ComboBox cbReadType;
private System.Windows.Forms.ComboBox cbAntenna;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnWriteData;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox tbWriteResult;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbWriteData;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label_Time;
private System.Windows.Forms.Timer Timer;
private System.Windows.Forms.Button btSetSignleRead;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem AToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
private System.Windows.Forms.Button BtnPing;
private System.Windows.Forms.Timer TimerPing;
private System.Windows.Forms.ComboBox cb_DataLength;
private System.Windows.Forms.Label label5;
}
}