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.

138 lines
6.0 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();
((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(150, 15);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(184, 20);
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(12, 87);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(973, 563);
this.dataGridView1.TabIndex = 52;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(67, 18);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 56;
this.label10.Text = "选择查询方法";
//
// btNullQuery
//
this.btNullQuery.Location = new System.Drawing.Point(150, 60);
this.btNullQuery.Name = "btNullQuery";
this.btNullQuery.Size = new System.Drawing.Size(130, 21);
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(448, 60);
this.btQuery.Name = "btQuery";
this.btQuery.Size = new System.Drawing.Size(74, 21);
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(340, 15);
this.tbContent.Name = "tbContent";
this.tbContent.Size = new System.Drawing.Size(184, 20);
this.tbContent.TabIndex = 55;
//
// FrmDeviceErrorLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(997, 662);
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.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;
}
}