namespace IntelligentControlForsx
{
partial class BigForm2
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BigForm2));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.hideDetailsFormTimer = new System.Windows.Forms.Timer(this.components);
this.refreshTimer = new System.Windows.Forms.Timer(this.components);
this.DetailsPanel = new System.Windows.Forms.Panel();
this.btnWindturbine = new System.Windows.Forms.Button();
this.btnStation = new System.Windows.Forms.Button();
this.pnlLP = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.pnlStation = new System.Windows.Forms.Panel();
this.pnlWindturbine = new System.Windows.Forms.Panel();
this.pnlMiddle = new System.Windows.Forms.Panel();
this.btnViewReal = new System.Windows.Forms.Button();
this.btnViewHistory = new System.Windows.Forms.Button();
this.btnLockForm = new System.Windows.Forms.Button();
this.pnlLatest = new System.Windows.Forms.Panel();
this.dgvAlarm = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.lpCustom = new IntelligentControlForsx.LightPlate();
this.lpQS = new IntelligentControlForsx.LightPlate();
this.lpSBQ = new IntelligentControlForsx.LightPlate();
this.lpXS = new IntelligentControlForsx.LightPlate();
this.lpMHS = new IntelligentControlForsx.LightPlate();
this.lpNSS = new IntelligentControlForsx.LightPlate();
this.lpOther = new IntelligentControlForsx.LightPlate();
this.lpBJ = new IntelligentControlForsx.LightPlate();
this.lpKZ = new IntelligentControlForsx.LightPlate();
this.lpCLX = new IntelligentControlForsx.LightPlate();
this.lpYY = new IntelligentControlForsx.LightPlate();
this.lpFDJ = new IntelligentControlForsx.LightPlate();
this.lpDW = new IntelligentControlForsx.LightPlate();
this.lpPH = new IntelligentControlForsx.LightPlate();
this.lpJC = new IntelligentControlForsx.LightPlate();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_WindturbineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_Control = new System.Windows.Forms.DataGridViewLinkColumn();
this.DetailsPanel.SuspendLayout();
this.pnlLP.SuspendLayout();
this.pnlStation.SuspendLayout();
this.pnlWindturbine.SuspendLayout();
this.pnlMiddle.SuspendLayout();
this.pnlLatest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).BeginInit();
this.SuspendLayout();
//
// hideDetailsFormTimer
//
this.hideDetailsFormTimer.Interval = 200;
this.hideDetailsFormTimer.Tick += new System.EventHandler(this.hideDetailsFormTimer_Tick);
//
// refreshTimer
//
this.refreshTimer.Enabled = true;
this.refreshTimer.Interval = 3000;
this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
//
// DetailsPanel
//
this.DetailsPanel.BackColor = System.Drawing.SystemColors.ControlLight;
this.DetailsPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.DetailsPanel.Controls.Add(this.btnWindturbine);
this.DetailsPanel.Controls.Add(this.btnStation);
this.DetailsPanel.Controls.Add(this.pnlLP);
this.DetailsPanel.Controls.Add(this.pnlMiddle);
this.DetailsPanel.Controls.Add(this.btnLockForm);
this.DetailsPanel.Controls.Add(this.pnlLatest);
this.DetailsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.DetailsPanel.Location = new System.Drawing.Point(0, 0);
this.DetailsPanel.Name = "DetailsPanel";
this.DetailsPanel.Padding = new System.Windows.Forms.Padding(10);
this.DetailsPanel.Size = new System.Drawing.Size(595, 800);
this.DetailsPanel.TabIndex = 1;
this.DetailsPanel.MouseEnter += new System.EventHandler(this.DetailsPanel_MouseEnter);
this.DetailsPanel.MouseLeave += new System.EventHandler(this.DetailsPanel_MouseLeave);
//
// btnWindturbine
//
this.btnWindturbine.BackColor = System.Drawing.Color.Transparent;
this.btnWindturbine.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换右二;
this.btnWindturbine.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWindturbine.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWindturbine.ForeColor = System.Drawing.Color.DimGray;
this.btnWindturbine.Location = new System.Drawing.Point(97, 758);
this.btnWindturbine.Name = "btnWindturbine";
this.btnWindturbine.Size = new System.Drawing.Size(88, 29);
this.btnWindturbine.TabIndex = 14;
this.btnWindturbine.Text = "风 机";
this.btnWindturbine.UseVisualStyleBackColor = false;
this.btnWindturbine.Click += new System.EventHandler(this.btnWindturbine_Click);
//
// btnStation
//
this.btnStation.BackColor = System.Drawing.Color.Transparent;
this.btnStation.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换左一;
this.btnStation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStation.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStation.ForeColor = System.Drawing.Color.White;
this.btnStation.Location = new System.Drawing.Point(10, 758);
this.btnStation.Name = "btnStation";
this.btnStation.Size = new System.Drawing.Size(88, 29);
this.btnStation.TabIndex = 13;
this.btnStation.Text = "场 站";
this.btnStation.UseVisualStyleBackColor = false;
this.btnStation.Click += new System.EventHandler(this.btnStation_Click);
//
// pnlLP
//
this.pnlLP.BackColor = System.Drawing.Color.Transparent;
this.pnlLP.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.光字牌背景;
this.pnlLP.Controls.Add(this.label2);
this.pnlLP.Controls.Add(this.pnlStation);
this.pnlLP.Controls.Add(this.pnlWindturbine);
this.pnlLP.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlLP.Location = new System.Drawing.Point(10, 548);
this.pnlLP.Name = "pnlLP";
this.pnlLP.Size = new System.Drawing.Size(575, 205);
this.pnlLP.TabIndex = 11;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(17, 8);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 20);
this.label2.TabIndex = 13;
this.label2.Text = "光字牌";
//
// pnlStation
//
this.pnlStation.Controls.Add(this.lpCustom);
this.pnlStation.Controls.Add(this.lpQS);
this.pnlStation.Controls.Add(this.lpSBQ);
this.pnlStation.Controls.Add(this.lpXS);
this.pnlStation.Controls.Add(this.lpMHS);
this.pnlStation.Controls.Add(this.lpNSS);
this.pnlStation.Location = new System.Drawing.Point(0, 33);
this.pnlStation.Name = "pnlStation";
this.pnlStation.Size = new System.Drawing.Size(575, 172);
this.pnlStation.TabIndex = 6;
//
// pnlWindturbine
//
this.pnlWindturbine.Controls.Add(this.lpOther);
this.pnlWindturbine.Controls.Add(this.lpBJ);
this.pnlWindturbine.Controls.Add(this.lpKZ);
this.pnlWindturbine.Controls.Add(this.lpCLX);
this.pnlWindturbine.Controls.Add(this.lpYY);
this.pnlWindturbine.Controls.Add(this.lpFDJ);
this.pnlWindturbine.Controls.Add(this.lpDW);
this.pnlWindturbine.Controls.Add(this.lpPH);
this.pnlWindturbine.Controls.Add(this.lpJC);
this.pnlWindturbine.Location = new System.Drawing.Point(0, 33);
this.pnlWindturbine.Name = "pnlWindturbine";
this.pnlWindturbine.Size = new System.Drawing.Size(575, 172);
this.pnlWindturbine.TabIndex = 12;
//
// pnlMiddle
//
this.pnlMiddle.BackColor = System.Drawing.Color.Transparent;
this.pnlMiddle.Controls.Add(this.btnViewReal);
this.pnlMiddle.Controls.Add(this.btnViewHistory);
this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlMiddle.Location = new System.Drawing.Point(10, 494);
this.pnlMiddle.Name = "pnlMiddle";
this.pnlMiddle.Size = new System.Drawing.Size(575, 54);
this.pnlMiddle.TabIndex = 10;
//
// btnViewReal
//
this.btnViewReal.BackColor = System.Drawing.Color.Transparent;
this.btnViewReal.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮01;
this.btnViewReal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnViewReal.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnViewReal.ForeColor = System.Drawing.Color.White;
this.btnViewReal.Location = new System.Drawing.Point(261, 10);
this.btnViewReal.Name = "btnViewReal";
this.btnViewReal.Size = new System.Drawing.Size(138, 30);
this.btnViewReal.TabIndex = 9;
this.btnViewReal.Text = "查看实时报警";
this.btnViewReal.UseVisualStyleBackColor = false;
this.btnViewReal.Click += new System.EventHandler(this.btnViewReal_Click);
//
// btnViewHistory
//
this.btnViewHistory.BackColor = System.Drawing.Color.Transparent;
this.btnViewHistory.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮02;
this.btnViewHistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnViewHistory.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnViewHistory.ForeColor = System.Drawing.Color.White;
this.btnViewHistory.Location = new System.Drawing.Point(434, 10);
this.btnViewHistory.Name = "btnViewHistory";
this.btnViewHistory.Size = new System.Drawing.Size(138, 30);
this.btnViewHistory.TabIndex = 8;
this.btnViewHistory.Text = "查看历史报警";
this.btnViewHistory.UseVisualStyleBackColor = false;
this.btnViewHistory.Click += new System.EventHandler(this.btnViewHistory_Click);
//
// btnLockForm
//
this.btnLockForm.Image = global::IntelligentControlForsx.Properties.Resources.pin1;
this.btnLockForm.Location = new System.Drawing.Point(573, 0);
this.btnLockForm.Name = "btnLockForm";
this.btnLockForm.Size = new System.Drawing.Size(20, 20);
this.btnLockForm.TabIndex = 6;
this.btnLockForm.UseVisualStyleBackColor = true;
this.btnLockForm.Click += new System.EventHandler(this.button1_Click);
//
// pnlLatest
//
this.pnlLatest.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最近报警背景;
this.pnlLatest.Controls.Add(this.dgvAlarm);
this.pnlLatest.Controls.Add(this.label1);
this.pnlLatest.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlLatest.Location = new System.Drawing.Point(10, 10);
this.pnlLatest.Name = "pnlLatest";
this.pnlLatest.Size = new System.Drawing.Size(575, 484);
this.pnlLatest.TabIndex = 7;
//
// dgvAlarm
//
this.dgvAlarm.AllowUserToAddRows = false;
this.dgvAlarm.AllowUserToDeleteRows = false;
this.dgvAlarm.AllowUserToResizeColumns = false;
this.dgvAlarm.AllowUserToResizeRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAlarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvAlarm.ColumnHeadersHeight = 32;
this.dgvAlarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column_WindturbineId,
this.Column_Control});
this.dgvAlarm.Location = new System.Drawing.Point(0, 0);
this.dgvAlarm.Name = "dgvAlarm";
this.dgvAlarm.RowHeadersVisible = false;
this.dgvAlarm.RowTemplate.Height = 23;
this.dgvAlarm.Size = new System.Drawing.Size(575, 484);
this.dgvAlarm.TabIndex = 4;
this.dgvAlarm.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentClick);
this.dgvAlarm.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentDoubleClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(17, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 20);
this.label1.TabIndex = 0;
this.label1.Text = "最近报警";
//
// lpCustom
//
this.lpCustom.BackColor = System.Drawing.SystemColors.Window;
this.lpCustom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCustom.BackgroundImage")));
this.lpCustom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpCustom.LID = null;
this.lpCustom.Location = new System.Drawing.Point(9, 77);
this.lpCustom.LTitle = "自定义报警";
this.lpCustom.Name = "lpCustom";
this.lpCustom.Size = new System.Drawing.Size(108, 60);
this.lpCustom.TabIndex = 5;
//
// lpQS
//
this.lpQS.BackColor = System.Drawing.SystemColors.Window;
this.lpQS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpQS.BackgroundImage")));
this.lpQS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpQS.LID = null;
this.lpQS.Location = new System.Drawing.Point(347, 10);
this.lpQS.LTitle = "青山风电场";
this.lpQS.Name = "lpQS";
this.lpQS.Size = new System.Drawing.Size(108, 60);
this.lpQS.TabIndex = 4;
//
// lpSBQ
//
this.lpSBQ.BackColor = System.Drawing.SystemColors.Window;
this.lpSBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpSBQ.BackgroundImage")));
this.lpSBQ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpSBQ.LID = null;
this.lpSBQ.Location = new System.Drawing.Point(9, 10);
this.lpSBQ.LTitle = "石板泉风电场";
this.lpSBQ.Name = "lpSBQ";
this.lpSBQ.Size = new System.Drawing.Size(108, 60);
this.lpSBQ.TabIndex = 0;
//
// lpXS
//
this.lpXS.BackColor = System.Drawing.SystemColors.Window;
this.lpXS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpXS.BackgroundImage")));
this.lpXS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpXS.LID = null;
this.lpXS.Location = new System.Drawing.Point(460, 10);
this.lpXS.LTitle = "香山风电场";
this.lpXS.Name = "lpXS";
this.lpXS.Size = new System.Drawing.Size(108, 60);
this.lpXS.TabIndex = 3;
//
// lpMHS
//
this.lpMHS.BackColor = System.Drawing.SystemColors.Window;
this.lpMHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpMHS.BackgroundImage")));
this.lpMHS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpMHS.LID = null;
this.lpMHS.Location = new System.Drawing.Point(121, 10);
this.lpMHS.LTitle = "麻黄山风电场";
this.lpMHS.Name = "lpMHS";
this.lpMHS.Size = new System.Drawing.Size(108, 60);
this.lpMHS.TabIndex = 1;
//
// lpNSS
//
this.lpNSS.BackColor = System.Drawing.SystemColors.Window;
this.lpNSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpNSS.BackgroundImage")));
this.lpNSS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpNSS.LID = null;
this.lpNSS.Location = new System.Drawing.Point(234, 10);
this.lpNSS.LTitle = "牛首山风电场";
this.lpNSS.Name = "lpNSS";
this.lpNSS.Size = new System.Drawing.Size(108, 60);
this.lpNSS.TabIndex = 2;
//
// lpOther
//
this.lpOther.BackColor = System.Drawing.SystemColors.Window;
this.lpOther.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpOther.BackgroundImage")));
this.lpOther.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpOther.LID = null;
this.lpOther.Location = new System.Drawing.Point(345, 81);
this.lpOther.LTitle = "其它";
this.lpOther.Name = "lpOther";
this.lpOther.Size = new System.Drawing.Size(108, 60);
this.lpOther.TabIndex = 11;
//
// lpBJ
//
this.lpBJ.BackColor = System.Drawing.SystemColors.Window;
this.lpBJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpBJ.BackgroundImage")));
this.lpBJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpBJ.LID = null;
this.lpBJ.Location = new System.Drawing.Point(9, 11);
this.lpBJ.LTitle = "变桨系统";
this.lpBJ.Name = "lpBJ";
this.lpBJ.Size = new System.Drawing.Size(108, 60);
this.lpBJ.TabIndex = 3;
//
// lpKZ
//
this.lpKZ.BackColor = System.Drawing.SystemColors.Window;
this.lpKZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpKZ.BackgroundImage")));
this.lpKZ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpKZ.LID = null;
this.lpKZ.Location = new System.Drawing.Point(233, 81);
this.lpKZ.LTitle = "控制系统";
this.lpKZ.Name = "lpKZ";
this.lpKZ.Size = new System.Drawing.Size(108, 60);
this.lpKZ.TabIndex = 10;
//
// lpCLX
//
this.lpCLX.BackColor = System.Drawing.SystemColors.Window;
this.lpCLX.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCLX.BackgroundImage")));
this.lpCLX.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpCLX.LID = null;
this.lpCLX.Location = new System.Drawing.Point(121, 11);
this.lpCLX.LTitle = "齿轮箱系统";
this.lpCLX.Name = "lpCLX";
this.lpCLX.Size = new System.Drawing.Size(108, 60);
this.lpCLX.TabIndex = 4;
//
// lpYY
//
this.lpYY.BackColor = System.Drawing.SystemColors.Window;
this.lpYY.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpYY.BackgroundImage")));
this.lpYY.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpYY.LID = null;
this.lpYY.Location = new System.Drawing.Point(121, 81);
this.lpYY.LTitle = "液压系统";
this.lpYY.Name = "lpYY";
this.lpYY.Size = new System.Drawing.Size(108, 60);
this.lpYY.TabIndex = 9;
//
// lpFDJ
//
this.lpFDJ.BackColor = System.Drawing.SystemColors.Window;
this.lpFDJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpFDJ.BackgroundImage")));
this.lpFDJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpFDJ.LID = null;
this.lpFDJ.Location = new System.Drawing.Point(233, 11);
this.lpFDJ.LTitle = "发电机系统";
this.lpFDJ.Name = "lpFDJ";
this.lpFDJ.Size = new System.Drawing.Size(108, 60);
this.lpFDJ.TabIndex = 5;
//
// lpDW
//
this.lpDW.BackColor = System.Drawing.SystemColors.Window;
this.lpDW.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpDW.BackgroundImage")));
this.lpDW.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpDW.LID = null;
this.lpDW.Location = new System.Drawing.Point(9, 81);
this.lpDW.LTitle = "电网";
this.lpDW.Name = "lpDW";
this.lpDW.Size = new System.Drawing.Size(108, 60);
this.lpDW.TabIndex = 8;
//
// lpPH
//
this.lpPH.BackColor = System.Drawing.SystemColors.Window;
this.lpPH.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpPH.BackgroundImage")));
this.lpPH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpPH.LID = null;
this.lpPH.Location = new System.Drawing.Point(345, 11);
this.lpPH.LTitle = "偏航系统";
this.lpPH.Name = "lpPH";
this.lpPH.Size = new System.Drawing.Size(108, 60);
this.lpPH.TabIndex = 6;
//
// lpJC
//
this.lpJC.BackColor = System.Drawing.SystemColors.Window;
this.lpJC.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpJC.BackgroundImage")));
this.lpJC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lpJC.LID = null;
this.lpJC.Location = new System.Drawing.Point(457, 11);
this.lpJC.LTitle = "机舱";
this.lpJC.Name = "lpJC";
this.lpJC.Size = new System.Drawing.Size(108, 60);
this.lpJC.TabIndex = 7;
//
// Column1
//
this.Column1.DataPropertyName = "AgTime";
dataGridViewCellStyle2.Format = "HH:mm:ss";
this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
this.Column1.Frozen = true;
this.Column1.HeaderText = "时间";
this.Column1.Name = "Column1";
this.Column1.Width = 90;
//
// Column2
//
this.Column2.DataPropertyName = "ThingName";
this.Column2.Frozen = true;
this.Column2.HeaderText = "设备";
this.Column2.Name = "Column2";
this.Column2.Width = 120;
//
// Column3
//
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.Column3.DataPropertyName = "AlarmText";
this.Column3.Frozen = true;
this.Column3.HeaderText = "报警信息";
this.Column3.Name = "Column3";
this.Column3.Width = 280;
//
// Column_WindturbineId
//
this.Column_WindturbineId.DataPropertyName = "ThingName";
this.Column_WindturbineId.Frozen = true;
this.Column_WindturbineId.HeaderText = "风机编号";
this.Column_WindturbineId.Name = "Column_WindturbineId";
this.Column_WindturbineId.Visible = false;
//
// Column_Control
//
this.Column_Control.DataPropertyName = "AgCount";
this.Column_Control.Frozen = true;
this.Column_Control.HeaderText = "关联报警";
this.Column_Control.Name = "Column_Control";
this.Column_Control.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column_Control.Width = 71;
//
// BigForm2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(595, 800);
this.Controls.Add(this.DetailsPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "BigForm2";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "DetailsForm";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.Load += new System.EventHandler(this.BigForm_Load);
this.DetailsPanel.ResumeLayout(false);
this.pnlLP.ResumeLayout(false);
this.pnlLP.PerformLayout();
this.pnlStation.ResumeLayout(false);
this.pnlWindturbine.ResumeLayout(false);
this.pnlMiddle.ResumeLayout(false);
this.pnlLatest.ResumeLayout(false);
this.pnlLatest.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel DetailsPanel;
private System.Windows.Forms.Timer hideDetailsFormTimer;
private LightPlate lpQS;
private LightPlate lpXS;
private LightPlate lpNSS;
private LightPlate lpMHS;
private LightPlate lpSBQ;
private LightPlate lpOther;
private LightPlate lpKZ;
private LightPlate lpYY;
private LightPlate lpDW;
private LightPlate lpJC;
private LightPlate lpPH;
private LightPlate lpFDJ;
private LightPlate lpCLX;
private LightPlate lpBJ;
private System.Windows.Forms.Timer refreshTimer;
private LightPlate lpCustom;
private System.Windows.Forms.Button btnLockForm;
private System.Windows.Forms.Panel pnlLatest;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnViewHistory;
private System.Windows.Forms.Button btnViewReal;
private System.Windows.Forms.Panel pnlMiddle;
private System.Windows.Forms.Panel pnlLP;
private System.Windows.Forms.Panel pnlStation;
private System.Windows.Forms.Panel pnlWindturbine;
private System.Windows.Forms.Button btnStation;
private System.Windows.Forms.Button btnWindturbine;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dgvAlarm;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_WindturbineId;
private System.Windows.Forms.DataGridViewLinkColumn Column_Control;
}
}