|
|
|
|
@ -34,21 +34,22 @@
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.EndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ReadKind = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.ReadKindSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.LineSelectCombobox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.LineSelectButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.Content = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DeviceNo = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.ContentSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.ReadKind = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.DeviceNoSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.ReadKindSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.LogContent = 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.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.Content = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.ContentSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.SelectAll = new System.Windows.Forms.Button();
|
|
|
|
|
this.ExcelOutPut = new System.Windows.Forms.Button();
|
|
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
|
|
@ -65,12 +66,11 @@
|
|
|
|
|
this.TotalReadCount = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogContent)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).BeginInit();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// TimeSelect
|
|
|
|
|
@ -115,62 +115,93 @@
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.LineSelectCombobox);
|
|
|
|
|
this.groupBox2.Controls.Add(this.LineSelectButton);
|
|
|
|
|
this.groupBox2.Controls.Add(this.Content);
|
|
|
|
|
this.groupBox2.Controls.Add(this.DeviceNo);
|
|
|
|
|
this.groupBox2.Controls.Add(this.ContentSelect);
|
|
|
|
|
this.groupBox2.Controls.Add(this.ReadKind);
|
|
|
|
|
this.groupBox2.Controls.Add(this.DeviceNoSelect);
|
|
|
|
|
this.groupBox2.Controls.Add(this.ReadKindSelect);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 149);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(208, 131);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(208, 265);
|
|
|
|
|
this.groupBox2.TabIndex = 5;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "读码结果查询";
|
|
|
|
|
this.groupBox2.Text = "其他条件查询";
|
|
|
|
|
//
|
|
|
|
|
// LineSelectCombobox
|
|
|
|
|
//
|
|
|
|
|
this.LineSelectCombobox.FormattingEnabled = true;
|
|
|
|
|
this.LineSelectCombobox.Location = new System.Drawing.Point(8, 35);
|
|
|
|
|
this.LineSelectCombobox.Name = "LineSelectCombobox";
|
|
|
|
|
this.LineSelectCombobox.Size = new System.Drawing.Size(94, 20);
|
|
|
|
|
this.LineSelectCombobox.TabIndex = 3;
|
|
|
|
|
this.LineSelectCombobox.Text = " ";
|
|
|
|
|
//
|
|
|
|
|
// LineSelectButton
|
|
|
|
|
//
|
|
|
|
|
this.LineSelectButton.Location = new System.Drawing.Point(108, 20);
|
|
|
|
|
this.LineSelectButton.Name = "LineSelectButton";
|
|
|
|
|
this.LineSelectButton.Size = new System.Drawing.Size(94, 48);
|
|
|
|
|
this.LineSelectButton.TabIndex = 2;
|
|
|
|
|
this.LineSelectButton.Text = "线选择";
|
|
|
|
|
this.LineSelectButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.LineSelectButton.Click += new System.EventHandler(this.button2_Click);
|
|
|
|
|
//
|
|
|
|
|
// Content
|
|
|
|
|
//
|
|
|
|
|
this.Content.Location = new System.Drawing.Point(6, 182);
|
|
|
|
|
this.Content.Name = "Content";
|
|
|
|
|
this.Content.Size = new System.Drawing.Size(196, 21);
|
|
|
|
|
this.Content.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// DeviceNo
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNo.Location = new System.Drawing.Point(8, 143);
|
|
|
|
|
this.DeviceNo.Name = "DeviceNo";
|
|
|
|
|
this.DeviceNo.Size = new System.Drawing.Size(94, 21);
|
|
|
|
|
this.DeviceNo.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// ContentSelect
|
|
|
|
|
//
|
|
|
|
|
this.ContentSelect.Location = new System.Drawing.Point(42, 209);
|
|
|
|
|
this.ContentSelect.Name = "ContentSelect";
|
|
|
|
|
this.ContentSelect.Size = new System.Drawing.Size(122, 48);
|
|
|
|
|
this.ContentSelect.TabIndex = 0;
|
|
|
|
|
this.ContentSelect.Text = "条码内容查询";
|
|
|
|
|
this.ContentSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ContentSelect.Click += new System.EventHandler(this.ContentSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// ReadKind
|
|
|
|
|
//
|
|
|
|
|
this.ReadKind.FormattingEnabled = true;
|
|
|
|
|
this.ReadKind.Location = new System.Drawing.Point(42, 30);
|
|
|
|
|
this.ReadKind.Location = new System.Drawing.Point(8, 89);
|
|
|
|
|
this.ReadKind.Name = "ReadKind";
|
|
|
|
|
this.ReadKind.Size = new System.Drawing.Size(122, 20);
|
|
|
|
|
this.ReadKind.Size = new System.Drawing.Size(94, 20);
|
|
|
|
|
this.ReadKind.TabIndex = 1;
|
|
|
|
|
this.ReadKind.Text = " ";
|
|
|
|
|
//
|
|
|
|
|
// ReadKindSelect
|
|
|
|
|
//
|
|
|
|
|
this.ReadKindSelect.Location = new System.Drawing.Point(42, 65);
|
|
|
|
|
this.ReadKindSelect.Name = "ReadKindSelect";
|
|
|
|
|
this.ReadKindSelect.Size = new System.Drawing.Size(122, 48);
|
|
|
|
|
this.ReadKindSelect.TabIndex = 0;
|
|
|
|
|
this.ReadKindSelect.Text = "读码结果查询";
|
|
|
|
|
this.ReadKindSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ReadKindSelect.Click += new System.EventHandler(this.ReadKindSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.DeviceNo);
|
|
|
|
|
this.groupBox3.Controls.Add(this.DeviceNoSelect);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 286);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(208, 131);
|
|
|
|
|
this.groupBox3.TabIndex = 6;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "设备编号查询";
|
|
|
|
|
//
|
|
|
|
|
// DeviceNo
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNo.Location = new System.Drawing.Point(42, 29);
|
|
|
|
|
this.DeviceNo.Name = "DeviceNo";
|
|
|
|
|
this.DeviceNo.Size = new System.Drawing.Size(122, 21);
|
|
|
|
|
this.DeviceNo.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// DeviceNoSelect
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNoSelect.Location = new System.Drawing.Point(42, 65);
|
|
|
|
|
this.DeviceNoSelect.Location = new System.Drawing.Point(108, 128);
|
|
|
|
|
this.DeviceNoSelect.Name = "DeviceNoSelect";
|
|
|
|
|
this.DeviceNoSelect.Size = new System.Drawing.Size(122, 48);
|
|
|
|
|
this.DeviceNoSelect.Size = new System.Drawing.Size(94, 48);
|
|
|
|
|
this.DeviceNoSelect.TabIndex = 0;
|
|
|
|
|
this.DeviceNoSelect.Text = "设备编号查询";
|
|
|
|
|
this.DeviceNoSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeviceNoSelect.Click += new System.EventHandler(this.DeviceNoSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// ReadKindSelect
|
|
|
|
|
//
|
|
|
|
|
this.ReadKindSelect.Location = new System.Drawing.Point(108, 74);
|
|
|
|
|
this.ReadKindSelect.Name = "ReadKindSelect";
|
|
|
|
|
this.ReadKindSelect.Size = new System.Drawing.Size(94, 48);
|
|
|
|
|
this.ReadKindSelect.TabIndex = 0;
|
|
|
|
|
this.ReadKindSelect.Text = "读码结果查询";
|
|
|
|
|
this.ReadKindSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ReadKindSelect.Click += new System.EventHandler(this.ReadKindSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// LogContent
|
|
|
|
|
//
|
|
|
|
|
this.LogContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
@ -178,8 +209,10 @@
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.LogContent.AutoGenerateColumns = false;
|
|
|
|
|
this.LogContent.ColumnHeadersHeight = 20;
|
|
|
|
|
this.LogContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
this.LogContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.ID,
|
|
|
|
|
this.LineNo,
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn,
|
|
|
|
|
this.readKindDataGridViewTextBoxColumn,
|
|
|
|
|
this.contentDataGridViewTextBoxColumn,
|
|
|
|
|
@ -188,7 +221,9 @@
|
|
|
|
|
this.LogContent.Location = new System.Drawing.Point(226, 12);
|
|
|
|
|
this.LogContent.Name = "LogContent";
|
|
|
|
|
this.LogContent.RowHeadersVisible = false;
|
|
|
|
|
this.LogContent.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
|
this.LogContent.RowTemplate.Height = 18;
|
|
|
|
|
this.LogContent.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.LogContent.Size = new System.Drawing.Size(669, 899);
|
|
|
|
|
this.LogContent.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
@ -199,12 +234,19 @@
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// LineNo
|
|
|
|
|
//
|
|
|
|
|
this.LineNo.DataPropertyName = "LineNo";
|
|
|
|
|
this.LineNo.HeaderText = "线体号";
|
|
|
|
|
this.LineNo.Name = "LineNo";
|
|
|
|
|
this.LineNo.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// deviceNoDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.DataPropertyName = "DeviceNo";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.HeaderText = "格口";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Name = "deviceNoDataGridViewTextBoxColumn";
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 40;
|
|
|
|
|
this.deviceNoDataGridViewTextBoxColumn.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// readKindDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
@ -231,38 +273,10 @@
|
|
|
|
|
//
|
|
|
|
|
this.rFIDContentBindingSource.DataSource = typeof(HighWayIot.Repository.domain.RFIDContent);
|
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.Content);
|
|
|
|
|
this.groupBox4.Controls.Add(this.ContentSelect);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(12, 423);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(208, 131);
|
|
|
|
|
this.groupBox4.TabIndex = 7;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "条码内容查询";
|
|
|
|
|
//
|
|
|
|
|
// Content
|
|
|
|
|
//
|
|
|
|
|
this.Content.Location = new System.Drawing.Point(42, 29);
|
|
|
|
|
this.Content.Name = "Content";
|
|
|
|
|
this.Content.Size = new System.Drawing.Size(122, 21);
|
|
|
|
|
this.Content.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// ContentSelect
|
|
|
|
|
//
|
|
|
|
|
this.ContentSelect.Location = new System.Drawing.Point(42, 65);
|
|
|
|
|
this.ContentSelect.Name = "ContentSelect";
|
|
|
|
|
this.ContentSelect.Size = new System.Drawing.Size(122, 48);
|
|
|
|
|
this.ContentSelect.TabIndex = 0;
|
|
|
|
|
this.ContentSelect.Text = "条码内容查询";
|
|
|
|
|
this.ContentSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ContentSelect.Click += new System.EventHandler(this.ContentSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectAll
|
|
|
|
|
//
|
|
|
|
|
this.SelectAll.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.SelectAll.Location = new System.Drawing.Point(12, 560);
|
|
|
|
|
this.SelectAll.Location = new System.Drawing.Point(12, 420);
|
|
|
|
|
this.SelectAll.Name = "SelectAll";
|
|
|
|
|
this.SelectAll.Size = new System.Drawing.Size(208, 48);
|
|
|
|
|
this.SelectAll.TabIndex = 2;
|
|
|
|
|
@ -408,17 +422,27 @@
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(18, 611);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(12, 471);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(149, 12);
|
|
|
|
|
this.label3.TabIndex = 21;
|
|
|
|
|
this.label3.Text = "※某条件为空既过滤该条件";
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(12, 609);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(208, 23);
|
|
|
|
|
this.button2.TabIndex = 22;
|
|
|
|
|
this.button2.Text = "清除一个月之前的数据";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// RFIDLog
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(907, 923);
|
|
|
|
|
this.Controls.Add(this.button2);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.TotalReadCount);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
@ -434,21 +458,16 @@
|
|
|
|
|
this.Controls.Add(this.txtPath);
|
|
|
|
|
this.Controls.Add(this.ExcelOutPut);
|
|
|
|
|
this.Controls.Add(this.SelectAll);
|
|
|
|
|
this.Controls.Add(this.groupBox4);
|
|
|
|
|
this.Controls.Add(this.LogContent);
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Name = "RFIDLog";
|
|
|
|
|
this.Text = "日志查询";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogContent)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.rFIDContentBindingSource)).EndInit();
|
|
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
|
|
this.groupBox4.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
@ -463,12 +482,10 @@
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.ComboBox ReadKind;
|
|
|
|
|
private System.Windows.Forms.Button ReadKindSelect;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.TextBox DeviceNo;
|
|
|
|
|
private System.Windows.Forms.Button DeviceNoSelect;
|
|
|
|
|
private System.Windows.Forms.DataGridView LogContent;
|
|
|
|
|
private System.Windows.Forms.BindingSource rFIDContentBindingSource;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
|
|
|
private System.Windows.Forms.TextBox Content;
|
|
|
|
|
private System.Windows.Forms.Button ContentSelect;
|
|
|
|
|
private System.Windows.Forms.Button SelectAll;
|
|
|
|
|
@ -484,13 +501,17 @@
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label TotalReadCount;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.ComboBox LineSelectCombobox;
|
|
|
|
|
private System.Windows.Forms.Button LineSelectButton;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LineNo;
|
|
|
|
|
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.Label TotalReadCount;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
|
|
}
|
|
|
|
|
}
|