using System;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace IntelligentControlForsx.MyControls
{
partial class Title
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title));
this.panelTop = new System.Windows.Forms.Panel();
this.panelTopLeft = new System.Windows.Forms.Panel();
this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
this.panelTopRight = new System.Windows.Forms.Panel();
this.pictureBoxSplit = new System.Windows.Forms.PictureBox();
this.pictureBoxWindturbine = new System.Windows.Forms.PictureBox();
this.pictureBoxElectrical = new System.Windows.Forms.PictureBox();
this.pictureBoxAGC = new System.Windows.Forms.PictureBox();
this.pictureBoxSYZ = new System.Windows.Forms.PictureBox();
this.pictureBoxStatistics = new System.Windows.Forms.PictureBox();
this.pictureBoxMainParam = new System.Windows.Forms.PictureBox();
this.pictureBoxMatrix = new System.Windows.Forms.PictureBox();
this.pictureBoxParamters = new System.Windows.Forms.PictureBox();
this.pictureBoxControl = new System.Windows.Forms.PictureBox();
this.pictureBoxHome = new System.Windows.Forms.PictureBox();
this.titleflowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.title_main = new System.Windows.Forms.PictureBox();
this.title_matrix = new System.Windows.Forms.PictureBox();
this.title_detail = new System.Windows.Forms.PictureBox();
this.title_SYZ = new System.Windows.Forms.PictureBox();
this.title_AGC = new System.Windows.Forms.PictureBox();
this.title_MainParam = new System.Windows.Forms.PictureBox();
this.title_Search = new System.Windows.Forms.PictureBox();
this.panelTop.SuspendLayout();
this.panelTopLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
this.panelTopRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSplit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWindturbine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectrical)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAGC)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSYZ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxStatistics)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMainParam)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMatrix)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxParamters)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxHome)).BeginInit();
this.titleflowLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.title_main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_matrix)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_detail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_SYZ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_AGC)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_MainParam)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.title_Search)).BeginInit();
this.SuspendLayout();
//
// panelTop
//
this.panelTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelTop.BackgroundImage")));
this.panelTop.Controls.Add(this.panelTopLeft);
this.panelTop.Controls.Add(this.panelTopRight);
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(1904, 71);
this.panelTop.TabIndex = 1;
//
// panelTopLeft
//
this.panelTopLeft.BackColor = System.Drawing.Color.Transparent;
this.panelTopLeft.Controls.Add(this.pictureBoxLogo);
this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelTopLeft.Location = new System.Drawing.Point(0, 0);
this.panelTopLeft.Name = "panelTopLeft";
this.panelTopLeft.Size = new System.Drawing.Size(631, 71);
this.panelTopLeft.TabIndex = 3;
//
// pictureBoxLogo
//
this.pictureBoxLogo.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.logo;
this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.Size = new System.Drawing.Size(623, 71);
this.pictureBoxLogo.TabIndex = 2;
this.pictureBoxLogo.TabStop = false;
//
// panelTopRight
//
this.panelTopRight.BackColor = System.Drawing.Color.Transparent;
this.panelTopRight.Controls.Add(this.pictureBoxSplit);
this.panelTopRight.Controls.Add(this.pictureBoxWindturbine);
this.panelTopRight.Controls.Add(this.pictureBoxElectrical);
this.panelTopRight.Controls.Add(this.pictureBoxAGC);
this.panelTopRight.Controls.Add(this.pictureBoxSYZ);
this.panelTopRight.Controls.Add(this.pictureBoxStatistics);
this.panelTopRight.Controls.Add(this.pictureBoxMainParam);
this.panelTopRight.Controls.Add(this.pictureBoxMatrix);
this.panelTopRight.Controls.Add(this.pictureBoxParamters);
this.panelTopRight.Controls.Add(this.pictureBoxControl);
this.panelTopRight.Controls.Add(this.pictureBoxHome);
this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
this.panelTopRight.Location = new System.Drawing.Point(631, 0);
this.panelTopRight.Name = "panelTopRight";
this.panelTopRight.Size = new System.Drawing.Size(1273, 71);
this.panelTopRight.TabIndex = 2;
//
// pictureBoxSplit
//
this.pictureBoxSplit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxSplit.BackgroundImage")));
this.pictureBoxSplit.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBoxSplit.Location = new System.Drawing.Point(967, 0);
this.pictureBoxSplit.Name = "pictureBoxSplit";
this.pictureBoxSplit.Size = new System.Drawing.Size(42, 71);
this.pictureBoxSplit.TabIndex = 9;
this.pictureBoxSplit.TabStop = false;
//
// pictureBoxWindturbine
//
this.pictureBoxWindturbine.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.fj1;
this.pictureBoxWindturbine.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBoxWindturbine.Location = new System.Drawing.Point(1009, 0);
this.pictureBoxWindturbine.Name = "pictureBoxWindturbine";
this.pictureBoxWindturbine.Size = new System.Drawing.Size(132, 71);
this.pictureBoxWindturbine.TabIndex = 10;
this.pictureBoxWindturbine.TabStop = false;
this.pictureBoxWindturbine.Visible = false;
this.pictureBoxWindturbine.Click += new System.EventHandler(this.pictureBoxWindturbine_Click);
this.pictureBoxWindturbine.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxWindturbine.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxElectrical
//
this.pictureBoxElectrical.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxElectrical.BackgroundImage")));
this.pictureBoxElectrical.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBoxElectrical.Location = new System.Drawing.Point(1141, 0);
this.pictureBoxElectrical.Name = "pictureBoxElectrical";
this.pictureBoxElectrical.Size = new System.Drawing.Size(132, 71);
this.pictureBoxElectrical.TabIndex = 8;
this.pictureBoxElectrical.TabStop = false;
this.pictureBoxElectrical.Click += new System.EventHandler(this.pictureBoxElectrical_Click);
this.pictureBoxElectrical.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxElectrical.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxAGC
//
this.pictureBoxAGC.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.agc1;
this.pictureBoxAGC.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxAGC.Location = new System.Drawing.Point(891, 0);
this.pictureBoxAGC.Name = "pictureBoxAGC";
this.pictureBoxAGC.Size = new System.Drawing.Size(132, 71);
this.pictureBoxAGC.TabIndex = 12;
this.pictureBoxAGC.TabStop = false;
this.pictureBoxAGC.Visible = false;
this.pictureBoxAGC.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxAGC.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxAGC.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxSYZ
//
this.pictureBoxSYZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxSYZ.BackgroundImage")));
this.pictureBoxSYZ.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxSYZ.Location = new System.Drawing.Point(759, 0);
this.pictureBoxSYZ.Name = "pictureBoxSYZ";
this.pictureBoxSYZ.Size = new System.Drawing.Size(132, 71);
this.pictureBoxSYZ.TabIndex = 11;
this.pictureBoxSYZ.TabStop = false;
this.pictureBoxSYZ.Visible = false;
this.pictureBoxSYZ.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxSYZ.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxSYZ.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxStatistics
//
this.pictureBoxStatistics.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxStatistics.BackgroundImage")));
this.pictureBoxStatistics.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxStatistics.Location = new System.Drawing.Point(627, 0);
this.pictureBoxStatistics.Name = "pictureBoxStatistics";
this.pictureBoxStatistics.Size = new System.Drawing.Size(132, 71);
this.pictureBoxStatistics.TabIndex = 6;
this.pictureBoxStatistics.TabStop = false;
this.pictureBoxStatistics.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxStatistics.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxStatistics.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxMainParam
//
this.pictureBoxMainParam.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMainParam.BackgroundImage")));
this.pictureBoxMainParam.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxMainParam.Location = new System.Drawing.Point(495, 0);
this.pictureBoxMainParam.Name = "pictureBoxMainParam";
this.pictureBoxMainParam.Size = new System.Drawing.Size(132, 71);
this.pictureBoxMainParam.TabIndex = 5;
this.pictureBoxMainParam.TabStop = false;
this.pictureBoxMainParam.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxMainParam.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxMainParam.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxMatrix
//
this.pictureBoxMatrix.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMatrix.BackgroundImage")));
this.pictureBoxMatrix.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxMatrix.Location = new System.Drawing.Point(363, 0);
this.pictureBoxMatrix.Name = "pictureBoxMatrix";
this.pictureBoxMatrix.Size = new System.Drawing.Size(132, 71);
this.pictureBoxMatrix.TabIndex = 2;
this.pictureBoxMatrix.TabStop = false;
this.pictureBoxMatrix.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxMatrix.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxMatrix.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxParamters
//
this.pictureBoxParamters.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxParamters.BackgroundImage")));
this.pictureBoxParamters.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxParamters.Location = new System.Drawing.Point(231, 0);
this.pictureBoxParamters.Name = "pictureBoxParamters";
this.pictureBoxParamters.Size = new System.Drawing.Size(132, 71);
this.pictureBoxParamters.TabIndex = 3;
this.pictureBoxParamters.TabStop = false;
this.pictureBoxParamters.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxParamters.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxParamters.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxControl
//
this.pictureBoxControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxControl.BackgroundImage")));
this.pictureBoxControl.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxControl.Location = new System.Drawing.Point(99, 0);
this.pictureBoxControl.Name = "pictureBoxControl";
this.pictureBoxControl.Size = new System.Drawing.Size(132, 71);
this.pictureBoxControl.TabIndex = 4;
this.pictureBoxControl.TabStop = false;
this.pictureBoxControl.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxControl.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxControl.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// pictureBoxHome
//
this.pictureBoxHome.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxHome.BackgroundImage")));
this.pictureBoxHome.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxHome.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHome.Image")));
this.pictureBoxHome.Location = new System.Drawing.Point(0, 0);
this.pictureBoxHome.Name = "pictureBoxHome";
this.pictureBoxHome.Size = new System.Drawing.Size(99, 71);
this.pictureBoxHome.TabIndex = 1;
this.pictureBoxHome.TabStop = false;
this.pictureBoxHome.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxHome.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxHome.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// titleflowLayoutPanel
//
this.titleflowLayoutPanel.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.top_bg;
this.titleflowLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.titleflowLayoutPanel.Controls.Add(this.title_main);
this.titleflowLayoutPanel.Controls.Add(this.title_matrix);
this.titleflowLayoutPanel.Controls.Add(this.title_detail);
this.titleflowLayoutPanel.Controls.Add(this.title_SYZ);
this.titleflowLayoutPanel.Controls.Add(this.title_AGC);
this.titleflowLayoutPanel.Controls.Add(this.title_MainParam);
this.titleflowLayoutPanel.Controls.Add(this.title_Search);
this.titleflowLayoutPanel.Location = new System.Drawing.Point(149, 136);
this.titleflowLayoutPanel.Name = "titleflowLayoutPanel";
this.titleflowLayoutPanel.Size = new System.Drawing.Size(1421, 71);
this.titleflowLayoutPanel.TabIndex = 2;
//
// title_main
//
this.title_main.BackColor = System.Drawing.Color.Transparent;
this.title_main.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.title_main_light;
this.title_main.Image = global::IntelligentControlForsx.Properties.Resources.title_main_light;
this.title_main.Location = new System.Drawing.Point(3, 3);
this.title_main.Name = "title_main";
this.title_main.Size = new System.Drawing.Size(132, 71);
this.title_main.TabIndex = 12;
this.title_main.TabStop = false;
this.title_main.MouseEnter += new System.EventHandler(this.title_main_MouseEnter);
//
// title_matrix
//
this.title_matrix.BackColor = System.Drawing.Color.Transparent;
this.title_matrix.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_matrix.BackgroundImage")));
this.title_matrix.Location = new System.Drawing.Point(141, 3);
this.title_matrix.Name = "title_matrix";
this.title_matrix.Size = new System.Drawing.Size(132, 71);
this.title_matrix.TabIndex = 13;
this.title_matrix.TabStop = false;
//
// title_detail
//
this.title_detail.BackColor = System.Drawing.Color.Transparent;
this.title_detail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_detail.BackgroundImage")));
this.title_detail.Location = new System.Drawing.Point(279, 3);
this.title_detail.Name = "title_detail";
this.title_detail.Size = new System.Drawing.Size(132, 71);
this.title_detail.TabIndex = 14;
this.title_detail.TabStop = false;
//
// title_SYZ
//
this.title_SYZ.BackColor = System.Drawing.Color.Transparent;
this.title_SYZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_SYZ.BackgroundImage")));
this.title_SYZ.Location = new System.Drawing.Point(417, 3);
this.title_SYZ.Name = "title_SYZ";
this.title_SYZ.Size = new System.Drawing.Size(132, 71);
this.title_SYZ.TabIndex = 18;
this.title_SYZ.TabStop = false;
this.title_SYZ.Visible = false;
//
// title_AGC
//
this.title_AGC.BackColor = System.Drawing.Color.Transparent;
this.title_AGC.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.agc1;
this.title_AGC.Location = new System.Drawing.Point(555, 3);
this.title_AGC.Name = "title_AGC";
this.title_AGC.Size = new System.Drawing.Size(132, 71);
this.title_AGC.TabIndex = 19;
this.title_AGC.TabStop = false;
this.title_AGC.Visible = false;
//
// title_MainParam
//
this.title_MainParam.BackColor = System.Drawing.Color.Transparent;
this.title_MainParam.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_MainParam.BackgroundImage")));
this.title_MainParam.Location = new System.Drawing.Point(693, 3);
this.title_MainParam.Name = "title_MainParam";
this.title_MainParam.Size = new System.Drawing.Size(132, 71);
this.title_MainParam.TabIndex = 16;
this.title_MainParam.TabStop = false;
//
// title_Search
//
this.title_Search.BackColor = System.Drawing.Color.Transparent;
this.title_Search.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title_Search.BackgroundImage")));
this.title_Search.Location = new System.Drawing.Point(831, 3);
this.title_Search.Name = "title_Search";
this.title_Search.Size = new System.Drawing.Size(132, 71);
this.title_Search.TabIndex = 17;
this.title_Search.TabStop = false;
//
// Title
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.titleflowLayoutPanel);
this.Controls.Add(this.panelTop);
this.Name = "Title";
this.Size = new System.Drawing.Size(1904, 339);
this.panelTop.ResumeLayout(false);
this.panelTopLeft.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
this.panelTopRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSplit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWindturbine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectrical)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAGC)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxSYZ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxStatistics)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMainParam)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMatrix)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxParamters)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxHome)).EndInit();
this.titleflowLayoutPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.title_main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_matrix)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_detail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_SYZ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_AGC)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_MainParam)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.title_Search)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.Panel panelTopLeft;
private System.Windows.Forms.Panel panelTopRight;
private System.Windows.Forms.PictureBox pictureBoxSplit;
private System.Windows.Forms.PictureBox pictureBoxElectrical;
private System.Windows.Forms.PictureBox pictureBoxStatistics;
private System.Windows.Forms.PictureBox pictureBoxMainParam;
private System.Windows.Forms.PictureBox pictureBoxControl;
private System.Windows.Forms.PictureBox pictureBoxParamters;
private System.Windows.Forms.PictureBox pictureBoxHome;
private System.Windows.Forms.PictureBox pictureBoxLogo;
private System.Windows.Forms.PictureBox pictureBoxWindturbine;
private System.Windows.Forms.PictureBox pictureBoxSYZ;
private System.Windows.Forms.PictureBox pictureBoxAGC;
private System.Windows.Forms.PictureBox pictureBoxMatrix;
private System.Windows.Forms.FlowLayoutPanel titleflowLayoutPanel;
private System.Windows.Forms.PictureBox title_main;
private System.Windows.Forms.PictureBox title_SYZ;
private System.Windows.Forms.PictureBox title_Search;
private System.Windows.Forms.PictureBox title_MainParam;
private System.Windows.Forms.PictureBox title_matrix;
private System.Windows.Forms.PictureBox title_detail;
private System.Windows.Forms.PictureBox title_AGC;
}
}