|
|
|
|
@ -30,11 +30,12 @@
|
|
|
|
|
{
|
|
|
|
|
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();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.PortText = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.MonitorOnOff = new System.Windows.Forms.Button();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.MonitorState = new System.Windows.Forms.Label();
|
|
|
|
|
@ -47,6 +48,8 @@
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.LogStart = new System.Windows.Forms.Button();
|
|
|
|
|
this.ControlGrupbox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.BinAudlt = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.ConnectCountLabel = new System.Windows.Forms.Label();
|
|
|
|
|
@ -69,11 +72,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.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();
|
|
|
|
|
@ -110,60 +108,63 @@
|
|
|
|
|
this.CotentData.RowHeadersVisible = false;
|
|
|
|
|
this.CotentData.RowHeadersWidth = 51;
|
|
|
|
|
this.CotentData.RowTemplate.Height = 17;
|
|
|
|
|
this.CotentData.Size = new System.Drawing.Size(775, 703);
|
|
|
|
|
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;
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
|
|
|
|
//
|
|
|
|
|
// IPText
|
|
|
|
|
//
|
|
|
|
|
this.IPText.Location = new System.Drawing.Point(117, 28);
|
|
|
|
|
this.IPText.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.IPText.MaxLength = 20;
|
|
|
|
|
this.IPText.Name = "IPText";
|
|
|
|
|
this.IPText.Size = new System.Drawing.Size(98, 21);
|
|
|
|
|
this.IPText.TabIndex = 7;
|
|
|
|
|
this.IPText.Text = "127.0.0.1";
|
|
|
|
|
//
|
|
|
|
|
// SetAddress
|
|
|
|
|
//
|
|
|
|
|
this.SetAddress.Location = new System.Drawing.Point(268, 15);
|
|
|
|
|
this.SetAddress.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.SetAddress.Name = "SetAddress";
|
|
|
|
|
this.SetAddress.Size = new System.Drawing.Size(105, 45);
|
|
|
|
|
this.SetAddress.TabIndex = 6;
|
|
|
|
|
this.SetAddress.Text = "确认服务端地址";
|
|
|
|
|
this.SetAddress.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SetAddress.Click += new System.EventHandler(this.SetPort_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 32);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(101, 12);
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
this.label1.Text = "服务端IP:端口号";
|
|
|
|
|
//
|
|
|
|
|
// PortText
|
|
|
|
|
//
|
|
|
|
|
this.PortText.Location = new System.Drawing.Point(219, 28);
|
|
|
|
|
this.PortText.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.PortText.MaxLength = 6;
|
|
|
|
|
this.PortText.Name = "PortText";
|
|
|
|
|
this.PortText.Size = new System.Drawing.Size(45, 21);
|
|
|
|
|
this.PortText.TabIndex = 0;
|
|
|
|
|
this.PortText.Text = "1234";
|
|
|
|
|
//
|
|
|
|
|
// MonitorOnOff
|
|
|
|
|
//
|
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(5, 64);
|
|
|
|
|
this.MonitorOnOff.Location = new System.Drawing.Point(5, 19);
|
|
|
|
|
this.MonitorOnOff.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.MonitorOnOff.Name = "MonitorOnOff";
|
|
|
|
|
this.MonitorOnOff.Size = new System.Drawing.Size(159, 45);
|
|
|
|
|
this.MonitorOnOff.Size = new System.Drawing.Size(165, 45);
|
|
|
|
|
this.MonitorOnOff.TabIndex = 7;
|
|
|
|
|
this.MonitorOnOff.Text = "启动监听";
|
|
|
|
|
this.MonitorOnOff.UseVisualStyleBackColor = true;
|
|
|
|
|
@ -172,7 +173,7 @@
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(13, 118);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(19, 81);
|
|
|
|
|
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);
|
|
|
|
|
@ -183,7 +184,7 @@
|
|
|
|
|
//
|
|
|
|
|
this.MonitorState.AutoSize = true;
|
|
|
|
|
this.MonitorState.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(82, 118);
|
|
|
|
|
this.MonitorState.Location = new System.Drawing.Point(88, 81);
|
|
|
|
|
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);
|
|
|
|
|
@ -218,7 +219,7 @@
|
|
|
|
|
// PgDn
|
|
|
|
|
//
|
|
|
|
|
this.PgDn.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.PgDn.Location = new System.Drawing.Point(682, 17);
|
|
|
|
|
this.PgDn.Location = new System.Drawing.Point(276, 17);
|
|
|
|
|
this.PgDn.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.PgDn.Name = "PgDn";
|
|
|
|
|
this.PgDn.Size = new System.Drawing.Size(96, 45);
|
|
|
|
|
@ -256,10 +257,10 @@
|
|
|
|
|
//
|
|
|
|
|
// LogStart
|
|
|
|
|
//
|
|
|
|
|
this.LogStart.Location = new System.Drawing.Point(268, 64);
|
|
|
|
|
this.LogStart.Location = new System.Drawing.Point(275, 20);
|
|
|
|
|
this.LogStart.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.LogStart.Name = "LogStart";
|
|
|
|
|
this.LogStart.Size = new System.Drawing.Size(105, 45);
|
|
|
|
|
this.LogStart.Size = new System.Drawing.Size(95, 43);
|
|
|
|
|
this.LogStart.TabIndex = 16;
|
|
|
|
|
this.LogStart.Text = "日志查询";
|
|
|
|
|
this.LogStart.UseVisualStyleBackColor = true;
|
|
|
|
|
@ -268,6 +269,8 @@
|
|
|
|
|
// ControlGrupbox
|
|
|
|
|
//
|
|
|
|
|
this.ControlGrupbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.label1);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.comboBox1);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.BinAudlt);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.label2);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.ConnectCountLabel);
|
|
|
|
|
@ -275,22 +278,38 @@
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.MonitorOnOff);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.label4);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.MonitorState);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.IPText);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.PortText);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.SetAddress);
|
|
|
|
|
this.ControlGrupbox.Controls.Add(this.label1);
|
|
|
|
|
this.ControlGrupbox.Location = new System.Drawing.Point(799, 12);
|
|
|
|
|
this.ControlGrupbox.Location = new System.Drawing.Point(798, 12);
|
|
|
|
|
this.ControlGrupbox.Name = "ControlGrupbox";
|
|
|
|
|
this.ControlGrupbox.Size = new System.Drawing.Size(375, 163);
|
|
|
|
|
this.ControlGrupbox.Size = new System.Drawing.Size(375, 144);
|
|
|
|
|
this.ControlGrupbox.TabIndex = 17;
|
|
|
|
|
this.ControlGrupbox.TabStop = false;
|
|
|
|
|
this.ControlGrupbox.Text = "控制面板";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(18, 111);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(87, 16);
|
|
|
|
|
this.label1.TabIndex = 27;
|
|
|
|
|
this.label1.Text = "线体选择:";
|
|
|
|
|
//
|
|
|
|
|
// comboBox1
|
|
|
|
|
//
|
|
|
|
|
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.comboBox1.FormattingEnabled = true;
|
|
|
|
|
this.comboBox1.Location = new System.Drawing.Point(110, 107);
|
|
|
|
|
this.comboBox1.Name = "comboBox1";
|
|
|
|
|
this.comboBox1.Size = new System.Drawing.Size(146, 24);
|
|
|
|
|
this.comboBox1.TabIndex = 26;
|
|
|
|
|
//
|
|
|
|
|
// BinAudlt
|
|
|
|
|
//
|
|
|
|
|
this.BinAudlt.Location = new System.Drawing.Point(218, 114);
|
|
|
|
|
this.BinAudlt.Location = new System.Drawing.Point(175, 20);
|
|
|
|
|
this.BinAudlt.Name = "BinAudlt";
|
|
|
|
|
this.BinAudlt.Size = new System.Drawing.Size(151, 43);
|
|
|
|
|
this.BinAudlt.Size = new System.Drawing.Size(95, 43);
|
|
|
|
|
this.BinAudlt.TabIndex = 25;
|
|
|
|
|
this.BinAudlt.Text = "格口盘点";
|
|
|
|
|
this.BinAudlt.UseVisualStyleBackColor = true;
|
|
|
|
|
@ -299,7 +318,7 @@
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(13, 140);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(118, 81);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
@ -310,7 +329,7 @@
|
|
|
|
|
//
|
|
|
|
|
this.ConnectCountLabel.AutoSize = true;
|
|
|
|
|
this.ConnectCountLabel.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.ConnectCountLabel.Location = new System.Drawing.Point(82, 140);
|
|
|
|
|
this.ConnectCountLabel.Location = new System.Drawing.Point(187, 81);
|
|
|
|
|
this.ConnectCountLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.ConnectCountLabel.Name = "ConnectCountLabel";
|
|
|
|
|
this.ConnectCountLabel.Size = new System.Drawing.Size(11, 12);
|
|
|
|
|
@ -324,23 +343,22 @@
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.MainReadGroupBox.AutoSize = true;
|
|
|
|
|
this.MainReadGroupBox.Controls.Add(this.CotentData);
|
|
|
|
|
this.MainReadGroupBox.Location = new System.Drawing.Point(12, 83);
|
|
|
|
|
this.MainReadGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.MainReadGroupBox.Name = "MainReadGroupBox";
|
|
|
|
|
this.MainReadGroupBox.Size = new System.Drawing.Size(781, 723);
|
|
|
|
|
this.MainReadGroupBox.Size = new System.Drawing.Size(780, 819);
|
|
|
|
|
this.MainReadGroupBox.TabIndex = 18;
|
|
|
|
|
this.MainReadGroupBox.TabStop = false;
|
|
|
|
|
this.MainReadGroupBox.Text = "数据监控(此界面做多200条,全部数据在日志查询中查询)";
|
|
|
|
|
this.MainReadGroupBox.Text = "数据监控(此界面最多200条,全部数据在日志查询中查询)";
|
|
|
|
|
//
|
|
|
|
|
// PageGroupBox
|
|
|
|
|
//
|
|
|
|
|
this.PageGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PageGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PageGroupBox.Controls.Add(this.panel1);
|
|
|
|
|
this.PageGroupBox.Controls.Add(this.PgDn);
|
|
|
|
|
this.PageGroupBox.Controls.Add(this.PgUp);
|
|
|
|
|
this.PageGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.PageGroupBox.Location = new System.Drawing.Point(798, 162);
|
|
|
|
|
this.PageGroupBox.Name = "PageGroupBox";
|
|
|
|
|
this.PageGroupBox.Size = new System.Drawing.Size(781, 65);
|
|
|
|
|
this.PageGroupBox.Size = new System.Drawing.Size(375, 65);
|
|
|
|
|
this.PageGroupBox.TabIndex = 0;
|
|
|
|
|
this.PageGroupBox.TabStop = false;
|
|
|
|
|
this.PageGroupBox.Text = "页码控制";
|
|
|
|
|
@ -351,7 +369,7 @@
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(98, 17);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(584, 45);
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(178, 45);
|
|
|
|
|
this.panel1.TabIndex = 16;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
@ -359,7 +377,7 @@
|
|
|
|
|
this.panel2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
this.panel2.Controls.Add(this.PageRange);
|
|
|
|
|
this.panel2.Controls.Add(this.label3);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(197, 3);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(-3, 3);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(190, 39);
|
|
|
|
|
this.panel2.TabIndex = 16;
|
|
|
|
|
@ -379,9 +397,9 @@
|
|
|
|
|
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.Location = new System.Drawing.Point(798, 233);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(375, 625);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(375, 598);
|
|
|
|
|
this.groupBox1.TabIndex = 19;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "状态面板";
|
|
|
|
|
@ -450,7 +468,7 @@
|
|
|
|
|
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.Size = new System.Drawing.Size(363, 390);
|
|
|
|
|
this.groupBox3.TabIndex = 6;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "异常统计(最近200条)";
|
|
|
|
|
@ -470,7 +488,7 @@
|
|
|
|
|
this.ErrorCountDataGridView.ReadOnly = true;
|
|
|
|
|
this.ErrorCountDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.ErrorCountDataGridView.RowTemplate.Height = 17;
|
|
|
|
|
this.ErrorCountDataGridView.Size = new System.Drawing.Size(357, 403);
|
|
|
|
|
this.ErrorCountDataGridView.Size = new System.Drawing.Size(357, 370);
|
|
|
|
|
this.ErrorCountDataGridView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// BinNo
|
|
|
|
|
@ -543,56 +561,12 @@
|
|
|
|
|
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;
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// 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.ClientSize = new System.Drawing.Size(1185, 842);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.PageGroupBox);
|
|
|
|
|
this.Controls.Add(this.MainReadGroupBox);
|
|
|
|
|
@ -625,14 +599,10 @@
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridView CotentData;
|
|
|
|
|
private System.Windows.Forms.Button SetAddress;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox PortText;
|
|
|
|
|
private System.Windows.Forms.Button MonitorOnOff;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label MonitorState;
|
|
|
|
|
private System.Windows.Forms.Timer TableTimer;
|
|
|
|
|
private System.Windows.Forms.TextBox IPText;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDContentBindingSource;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDStateBindingSource;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDHeartbeatBindingSource;
|
|
|
|
|
@ -669,6 +639,8 @@
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn readKindDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn contentDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logTimeDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|