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.
215 lines
10 KiB
215 lines
10 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.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.labelCounts = new System.Windows.Forms.Label();
|
|
this.btExport = new System.Windows.Forms.Button();
|
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(369, 18);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(95, 20);
|
|
this.cbField.TabIndex = 55;
|
|
//
|
|
// 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.DisplayedCells;
|
|
this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridView1.Location = new System.Drawing.Point(10, 57);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersWidth = 45;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(953, 592);
|
|
this.dataGridView1.TabIndex = 52;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(306, 21);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(59, 12);
|
|
this.label10.TabIndex = 56;
|
|
this.label10.Text = "查询条件:";
|
|
//
|
|
// btNullQuery
|
|
//
|
|
this.btNullQuery.Location = new System.Drawing.Point(889, 18);
|
|
this.btNullQuery.Name = "btNullQuery";
|
|
this.btNullQuery.Size = new System.Drawing.Size(41, 21);
|
|
this.btNullQuery.TabIndex = 54;
|
|
this.btNullQuery.Text = "清空所有历史报警";
|
|
this.btNullQuery.UseVisualStyleBackColor = true;
|
|
this.btNullQuery.Visible = false;
|
|
this.btNullQuery.Click += new System.EventHandler(this.btNullQuery_Click);
|
|
//
|
|
// btQuery
|
|
//
|
|
this.btQuery.Location = new System.Drawing.Point(585, 14);
|
|
this.btQuery.Name = "btQuery";
|
|
this.btQuery.Size = new System.Drawing.Size(74, 25);
|
|
this.btQuery.TabIndex = 53;
|
|
this.btQuery.Text = "开始查询";
|
|
this.btQuery.UseVisualStyleBackColor = true;
|
|
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
|
|
//
|
|
// tbContent
|
|
//
|
|
this.tbContent.Location = new System.Drawing.Point(474, 18);
|
|
this.tbContent.Name = "tbContent";
|
|
this.tbContent.Size = new System.Drawing.Size(95, 20);
|
|
this.tbContent.TabIndex = 55;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 20);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
this.label2.TabIndex = 233;
|
|
this.label2.Text = "时间:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(161, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(17, 12);
|
|
this.label1.TabIndex = 232;
|
|
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(185, 16);
|
|
this.dateTimePickerEnd.Name = "dateTimePickerEnd";
|
|
this.dateTimePickerEnd.Size = new System.Drawing.Size(104, 21);
|
|
this.dateTimePickerEnd.TabIndex = 230;
|
|
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(50, 16);
|
|
this.dateTimePickerBegin.Name = "dateTimePickerBegin";
|
|
this.dateTimePickerBegin.Size = new System.Drawing.Size(104, 21);
|
|
this.dateTimePickerBegin.TabIndex = 231;
|
|
this.dateTimePickerBegin.Value = new System.DateTime(2011, 6, 6, 0, 0, 0, 0);
|
|
//
|
|
// labelCounts
|
|
//
|
|
this.labelCounts.AutoSize = true;
|
|
this.labelCounts.Location = new System.Drawing.Point(665, 21);
|
|
this.labelCounts.Name = "labelCounts";
|
|
this.labelCounts.Size = new System.Drawing.Size(35, 12);
|
|
this.labelCounts.TabIndex = 234;
|
|
this.labelCounts.Text = "共0行";
|
|
//
|
|
// btExport
|
|
//
|
|
this.btExport.Location = new System.Drawing.Point(768, 14);
|
|
this.btExport.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btExport.Name = "btExport";
|
|
this.btExport.Size = new System.Drawing.Size(109, 25);
|
|
this.btExport.TabIndex = 235;
|
|
this.btExport.Text = "导出到Excel...";
|
|
this.btExport.UseVisualStyleBackColor = true;
|
|
this.btExport.Click += new System.EventHandler(this.btExport_Click);
|
|
//
|
|
// FrmDeviceErrorLog
|
|
//
|
|
this.AcceptButton = this.btQuery;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(971, 663);
|
|
this.Controls.Add(this.btExport);
|
|
this.Controls.Add(this.labelCounts);
|
|
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "FrmDeviceErrorLog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
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.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.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.DateTimePicker dateTimePickerEnd;
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerBegin;
|
|
private System.Windows.Forms.Label labelCounts;
|
|
private System.Windows.Forms.Button btExport;
|
|
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
|
|
}
|
|
}
|