|
|
|
|
@ -30,6 +30,12 @@
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.CotentData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.LineNo = 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.MonitorOnOff = new System.Windows.Forms.Button();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
@ -69,12 +75,6 @@
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.LineNo = 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();
|
|
|
|
|
@ -118,6 +118,58 @@
|
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(774, 799);
|
|
|
|
|
this.CotentData.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "编号";
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.ReadOnly = true;
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// LineNo
|
|
|
|
|
//
|
|
|
|
|
this.LineNo.DataPropertyName = "LineNo";
|
|
|
|
|
this.LineNo.HeaderText = "线号";
|
|
|
|
|
this.LineNo.Name = "LineNo";
|
|
|
|
|
this.LineNo.ReadOnly = true;
|
|
|
|
|
this.LineNo.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
|
|
|
|
@ -547,58 +599,6 @@
|
|
|
|
|
this.label5.TabIndex = 0;
|
|
|
|
|
this.label5.Text = "工作状态:";
|
|
|
|
|
//
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
|
|
this.ID.HeaderText = "编号";
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.ReadOnly = true;
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// LineNo
|
|
|
|
|
//
|
|
|
|
|
this.LineNo.DataPropertyName = "LineNo";
|
|
|
|
|
this.LineNo.HeaderText = "线号";
|
|
|
|
|
this.LineNo.Name = "LineNo";
|
|
|
|
|
this.LineNo.ReadOnly = true;
|
|
|
|
|
this.LineNo.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.MinimumWidth = 6;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// RFIDSocket
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
|