|
|
|
|
@ -30,11 +30,6 @@
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.CotentData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.contentDataGridViewTextBoxColumn = 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.SetAddress = new System.Windows.Forms.Button();
|
|
|
|
|
@ -60,20 +55,25 @@
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ReadSuccessPercent = new System.Windows.Forms.Label();
|
|
|
|
|
this.ErrorReadNum = new System.Windows.Forms.Label();
|
|
|
|
|
this.NormalReadNum = new System.Windows.Forms.Label();
|
|
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ErrorCountDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.BinNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ErrorCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
|
|
this.NormalReadNum = new System.Windows.Forms.Label();
|
|
|
|
|
this.ErrorReadNum = new System.Windows.Forms.Label();
|
|
|
|
|
this.ReadSuccessPercent = new System.Windows.Forms.Label();
|
|
|
|
|
this.ErrorCountDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.BinNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ErrorCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.contentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDStateBindingSource)).BeginInit();
|
|
|
|
|
@ -113,50 +113,6 @@
|
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(775, 703);
|
|
|
|
|
this.CotentData.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "ID";
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.ReadOnly = true;
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.DataPropertyName = "ReadKind";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.HeaderText = "读码结果";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Name = "readKindDataGridViewTextBoxColumn";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// contentDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.DataPropertyName = "Content";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.HeaderText = "条码内容";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.Name = "contentDataGridViewTextBoxColumn";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.DataPropertyName = "LogTime";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "读取时间";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 105;
|
|
|
|
|
//
|
|
|
|
|
// rFIDContentBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDContentBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDContent);
|
|
|
|
|
@ -373,7 +329,7 @@
|
|
|
|
|
this.MainReadGroupBox.Size = new System.Drawing.Size(781, 723);
|
|
|
|
|
this.MainReadGroupBox.TabIndex = 18;
|
|
|
|
|
this.MainReadGroupBox.TabStop = false;
|
|
|
|
|
this.MainReadGroupBox.Text = "数据监控";
|
|
|
|
|
this.MainReadGroupBox.Text = "数据监控(此界面做多200条,全部数据在日志查询中查询)";
|
|
|
|
|
//
|
|
|
|
|
// PageGroupBox
|
|
|
|
|
//
|
|
|
|
|
@ -430,6 +386,50 @@
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "状态面板";
|
|
|
|
|
//
|
|
|
|
|
// ReadSuccessPercent
|
|
|
|
|
//
|
|
|
|
|
this.ReadSuccessPercent.AutoSize = true;
|
|
|
|
|
this.ReadSuccessPercent.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.ReadSuccessPercent.Location = new System.Drawing.Point(125, 168);
|
|
|
|
|
this.ReadSuccessPercent.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.ReadSuccessPercent.Name = "ReadSuccessPercent";
|
|
|
|
|
this.ReadSuccessPercent.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.ReadSuccessPercent.TabIndex = 11;
|
|
|
|
|
this.ReadSuccessPercent.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// ErrorReadNum
|
|
|
|
|
//
|
|
|
|
|
this.ErrorReadNum.AutoSize = true;
|
|
|
|
|
this.ErrorReadNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.ErrorReadNum.Location = new System.Drawing.Point(139, 134);
|
|
|
|
|
this.ErrorReadNum.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.ErrorReadNum.Name = "ErrorReadNum";
|
|
|
|
|
this.ErrorReadNum.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.ErrorReadNum.TabIndex = 10;
|
|
|
|
|
this.ErrorReadNum.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// NormalReadNum
|
|
|
|
|
//
|
|
|
|
|
this.NormalReadNum.AutoSize = true;
|
|
|
|
|
this.NormalReadNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.NormalReadNum.Location = new System.Drawing.Point(139, 100);
|
|
|
|
|
this.NormalReadNum.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.NormalReadNum.Name = "NormalReadNum";
|
|
|
|
|
this.NormalReadNum.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.NormalReadNum.TabIndex = 9;
|
|
|
|
|
this.NormalReadNum.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// label11
|
|
|
|
|
//
|
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
|
this.label11.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(103, 66);
|
|
|
|
|
this.label11.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(39, 16);
|
|
|
|
|
this.label11.TabIndex = 8;
|
|
|
|
|
this.label11.Text = "正常";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
@ -455,6 +455,39 @@
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "异常统计(最近200条)";
|
|
|
|
|
//
|
|
|
|
|
// ErrorCountDataGridView
|
|
|
|
|
//
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.ColumnHeadersHeight = 20;
|
|
|
|
|
this.ErrorCountDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.BinNo,
|
|
|
|
|
this.ErrorCount});
|
|
|
|
|
this.ErrorCountDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ErrorCountDataGridView.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.ErrorCountDataGridView.Name = "ErrorCountDataGridView";
|
|
|
|
|
this.ErrorCountDataGridView.ReadOnly = true;
|
|
|
|
|
this.ErrorCountDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.ErrorCountDataGridView.RowTemplate.Height = 17;
|
|
|
|
|
this.ErrorCountDataGridView.Size = new System.Drawing.Size(357, 403);
|
|
|
|
|
this.ErrorCountDataGridView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// BinNo
|
|
|
|
|
//
|
|
|
|
|
this.BinNo.DataPropertyName = "BinNo";
|
|
|
|
|
this.BinNo.HeaderText = "格口号";
|
|
|
|
|
this.BinNo.Name = "BinNo";
|
|
|
|
|
this.BinNo.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// ErrorCount
|
|
|
|
|
//
|
|
|
|
|
this.ErrorCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.ErrorCount.DataPropertyName = "ErrorCount";
|
|
|
|
|
this.ErrorCount.HeaderText = "异常读码次数";
|
|
|
|
|
this.ErrorCount.Name = "ErrorCount";
|
|
|
|
|
this.ErrorCount.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
@ -510,82 +543,49 @@
|
|
|
|
|
this.label5.TabIndex = 0;
|
|
|
|
|
this.label5.Text = "工作状态:";
|
|
|
|
|
//
|
|
|
|
|
// label11
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
|
this.label11.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(103, 66);
|
|
|
|
|
this.label11.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(39, 16);
|
|
|
|
|
this.label11.TabIndex = 8;
|
|
|
|
|
this.label11.Text = "正常";
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "编号";
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.ReadOnly = true;
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// NormalReadNum
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.NormalReadNum.AutoSize = true;
|
|
|
|
|
this.NormalReadNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.NormalReadNum.Location = new System.Drawing.Point(139, 100);
|
|
|
|
|
this.NormalReadNum.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.NormalReadNum.Name = "NormalReadNum";
|
|
|
|
|
this.NormalReadNum.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.NormalReadNum.TabIndex = 9;
|
|
|
|
|
this.NormalReadNum.Text = "N/A";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// ErrorReadNum
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.ErrorReadNum.AutoSize = true;
|
|
|
|
|
this.ErrorReadNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.ErrorReadNum.Location = new System.Drawing.Point(139, 134);
|
|
|
|
|
this.ErrorReadNum.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.ErrorReadNum.Name = "ErrorReadNum";
|
|
|
|
|
this.ErrorReadNum.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.ErrorReadNum.TabIndex = 10;
|
|
|
|
|
this.ErrorReadNum.Text = "N/A";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.DataPropertyName = "ReadKind";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.HeaderText = "读码结果";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Name = "readKindDataGridViewTextBoxColumn";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// ReadSuccessPercent
|
|
|
|
|
// contentDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.ReadSuccessPercent.AutoSize = true;
|
|
|
|
|
this.ReadSuccessPercent.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.ReadSuccessPercent.Location = new System.Drawing.Point(125, 168);
|
|
|
|
|
this.ReadSuccessPercent.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.ReadSuccessPercent.Name = "ReadSuccessPercent";
|
|
|
|
|
this.ReadSuccessPercent.Size = new System.Drawing.Size(31, 16);
|
|
|
|
|
this.ReadSuccessPercent.TabIndex = 11;
|
|
|
|
|
this.ReadSuccessPercent.Text = "N/A";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.DataPropertyName = "Content";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.HeaderText = "条码内容";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.Name = "contentDataGridViewTextBoxColumn";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// ErrorCountDataGridView
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
this.ErrorCountDataGridView.ColumnHeadersHeight = 20;
|
|
|
|
|
this.ErrorCountDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.BinNo,
|
|
|
|
|
this.ErrorCount});
|
|
|
|
|
this.ErrorCountDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ErrorCountDataGridView.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.ErrorCountDataGridView.Name = "ErrorCountDataGridView";
|
|
|
|
|
this.ErrorCountDataGridView.ReadOnly = true;
|
|
|
|
|
this.ErrorCountDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.ErrorCountDataGridView.RowTemplate.Height = 17;
|
|
|
|
|
this.ErrorCountDataGridView.Size = new System.Drawing.Size(357, 403);
|
|
|
|
|
this.ErrorCountDataGridView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// BinNo
|
|
|
|
|
//
|
|
|
|
|
this.BinNo.DataPropertyName = "BinNo";
|
|
|
|
|
this.BinNo.HeaderText = "格口号";
|
|
|
|
|
this.BinNo.Name = "BinNo";
|
|
|
|
|
this.BinNo.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// ErrorCount
|
|
|
|
|
//
|
|
|
|
|
this.ErrorCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.ErrorCount.DataPropertyName = "ErrorCount";
|
|
|
|
|
this.ErrorCount.HeaderText = "异常读码次数";
|
|
|
|
|
this.ErrorCount.Name = "ErrorCount";
|
|
|
|
|
this.ErrorCount.ReadOnly = true;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.DataPropertyName = "LogTime";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "读取时间";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 105;
|
|
|
|
|
//
|
|
|
|
|
// RFIDSocket
|
|
|
|
|
//
|
|
|
|
|
@ -648,11 +648,6 @@
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label ConnectCountLabel;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn readKindDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn contentDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTimeDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.Button BinAudlt;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
@ -669,6 +664,11 @@
|
|
|
|
|
private System.Windows.Forms.DataGridView ErrorCountDataGridView;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BinNo;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ErrorCount;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn readKindDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn contentDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTimeDataGridViewTextBoxColumn;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|