|
|
namespace WindowsFormsApp1.UserControls
|
|
|
{
|
|
|
partial class Alarm
|
|
|
{
|
|
|
/// <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);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
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();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dgvCeshiInfo = new Sunny.UI.UIDataGridView();
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.uiButton3 = new Sunny.UI.UIButton();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCeshiInfo)).BeginInit();
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel1.Controls.Add(this.dgvCeshiInfo, 0, 1);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.305085F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 82.88136F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.644068F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1166, 590);
|
|
|
this.tableLayoutPanel1.TabIndex = 4;
|
|
|
//
|
|
|
// dgvCeshiInfo
|
|
|
//
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
|
this.dgvCeshiInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.dgvCeshiInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176)))));
|
|
|
this.dgvCeshiInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(210)))), ((int)(((byte)(233)))));
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(210)))), ((int)(((byte)(233)))));
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvCeshiInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.dgvCeshiInfo.ColumnHeadersHeight = 32;
|
|
|
this.dgvCeshiInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((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.dgvCeshiInfo.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.dgvCeshiInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dgvCeshiInfo.EnableHeadersVisualStyles = false;
|
|
|
this.dgvCeshiInfo.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.dgvCeshiInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(192)))), ((int)(((byte)(211)))));
|
|
|
this.dgvCeshiInfo.Location = new System.Drawing.Point(3, 51);
|
|
|
this.dgvCeshiInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.dgvCeshiInfo.Name = "dgvCeshiInfo";
|
|
|
this.dgvCeshiInfo.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(192)))), ((int)(((byte)(211)))));
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(192)))), ((int)(((byte)(211)))));
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvCeshiInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.dgvCeshiInfo.RowHeadersVisible = false;
|
|
|
this.dgvCeshiInfo.RowHeadersWidth = 51;
|
|
|
this.dgvCeshiInfo.RowHeight = 27;
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
|
this.dgvCeshiInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dgvCeshiInfo.RowTemplate.Height = 27;
|
|
|
this.dgvCeshiInfo.SelectedIndex = -1;
|
|
|
this.dgvCeshiInfo.ShowGridLine = true;
|
|
|
this.dgvCeshiInfo.Size = new System.Drawing.Size(1160, 485);
|
|
|
this.dgvCeshiInfo.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
|
this.dgvCeshiInfo.Style = Sunny.UI.UIStyle.Office2010Blue;
|
|
|
this.dgvCeshiInfo.TabIndex = 5;
|
|
|
this.dgvCeshiInfo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCeshiInfo_CellContentClick);
|
|
|
//
|
|
|
// tableLayoutPanel2
|
|
|
//
|
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176)))));
|
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.58621F));
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.08621F));
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.32759F));
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiLabel1, 1, 0);
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 2);
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1160, 45);
|
|
|
this.tableLayoutPanel2.TabIndex = 3;
|
|
|
//
|
|
|
// uiLabel1
|
|
|
//
|
|
|
this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel1.Location = new System.Drawing.Point(265, 0);
|
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
|
this.uiLabel1.Size = new System.Drawing.Size(690, 45);
|
|
|
this.uiLabel1.TabIndex = 0;
|
|
|
this.uiLabel1.Text = "当前报警信息";
|
|
|
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// tableLayoutPanel3
|
|
|
//
|
|
|
this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176)))));
|
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 87.5F));
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
this.tableLayoutPanel3.Controls.Add(this.uiButton3, 1, 0);
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 540);
|
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1160, 48);
|
|
|
this.tableLayoutPanel3.TabIndex = 4;
|
|
|
//
|
|
|
// uiButton3
|
|
|
//
|
|
|
this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
|
|
|
this.uiButton3.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton3.Location = new System.Drawing.Point(1018, 2);
|
|
|
this.uiButton3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton3.Name = "uiButton3";
|
|
|
this.uiButton3.Radius = 8;
|
|
|
this.uiButton3.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.LeftTop | Sunny.UI.UICornerRadiusSides.RightTop)));
|
|
|
this.uiButton3.RectColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton3.RectDisableColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton3.RectHoverColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton3.RectPressColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton3.RectSelectedColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton3.Size = new System.Drawing.Size(139, 44);
|
|
|
this.uiButton3.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton3.TabIndex = 6;
|
|
|
this.uiButton3.Text = "报警消除";
|
|
|
this.uiButton3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.uiButton3_MouseDown);
|
|
|
this.uiButton3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.uiButton3_MouseUp);
|
|
|
//
|
|
|
// Alarm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(185)))), ((int)(((byte)(202)))));
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.Name = "Alarm";
|
|
|
this.Size = new System.Drawing.Size(1166, 590);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCeshiInfo)).EndInit();
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private Sunny.UI.UIDataGridView dgvCeshiInfo;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
private Sunny.UI.UIButton uiButton3;
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
|
}
|
|
|
}
|