|
|
|
|
namespace RFIDSocket
|
|
|
|
|
{
|
|
|
|
|
partial class RFIDLog
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.TimeSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.StartTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
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.DeviceNo = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DeviceNoSelect = new System.Windows.Forms.Button();
|
|
|
|
|
this.LogContent = new System.Windows.Forms.DataGridView();
|
|
|
|
|
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.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogContent)).BeginInit();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// TimeSelect
|
|
|
|
|
//
|
|
|
|
|
this.TimeSelect.Location = new System.Drawing.Point(56, 95);
|
|
|
|
|
this.TimeSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.TimeSelect.Name = "TimeSelect";
|
|
|
|
|
this.TimeSelect.Size = new System.Drawing.Size(163, 60);
|
|
|
|
|
this.TimeSelect.TabIndex = 0;
|
|
|
|
|
this.TimeSelect.Text = "时间范围查询";
|
|
|
|
|
this.TimeSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TimeSelect.Click += new System.EventHandler(this.TimeSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// StartTime
|
|
|
|
|
//
|
|
|
|
|
this.StartTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
|
|
|
|
|
this.StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
this.StartTime.Location = new System.Drawing.Point(33, 25);
|
|
|
|
|
this.StartTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.StartTime.Name = "StartTime";
|
|
|
|
|
this.StartTime.Size = new System.Drawing.Size(209, 25);
|
|
|
|
|
this.StartTime.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.EndTime);
|
|
|
|
|
this.groupBox1.Controls.Add(this.StartTime);
|
|
|
|
|
this.groupBox1.Controls.Add(this.TimeSelect);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(16, 15);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(277, 164);
|
|
|
|
|
this.groupBox1.TabIndex = 2;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "按日期时间查询";
|
|
|
|
|
//
|
|
|
|
|
// EndTime
|
|
|
|
|
//
|
|
|
|
|
this.EndTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
|
|
|
|
|
this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
this.EndTime.Location = new System.Drawing.Point(33, 61);
|
|
|
|
|
this.EndTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.EndTime.Name = "EndTime";
|
|
|
|
|
this.EndTime.Size = new System.Drawing.Size(209, 25);
|
|
|
|
|
this.EndTime.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.ReadKind);
|
|
|
|
|
this.groupBox2.Controls.Add(this.ReadKindSelect);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(16, 186);
|
|
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(277, 164);
|
|
|
|
|
this.groupBox2.TabIndex = 5;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "读码结果查询";
|
|
|
|
|
//
|
|
|
|
|
// ReadKind
|
|
|
|
|
//
|
|
|
|
|
this.ReadKind.FormattingEnabled = true;
|
|
|
|
|
this.ReadKind.Location = new System.Drawing.Point(56, 38);
|
|
|
|
|
this.ReadKind.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.ReadKind.Name = "ReadKind";
|
|
|
|
|
this.ReadKind.Size = new System.Drawing.Size(161, 23);
|
|
|
|
|
this.ReadKind.TabIndex = 1;
|
|
|
|
|
this.ReadKind.Text = " ";
|
|
|
|
|
//
|
|
|
|
|
// ReadKindSelect
|
|
|
|
|
//
|
|
|
|
|
this.ReadKindSelect.Location = new System.Drawing.Point(56, 81);
|
|
|
|
|
this.ReadKindSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.ReadKindSelect.Name = "ReadKindSelect";
|
|
|
|
|
this.ReadKindSelect.Size = new System.Drawing.Size(163, 60);
|
|
|
|
|
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(16, 358);
|
|
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(277, 164);
|
|
|
|
|
this.groupBox3.TabIndex = 6;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "设备编号查询";
|
|
|
|
|
//
|
|
|
|
|
// DeviceNo
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNo.Location = new System.Drawing.Point(56, 36);
|
|
|
|
|
this.DeviceNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.DeviceNo.Name = "DeviceNo";
|
|
|
|
|
this.DeviceNo.Size = new System.Drawing.Size(161, 25);
|
|
|
|
|
this.DeviceNo.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// DeviceNoSelect
|
|
|
|
|
//
|
|
|
|
|
this.DeviceNoSelect.Location = new System.Drawing.Point(56, 81);
|
|
|
|
|
this.DeviceNoSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.DeviceNoSelect.Name = "DeviceNoSelect";
|
|
|
|
|
this.DeviceNoSelect.Size = new System.Drawing.Size(163, 60);
|
|
|
|
|
this.DeviceNoSelect.TabIndex = 0;
|
|
|
|
|
this.DeviceNoSelect.Text = "设备编号查询";
|
|
|
|
|
this.DeviceNoSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeviceNoSelect.Click += new System.EventHandler(this.DeviceNoSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// LogContent
|
|
|
|
|
//
|
|
|
|
|
this.LogContent.ColumnHeadersHeight = 20;
|
|
|
|
|
this.LogContent.Location = new System.Drawing.Point(301, 15);
|
|
|
|
|
this.LogContent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.LogContent.Name = "LogContent";
|
|
|
|
|
this.LogContent.RowHeadersVisible = false;
|
|
|
|
|
this.LogContent.RowHeadersWidth = 51;
|
|
|
|
|
this.LogContent.RowTemplate.Height = 18;
|
|
|
|
|
this.LogContent.Size = new System.Drawing.Size(667, 1124);
|
|
|
|
|
this.LogContent.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.Content);
|
|
|
|
|
this.groupBox4.Controls.Add(this.ContentSelect);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(16, 529);
|
|
|
|
|
this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(277, 164);
|
|
|
|
|
this.groupBox4.TabIndex = 7;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "条码内容查询";
|
|
|
|
|
//
|
|
|
|
|
// Content
|
|
|
|
|
//
|
|
|
|
|
this.Content.Location = new System.Drawing.Point(56, 36);
|
|
|
|
|
this.Content.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.Content.Name = "Content";
|
|
|
|
|
this.Content.Size = new System.Drawing.Size(161, 25);
|
|
|
|
|
this.Content.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// ContentSelect
|
|
|
|
|
//
|
|
|
|
|
this.ContentSelect.Location = new System.Drawing.Point(56, 81);
|
|
|
|
|
this.ContentSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.ContentSelect.Name = "ContentSelect";
|
|
|
|
|
this.ContentSelect.Size = new System.Drawing.Size(163, 60);
|
|
|
|
|
this.ContentSelect.TabIndex = 0;
|
|
|
|
|
this.ContentSelect.Text = "条码内容查询";
|
|
|
|
|
this.ContentSelect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ContentSelect.Click += new System.EventHandler(this.ContentSelect_Click);
|
|
|
|
|
//
|
|
|
|
|
// SelectAll
|
|
|
|
|
//
|
|
|
|
|
this.SelectAll.Location = new System.Drawing.Point(16, 700);
|
|
|
|
|
this.SelectAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.SelectAll.Name = "SelectAll";
|
|
|
|
|
this.SelectAll.Size = new System.Drawing.Size(277, 60);
|
|
|
|
|
this.SelectAll.TabIndex = 2;
|
|
|
|
|
this.SelectAll.Text = "综合条件查询";
|
|
|
|
|
this.SelectAll.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
|
|
|
|
|
//
|
|
|
|
|
// RFIDLog
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(984, 1154);
|
|
|
|
|
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.Name = "RFIDLog";
|
|
|
|
|
this.Text = "日志查询";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogContent)).EndInit();
|
|
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
|
|
this.groupBox4.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button TimeSelect;
|
|
|
|
|
private System.Windows.Forms.DateTimePicker StartTime;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.DateTimePicker EndTime;
|
|
|
|
|
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.GroupBox groupBox4;
|
|
|
|
|
private System.Windows.Forms.TextBox Content;
|
|
|
|
|
private System.Windows.Forms.Button ContentSelect;
|
|
|
|
|
private System.Windows.Forms.Button SelectAll;
|
|
|
|
|
}
|
|
|
|
|
}
|