namespace MainForm.FaForm
{
partial class Form_DevAlarm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.RPrc_Normal = new Sunny.UI.UIRoundProcess();
this.RPrc_Fault = new Sunny.UI.UIRoundProcess();
this.RPrc_Standby = new Sunny.UI.UIRoundProcess();
this.RPrc_MaterialShortage = new Sunny.UI.UIRoundProcess();
this.RPrc_Maintenance = new Sunny.UI.UIRoundProcess();
this.Lbl__Normal = new System.Windows.Forms.Label();
this.Lbl_Fault = new System.Windows.Forms.Label();
this.Lbl_Standby = new System.Windows.Forms.Label();
this.Lbl_MaterialShortage = new System.Windows.Forms.Label();
this.Lbl_Maintenance = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
this.dgv_Current = new Sunny.UI.UIDataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
this.dgv_History = new Sunny.UI.UIDataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.耗时 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Lbl_Unknown = new System.Windows.Forms.Label();
this.RPrc_Unknown = new Sunny.UI.UIRoundProcess();
this.tableLayoutPanel1.SuspendLayout();
this.uiTitlePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_Current)).BeginInit();
this.uiTitlePanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_History)).BeginInit();
this.SuspendLayout();
//
// RPrc_Normal
//
this.RPrc_Normal.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_Normal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.RPrc_Normal.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_Normal.Inner = 55;
this.RPrc_Normal.Location = new System.Drawing.Point(13, 8);
this.RPrc_Normal.Maximum = 24;
this.RPrc_Normal.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_Normal.Name = "RPrc_Normal";
this.RPrc_Normal.Outer = 61;
this.RPrc_Normal.ProcessBackColor = System.Drawing.Color.LawnGreen;
this.RPrc_Normal.ProcessColor = System.Drawing.Color.Green;
this.RPrc_Normal.ShowProcess = true;
this.RPrc_Normal.Size = new System.Drawing.Size(135, 135);
this.RPrc_Normal.TabIndex = 2;
this.RPrc_Normal.Text = "0.0%";
//
// RPrc_Fault
//
this.RPrc_Fault.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_Fault.ForeColor = System.Drawing.Color.Red;
this.RPrc_Fault.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_Fault.Inner = 55;
this.RPrc_Fault.Location = new System.Drawing.Point(167, 8);
this.RPrc_Fault.Margin = new System.Windows.Forms.Padding(16, 3, 3, 3);
this.RPrc_Fault.Maximum = 24;
this.RPrc_Fault.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_Fault.Name = "RPrc_Fault";
this.RPrc_Fault.Outer = 61;
this.RPrc_Fault.ProcessBackColor = System.Drawing.Color.Tomato;
this.RPrc_Fault.ProcessColor = System.Drawing.Color.Maroon;
this.RPrc_Fault.ShowProcess = true;
this.RPrc_Fault.Size = new System.Drawing.Size(135, 135);
this.RPrc_Fault.TabIndex = 3;
this.RPrc_Fault.Text = "0.0%";
//
// RPrc_Standby
//
this.RPrc_Standby.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_Standby.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_Standby.Inner = 55;
this.RPrc_Standby.Location = new System.Drawing.Point(320, 8);
this.RPrc_Standby.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
this.RPrc_Standby.Maximum = 24;
this.RPrc_Standby.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_Standby.Name = "RPrc_Standby";
this.RPrc_Standby.Outer = 61;
this.RPrc_Standby.ShowProcess = true;
this.RPrc_Standby.Size = new System.Drawing.Size(135, 135);
this.RPrc_Standby.TabIndex = 4;
this.RPrc_Standby.Text = "0.0%";
//
// RPrc_MaterialShortage
//
this.RPrc_MaterialShortage.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_MaterialShortage.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_MaterialShortage.Inner = 55;
this.RPrc_MaterialShortage.Location = new System.Drawing.Point(473, 8);
this.RPrc_MaterialShortage.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
this.RPrc_MaterialShortage.Maximum = 24;
this.RPrc_MaterialShortage.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_MaterialShortage.Name = "RPrc_MaterialShortage";
this.RPrc_MaterialShortage.Outer = 61;
this.RPrc_MaterialShortage.ShowProcess = true;
this.RPrc_MaterialShortage.Size = new System.Drawing.Size(135, 135);
this.RPrc_MaterialShortage.TabIndex = 5;
this.RPrc_MaterialShortage.Text = "0.0%";
//
// RPrc_Maintenance
//
this.RPrc_Maintenance.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_Maintenance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.RPrc_Maintenance.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_Maintenance.Inner = 55;
this.RPrc_Maintenance.Location = new System.Drawing.Point(626, 8);
this.RPrc_Maintenance.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
this.RPrc_Maintenance.Maximum = 24;
this.RPrc_Maintenance.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_Maintenance.Name = "RPrc_Maintenance";
this.RPrc_Maintenance.Outer = 61;
this.RPrc_Maintenance.ProcessBackColor = System.Drawing.Color.Khaki;
this.RPrc_Maintenance.ProcessColor = System.Drawing.Color.Olive;
this.RPrc_Maintenance.ShowProcess = true;
this.RPrc_Maintenance.Size = new System.Drawing.Size(135, 135);
this.RPrc_Maintenance.TabIndex = 6;
this.RPrc_Maintenance.Text = "0.0%";
//
// Lbl__Normal
//
this.Lbl__Normal.AutoSize = true;
this.Lbl__Normal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.Lbl__Normal.Location = new System.Drawing.Point(21, 149);
this.Lbl__Normal.Name = "Lbl__Normal";
this.Lbl__Normal.Size = new System.Drawing.Size(119, 12);
this.Lbl__Normal.TabIndex = 7;
this.Lbl__Normal.Text = "本日运行时间:0小时";
this.Lbl__Normal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Lbl_Fault
//
this.Lbl_Fault.AutoSize = true;
this.Lbl_Fault.ForeColor = System.Drawing.Color.Red;
this.Lbl_Fault.Location = new System.Drawing.Point(174, 149);
this.Lbl_Fault.Name = "Lbl_Fault";
this.Lbl_Fault.Size = new System.Drawing.Size(119, 12);
this.Lbl_Fault.TabIndex = 8;
this.Lbl_Fault.Text = "本日故障时间:0小时";
this.Lbl_Fault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Lbl_Standby
//
this.Lbl_Standby.AutoSize = true;
this.Lbl_Standby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.Lbl_Standby.Location = new System.Drawing.Point(327, 149);
this.Lbl_Standby.Name = "Lbl_Standby";
this.Lbl_Standby.Size = new System.Drawing.Size(119, 12);
this.Lbl_Standby.TabIndex = 9;
this.Lbl_Standby.Text = "本日待机时间:0小时";
this.Lbl_Standby.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Lbl_MaterialShortage
//
this.Lbl_MaterialShortage.AutoSize = true;
this.Lbl_MaterialShortage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.Lbl_MaterialShortage.Location = new System.Drawing.Point(480, 149);
this.Lbl_MaterialShortage.Name = "Lbl_MaterialShortage";
this.Lbl_MaterialShortage.Size = new System.Drawing.Size(119, 12);
this.Lbl_MaterialShortage.TabIndex = 10;
this.Lbl_MaterialShortage.Text = "本日缺料时间:0小时";
this.Lbl_MaterialShortage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Lbl_Maintenance
//
this.Lbl_Maintenance.AutoSize = true;
this.Lbl_Maintenance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.Lbl_Maintenance.Location = new System.Drawing.Point(633, 149);
this.Lbl_Maintenance.Name = "Lbl_Maintenance";
this.Lbl_Maintenance.Size = new System.Drawing.Size(119, 12);
this.Lbl_Maintenance.TabIndex = 11;
this.Lbl_Maintenance.Text = "本日维修时间:0小时";
this.Lbl_Maintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.uiTitlePanel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.uiTitlePanel2, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 184);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 437F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 377);
this.tableLayoutPanel1.TabIndex = 14;
//
// uiTitlePanel1
//
this.uiTitlePanel1.Controls.Add(this.dgv_Current);
this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTitlePanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel1.Location = new System.Drawing.Point(4, 5);
this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel1.Name = "uiTitlePanel1";
this.uiTitlePanel1.RectColor = System.Drawing.SystemColors.AppWorkspace;
this.uiTitlePanel1.ShowText = false;
this.uiTitlePanel1.Size = new System.Drawing.Size(514, 367);
this.uiTitlePanel1.TabIndex = 0;
this.uiTitlePanel1.Text = "设备当前报警-48H";
this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel1.TitleColor = System.Drawing.Color.Gray;
//
// dgv_Current
//
this.dgv_Current.AllowUserToAddRows = false;
this.dgv_Current.AllowUserToDeleteRows = false;
this.dgv_Current.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgv_Current.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_Current.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.dgv_Current.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgv_Current.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Current.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv_Current.ColumnHeadersHeight = 32;
this.dgv_Current.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_Current.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column4,
this.Column3,
this.Column2});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_Current.DefaultCellStyle = dataGridViewCellStyle3;
this.dgv_Current.EnableHeadersVisualStyles = false;
this.dgv_Current.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgv_Current.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.dgv_Current.Location = new System.Drawing.Point(3, 38);
this.dgv_Current.Name = "dgv_Current";
this.dgv_Current.ReadOnly = true;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_Current.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgv_Current.RowHeadersVisible = false;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.dgv_Current.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgv_Current.RowTemplate.Height = 23;
this.dgv_Current.ScrollBarColor = System.Drawing.Color.Gray;
this.dgv_Current.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
this.dgv_Current.ScrollBarStyleInherited = false;
this.dgv_Current.SelectedIndex = -1;
this.dgv_Current.Size = new System.Drawing.Size(508, 326);
this.dgv_Current.TabIndex = 1;
//
// Column1
//
this.Column1.DataPropertyName = "线体名称";
this.Column1.HeaderText = "线体名称";
this.Column1.MinimumWidth = 120;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 120;
//
// Column4
//
this.Column4.DataPropertyName = "报警类型";
this.Column4.HeaderText = "报警类型";
this.Column4.MinimumWidth = 120;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 120;
//
// Column3
//
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column3.DataPropertyName = "报警内容";
this.Column3.HeaderText = "报警内容";
this.Column3.MinimumWidth = 200;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column2
//
this.Column2.DataPropertyName = "开始时间";
this.Column2.HeaderText = "开始时间";
this.Column2.MinimumWidth = 200;
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 200;
//
// uiTitlePanel2
//
this.uiTitlePanel2.Controls.Add(this.dgv_History);
this.uiTitlePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTitlePanel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel2.Location = new System.Drawing.Point(526, 5);
this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel2.Name = "uiTitlePanel2";
this.uiTitlePanel2.RectColor = System.Drawing.SystemColors.AppWorkspace;
this.uiTitlePanel2.ShowText = false;
this.uiTitlePanel2.Size = new System.Drawing.Size(514, 367);
this.uiTitlePanel2.TabIndex = 1;
this.uiTitlePanel2.Text = "设备历史报警-48H";
this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel2.TitleColor = System.Drawing.Color.Gray;
//
// dgv_History
//
this.dgv_History.AllowUserToAddRows = false;
this.dgv_History.AllowUserToDeleteRows = false;
this.dgv_History.AllowUserToOrderColumns = true;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgv_History.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgv_History.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.dgv_History.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgv_History.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_History.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgv_History.ColumnHeadersHeight = 32;
this.dgv_History.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_History.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.Column5,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn2,
this.耗时});
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_History.DefaultCellStyle = dataGridViewCellStyle8;
this.dgv_History.EnableHeadersVisualStyles = false;
this.dgv_History.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgv_History.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.dgv_History.Location = new System.Drawing.Point(3, 38);
this.dgv_History.Name = "dgv_History";
this.dgv_History.ReadOnly = true;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_History.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgv_History.RowHeadersVisible = false;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.dgv_History.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgv_History.RowTemplate.Height = 23;
this.dgv_History.ScrollBarColor = System.Drawing.Color.Gray;
this.dgv_History.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
this.dgv_History.ScrollBarStyleInherited = false;
this.dgv_History.SelectedIndex = -1;
this.dgv_History.Size = new System.Drawing.Size(507, 326);
this.dgv_History.TabIndex = 2;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "线体名称";
this.dataGridViewTextBoxColumn1.HeaderText = "线体名称";
this.dataGridViewTextBoxColumn1.MinimumWidth = 100;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "报警类型";
this.Column5.HeaderText = "报警类型";
this.Column5.MinimumWidth = 100;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn3.DataPropertyName = "报警内容";
this.dataGridViewTextBoxColumn3.HeaderText = "报警内容";
this.dataGridViewTextBoxColumn3.MinimumWidth = 90;
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "开始时间";
this.dataGridViewTextBoxColumn2.HeaderText = "开始时间";
this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 200;
//
// 耗时
//
this.耗时.DataPropertyName = "耗时";
this.耗时.HeaderText = "耗时(s)";
this.耗时.MinimumWidth = 68;
this.耗时.Name = "耗时";
this.耗时.ReadOnly = true;
this.耗时.Width = 68;
//
// Lbl_Unknown
//
this.Lbl_Unknown.AutoSize = true;
this.Lbl_Unknown.ForeColor = System.Drawing.Color.Gray;
this.Lbl_Unknown.Location = new System.Drawing.Point(776, 149);
this.Lbl_Unknown.Name = "Lbl_Unknown";
this.Lbl_Unknown.Size = new System.Drawing.Size(143, 12);
this.Lbl_Unknown.TabIndex = 16;
this.Lbl_Unknown.Text = "本日未知状态时间:0小时";
this.Lbl_Unknown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// RPrc_Unknown
//
this.RPrc_Unknown.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RPrc_Unknown.ForeColor = System.Drawing.Color.Gray;
this.RPrc_Unknown.ForeColor2 = System.Drawing.Color.Black;
this.RPrc_Unknown.Inner = 55;
this.RPrc_Unknown.Location = new System.Drawing.Point(779, 8);
this.RPrc_Unknown.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
this.RPrc_Unknown.Maximum = 24;
this.RPrc_Unknown.MinimumSize = new System.Drawing.Size(1, 1);
this.RPrc_Unknown.Name = "RPrc_Unknown";
this.RPrc_Unknown.Outer = 61;
this.RPrc_Unknown.ProcessBackColor = System.Drawing.Color.Silver;
this.RPrc_Unknown.ProcessColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.RPrc_Unknown.ShowProcess = true;
this.RPrc_Unknown.Size = new System.Drawing.Size(135, 135);
this.RPrc_Unknown.TabIndex = 15;
this.RPrc_Unknown.Text = "0.0%";
//
// Form_DevAlarm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1044, 561);
this.Controls.Add(this.Lbl_Unknown);
this.Controls.Add(this.RPrc_Unknown);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.Lbl_Maintenance);
this.Controls.Add(this.Lbl_MaterialShortage);
this.Controls.Add(this.Lbl_Standby);
this.Controls.Add(this.Lbl_Fault);
this.Controls.Add(this.Lbl__Normal);
this.Controls.Add(this.RPrc_Maintenance);
this.Controls.Add(this.RPrc_MaterialShortage);
this.Controls.Add(this.RPrc_Standby);
this.Controls.Add(this.RPrc_Fault);
this.Controls.Add(this.RPrc_Normal);
this.Name = "Form_DevAlarm";
this.Text = "Form_DevAlarm";
this.Load += new System.EventHandler(this.Form_DevAlarm_Load);
this.VisibleChanged += new System.EventHandler(this.Form_DevAlarm_VisibleChanged);
this.tableLayoutPanel1.ResumeLayout(false);
this.uiTitlePanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_Current)).EndInit();
this.uiTitlePanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_History)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Sunny.UI.UIRoundProcess RPrc_Normal;
private Sunny.UI.UIRoundProcess RPrc_Fault;
private Sunny.UI.UIRoundProcess RPrc_Standby;
private Sunny.UI.UIRoundProcess RPrc_MaterialShortage;
private Sunny.UI.UIRoundProcess RPrc_Maintenance;
private System.Windows.Forms.Label Lbl__Normal;
private System.Windows.Forms.Label Lbl_Fault;
private System.Windows.Forms.Label Lbl_Standby;
private System.Windows.Forms.Label Lbl_MaterialShortage;
private System.Windows.Forms.Label Lbl_Maintenance;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Sunny.UI.UITitlePanel uiTitlePanel1;
private Sunny.UI.UITitlePanel uiTitlePanel2;
private Sunny.UI.UIDataGridView dgv_Current;
private Sunny.UI.UIDataGridView dgv_History;
private System.Windows.Forms.Label Lbl_Unknown;
private Sunny.UI.UIRoundProcess RPrc_Unknown;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn 耗时;
}
}