AHTC/RGD/RGD.WCS/FrmDeviceErrorLog.Designer.cs
2025-05-19 09:22:33 +08:00

194 lines
9.1 KiB
C#

namespace RGD.WCS
{
partial class FrmDeviceErrorLog
{
/// <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.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerBegin = new System.Windows.Forms.DateTimePicker();
this.tbContent = new System.Windows.Forms.ComboBox();
this.cbField = new System.Windows.Forms.ComboBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label10 = new System.Windows.Forms.Label();
this.btNullQuery = new System.Windows.Forms.Button();
this.btQuery = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 26);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 15);
this.label2.TabIndex = 243;
this.label2.Text = "时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(263, 26);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(22, 15);
this.label1.TabIndex = 242;
this.label1.Text = "至";
//
// dateTimePickerEnd
//
this.dateTimePickerEnd.CustomFormat = "yyyy-MM-dd";
this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEnd.Location = new System.Drawing.Point(294, 21);
this.dateTimePickerEnd.Margin = new System.Windows.Forms.Padding(4);
this.dateTimePickerEnd.Name = "dateTimePickerEnd";
this.dateTimePickerEnd.Size = new System.Drawing.Size(181, 25);
this.dateTimePickerEnd.TabIndex = 240;
this.dateTimePickerEnd.Value = new System.DateTime(2011, 6, 18, 0, 0, 0, 0);
//
// dateTimePickerBegin
//
this.dateTimePickerBegin.CustomFormat = "yyyy-MM-dd";
this.dateTimePickerBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerBegin.Location = new System.Drawing.Point(70, 21);
this.dateTimePickerBegin.Margin = new System.Windows.Forms.Padding(4);
this.dateTimePickerBegin.Name = "dateTimePickerBegin";
this.dateTimePickerBegin.Size = new System.Drawing.Size(180, 25);
this.dateTimePickerBegin.TabIndex = 241;
this.dateTimePickerBegin.Value = new System.DateTime(2011, 6, 6, 0, 0, 0, 0);
//
// tbContent
//
this.tbContent.Location = new System.Drawing.Point(794, 23);
this.tbContent.Margin = new System.Windows.Forms.Padding(4);
this.tbContent.Name = "tbContent";
this.tbContent.Size = new System.Drawing.Size(199, 23);
this.tbContent.TabIndex = 237;
//
// cbField
//
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(618, 23);
this.cbField.Margin = new System.Windows.Forms.Padding(4);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(167, 23);
this.cbField.TabIndex = 238;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeight = 34;
this.dataGridView1.Location = new System.Drawing.Point(19, 73);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersWidth = 45;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1297, 731);
this.dataGridView1.TabIndex = 234;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(534, 26);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(75, 15);
this.label10.TabIndex = 239;
this.label10.Text = "查询条件:";
//
// btNullQuery
//
this.btNullQuery.Location = new System.Drawing.Point(1143, 23);
this.btNullQuery.Margin = new System.Windows.Forms.Padding(4);
this.btNullQuery.Name = "btNullQuery";
this.btNullQuery.Size = new System.Drawing.Size(173, 26);
this.btNullQuery.TabIndex = 236;
this.btNullQuery.Text = "清空所有历史报警";
this.btNullQuery.UseVisualStyleBackColor = true;
this.btNullQuery.Click += new System.EventHandler(this.btNullQuery_Click);
//
// btQuery
//
this.btQuery.Location = new System.Drawing.Point(1008, 23);
this.btQuery.Margin = new System.Windows.Forms.Padding(4);
this.btQuery.Name = "btQuery";
this.btQuery.Size = new System.Drawing.Size(99, 26);
this.btQuery.TabIndex = 235;
this.btQuery.Text = "开始查询";
this.btQuery.UseVisualStyleBackColor = true;
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
//
// FrmDeviceErrorLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1329, 828);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePickerEnd);
this.Controls.Add(this.dateTimePickerBegin);
this.Controls.Add(this.tbContent);
this.Controls.Add(this.cbField);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.label10);
this.Controls.Add(this.btNullQuery);
this.Controls.Add(this.btQuery);
this.MaximizeBox = false;
this.Name = "FrmDeviceErrorLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设备故障记录";
this.Load += new System.EventHandler(this.FrmDeviceErrorLog_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.DateTimePicker dateTimePickerEnd;
private System.Windows.Forms.DateTimePicker dateTimePickerBegin;
private System.Windows.Forms.ComboBox tbContent;
private System.Windows.Forms.ComboBox cbField;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btNullQuery;
private System.Windows.Forms.Button btQuery;
}
}