RefreshForm.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace IntelligentControlForsx.Test
  2. {
  3. partial class RefreshForm
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.btnShow1 = new System.Windows.Forms.Button();
  30. this.btnShow2 = new System.Windows.Forms.Button();
  31. this.btnInit = new System.Windows.Forms.Button();
  32. this.btnControl = new System.Windows.Forms.Button();
  33. this.btnWindturbineInfo = new System.Windows.Forms.Button();
  34. this.btnHome = new System.Windows.Forms.Button();
  35. this.btnChangeToMartix = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.Location = new System.Drawing.Point(8, 41);
  41. this.panel1.Name = "panel1";
  42. this.panel1.Size = new System.Drawing.Size(1900, 1000);
  43. this.panel1.TabIndex = 0;
  44. //
  45. // btnShow1
  46. //
  47. this.btnShow1.Location = new System.Drawing.Point(849, 16);
  48. this.btnShow1.Name = "btnShow1";
  49. this.btnShow1.Size = new System.Drawing.Size(75, 23);
  50. this.btnShow1.TabIndex = 1;
  51. this.btnShow1.Text = "显示页面1";
  52. this.btnShow1.UseVisualStyleBackColor = true;
  53. this.btnShow1.Click += new System.EventHandler(this.btnShow1_Click);
  54. //
  55. // btnShow2
  56. //
  57. this.btnShow2.Location = new System.Drawing.Point(939, 16);
  58. this.btnShow2.Name = "btnShow2";
  59. this.btnShow2.Size = new System.Drawing.Size(75, 23);
  60. this.btnShow2.TabIndex = 1;
  61. this.btnShow2.Text = "显示页面2";
  62. this.btnShow2.UseVisualStyleBackColor = true;
  63. this.btnShow2.Click += new System.EventHandler(this.btnShow2_Click);
  64. //
  65. // btnInit
  66. //
  67. this.btnInit.Location = new System.Drawing.Point(761, 16);
  68. this.btnInit.Name = "btnInit";
  69. this.btnInit.Size = new System.Drawing.Size(75, 23);
  70. this.btnInit.TabIndex = 1;
  71. this.btnInit.Text = "初始化";
  72. this.btnInit.UseVisualStyleBackColor = true;
  73. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  74. //
  75. // btnControl
  76. //
  77. this.btnControl.Location = new System.Drawing.Point(304, 12);
  78. this.btnControl.Name = "btnControl";
  79. this.btnControl.Size = new System.Drawing.Size(75, 23);
  80. this.btnControl.TabIndex = 7;
  81. this.btnControl.Text = "风机控制";
  82. this.btnControl.UseVisualStyleBackColor = true;
  83. this.btnControl.Click += new System.EventHandler(this.btnControl_Click);
  84. //
  85. // btnWindturbineInfo
  86. //
  87. this.btnWindturbineInfo.Location = new System.Drawing.Point(212, 11);
  88. this.btnWindturbineInfo.Name = "btnWindturbineInfo";
  89. this.btnWindturbineInfo.Size = new System.Drawing.Size(75, 23);
  90. this.btnWindturbineInfo.TabIndex = 8;
  91. this.btnWindturbineInfo.Text = "风机参数";
  92. this.btnWindturbineInfo.UseVisualStyleBackColor = true;
  93. this.btnWindturbineInfo.Click += new System.EventHandler(this.btnWindturbineInfo_Click);
  94. //
  95. // btnHome
  96. //
  97. this.btnHome.Location = new System.Drawing.Point(37, 12);
  98. this.btnHome.Name = "btnHome";
  99. this.btnHome.Size = new System.Drawing.Size(75, 23);
  100. this.btnHome.TabIndex = 6;
  101. this.btnHome.Text = "首页";
  102. this.btnHome.UseVisualStyleBackColor = true;
  103. this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
  104. //
  105. // btnChangeToMartix
  106. //
  107. this.btnChangeToMartix.Location = new System.Drawing.Point(118, 12);
  108. this.btnChangeToMartix.Name = "btnChangeToMartix";
  109. this.btnChangeToMartix.Size = new System.Drawing.Size(75, 23);
  110. this.btnChangeToMartix.TabIndex = 5;
  111. this.btnChangeToMartix.Text = "风机矩阵";
  112. this.btnChangeToMartix.UseVisualStyleBackColor = true;
  113. //
  114. // RefreshForm
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(1920, 1080);
  119. this.Controls.Add(this.btnControl);
  120. this.Controls.Add(this.btnWindturbineInfo);
  121. this.Controls.Add(this.btnHome);
  122. this.Controls.Add(this.btnChangeToMartix);
  123. this.Controls.Add(this.btnInit);
  124. this.Controls.Add(this.btnShow2);
  125. this.Controls.Add(this.btnShow1);
  126. this.Controls.Add(this.panel1);
  127. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  128. this.IsMdiContainer = true;
  129. this.Name = "RefreshForm";
  130. this.Text = "RefreshForm";
  131. this.ResumeLayout(false);
  132. }
  133. #endregion
  134. private System.Windows.Forms.Panel panel1;
  135. private System.Windows.Forms.Button btnShow1;
  136. private System.Windows.Forms.Button btnShow2;
  137. private System.Windows.Forms.Button btnInit;
  138. private System.Windows.Forms.Button btnControl;
  139. private System.Windows.Forms.Button btnWindturbineInfo;
  140. private System.Windows.Forms.Button btnHome;
  141. private System.Windows.Forms.Button btnChangeToMartix;
  142. }
  143. }