RefreshForm2.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. namespace IntelligentControlForsx.Test
  2. {
  3. partial class RefreshForm2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnChangeToMartix = new System.Windows.Forms.Button();
  29. this.btnHome = new System.Windows.Forms.Button();
  30. this.btnWindturbineInfo = new System.Windows.Forms.Button();
  31. this.btnControl = new System.Windows.Forms.Button();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.SuspendLayout();
  34. //
  35. // btnChangeToMartix
  36. //
  37. this.btnChangeToMartix.Location = new System.Drawing.Point(118, 12);
  38. this.btnChangeToMartix.Name = "btnChangeToMartix";
  39. this.btnChangeToMartix.Size = new System.Drawing.Size(75, 23);
  40. this.btnChangeToMartix.TabIndex = 1;
  41. this.btnChangeToMartix.Text = "风机矩阵";
  42. this.btnChangeToMartix.UseVisualStyleBackColor = true;
  43. this.btnChangeToMartix.Click += new System.EventHandler(this.btnChangeToMartix_Click);
  44. //
  45. // btnHome
  46. //
  47. this.btnHome.Location = new System.Drawing.Point(37, 12);
  48. this.btnHome.Name = "btnHome";
  49. this.btnHome.Size = new System.Drawing.Size(75, 23);
  50. this.btnHome.TabIndex = 2;
  51. this.btnHome.Text = "首页";
  52. this.btnHome.UseVisualStyleBackColor = true;
  53. this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
  54. //
  55. // btnWindturbineInfo
  56. //
  57. this.btnWindturbineInfo.Location = new System.Drawing.Point(212, 11);
  58. this.btnWindturbineInfo.Name = "btnWindturbineInfo";
  59. this.btnWindturbineInfo.Size = new System.Drawing.Size(75, 23);
  60. this.btnWindturbineInfo.TabIndex = 3;
  61. this.btnWindturbineInfo.Text = "风机参数";
  62. this.btnWindturbineInfo.UseVisualStyleBackColor = true;
  63. this.btnWindturbineInfo.Click += new System.EventHandler(this.btnWindturbineInfo_Click);
  64. //
  65. // btnControl
  66. //
  67. this.btnControl.Location = new System.Drawing.Point(304, 12);
  68. this.btnControl.Name = "btnControl";
  69. this.btnControl.Size = new System.Drawing.Size(75, 23);
  70. this.btnControl.TabIndex = 3;
  71. this.btnControl.Text = "风机控制";
  72. this.btnControl.UseVisualStyleBackColor = true;
  73. this.btnControl.Click += new System.EventHandler(this.btnControl_Click);
  74. //
  75. // panel1
  76. //
  77. this.panel1.Location = new System.Drawing.Point(8, 41);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(1900, 1000);
  80. this.panel1.TabIndex = 4;
  81. //
  82. // Form3
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(1920, 1080);
  87. this.Controls.Add(this.panel1);
  88. this.Controls.Add(this.btnControl);
  89. this.Controls.Add(this.btnWindturbineInfo);
  90. this.Controls.Add(this.btnHome);
  91. this.Controls.Add(this.btnChangeToMartix);
  92. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  93. this.IsMdiContainer = true;
  94. this.Name = "Form3";
  95. this.Text = "Form3";
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private System.Windows.Forms.Button btnChangeToMartix;
  100. private System.Windows.Forms.Button btnHome;
  101. private System.Windows.Forms.Button btnWindturbineInfo;
  102. private System.Windows.Forms.Button btnControl;
  103. public System.Windows.Forms.Panel panel1;
  104. }
  105. }