You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 lines
9.7 KiB

namespace wcfControlMonitorClient
{
partial class FrmDeviceErrorLog
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
_formInstance = null;
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
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();
this.tbContent = new System.Windows.Forms.ComboBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// cbField
//
this.cbField.FormattingEnabled = true;
this.cbField.Items.AddRange(new object[] {
"设备索引",
"设备名称",
"设备故障编号",
"设备种类索引",
"发生时间"});
this.cbField.Location = new System.Drawing.Point(200, 19);
this.cbField.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(244, 23);
this.cbField.TabIndex = 55;
this.cbField.SelectedIndexChanged += new System.EventHandler(this.cbField_SelectedIndexChanged);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(16, 109);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1297, 704);
this.dataGridView1.TabIndex = 52;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(89, 22);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(97, 15);
this.label10.TabIndex = 56;
this.label10.Text = "选择查询方法";
//
// btNullQuery
//
this.btNullQuery.Location = new System.Drawing.Point(200, 75);
this.btNullQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btNullQuery.Name = "btNullQuery";
this.btNullQuery.Size = new System.Drawing.Size(173, 26);
this.btNullQuery.TabIndex = 54;
this.btNullQuery.Text = "清空所有历史报警";
this.btNullQuery.UseVisualStyleBackColor = true;
this.btNullQuery.Click += new System.EventHandler(this.btNullQuery_Click);
//
// btQuery
//
this.btQuery.Location = new System.Drawing.Point(597, 75);
this.btQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btQuery.Name = "btQuery";
this.btQuery.Size = new System.Drawing.Size(188, 26);
this.btQuery.TabIndex = 53;
this.btQuery.Text = "查询报警及人工干预提示";
this.btQuery.UseVisualStyleBackColor = true;
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
//
// tbContent
//
this.tbContent.FormattingEnabled = true;
this.tbContent.Location = new System.Drawing.Point(453, 19);
this.tbContent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbContent.Name = "tbContent";
this.tbContent.Size = new System.Drawing.Size(244, 23);
this.tbContent.TabIndex = 55;
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(753, 19);
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(180, 25);
this.dateTimePicker1.TabIndex = 57;
this.dateTimePicker1.Value = new System.DateTime(2010, 11, 3, 0, 0, 0, 0);
this.dateTimePicker1.Visible = false;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(977, 20);
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(181, 25);
this.dateTimePicker2.TabIndex = 58;
this.dateTimePicker2.Value = new System.DateTime(2010, 11, 3, 0, 0, 0, 0);
this.dateTimePicker2.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(943, 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 = 56;
this.label1.Text = "至";
this.label1.Visible = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(885, 75);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(188, 26);
this.button1.TabIndex = 53;
this.button1.Text = "查询设备运行故障";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_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.dateTimePicker2);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.tbContent);
this.Controls.Add(this.cbField);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label10);
this.Controls.Add(this.btNullQuery);
this.Controls.Add(this.button1);
this.Controls.Add(this.btQuery);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmDeviceErrorLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设备故障记录";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDeviceErrorLog_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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;
private System.Windows.Forms.ComboBox tbContent;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}
}