namespace IntelligentControlForsx.Test
{
partial class RefreshForm2
{
///
/// 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.btnChangeToMartix = new System.Windows.Forms.Button();
this.btnHome = new System.Windows.Forms.Button();
this.btnWindturbineInfo = new System.Windows.Forms.Button();
this.btnControl = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// btnChangeToMartix
//
this.btnChangeToMartix.Location = new System.Drawing.Point(118, 12);
this.btnChangeToMartix.Name = "btnChangeToMartix";
this.btnChangeToMartix.Size = new System.Drawing.Size(75, 23);
this.btnChangeToMartix.TabIndex = 1;
this.btnChangeToMartix.Text = "风机矩阵";
this.btnChangeToMartix.UseVisualStyleBackColor = true;
this.btnChangeToMartix.Click += new System.EventHandler(this.btnChangeToMartix_Click);
//
// btnHome
//
this.btnHome.Location = new System.Drawing.Point(37, 12);
this.btnHome.Name = "btnHome";
this.btnHome.Size = new System.Drawing.Size(75, 23);
this.btnHome.TabIndex = 2;
this.btnHome.Text = "首页";
this.btnHome.UseVisualStyleBackColor = true;
this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
//
// btnWindturbineInfo
//
this.btnWindturbineInfo.Location = new System.Drawing.Point(212, 11);
this.btnWindturbineInfo.Name = "btnWindturbineInfo";
this.btnWindturbineInfo.Size = new System.Drawing.Size(75, 23);
this.btnWindturbineInfo.TabIndex = 3;
this.btnWindturbineInfo.Text = "风机参数";
this.btnWindturbineInfo.UseVisualStyleBackColor = true;
this.btnWindturbineInfo.Click += new System.EventHandler(this.btnWindturbineInfo_Click);
//
// btnControl
//
this.btnControl.Location = new System.Drawing.Point(304, 12);
this.btnControl.Name = "btnControl";
this.btnControl.Size = new System.Drawing.Size(75, 23);
this.btnControl.TabIndex = 3;
this.btnControl.Text = "风机控制";
this.btnControl.UseVisualStyleBackColor = true;
this.btnControl.Click += new System.EventHandler(this.btnControl_Click);
//
// panel1
//
this.panel1.Location = new System.Drawing.Point(8, 41);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1900, 1000);
this.panel1.TabIndex = 4;
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1920, 1080);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnControl);
this.Controls.Add(this.btnWindturbineInfo);
this.Controls.Add(this.btnHome);
this.Controls.Add(this.btnChangeToMartix);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.IsMdiContainer = true;
this.Name = "Form3";
this.Text = "Form3";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnChangeToMartix;
private System.Windows.Forms.Button btnHome;
private System.Windows.Forms.Button btnWindturbineInfo;
private System.Windows.Forms.Button btnControl;
public System.Windows.Forms.Panel panel1;
}
}