namespace IntelligentControlForsx.Test { partial class RefreshForm { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.btnShow1 = new System.Windows.Forms.Button(); this.btnShow2 = new System.Windows.Forms.Button(); this.btnInit = new System.Windows.Forms.Button(); this.btnControl = new System.Windows.Forms.Button(); this.btnWindturbineInfo = new System.Windows.Forms.Button(); this.btnHome = new System.Windows.Forms.Button(); this.btnChangeToMartix = new System.Windows.Forms.Button(); this.SuspendLayout(); // // 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 = 0; // // btnShow1 // this.btnShow1.Location = new System.Drawing.Point(849, 16); this.btnShow1.Name = "btnShow1"; this.btnShow1.Size = new System.Drawing.Size(75, 23); this.btnShow1.TabIndex = 1; this.btnShow1.Text = "显示页面1"; this.btnShow1.UseVisualStyleBackColor = true; this.btnShow1.Click += new System.EventHandler(this.btnShow1_Click); // // btnShow2 // this.btnShow2.Location = new System.Drawing.Point(939, 16); this.btnShow2.Name = "btnShow2"; this.btnShow2.Size = new System.Drawing.Size(75, 23); this.btnShow2.TabIndex = 1; this.btnShow2.Text = "显示页面2"; this.btnShow2.UseVisualStyleBackColor = true; this.btnShow2.Click += new System.EventHandler(this.btnShow2_Click); // // btnInit // this.btnInit.Location = new System.Drawing.Point(761, 16); this.btnInit.Name = "btnInit"; this.btnInit.Size = new System.Drawing.Size(75, 23); this.btnInit.TabIndex = 1; this.btnInit.Text = "初始化"; this.btnInit.UseVisualStyleBackColor = true; this.btnInit.Click += new System.EventHandler(this.btnInit_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 = 7; this.btnControl.Text = "风机控制"; this.btnControl.UseVisualStyleBackColor = true; this.btnControl.Click += new System.EventHandler(this.btnControl_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 = 8; this.btnWindturbineInfo.Text = "风机参数"; this.btnWindturbineInfo.UseVisualStyleBackColor = true; this.btnWindturbineInfo.Click += new System.EventHandler(this.btnWindturbineInfo_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 = 6; this.btnHome.Text = "首页"; this.btnHome.UseVisualStyleBackColor = true; this.btnHome.Click += new System.EventHandler(this.btnHome_Click); // // 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 = 5; this.btnChangeToMartix.Text = "风机矩阵"; this.btnChangeToMartix.UseVisualStyleBackColor = true; // // RefreshForm // 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.btnControl); this.Controls.Add(this.btnWindturbineInfo); this.Controls.Add(this.btnHome); this.Controls.Add(this.btnChangeToMartix); this.Controls.Add(this.btnInit); this.Controls.Add(this.btnShow2); this.Controls.Add(this.btnShow1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.IsMdiContainer = true; this.Name = "RefreshForm"; this.Text = "RefreshForm"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnShow1; private System.Windows.Forms.Button btnShow2; private System.Windows.Forms.Button btnInit; private System.Windows.Forms.Button btnControl; private System.Windows.Forms.Button btnWindturbineInfo; private System.Windows.Forms.Button btnHome; private System.Windows.Forms.Button btnChangeToMartix; } }