|
|
@ -30,6 +30,13 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
this.CotentData = new System.Windows.Forms.DataGridView();
|
|
|
|
this.CotentData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.rFIDContentBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
this.IPText = new System.Windows.Forms.TextBox();
|
|
|
|
this.IPText = new System.Windows.Forms.TextBox();
|
|
|
|
this.SetAddress = new System.Windows.Forms.Button();
|
|
|
|
this.SetAddress = new System.Windows.Forms.Button();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
@ -66,7 +73,11 @@
|
|
|
|
this.MultiCount = new System.Windows.Forms.Label();
|
|
|
|
this.MultiCount = new System.Windows.Forms.Label();
|
|
|
|
this.ShortCount = new System.Windows.Forms.Label();
|
|
|
|
this.ShortCount = new System.Windows.Forms.Label();
|
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.MonitorAddress = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).BeginInit();
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
@ -76,7 +87,16 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// CotentData
|
|
|
|
// CotentData
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
this.CotentData.AutoGenerateColumns = false;
|
|
|
|
this.CotentData.ColumnHeadersHeight = 20;
|
|
|
|
this.CotentData.ColumnHeadersHeight = 20;
|
|
|
|
|
|
|
|
this.CotentData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn,
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn,
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn,
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn,
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn,
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn});
|
|
|
|
|
|
|
|
this.CotentData.DataSource = this.rFIDContentBindingSource;
|
|
|
|
this.CotentData.Location = new System.Drawing.Point(12, 129);
|
|
|
|
this.CotentData.Location = new System.Drawing.Point(12, 129);
|
|
|
|
this.CotentData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.CotentData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.CotentData.Name = "CotentData";
|
|
|
|
this.CotentData.Name = "CotentData";
|
|
|
@ -84,12 +104,64 @@
|
|
|
|
this.CotentData.RowHeadersWidth = 51;
|
|
|
|
this.CotentData.RowHeadersWidth = 51;
|
|
|
|
this.CotentData.RowTemplate.Height = 17;
|
|
|
|
this.CotentData.RowTemplate.Height = 17;
|
|
|
|
this.CotentData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
|
|
this.CotentData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(648, 1088);
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(911, 1088);
|
|
|
|
this.CotentData.TabIndex = 0;
|
|
|
|
this.CotentData.TabIndex = 0;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// sNDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn.DataPropertyName = "SN";
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn.HeaderText = "包裹码";
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn.Name = "sNDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
this.sNDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// intervalDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn.DataPropertyName = "Interval";
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn.HeaderText = "间距";
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn.Name = "intervalDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
this.intervalDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// lengthDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn.HeaderText = "包长";
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
this.lengthDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// ePCDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn.DataPropertyName = "EPC";
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn.HeaderText = "读取内容";
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.ePCDataGridViewTextBoxColumn.Name = "ePCDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// tipsDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn.DataPropertyName = "Tips";
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn.HeaderText = "状态";
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn.Name = "tipsDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
this.tipsDataGridViewTextBoxColumn.Width = 80;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.DataPropertyName = "LogTime";
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "记录时间";
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 120;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// rFIDContentBindingSource
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.rFIDContentBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDContent);
|
|
|
|
|
|
|
|
//
|
|
|
|
// IPText
|
|
|
|
// IPText
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.IPText.Location = new System.Drawing.Point(155, 29);
|
|
|
|
this.IPText.Location = new System.Drawing.Point(152, 28);
|
|
|
|
this.IPText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.IPText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.IPText.MaxLength = 6;
|
|
|
|
this.IPText.MaxLength = 6;
|
|
|
|
this.IPText.Name = "IPText";
|
|
|
|
this.IPText.Name = "IPText";
|
|
|
@ -99,27 +171,27 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// SetAddress
|
|
|
|
// SetAddress
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.SetAddress.Location = new System.Drawing.Point(356, 12);
|
|
|
|
this.SetAddress.Location = new System.Drawing.Point(353, 11);
|
|
|
|
this.SetAddress.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.SetAddress.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.SetAddress.Name = "SetAddress";
|
|
|
|
this.SetAddress.Name = "SetAddress";
|
|
|
|
this.SetAddress.Size = new System.Drawing.Size(160, 56);
|
|
|
|
this.SetAddress.Size = new System.Drawing.Size(160, 56);
|
|
|
|
this.SetAddress.TabIndex = 6;
|
|
|
|
this.SetAddress.TabIndex = 6;
|
|
|
|
this.SetAddress.Text = "确认服务端地址";
|
|
|
|
this.SetAddress.Text = "确认客户端地址";
|
|
|
|
this.SetAddress.UseVisualStyleBackColor = true;
|
|
|
|
this.SetAddress.UseVisualStyleBackColor = true;
|
|
|
|
this.SetAddress.Click += new System.EventHandler(this.SetPort_Click);
|
|
|
|
this.SetAddress.Click += new System.EventHandler(this.SetPort_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
this.label1.Location = new System.Drawing.Point(15, 34);
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 33);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(128, 15);
|
|
|
|
this.label1.Size = new System.Drawing.Size(128, 15);
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
this.label1.Text = "服务端IP:端口号";
|
|
|
|
this.label1.Text = "客户端IP:端口号";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// PortText
|
|
|
|
// PortText
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.PortText.Location = new System.Drawing.Point(291, 29);
|
|
|
|
this.PortText.Location = new System.Drawing.Point(288, 28);
|
|
|
|
this.PortText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.PortText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.PortText.MaxLength = 6;
|
|
|
|
this.PortText.MaxLength = 6;
|
|
|
|
this.PortText.Name = "PortText";
|
|
|
|
this.PortText.Name = "PortText";
|
|
|
@ -129,10 +201,10 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// MonitorOnOff
|
|
|
|
// MonitorOnOff
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(521, 14);
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(928, 13);
|
|
|
|
this.MonitorOnOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.MonitorOnOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.MonitorOnOff.Name = "MonitorOnOff";
|
|
|
|
this.MonitorOnOff.Name = "MonitorOnOff";
|
|
|
|
this.MonitorOnOff.Size = new System.Drawing.Size(147, 56);
|
|
|
|
this.MonitorOnOff.Size = new System.Drawing.Size(111, 50);
|
|
|
|
this.MonitorOnOff.TabIndex = 7;
|
|
|
|
this.MonitorOnOff.TabIndex = 7;
|
|
|
|
this.MonitorOnOff.Text = "启动监听";
|
|
|
|
this.MonitorOnOff.Text = "启动监听";
|
|
|
|
this.MonitorOnOff.UseVisualStyleBackColor = true;
|
|
|
|
this.MonitorOnOff.UseVisualStyleBackColor = true;
|
|
|
@ -141,7 +213,7 @@
|
|
|
|
// label4
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
this.label4.Location = new System.Drawing.Point(673, 34);
|
|
|
|
this.label4.Location = new System.Drawing.Point(1055, 28);
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
this.label4.Size = new System.Drawing.Size(82, 15);
|
|
|
|
this.label4.Size = new System.Drawing.Size(82, 15);
|
|
|
|
this.label4.TabIndex = 8;
|
|
|
|
this.label4.TabIndex = 8;
|
|
|
@ -151,7 +223,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.MonitorState.AutoSize = true;
|
|
|
|
this.MonitorState.AutoSize = true;
|
|
|
|
this.MonitorState.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.MonitorState.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(765, 34);
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(1147, 28);
|
|
|
|
this.MonitorState.Name = "MonitorState";
|
|
|
|
this.MonitorState.Name = "MonitorState";
|
|
|
|
this.MonitorState.Size = new System.Drawing.Size(22, 15);
|
|
|
|
this.MonitorState.Size = new System.Drawing.Size(22, 15);
|
|
|
|
this.MonitorState.TabIndex = 9;
|
|
|
|
this.MonitorState.TabIndex = 9;
|
|
|
@ -175,7 +247,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// PgDn
|
|
|
|
// PgDn
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.PgDn.Location = new System.Drawing.Point(525, 74);
|
|
|
|
this.PgDn.Location = new System.Drawing.Point(788, 74);
|
|
|
|
this.PgDn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.PgDn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.PgDn.Name = "PgDn";
|
|
|
|
this.PgDn.Name = "PgDn";
|
|
|
|
this.PgDn.Size = new System.Drawing.Size(135, 50);
|
|
|
|
this.PgDn.Size = new System.Drawing.Size(135, 50);
|
|
|
@ -189,7 +261,7 @@
|
|
|
|
this.PageRange.AutoSize = true;
|
|
|
|
this.PageRange.AutoSize = true;
|
|
|
|
this.PageRange.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.PageRange.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.PageRange.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.PageRange.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.PageRange.Location = new System.Drawing.Point(340, 86);
|
|
|
|
this.PageRange.Location = new System.Drawing.Point(441, 88);
|
|
|
|
this.PageRange.Name = "PageRange";
|
|
|
|
this.PageRange.Name = "PageRange";
|
|
|
|
this.PageRange.Size = new System.Drawing.Size(69, 20);
|
|
|
|
this.PageRange.Size = new System.Drawing.Size(69, 20);
|
|
|
|
this.PageRange.TabIndex = 15;
|
|
|
|
this.PageRange.TabIndex = 15;
|
|
|
@ -199,7 +271,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label3.Location = new System.Drawing.Point(248, 86);
|
|
|
|
this.label3.Location = new System.Drawing.Point(349, 88);
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
this.label3.Size = new System.Drawing.Size(109, 20);
|
|
|
|
this.label3.Size = new System.Drawing.Size(109, 20);
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
@ -207,10 +279,10 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// LogStart
|
|
|
|
// LogStart
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.LogStart.Location = new System.Drawing.Point(793, 14);
|
|
|
|
this.LogStart.Location = new System.Drawing.Point(994, 101);
|
|
|
|
this.LogStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.LogStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.LogStart.Name = "LogStart";
|
|
|
|
this.LogStart.Name = "LogStart";
|
|
|
|
this.LogStart.Size = new System.Drawing.Size(113, 56);
|
|
|
|
this.LogStart.Size = new System.Drawing.Size(113, 50);
|
|
|
|
this.LogStart.TabIndex = 16;
|
|
|
|
this.LogStart.TabIndex = 16;
|
|
|
|
this.LogStart.Text = "日志查询";
|
|
|
|
this.LogStart.Text = "日志查询";
|
|
|
|
this.LogStart.UseVisualStyleBackColor = true;
|
|
|
|
this.LogStart.UseVisualStyleBackColor = true;
|
|
|
@ -220,7 +292,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label2.Location = new System.Drawing.Point(788, 154);
|
|
|
|
this.label2.Location = new System.Drawing.Point(1048, 206);
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label2.TabIndex = 17;
|
|
|
|
this.label2.TabIndex = 17;
|
|
|
@ -230,7 +302,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label6.Location = new System.Drawing.Point(788, 384);
|
|
|
|
this.label6.Location = new System.Drawing.Point(1048, 436);
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
this.label6.Size = new System.Drawing.Size(69, 20);
|
|
|
|
this.label6.Size = new System.Drawing.Size(69, 20);
|
|
|
|
this.label6.TabIndex = 21;
|
|
|
|
this.label6.TabIndex = 21;
|
|
|
@ -240,7 +312,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label7.Location = new System.Drawing.Point(788, 499);
|
|
|
|
this.label7.Location = new System.Drawing.Point(1048, 551);
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
this.label7.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label7.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label7.TabIndex = 23;
|
|
|
|
this.label7.TabIndex = 23;
|
|
|
@ -250,7 +322,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label8.Location = new System.Drawing.Point(788, 616);
|
|
|
|
this.label8.Location = new System.Drawing.Point(1048, 668);
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
this.label8.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label8.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label8.TabIndex = 25;
|
|
|
|
this.label8.TabIndex = 25;
|
|
|
@ -259,7 +331,7 @@
|
|
|
|
// pictureBox5
|
|
|
|
// pictureBox5
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.pictureBox5.Image = global::RFIDSocket.Properties.Resources.WarningCount;
|
|
|
|
this.pictureBox5.Image = global::RFIDSocket.Properties.Resources.WarningCount;
|
|
|
|
this.pictureBox5.Location = new System.Drawing.Point(719, 617);
|
|
|
|
this.pictureBox5.Location = new System.Drawing.Point(979, 669);
|
|
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
|
|
this.pictureBox5.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox5.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@ -269,7 +341,7 @@
|
|
|
|
// pictureBox4
|
|
|
|
// pictureBox4
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.pictureBox4.Image = global::RFIDSocket.Properties.Resources.NormalCount;
|
|
|
|
this.pictureBox4.Image = global::RFIDSocket.Properties.Resources.NormalCount;
|
|
|
|
this.pictureBox4.Location = new System.Drawing.Point(719, 500);
|
|
|
|
this.pictureBox4.Location = new System.Drawing.Point(979, 552);
|
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
|
this.pictureBox4.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox4.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@ -279,7 +351,7 @@
|
|
|
|
// pictureBox3
|
|
|
|
// pictureBox3
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.pictureBox3.Image = global::RFIDSocket.Properties.Resources.TotalCount;
|
|
|
|
this.pictureBox3.Image = global::RFIDSocket.Properties.Resources.TotalCount;
|
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(719, 385);
|
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(979, 437);
|
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@ -289,7 +361,7 @@
|
|
|
|
// DevicePictureBox
|
|
|
|
// DevicePictureBox
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.DevicePictureBox.Image = global::RFIDSocket.Properties.Resources.RunNormal;
|
|
|
|
this.DevicePictureBox.Image = global::RFIDSocket.Properties.Resources.RunNormal;
|
|
|
|
this.DevicePictureBox.Location = new System.Drawing.Point(719, 268);
|
|
|
|
this.DevicePictureBox.Location = new System.Drawing.Point(979, 320);
|
|
|
|
this.DevicePictureBox.Name = "DevicePictureBox";
|
|
|
|
this.DevicePictureBox.Name = "DevicePictureBox";
|
|
|
|
this.DevicePictureBox.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.DevicePictureBox.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.DevicePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
this.DevicePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@ -299,7 +371,7 @@
|
|
|
|
// ConnectPictureBox
|
|
|
|
// ConnectPictureBox
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.ConnectPictureBox.Image = global::RFIDSocket.Properties.Resources.ConnectNormal;
|
|
|
|
this.ConnectPictureBox.Image = global::RFIDSocket.Properties.Resources.ConnectNormal;
|
|
|
|
this.ConnectPictureBox.Location = new System.Drawing.Point(719, 155);
|
|
|
|
this.ConnectPictureBox.Location = new System.Drawing.Point(979, 207);
|
|
|
|
this.ConnectPictureBox.Name = "ConnectPictureBox";
|
|
|
|
this.ConnectPictureBox.Name = "ConnectPictureBox";
|
|
|
|
this.ConnectPictureBox.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.ConnectPictureBox.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.ConnectPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
this.ConnectPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
@ -310,7 +382,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label5.Location = new System.Drawing.Point(788, 268);
|
|
|
|
this.label5.Location = new System.Drawing.Point(1048, 320);
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
this.label5.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label5.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label5.TabIndex = 19;
|
|
|
|
this.label5.TabIndex = 19;
|
|
|
@ -320,7 +392,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.ConnectState.AutoSize = true;
|
|
|
|
this.ConnectState.AutoSize = true;
|
|
|
|
this.ConnectState.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.ConnectState.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.ConnectState.Location = new System.Drawing.Point(789, 195);
|
|
|
|
this.ConnectState.Location = new System.Drawing.Point(1049, 247);
|
|
|
|
this.ConnectState.Name = "ConnectState";
|
|
|
|
this.ConnectState.Name = "ConnectState";
|
|
|
|
this.ConnectState.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.ConnectState.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.ConnectState.TabIndex = 27;
|
|
|
|
this.ConnectState.TabIndex = 27;
|
|
|
@ -330,7 +402,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.DeviceState.AutoSize = true;
|
|
|
|
this.DeviceState.AutoSize = true;
|
|
|
|
this.DeviceState.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.DeviceState.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.DeviceState.Location = new System.Drawing.Point(788, 308);
|
|
|
|
this.DeviceState.Location = new System.Drawing.Point(1048, 360);
|
|
|
|
this.DeviceState.Name = "DeviceState";
|
|
|
|
this.DeviceState.Name = "DeviceState";
|
|
|
|
this.DeviceState.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.DeviceState.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.DeviceState.TabIndex = 28;
|
|
|
|
this.DeviceState.TabIndex = 28;
|
|
|
@ -340,7 +412,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.TotalCount.AutoSize = true;
|
|
|
|
this.TotalCount.AutoSize = true;
|
|
|
|
this.TotalCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.TotalCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.TotalCount.Location = new System.Drawing.Point(789, 425);
|
|
|
|
this.TotalCount.Location = new System.Drawing.Point(1049, 477);
|
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
|
this.TotalCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.TotalCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.TotalCount.TabIndex = 29;
|
|
|
|
this.TotalCount.TabIndex = 29;
|
|
|
@ -350,7 +422,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.NormalCount.AutoSize = true;
|
|
|
|
this.NormalCount.AutoSize = true;
|
|
|
|
this.NormalCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NormalCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NormalCount.Location = new System.Drawing.Point(789, 540);
|
|
|
|
this.NormalCount.Location = new System.Drawing.Point(1049, 592);
|
|
|
|
this.NormalCount.Name = "NormalCount";
|
|
|
|
this.NormalCount.Name = "NormalCount";
|
|
|
|
this.NormalCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NormalCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NormalCount.TabIndex = 30;
|
|
|
|
this.NormalCount.TabIndex = 30;
|
|
|
@ -360,7 +432,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.WarningCount.AutoSize = true;
|
|
|
|
this.WarningCount.AutoSize = true;
|
|
|
|
this.WarningCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.WarningCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.WarningCount.Location = new System.Drawing.Point(789, 657);
|
|
|
|
this.WarningCount.Location = new System.Drawing.Point(1049, 709);
|
|
|
|
this.WarningCount.Name = "WarningCount";
|
|
|
|
this.WarningCount.Name = "WarningCount";
|
|
|
|
this.WarningCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.WarningCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.WarningCount.TabIndex = 31;
|
|
|
|
this.WarningCount.TabIndex = 31;
|
|
|
@ -370,7 +442,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
this.label9.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label9.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label9.Location = new System.Drawing.Point(715, 720);
|
|
|
|
this.label9.Location = new System.Drawing.Point(975, 772);
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
this.label9.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label9.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label9.TabIndex = 32;
|
|
|
|
this.label9.TabIndex = 32;
|
|
|
@ -380,7 +452,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
this.label10.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label10.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label10.Location = new System.Drawing.Point(715, 753);
|
|
|
|
this.label10.Location = new System.Drawing.Point(975, 805);
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
this.label10.Size = new System.Drawing.Size(109, 20);
|
|
|
|
this.label10.Size = new System.Drawing.Size(109, 20);
|
|
|
|
this.label10.TabIndex = 33;
|
|
|
|
this.label10.TabIndex = 33;
|
|
|
@ -390,7 +462,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
this.label11.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label11.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label11.Location = new System.Drawing.Point(715, 817);
|
|
|
|
this.label11.Location = new System.Drawing.Point(975, 869);
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
this.label11.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label11.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label11.TabIndex = 34;
|
|
|
|
this.label11.TabIndex = 34;
|
|
|
@ -400,7 +472,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.NoReadCount.AutoSize = true;
|
|
|
|
this.NoReadCount.AutoSize = true;
|
|
|
|
this.NoReadCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NoReadCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NoReadCount.Location = new System.Drawing.Point(830, 720);
|
|
|
|
this.NoReadCount.Location = new System.Drawing.Point(1090, 772);
|
|
|
|
this.NoReadCount.Name = "NoReadCount";
|
|
|
|
this.NoReadCount.Name = "NoReadCount";
|
|
|
|
this.NoReadCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NoReadCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NoReadCount.TabIndex = 35;
|
|
|
|
this.NoReadCount.TabIndex = 35;
|
|
|
@ -410,7 +482,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.NearCount.AutoSize = true;
|
|
|
|
this.NearCount.AutoSize = true;
|
|
|
|
this.NearCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NearCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.NearCount.Location = new System.Drawing.Point(830, 753);
|
|
|
|
this.NearCount.Location = new System.Drawing.Point(1090, 805);
|
|
|
|
this.NearCount.Name = "NearCount";
|
|
|
|
this.NearCount.Name = "NearCount";
|
|
|
|
this.NearCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NearCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.NearCount.TabIndex = 36;
|
|
|
|
this.NearCount.TabIndex = 36;
|
|
|
@ -420,7 +492,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.MultiCount.AutoSize = true;
|
|
|
|
this.MultiCount.AutoSize = true;
|
|
|
|
this.MultiCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.MultiCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.MultiCount.Location = new System.Drawing.Point(830, 817);
|
|
|
|
this.MultiCount.Location = new System.Drawing.Point(1090, 869);
|
|
|
|
this.MultiCount.Name = "MultiCount";
|
|
|
|
this.MultiCount.Name = "MultiCount";
|
|
|
|
this.MultiCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.MultiCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.MultiCount.TabIndex = 37;
|
|
|
|
this.MultiCount.TabIndex = 37;
|
|
|
@ -430,7 +502,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.ShortCount.AutoSize = true;
|
|
|
|
this.ShortCount.AutoSize = true;
|
|
|
|
this.ShortCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.ShortCount.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.ShortCount.Location = new System.Drawing.Point(830, 785);
|
|
|
|
this.ShortCount.Location = new System.Drawing.Point(1090, 837);
|
|
|
|
this.ShortCount.Name = "ShortCount";
|
|
|
|
this.ShortCount.Name = "ShortCount";
|
|
|
|
this.ShortCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.ShortCount.Size = new System.Drawing.Size(39, 20);
|
|
|
|
this.ShortCount.TabIndex = 39;
|
|
|
|
this.ShortCount.TabIndex = 39;
|
|
|
@ -440,17 +512,47 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label13.AutoSize = true;
|
|
|
|
this.label13.AutoSize = true;
|
|
|
|
this.label13.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label13.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
this.label13.Location = new System.Drawing.Point(715, 785);
|
|
|
|
this.label13.Location = new System.Drawing.Point(975, 837);
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
this.label13.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label13.Size = new System.Drawing.Size(89, 20);
|
|
|
|
this.label13.TabIndex = 38;
|
|
|
|
this.label13.TabIndex = 38;
|
|
|
|
this.label13.Text = "包过短:";
|
|
|
|
this.label13.Text = "包过短:";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// MonitorAddress
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.MonitorAddress.FormattingEnabled = true;
|
|
|
|
|
|
|
|
this.MonitorAddress.Location = new System.Drawing.Point(700, 28);
|
|
|
|
|
|
|
|
this.MonitorAddress.Name = "MonitorAddress";
|
|
|
|
|
|
|
|
this.MonitorAddress.Size = new System.Drawing.Size(143, 23);
|
|
|
|
|
|
|
|
this.MonitorAddress.TabIndex = 40;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label12
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label12.AutoSize = true;
|
|
|
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(582, 32);
|
|
|
|
|
|
|
|
this.label12.Name = "label12";
|
|
|
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(112, 15);
|
|
|
|
|
|
|
|
this.label12.TabIndex = 41;
|
|
|
|
|
|
|
|
this.label12.Text = "选择监听地址:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label14
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label14.AutoSize = true;
|
|
|
|
|
|
|
|
this.label14.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
|
|
|
this.label14.Location = new System.Drawing.Point(516, 88);
|
|
|
|
|
|
|
|
this.label14.Name = "label14";
|
|
|
|
|
|
|
|
this.label14.Size = new System.Drawing.Size(59, 20);
|
|
|
|
|
|
|
|
this.label14.TabIndex = 42;
|
|
|
|
|
|
|
|
this.label14.Text = "共200";
|
|
|
|
|
|
|
|
//
|
|
|
|
// RFIDSocket
|
|
|
|
// RFIDSocket
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.ClientSize = new System.Drawing.Size(927, 1229);
|
|
|
|
this.ClientSize = new System.Drawing.Size(1189, 1229);
|
|
|
|
|
|
|
|
this.Controls.Add(this.label14);
|
|
|
|
|
|
|
|
this.Controls.Add(this.label12);
|
|
|
|
|
|
|
|
this.Controls.Add(this.MonitorAddress);
|
|
|
|
this.Controls.Add(this.ShortCount);
|
|
|
|
this.Controls.Add(this.ShortCount);
|
|
|
|
this.Controls.Add(this.label13);
|
|
|
|
this.Controls.Add(this.label13);
|
|
|
|
this.Controls.Add(this.MultiCount);
|
|
|
|
this.Controls.Add(this.MultiCount);
|
|
|
@ -489,9 +591,10 @@
|
|
|
|
this.Controls.Add(this.CotentData);
|
|
|
|
this.Controls.Add(this.CotentData);
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.Name = "RFIDSocket";
|
|
|
|
this.Name = "RFIDSocket";
|
|
|
|
this.Text = " 小件监听";
|
|
|
|
this.Text = " 通道门监听";
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RFIDSocket_FormClosing);
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RFIDSocket_FormClosing);
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).EndInit();
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
@ -541,6 +644,16 @@
|
|
|
|
private System.Windows.Forms.Label MultiCount;
|
|
|
|
private System.Windows.Forms.Label MultiCount;
|
|
|
|
private System.Windows.Forms.Label ShortCount;
|
|
|
|
private System.Windows.Forms.Label ShortCount;
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
|
|
|
|
private System.Windows.Forms.ComboBox MonitorAddress;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label12;
|
|
|
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDContentBindingSource;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sNDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn intervalDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ePCDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tipsDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTimeDataGridViewTextBoxColumn;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|