namespace M423project
|
{
|
partial class FormDownTime
|
{
|
/// <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.btnQuery = new System.Windows.Forms.Button();
|
this.label1 = new System.Windows.Forms.Label();
|
this.cbType = new System.Windows.Forms.ComboBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.dtBegin = new System.Windows.Forms.DateTimePicker();
|
this.label3 = new System.Windows.Forms.Label();
|
this.btnExport = new System.Windows.Forms.Button();
|
this.dtEnd = new System.Windows.Forms.DateTimePicker();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.gridA = new System.Windows.Forms.DataGridView();
|
this.Row = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.TypeTxt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.EndTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.TimeNeedSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.TimeNeedMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
this.gridB = new System.Windows.Forms.DataGridView();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.BeginTimeB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.EndTimeB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridA)).BeginInit();
|
this.tabPage2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridB)).BeginInit();
|
this.SuspendLayout();
|
//
|
// btnQuery
|
//
|
this.btnQuery.Location = new System.Drawing.Point(633, 10);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(50, 21);
|
this.btnQuery.TabIndex = 0;
|
this.btnQuery.Text = "查询";
|
this.btnQuery.UseVisualStyleBackColor = true;
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(8, 15);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "类型";
|
//
|
// cbType
|
//
|
this.cbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbType.FormattingEnabled = true;
|
this.cbType.Location = new System.Drawing.Point(41, 11);
|
this.cbType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.cbType.Name = "cbType";
|
this.cbType.Size = new System.Drawing.Size(103, 20);
|
this.cbType.TabIndex = 4;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(167, 15);
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
this.label2.TabIndex = 5;
|
this.label2.Text = "时间";
|
//
|
// dtBegin
|
//
|
this.dtBegin.CustomFormat = "yy-MM-dd HH:mm:ss";
|
this.dtBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.dtBegin.Location = new System.Drawing.Point(201, 10);
|
this.dtBegin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.dtBegin.Name = "dtBegin";
|
this.dtBegin.Size = new System.Drawing.Size(141, 21);
|
this.dtBegin.TabIndex = 6;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(345, 17);
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
this.label3.TabIndex = 7;
|
this.label3.Text = "~";
|
//
|
// btnExport
|
//
|
this.btnExport.Location = new System.Drawing.Point(692, 10);
|
this.btnExport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.btnExport.Name = "btnExport";
|
this.btnExport.Size = new System.Drawing.Size(50, 21);
|
this.btnExport.TabIndex = 9;
|
this.btnExport.Text = "导出";
|
this.btnExport.UseVisualStyleBackColor = true;
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
//
|
// dtEnd
|
//
|
this.dtEnd.CustomFormat = "yy-MM-dd HH:mm:ss";
|
this.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
this.dtEnd.Location = new System.Drawing.Point(360, 11);
|
this.dtEnd.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.dtEnd.Name = "dtEnd";
|
this.dtEnd.Size = new System.Drawing.Size(141, 21);
|
this.dtEnd.TabIndex = 10;
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Controls.Add(this.tabPage2);
|
this.tabControl1.Location = new System.Drawing.Point(10, 43);
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(732, 378);
|
this.tabControl1.TabIndex = 11;
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.gridA);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.tabPage1.Size = new System.Drawing.Size(724, 352);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "宕机";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// gridA
|
//
|
this.gridA.AllowUserToAddRows = false;
|
this.gridA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.gridA.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.Row,
|
this.TypeTxt,
|
this.BeginTime,
|
this.EndTime,
|
this.TimeNeedSec,
|
this.TimeNeedMin});
|
this.gridA.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridA.Location = new System.Drawing.Point(2, 2);
|
this.gridA.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.gridA.Name = "gridA";
|
this.gridA.RowTemplate.Height = 30;
|
this.gridA.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
this.gridA.Size = new System.Drawing.Size(720, 348);
|
this.gridA.TabIndex = 4;
|
//
|
// Row
|
//
|
this.Row.DataPropertyName = "Row";
|
this.Row.HeaderText = "序号";
|
this.Row.Name = "Row";
|
this.Row.Width = 60;
|
//
|
// TypeTxt
|
//
|
this.TypeTxt.DataPropertyName = "TypeTxt";
|
this.TypeTxt.HeaderText = "类型";
|
this.TypeTxt.Name = "TypeTxt";
|
this.TypeTxt.Width = 120;
|
//
|
// BeginTime
|
//
|
this.BeginTime.DataPropertyName = "BeginTime";
|
this.BeginTime.HeaderText = "开始时间";
|
this.BeginTime.Name = "BeginTime";
|
this.BeginTime.Width = 150;
|
//
|
// EndTime
|
//
|
this.EndTime.DataPropertyName = "EndTime";
|
this.EndTime.HeaderText = "结束时间";
|
this.EndTime.Name = "EndTime";
|
this.EndTime.Width = 150;
|
//
|
// TimeNeedSec
|
//
|
this.TimeNeedSec.DataPropertyName = "TimeNeedSec";
|
this.TimeNeedSec.HeaderText = "耗时(秒)";
|
this.TimeNeedSec.Name = "TimeNeedSec";
|
this.TimeNeedSec.Width = 120;
|
//
|
// TimeNeedMin
|
//
|
this.TimeNeedMin.DataPropertyName = "TimeNeedMin";
|
this.TimeNeedMin.HeaderText = "耗时(分钟)";
|
this.TimeNeedMin.Name = "TimeNeedMin";
|
this.TimeNeedMin.Width = 150;
|
//
|
// tabPage2
|
//
|
this.tabPage2.Controls.Add(this.gridB);
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.tabPage2.Name = "tabPage2";
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.tabPage2.Size = new System.Drawing.Size(724, 352);
|
this.tabPage2.TabIndex = 1;
|
this.tabPage2.Text = "上下料不及时";
|
this.tabPage2.UseVisualStyleBackColor = true;
|
//
|
// gridB
|
//
|
this.gridB.AllowUserToAddRows = false;
|
this.gridB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.gridB.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dataGridViewTextBoxColumn1,
|
this.dataGridViewTextBoxColumn2,
|
this.BeginTimeB,
|
this.EndTimeB,
|
this.dataGridViewTextBoxColumn5,
|
this.dataGridViewTextBoxColumn6});
|
this.gridB.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridB.Location = new System.Drawing.Point(2, 2);
|
this.gridB.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.gridB.Name = "gridB";
|
this.gridB.RowTemplate.Height = 30;
|
this.gridB.Size = new System.Drawing.Size(720, 348);
|
this.gridB.TabIndex = 5;
|
//
|
// dataGridViewTextBoxColumn1
|
//
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "Row";
|
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
this.dataGridViewTextBoxColumn1.Width = 60;
|
//
|
// dataGridViewTextBoxColumn2
|
//
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "TypeTxt";
|
this.dataGridViewTextBoxColumn2.HeaderText = "类型";
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
this.dataGridViewTextBoxColumn2.Width = 120;
|
//
|
// BeginTimeB
|
//
|
this.BeginTimeB.DataPropertyName = "BeginTime";
|
this.BeginTimeB.HeaderText = "开始时间";
|
this.BeginTimeB.Name = "BeginTimeB";
|
this.BeginTimeB.Width = 150;
|
//
|
// EndTimeB
|
//
|
this.EndTimeB.DataPropertyName = "EndTime";
|
this.EndTimeB.HeaderText = "结束时间";
|
this.EndTimeB.Name = "EndTimeB";
|
this.EndTimeB.Width = 150;
|
//
|
// dataGridViewTextBoxColumn5
|
//
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "TimeNeedSec";
|
this.dataGridViewTextBoxColumn5.HeaderText = "耗时(秒)";
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
this.dataGridViewTextBoxColumn5.Width = 120;
|
//
|
// dataGridViewTextBoxColumn6
|
//
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "TimeNeedMin";
|
this.dataGridViewTextBoxColumn6.HeaderText = "耗时(分钟)";
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
this.dataGridViewTextBoxColumn6.Width = 150;
|
//
|
// FormDownTime
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(750, 429);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.dtEnd);
|
this.Controls.Add(this.btnExport);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.dtBegin);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.cbType);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.btnQuery);
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "FormDownTime";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "宕机统计";
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridA)).EndInit();
|
this.tabPage2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridB)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btnQuery;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.ComboBox cbType;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.DateTimePicker dtBegin;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button btnExport;
|
private System.Windows.Forms.DateTimePicker dtEnd;
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.DataGridView gridA;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Row;
|
private System.Windows.Forms.DataGridViewTextBoxColumn TypeTxt;
|
private System.Windows.Forms.DataGridViewTextBoxColumn BeginTime;
|
private System.Windows.Forms.DataGridViewTextBoxColumn EndTime;
|
private System.Windows.Forms.DataGridViewTextBoxColumn TimeNeedSec;
|
private System.Windows.Forms.DataGridViewTextBoxColumn TimeNeedMin;
|
private System.Windows.Forms.TabPage tabPage2;
|
private System.Windows.Forms.DataGridView gridB;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
private System.Windows.Forms.DataGridViewTextBoxColumn BeginTimeB;
|
private System.Windows.Forms.DataGridViewTextBoxColumn EndTimeB;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
}
|
}
|