using System;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace IntelligentControlForsx.MyControls
{
partial class BottomOld
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.lblAll = new System.Windows.Forms.Label();
this.lblNSS = new System.Windows.Forms.Label();
this.lblMHS = new System.Windows.Forms.Label();
this.lblQS = new System.Windows.Forms.Label();
this.lblSBQ = new System.Windows.Forms.Label();
this.lblXS = new System.Windows.Forms.Label();
this.lblGF = new System.Windows.Forms.Label();
this.lblFC = new System.Windows.Forms.Label();
this.lblDWK = new System.Windows.Forms.Label();
this.lblMCH = new System.Windows.Forms.Label();
this.lblPL = new System.Windows.Forms.Label();
this.lblXH = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblAll
//
this.lblAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(34)))), ((int)(((byte)(62)))));
this.lblAll.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblAll.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAll.ForeColor = System.Drawing.SystemColors.Control;
this.lblAll.Location = new System.Drawing.Point(203, 7);
this.lblAll.Name = "lblAll";
this.lblAll.Size = new System.Drawing.Size(80, 37);
this.lblAll.TabIndex = 0;
this.lblAll.Tag = "0";
this.lblAll.Text = "全部";
this.lblAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblAll.Click += new System.EventHandler(this.lbl_Click);
this.lblAll.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblAll.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblNSS
//
this.lblNSS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblNSS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblNSS.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblNSS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblNSS.ForeColor = System.Drawing.SystemColors.Control;
this.lblNSS.Location = new System.Drawing.Point(365, 7);
this.lblNSS.Name = "lblNSS";
this.lblNSS.Size = new System.Drawing.Size(80, 37);
this.lblNSS.TabIndex = 1;
this.lblNSS.Tag = "NSS_FDC";
this.lblNSS.Text = "牛首山风场";
this.lblNSS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblNSS.Click += new System.EventHandler(this.lbl_Click);
this.lblNSS.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblNSS.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblMHS
//
this.lblMHS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblMHS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblMHS.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblMHS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMHS.ForeColor = System.Drawing.SystemColors.Control;
this.lblMHS.Location = new System.Drawing.Point(446, 7);
this.lblMHS.Name = "lblMHS";
this.lblMHS.Size = new System.Drawing.Size(80, 37);
this.lblMHS.TabIndex = 2;
this.lblMHS.Tag = "MHS_FDC";
this.lblMHS.Text = "麻黄山风场";
this.lblMHS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblMHS.Click += new System.EventHandler(this.lbl_Click);
this.lblMHS.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblMHS.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblQS
//
this.lblQS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblQS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblQS.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblQS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblQS.ForeColor = System.Drawing.SystemColors.Control;
this.lblQS.Location = new System.Drawing.Point(527, 7);
this.lblQS.Name = "lblQS";
this.lblQS.Size = new System.Drawing.Size(80, 37);
this.lblQS.TabIndex = 3;
this.lblQS.Tag = "QS_FDC";
this.lblQS.Text = "青山风场";
this.lblQS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblQS.Click += new System.EventHandler(this.lbl_Click);
this.lblQS.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblQS.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblSBQ
//
this.lblSBQ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblSBQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblSBQ.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblSBQ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSBQ.ForeColor = System.Drawing.SystemColors.Control;
this.lblSBQ.Location = new System.Drawing.Point(608, 7);
this.lblSBQ.Name = "lblSBQ";
this.lblSBQ.Size = new System.Drawing.Size(80, 37);
this.lblSBQ.TabIndex = 4;
this.lblSBQ.Tag = "SBQ_FDC";
this.lblSBQ.Text = "石板泉风场";
this.lblSBQ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblSBQ.Click += new System.EventHandler(this.lbl_Click);
this.lblSBQ.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblSBQ.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblXS
//
this.lblXS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblXS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblXS.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblXS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblXS.ForeColor = System.Drawing.SystemColors.Control;
this.lblXS.Location = new System.Drawing.Point(689, 7);
this.lblXS.Name = "lblXS";
this.lblXS.Size = new System.Drawing.Size(80, 37);
this.lblXS.TabIndex = 5;
this.lblXS.Tag = "XS_FDC";
this.lblXS.Text = "香山风场";
this.lblXS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblXS.Click += new System.EventHandler(this.lbl_Click);
this.lblXS.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblXS.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblGF
//
this.lblGF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(112)))), ((int)(((byte)(115)))));
this.lblGF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblGF.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblGF.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGF.ForeColor = System.Drawing.SystemColors.Control;
this.lblGF.Location = new System.Drawing.Point(775, 7);
this.lblGF.Name = "lblGF";
this.lblGF.Size = new System.Drawing.Size(80, 37);
this.lblGF.TabIndex = 6;
this.lblGF.Tag = "-2";
this.lblGF.Text = "光伏";
this.lblGF.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblGF.Click += new System.EventHandler(this.lbl_Click);
this.lblGF.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblGF.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblFC
//
this.lblFC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(140)))));
this.lblFC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblFC.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblFC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblFC.ForeColor = System.Drawing.SystemColors.Control;
this.lblFC.Location = new System.Drawing.Point(284, 7);
this.lblFC.Name = "lblFC";
this.lblFC.Size = new System.Drawing.Size(80, 37);
this.lblFC.TabIndex = 11;
this.lblFC.Tag = "-1";
this.lblFC.Text = "风场";
this.lblFC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblFC.Click += new System.EventHandler(this.lbl_Click);
this.lblFC.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblFC.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblDWK
//
this.lblDWK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(112)))), ((int)(((byte)(115)))));
this.lblDWK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblDWK.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblDWK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDWK.ForeColor = System.Drawing.SystemColors.Control;
this.lblDWK.Location = new System.Drawing.Point(856, 7);
this.lblDWK.Name = "lblDWK";
this.lblDWK.Size = new System.Drawing.Size(80, 37);
this.lblDWK.TabIndex = 12;
this.lblDWK.Tag = "DWK_GDC";
this.lblDWK.Text = "大武口光伏";
this.lblDWK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblDWK.Click += new System.EventHandler(this.lbl_Click);
this.lblDWK.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblDWK.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblMCH
//
this.lblMCH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(112)))), ((int)(((byte)(115)))));
this.lblMCH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblMCH.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblMCH.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMCH.ForeColor = System.Drawing.SystemColors.Control;
this.lblMCH.Location = new System.Drawing.Point(1099, 7);
this.lblMCH.Name = "lblMCH";
this.lblMCH.Size = new System.Drawing.Size(80, 37);
this.lblMCH.TabIndex = 13;
this.lblMCH.Tag = "MCH_GDC";
this.lblMCH.Text = "马场湖光伏";
this.lblMCH.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblMCH.Click += new System.EventHandler(this.lbl_Click);
this.lblMCH.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblMCH.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblPL
//
this.lblPL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(112)))), ((int)(((byte)(115)))));
this.lblPL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblPL.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblPL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPL.ForeColor = System.Drawing.SystemColors.Control;
this.lblPL.Location = new System.Drawing.Point(937, 7);
this.lblPL.Name = "lblPL";
this.lblPL.Size = new System.Drawing.Size(80, 37);
this.lblPL.TabIndex = 14;
this.lblPL.Tag = "PL_GDC";
this.lblPL.Text = "平罗光伏";
this.lblPL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblPL.Click += new System.EventHandler(this.lbl_Click);
this.lblPL.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblPL.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// lblXH
//
this.lblXH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(112)))), ((int)(((byte)(115)))));
this.lblXH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblXH.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblXH.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblXH.ForeColor = System.Drawing.SystemColors.Control;
this.lblXH.Location = new System.Drawing.Point(1018, 7);
this.lblXH.Name = "lblXH";
this.lblXH.Size = new System.Drawing.Size(80, 37);
this.lblXH.TabIndex = 15;
this.lblXH.Tag = "XH_GDC";
this.lblXH.Text = "宣和光伏";
this.lblXH.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblXH.Click += new System.EventHandler(this.lbl_Click);
this.lblXH.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
this.lblXH.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
//
// Bottom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.Controls.Add(this.lblXH);
this.Controls.Add(this.lblPL);
this.Controls.Add(this.lblMCH);
this.Controls.Add(this.lblDWK);
this.Controls.Add(this.lblFC);
this.Controls.Add(this.lblGF);
this.Controls.Add(this.lblXS);
this.Controls.Add(this.lblSBQ);
this.Controls.Add(this.lblQS);
this.Controls.Add(this.lblMHS);
this.Controls.Add(this.lblNSS);
this.Controls.Add(this.lblAll);
this.Name = "Bottom";
this.Size = new System.Drawing.Size(1380, 46);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblAll;
private System.Windows.Forms.Label lblNSS;
private System.Windows.Forms.Label lblMHS;
private System.Windows.Forms.Label lblQS;
private System.Windows.Forms.Label lblSBQ;
private System.Windows.Forms.Label lblXS;
private System.Windows.Forms.Label lblGF;
private System.Windows.Forms.Label lblFC;
private System.Windows.Forms.Label lblDWK;
private System.Windows.Forms.Label lblMCH;
private System.Windows.Forms.Label lblPL;
private System.Windows.Forms.Label lblXH;
}
}