|
|
|
@ -30,12 +30,6 @@
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.CotentData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
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.ID = 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();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
@ -46,26 +40,32 @@
|
|
|
|
|
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();
|
|
|
|
|
this.PageRange = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.LogStart = new System.Windows.Forms.Button();
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.timeSpanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rFIDHeartbeatBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.rFIDStateBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.rFIDContentBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
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();
|
|
|
|
|
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();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDStateBindingSource)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// CotentData
|
|
|
|
@ -76,8 +76,7 @@
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn,
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn,
|
|
|
|
|
this.contentDataGridViewTextBoxColumn,
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn,
|
|
|
|
|
this.ID});
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn});
|
|
|
|
|
this.CotentData.DataSource = this.rFIDContentBindingSource;
|
|
|
|
|
this.CotentData.Location = new System.Drawing.Point(9, 103);
|
|
|
|
|
this.CotentData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
@ -89,50 +88,6 @@
|
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(486, 870);
|
|
|
|
|
this.CotentData.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "编号";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.DataPropertyName = "ReadKind";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.HeaderText = "读码结果";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Name = "readKindDataGridViewTextBoxColumn";
|
|
|
|
|
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";
|
|
|
|
|
//
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.DataPropertyName = "LogTime";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "读取时间";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 105;
|
|
|
|
|
//
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "ID";
|
|
|
|
|
this.ID.MinimumWidth = 6;
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// rFIDContentBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDContentBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDContent);
|
|
|
|
|
//
|
|
|
|
|
// IPText
|
|
|
|
|
//
|
|
|
|
|
this.IPText.Location = new System.Drawing.Point(116, 23);
|
|
|
|
@ -176,7 +131,7 @@
|
|
|
|
|
//
|
|
|
|
|
// MonitorOnOff
|
|
|
|
|
//
|
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(421, 11);
|
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(391, 11);
|
|
|
|
|
this.MonitorOnOff.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.MonitorOnOff.Name = "MonitorOnOff";
|
|
|
|
|
this.MonitorOnOff.Size = new System.Drawing.Size(110, 45);
|
|
|
|
@ -188,7 +143,7 @@
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(569, 27);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(505, 27);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|
|
|
@ -199,7 +154,7 @@
|
|
|
|
|
//
|
|
|
|
|
this.MonitorState.AutoSize = true;
|
|
|
|
|
this.MonitorState.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(638, 27);
|
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(574, 27);
|
|
|
|
|
this.MonitorState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.MonitorState.Name = "MonitorState";
|
|
|
|
|
this.MonitorState.Size = new System.Drawing.Size(17, 12);
|
|
|
|
@ -240,14 +195,6 @@
|
|
|
|
|
this.StateData.Size = new System.Drawing.Size(177, 425);
|
|
|
|
|
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;
|
|
|
|
@ -256,10 +203,6 @@
|
|
|
|
|
this.LogTime.MinimumWidth = 6;
|
|
|
|
|
this.LogTime.Name = "LogTime";
|
|
|
|
|
//
|
|
|
|
|
// rFIDStateBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDStateBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDState);
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.HeartbeatData);
|
|
|
|
@ -290,26 +233,6 @@
|
|
|
|
|
this.HeartbeatData.Size = new System.Drawing.Size(177, 437);
|
|
|
|
|
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);
|
|
|
|
|
//
|
|
|
|
|
// PgUp
|
|
|
|
|
//
|
|
|
|
|
this.PgUp.Location = new System.Drawing.Point(9, 59);
|
|
|
|
@ -355,11 +278,91 @@
|
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
|
|
this.label3.Text = "显示条数:";
|
|
|
|
|
//
|
|
|
|
|
// LogStart
|
|
|
|
|
//
|
|
|
|
|
this.LogStart.Location = new System.Drawing.Point(595, 11);
|
|
|
|
|
this.LogStart.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.LogStart.Name = "LogStart";
|
|
|
|
|
this.LogStart.Size = new System.Drawing.Size(85, 45);
|
|
|
|
|
this.LogStart.TabIndex = 16;
|
|
|
|
|
this.LogStart.Text = "日志查询";
|
|
|
|
|
this.LogStart.UseVisualStyleBackColor = true;
|
|
|
|
|
this.LogStart.Click += new System.EventHandler(this.LogStart_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.HeaderText = "编号";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.Name = "deviceNoDataGridViewTextBoxColumn1";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// rFIDStateBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDStateBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDState);
|
|
|
|
|
//
|
|
|
|
|
// rFIDContentBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.rFIDContentBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDContent);
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "编号";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.DataPropertyName = "ReadKind";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.HeaderText = "读码结果";
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn.Name = "readKindDataGridViewTextBoxColumn";
|
|
|
|
|
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";
|
|
|
|
|
//
|
|
|
|
|
// logTimeDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.DataPropertyName = "LogTime";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.HeaderText = "读取时间";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Name = "logTimeDataGridViewTextBoxColumn";
|
|
|
|
|
this.logTimeDataGridViewTextBoxColumn.Width = 105;
|
|
|
|
|
//
|
|
|
|
|
// RFIDSocket
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(695, 983);
|
|
|
|
|
this.Controls.Add(this.LogStart);
|
|
|
|
|
this.Controls.Add(this.PageRange);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.IPText);
|
|
|
|
@ -376,16 +379,16 @@
|
|
|
|
|
this.Controls.Add(this.CotentData);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.Name = "RFIDSocket";
|
|
|
|
|
this.Text = " ";
|
|
|
|
|
this.Text = " 小件监听";
|
|
|
|
|
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();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDStateBindingSource)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
@ -403,10 +406,6 @@
|
|
|
|
|
private System.Windows.Forms.Timer TableTimer;
|
|
|
|
|
private System.Windows.Forms.TextBox IPText;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDContentBindingSource;
|
|
|
|
|
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.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDStateBindingSource;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
@ -417,11 +416,15 @@
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn2;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn timeSpanDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDHeartbeatBindingSource;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
|
|
private System.Windows.Forms.Button PgUp;
|
|
|
|
|
private System.Windows.Forms.Button PgDn;
|
|
|
|
|
private System.Windows.Forms.Label PageRange;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Button LogStart;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn deviceNoDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn readKindDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn contentDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTimeDataGridViewTextBoxColumn;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|