|
|
|
|
@ -44,15 +44,7 @@
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.MonitorState = new System.Windows.Forms.Label();
|
|
|
|
|
this.TableTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.StateData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.LogTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rFIDStateBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.HeartbeatData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rFIDHeartbeatBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.PgUp = new System.Windows.Forms.Button();
|
|
|
|
|
this.PgDn = new System.Windows.Forms.Button();
|
|
|
|
|
@ -61,30 +53,45 @@
|
|
|
|
|
this.LogStart = new System.Windows.Forms.Button();
|
|
|
|
|
this.ControlGrupbox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.BinAudlt = new System.Windows.Forms.Button();
|
|
|
|
|
this.ClearError = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.ConnectCountLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.MainReadGroupBox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.PageGroupBox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
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();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).BeginInit();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.StateData)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDStateBindingSource)).BeginInit();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.HeartbeatData)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDHeartbeatBindingSource)).BeginInit();
|
|
|
|
|
this.ControlGrupbox.SuspendLayout();
|
|
|
|
|
this.MainReadGroupBox.SuspendLayout();
|
|
|
|
|
this.PageGroupBox.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ErrorCountDataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// CotentData
|
|
|
|
|
//
|
|
|
|
|
this.CotentData.AllowUserToAddRows = false;
|
|
|
|
|
this.CotentData.AllowUserToDeleteRows = false;
|
|
|
|
|
this.CotentData.AllowUserToResizeRows = false;
|
|
|
|
|
this.CotentData.AutoGenerateColumns = false;
|
|
|
|
|
this.CotentData.ColumnHeadersHeight = 20;
|
|
|
|
|
@ -99,6 +106,7 @@
|
|
|
|
|
this.CotentData.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.CotentData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.CotentData.Name = "CotentData";
|
|
|
|
|
this.CotentData.ReadOnly = true;
|
|
|
|
|
this.CotentData.RowHeadersVisible = false;
|
|
|
|
|
this.CotentData.RowHeadersWidth = 51;
|
|
|
|
|
this.CotentData.RowTemplate.Height = 17;
|
|
|
|
|
@ -110,6 +118,7 @@
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "ID";
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.ReadOnly = true;
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
@ -118,6 +127,7 @@
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
@ -126,6 +136,7 @@
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.HeaderText = "读码结果";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Name = "readKindDataGridViewTextBoxColumn";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// contentDataGridViewTextBoxColumn
|
|
|
|
|
@ -135,6 +146,7 @@
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.HeaderText = "条码内容";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.Name = "contentDataGridViewTextBoxColumn";
|
|
|
|
|
this.contentDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
@ -142,6 +154,7 @@
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "读取时间";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 105;
|
|
|
|
|
//
|
|
|
|
|
// rFIDContentBindingSource
|
|
|
|
|
@ -226,109 +239,10 @@
|
|
|
|
|
this.TableTimer.Interval = 1000;
|
|
|
|
|
this.TableTimer.Tick += new System.EventHandler(this.TableTimer_Tick);
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox2.AutoSize = true;
|
|
|
|
|
this.groupBox2.Controls.Add(this.StateData);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(799, 180);
|
|
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(185, 626);
|
|
|
|
|
this.groupBox2.TabIndex = 11;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "工作状态故障";
|
|
|
|
|
//
|
|
|
|
|
// StateData
|
|
|
|
|
//
|
|
|
|
|
this.StateData.AllowUserToResizeRows = false;
|
|
|
|
|
this.StateData.AutoGenerateColumns = false;
|
|
|
|
|
this.StateData.ColumnHeadersHeight = 20;
|
|
|
|
|
this.StateData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1,
|
|
|
|
|
this.LogTime});
|
|
|
|
|
this.StateData.DataSource = this.rFIDStateBindingSource;
|
|
|
|
|
this.StateData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.StateData.Location = new System.Drawing.Point(2, 16);
|
|
|
|
|
this.StateData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.StateData.Name = "StateData";
|
|
|
|
|
this.StateData.RowHeadersVisible = false;
|
|
|
|
|
this.StateData.RowHeadersWidth = 51;
|
|
|
|
|
this.StateData.RowTemplate.Height = 20;
|
|
|
|
|
this.StateData.Size = new System.Drawing.Size(181, 608);
|
|
|
|
|
this.StateData.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.HeaderText = "编号";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.Name = "deviceNoDataGridViewTextBoxColumn1";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// LogTime
|
|
|
|
|
//
|
|
|
|
|
this.LogTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.LogTime.DataPropertyName = "LogTime";
|
|
|
|
|
this.LogTime.HeaderText = "报警时间";
|
|
|
|
|
this.LogTime.MinimumWidth = 6;
|
|
|
|
|
this.LogTime.Name = "LogTime";
|
|
|
|
|
//
|
|
|
|
|
// rFIDStateBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDStateBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDState);
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox3.Controls.Add(this.HeartbeatData);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(989, 180);
|
|
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(185, 626);
|
|
|
|
|
this.groupBox3.TabIndex = 12;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "连接故障";
|
|
|
|
|
//
|
|
|
|
|
// HeartbeatData
|
|
|
|
|
//
|
|
|
|
|
this.HeartbeatData.AllowUserToResizeRows = false;
|
|
|
|
|
this.HeartbeatData.AutoGenerateColumns = false;
|
|
|
|
|
this.HeartbeatData.ColumnHeadersHeight = 20;
|
|
|
|
|
this.HeartbeatData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2,
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn});
|
|
|
|
|
this.HeartbeatData.DataSource = this.rFIDHeartbeatBindingSource;
|
|
|
|
|
this.HeartbeatData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.HeartbeatData.Location = new System.Drawing.Point(2, 16);
|
|
|
|
|
this.HeartbeatData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.HeartbeatData.Name = "HeartbeatData";
|
|
|
|
|
this.HeartbeatData.RowHeadersVisible = false;
|
|
|
|
|
this.HeartbeatData.RowHeadersWidth = 51;
|
|
|
|
|
this.HeartbeatData.RowTemplate.Height = 20;
|
|
|
|
|
this.HeartbeatData.Size = new System.Drawing.Size(181, 608);
|
|
|
|
|
this.HeartbeatData.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2.HeaderText = "编号";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2.Name = "deviceNoDataGridViewTextBoxColumn2";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// timeSpanDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn.DataPropertyName = "TimeSpan";
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn.HeaderText = "距上一次心跳时间";
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn.Name = "timeSpanDataGridViewTextBoxColumn";
|
|
|
|
|
//
|
|
|
|
|
// rFIDHeartbeatBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDHeartbeatBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDHeartbeat);
|
|
|
|
|
@ -399,7 +313,6 @@
|
|
|
|
|
//
|
|
|
|
|
this.ControlGrupbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.BinAudlt);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.ClearError);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.label2);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.ConnectCountLabel);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.LogStart);
|
|
|
|
|
@ -427,17 +340,6 @@
|
|
|
|
|
this.BinAudlt.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BinAudlt.Click += new System.EventHandler(this.BinAudlt_Click);
|
|
|
|
|
//
|
|
|
|
|
// ClearError
|
|
|
|
|
//
|
|
|
|
|
this.ClearError.Location = new System.Drawing.Point(168, 64);
|
|
|
|
|
this.ClearError.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.ClearError.Name = "ClearError";
|
|
|
|
|
this.ClearError.Size = new System.Drawing.Size(96, 45);
|
|
|
|
|
this.ClearError.TabIndex = 24;
|
|
|
|
|
this.ClearError.Text = "清除报警";
|
|
|
|
|
this.ClearError.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ClearError.Click += new System.EventHandler(this.ClearError_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
@ -506,28 +408,203 @@
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(190, 39);
|
|
|
|
|
this.panel2.TabIndex = 16;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox1.Controls.Add(this.ReadSuccessPercent);
|
|
|
|
|
this.groupBox1.Controls.Add(this.ErrorReadNum);
|
|
|
|
|
this.groupBox1.Controls.Add(this.NormalReadNum);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.groupBox3);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(799, 181);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(375, 625);
|
|
|
|
|
this.groupBox1.TabIndex = 19;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "状态面板";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(103, 32);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(39, 16);
|
|
|
|
|
this.label6.TabIndex = 7;
|
|
|
|
|
this.label6.Text = "正常";
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.groupBox3.Controls.Add(this.ErrorCountDataGridView);
|
|
|
|
|
this.groupBox3.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(6, 202);
|
|
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(363, 423);
|
|
|
|
|
this.groupBox3.TabIndex = 6;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "异常统计(最近200条)";
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(18, 66);
|
|
|
|
|
this.label10.Margin = new System.Windows.Forms.Padding(15, 15, 15, 3);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(87, 16);
|
|
|
|
|
this.label10.TabIndex = 5;
|
|
|
|
|
this.label10.Text = "连接状态:";
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(18, 100);
|
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(15, 15, 15, 3);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(119, 16);
|
|
|
|
|
this.label9.TabIndex = 4;
|
|
|
|
|
this.label9.Text = "正常读码数量:";
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(18, 134);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(15, 15, 15, 3);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(119, 16);
|
|
|
|
|
this.label8.TabIndex = 3;
|
|
|
|
|
this.label8.Text = "异常读码数量:";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(18, 168);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(15, 15, 15, 3);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(103, 16);
|
|
|
|
|
this.label7.TabIndex = 2;
|
|
|
|
|
this.label7.Text = "读码成功率:";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(18, 32);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(15, 15, 15, 3);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(87, 16);
|
|
|
|
|
this.label5.TabIndex = 0;
|
|
|
|
|
this.label5.Text = "工作状态:";
|
|
|
|
|
//
|
|
|
|
|
// 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 = "正常";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// RFIDSocket
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.AutoScroll = true;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1186, 817);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.PageGroupBox);
|
|
|
|
|
this.Controls.Add(this.MainReadGroupBox);
|
|
|
|
|
this.Controls.Add(this.ControlGrupbox);
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.Name = "RFIDSocket";
|
|
|
|
|
this.Text = "小件监控";
|
|
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RFIDSocket_FormClosing);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CotentData)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).EndInit();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.StateData)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDStateBindingSource)).EndInit();
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.HeartbeatData)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDHeartbeatBindingSource)).EndInit();
|
|
|
|
|
this.ControlGrupbox.ResumeLayout(false);
|
|
|
|
|
this.ControlGrupbox.PerformLayout();
|
|
|
|
|
@ -536,6 +613,10 @@
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
this.panel2.PerformLayout();
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ErrorCountDataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
@ -553,15 +634,7 @@
|
|
|
|
|
private System.Windows.Forms.Timer TableTimer;
|
|
|
|
|
private System.Windows.Forms.TextBox IPText;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDContentBindingSource;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDStateBindingSource;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.DataGridView HeartbeatData;
|
|
|
|
|
private System.Windows.Forms.DataGridView StateData;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LogTime;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn2;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn timeSpanDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDHeartbeatBindingSource;
|
|
|
|
|
private System.Windows.Forms.Button PgUp;
|
|
|
|
|
private System.Windows.Forms.Button PgDn;
|
|
|
|
|
@ -575,13 +648,27 @@
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label ConnectCountLabel;
|
|
|
|
|
private System.Windows.Forms.Button ClearError;
|
|
|
|
|
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;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
|
|
private System.Windows.Forms.Label ReadSuccessPercent;
|
|
|
|
|
private System.Windows.Forms.Label ErrorReadNum;
|
|
|
|
|
private System.Windows.Forms.Label NormalReadNum;
|
|
|
|
|
private System.Windows.Forms.DataGridView ErrorCountDataGridView;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BinNo;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ErrorCount;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|