ControlLine.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class ControlLine
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.txtYawPosition = new System.Windows.Forms.TextBox();
  30. this.txtWindAngle = new System.Windows.Forms.TextBox();
  31. this.txtLaminaAngle3 = new System.Windows.Forms.TextBox();
  32. this.txtLaminaAngle2 = new System.Windows.Forms.TextBox();
  33. this.txtLaminaAngle1 = new System.Windows.Forms.TextBox();
  34. this.txtLimitSpeed = new System.Windows.Forms.TextBox();
  35. this.txtLaminaSpeed = new System.Windows.Forms.TextBox();
  36. this.txtAlternatorSpeed = new System.Windows.Forms.TextBox();
  37. this.txtStatus = new System.Windows.Forms.TextBox();
  38. this.txtPower = new System.Windows.Forms.TextBox();
  39. this.txtWindSpeed = new System.Windows.Forms.TextBox();
  40. this.txtWindturbine = new System.Windows.Forms.TextBox();
  41. this.panel3 = new System.Windows.Forms.Panel();
  42. this.ckbWindturbine = new System.Windows.Forms.CheckBox();
  43. this.panel1.SuspendLayout();
  44. this.panel3.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.BackColor = System.Drawing.Color.Black;
  50. this.panel1.Controls.Add(this.txtYawPosition);
  51. this.panel1.Controls.Add(this.txtWindAngle);
  52. this.panel1.Controls.Add(this.txtLaminaAngle3);
  53. this.panel1.Controls.Add(this.txtLaminaAngle2);
  54. this.panel1.Controls.Add(this.txtLaminaAngle1);
  55. this.panel1.Controls.Add(this.txtLimitSpeed);
  56. this.panel1.Controls.Add(this.txtLaminaSpeed);
  57. this.panel1.Controls.Add(this.txtAlternatorSpeed);
  58. this.panel1.Controls.Add(this.txtStatus);
  59. this.panel1.Controls.Add(this.txtPower);
  60. this.panel1.Controls.Add(this.txtWindSpeed);
  61. this.panel1.Controls.Add(this.txtWindturbine);
  62. this.panel1.ForeColor = System.Drawing.Color.White;
  63. this.panel1.Location = new System.Drawing.Point(30, 0);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(1890, 27);
  66. this.panel1.TabIndex = 0;
  67. //
  68. // txtYawPosition
  69. //
  70. this.txtYawPosition.BackColor = System.Drawing.Color.Black;
  71. this.txtYawPosition.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  72. this.txtYawPosition.Cursor = System.Windows.Forms.Cursors.Arrow;
  73. this.txtYawPosition.Dock = System.Windows.Forms.DockStyle.Left;
  74. this.txtYawPosition.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  75. this.txtYawPosition.ForeColor = System.Drawing.Color.White;
  76. this.txtYawPosition.Location = new System.Drawing.Point(1727, 0);
  77. this.txtYawPosition.Name = "txtYawPosition";
  78. this.txtYawPosition.Size = new System.Drawing.Size(157, 27);
  79. this.txtYawPosition.TabIndex = 37;
  80. this.txtYawPosition.Text = "EWREW";
  81. this.txtYawPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  82. this.txtYawPosition.Click += new System.EventHandler(this.textBox_Click);
  83. //
  84. // txtWindAngle
  85. //
  86. this.txtWindAngle.BackColor = System.Drawing.Color.Black;
  87. this.txtWindAngle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  88. this.txtWindAngle.Cursor = System.Windows.Forms.Cursors.Arrow;
  89. this.txtWindAngle.Dock = System.Windows.Forms.DockStyle.Left;
  90. this.txtWindAngle.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  91. this.txtWindAngle.ForeColor = System.Drawing.Color.White;
  92. this.txtWindAngle.Location = new System.Drawing.Point(1570, 0);
  93. this.txtWindAngle.Name = "txtWindAngle";
  94. this.txtWindAngle.Size = new System.Drawing.Size(157, 27);
  95. this.txtWindAngle.TabIndex = 36;
  96. this.txtWindAngle.Text = "EWREW";
  97. this.txtWindAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  98. this.txtWindAngle.Click += new System.EventHandler(this.textBox_Click);
  99. //
  100. // txtLaminaAngle3
  101. //
  102. this.txtLaminaAngle3.BackColor = System.Drawing.Color.Black;
  103. this.txtLaminaAngle3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.txtLaminaAngle3.Cursor = System.Windows.Forms.Cursors.Arrow;
  105. this.txtLaminaAngle3.Dock = System.Windows.Forms.DockStyle.Left;
  106. this.txtLaminaAngle3.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  107. this.txtLaminaAngle3.ForeColor = System.Drawing.Color.White;
  108. this.txtLaminaAngle3.Location = new System.Drawing.Point(1413, 0);
  109. this.txtLaminaAngle3.Name = "txtLaminaAngle3";
  110. this.txtLaminaAngle3.Size = new System.Drawing.Size(157, 27);
  111. this.txtLaminaAngle3.TabIndex = 35;
  112. this.txtLaminaAngle3.Text = "EWREW";
  113. this.txtLaminaAngle3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  114. this.txtLaminaAngle3.Click += new System.EventHandler(this.textBox_Click);
  115. //
  116. // txtLaminaAngle2
  117. //
  118. this.txtLaminaAngle2.BackColor = System.Drawing.Color.Black;
  119. this.txtLaminaAngle2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  120. this.txtLaminaAngle2.Cursor = System.Windows.Forms.Cursors.Arrow;
  121. this.txtLaminaAngle2.Dock = System.Windows.Forms.DockStyle.Left;
  122. this.txtLaminaAngle2.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  123. this.txtLaminaAngle2.ForeColor = System.Drawing.Color.White;
  124. this.txtLaminaAngle2.Location = new System.Drawing.Point(1256, 0);
  125. this.txtLaminaAngle2.Name = "txtLaminaAngle2";
  126. this.txtLaminaAngle2.Size = new System.Drawing.Size(157, 27);
  127. this.txtLaminaAngle2.TabIndex = 34;
  128. this.txtLaminaAngle2.Text = "EWREW";
  129. this.txtLaminaAngle2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  130. this.txtLaminaAngle2.Click += new System.EventHandler(this.textBox_Click);
  131. //
  132. // txtLaminaAngle1
  133. //
  134. this.txtLaminaAngle1.BackColor = System.Drawing.Color.Black;
  135. this.txtLaminaAngle1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  136. this.txtLaminaAngle1.Cursor = System.Windows.Forms.Cursors.Arrow;
  137. this.txtLaminaAngle1.Dock = System.Windows.Forms.DockStyle.Left;
  138. this.txtLaminaAngle1.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  139. this.txtLaminaAngle1.ForeColor = System.Drawing.Color.White;
  140. this.txtLaminaAngle1.Location = new System.Drawing.Point(1099, 0);
  141. this.txtLaminaAngle1.Name = "txtLaminaAngle1";
  142. this.txtLaminaAngle1.Size = new System.Drawing.Size(157, 27);
  143. this.txtLaminaAngle1.TabIndex = 33;
  144. this.txtLaminaAngle1.Text = "EWREW";
  145. this.txtLaminaAngle1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  146. this.txtLaminaAngle1.Click += new System.EventHandler(this.textBox_Click);
  147. //
  148. // txtLimitSpeed
  149. //
  150. this.txtLimitSpeed.BackColor = System.Drawing.Color.Black;
  151. this.txtLimitSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.txtLimitSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
  153. this.txtLimitSpeed.Dock = System.Windows.Forms.DockStyle.Left;
  154. this.txtLimitSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  155. this.txtLimitSpeed.ForeColor = System.Drawing.Color.White;
  156. this.txtLimitSpeed.Location = new System.Drawing.Point(942, 0);
  157. this.txtLimitSpeed.Name = "txtLimitSpeed";
  158. this.txtLimitSpeed.Size = new System.Drawing.Size(157, 27);
  159. this.txtLimitSpeed.TabIndex = 32;
  160. this.txtLimitSpeed.Text = "限速值";
  161. this.txtLimitSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  162. this.txtLimitSpeed.Click += new System.EventHandler(this.textBox_Click);
  163. //
  164. // txtLaminaSpeed
  165. //
  166. this.txtLaminaSpeed.BackColor = System.Drawing.Color.Black;
  167. this.txtLaminaSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  168. this.txtLaminaSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
  169. this.txtLaminaSpeed.Dock = System.Windows.Forms.DockStyle.Left;
  170. this.txtLaminaSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  171. this.txtLaminaSpeed.ForeColor = System.Drawing.Color.White;
  172. this.txtLaminaSpeed.Location = new System.Drawing.Point(785, 0);
  173. this.txtLaminaSpeed.Name = "txtLaminaSpeed";
  174. this.txtLaminaSpeed.Size = new System.Drawing.Size(157, 27);
  175. this.txtLaminaSpeed.TabIndex = 31;
  176. this.txtLaminaSpeed.Text = "叶轮转速";
  177. this.txtLaminaSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  178. this.txtLaminaSpeed.Click += new System.EventHandler(this.textBox_Click);
  179. //
  180. // txtAlternatorSpeed
  181. //
  182. this.txtAlternatorSpeed.BackColor = System.Drawing.Color.Black;
  183. this.txtAlternatorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  184. this.txtAlternatorSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
  185. this.txtAlternatorSpeed.Dock = System.Windows.Forms.DockStyle.Left;
  186. this.txtAlternatorSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.txtAlternatorSpeed.ForeColor = System.Drawing.Color.White;
  188. this.txtAlternatorSpeed.Location = new System.Drawing.Point(628, 0);
  189. this.txtAlternatorSpeed.Name = "txtAlternatorSpeed";
  190. this.txtAlternatorSpeed.Size = new System.Drawing.Size(157, 27);
  191. this.txtAlternatorSpeed.TabIndex = 30;
  192. this.txtAlternatorSpeed.Text = "发电机转速";
  193. this.txtAlternatorSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  194. this.txtAlternatorSpeed.Click += new System.EventHandler(this.textBox_Click);
  195. //
  196. // txtStatus
  197. //
  198. this.txtStatus.BackColor = System.Drawing.Color.Black;
  199. this.txtStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  200. this.txtStatus.Cursor = System.Windows.Forms.Cursors.Arrow;
  201. this.txtStatus.Dock = System.Windows.Forms.DockStyle.Left;
  202. this.txtStatus.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  203. this.txtStatus.ForeColor = System.Drawing.Color.White;
  204. this.txtStatus.Location = new System.Drawing.Point(471, 0);
  205. this.txtStatus.Name = "txtStatus";
  206. this.txtStatus.Size = new System.Drawing.Size(157, 27);
  207. this.txtStatus.TabIndex = 29;
  208. this.txtStatus.Text = "状态";
  209. this.txtStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  210. this.txtStatus.Click += new System.EventHandler(this.textBox_Click);
  211. //
  212. // txtPower
  213. //
  214. this.txtPower.BackColor = System.Drawing.Color.Black;
  215. this.txtPower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  216. this.txtPower.Cursor = System.Windows.Forms.Cursors.Arrow;
  217. this.txtPower.Dock = System.Windows.Forms.DockStyle.Left;
  218. this.txtPower.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  219. this.txtPower.ForeColor = System.Drawing.Color.White;
  220. this.txtPower.Location = new System.Drawing.Point(314, 0);
  221. this.txtPower.Name = "txtPower";
  222. this.txtPower.Size = new System.Drawing.Size(157, 27);
  223. this.txtPower.TabIndex = 28;
  224. this.txtPower.Text = "功率";
  225. this.txtPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  226. this.txtPower.Click += new System.EventHandler(this.textBox_Click);
  227. //
  228. // txtWindSpeed
  229. //
  230. this.txtWindSpeed.BackColor = System.Drawing.Color.Black;
  231. this.txtWindSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  232. this.txtWindSpeed.Cursor = System.Windows.Forms.Cursors.Arrow;
  233. this.txtWindSpeed.Dock = System.Windows.Forms.DockStyle.Left;
  234. this.txtWindSpeed.Font = new System.Drawing.Font("微软雅黑", 11.25F);
  235. this.txtWindSpeed.ForeColor = System.Drawing.Color.White;
  236. this.txtWindSpeed.Location = new System.Drawing.Point(157, 0);
  237. this.txtWindSpeed.Name = "txtWindSpeed";
  238. this.txtWindSpeed.Size = new System.Drawing.Size(157, 27);
  239. this.txtWindSpeed.TabIndex = 27;
  240. this.txtWindSpeed.Text = "风速";
  241. this.txtWindSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  242. this.txtWindSpeed.Click += new System.EventHandler(this.textBox_Click);
  243. //
  244. // txtWindturbine
  245. //
  246. this.txtWindturbine.BackColor = System.Drawing.Color.Black;
  247. this.txtWindturbine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  248. this.txtWindturbine.Cursor = System.Windows.Forms.Cursors.Arrow;
  249. this.txtWindturbine.Dock = System.Windows.Forms.DockStyle.Left;
  250. this.txtWindturbine.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.txtWindturbine.ForeColor = System.Drawing.Color.White;
  252. this.txtWindturbine.Location = new System.Drawing.Point(0, 0);
  253. this.txtWindturbine.Name = "txtWindturbine";
  254. this.txtWindturbine.Size = new System.Drawing.Size(157, 27);
  255. this.txtWindturbine.TabIndex = 26;
  256. this.txtWindturbine.Text = "风机编号";
  257. this.txtWindturbine.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  258. this.txtWindturbine.Click += new System.EventHandler(this.textBox_Click);
  259. //
  260. // panel3
  261. //
  262. this.panel3.BackColor = System.Drawing.Color.Black;
  263. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  264. this.panel3.Controls.Add(this.ckbWindturbine);
  265. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  266. this.panel3.ForeColor = System.Drawing.Color.Transparent;
  267. this.panel3.Location = new System.Drawing.Point(0, 0);
  268. this.panel3.Name = "panel3";
  269. this.panel3.Size = new System.Drawing.Size(30, 27);
  270. this.panel3.TabIndex = 1;
  271. //
  272. // ckbWindturbine
  273. //
  274. this.ckbWindturbine.AutoSize = true;
  275. this.ckbWindturbine.Location = new System.Drawing.Point(7, 6);
  276. this.ckbWindturbine.Name = "ckbWindturbine";
  277. this.ckbWindturbine.Size = new System.Drawing.Size(15, 14);
  278. this.ckbWindturbine.TabIndex = 0;
  279. this.ckbWindturbine.UseVisualStyleBackColor = true;
  280. this.ckbWindturbine.CheckedChanged += new System.EventHandler(this.ckbWindturbine_CheckedChanged);
  281. //
  282. // ControlLine
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  287. this.Controls.Add(this.panel3);
  288. this.Controls.Add(this.panel1);
  289. this.ForeColor = System.Drawing.Color.White;
  290. this.Name = "ControlLine";
  291. this.Size = new System.Drawing.Size(1920, 27);
  292. this.Click += new System.EventHandler(this.ControlLine_Click);
  293. this.panel1.ResumeLayout(false);
  294. this.panel1.PerformLayout();
  295. this.panel3.ResumeLayout(false);
  296. this.panel3.PerformLayout();
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private System.Windows.Forms.Panel panel1;
  301. private System.Windows.Forms.Panel panel3;
  302. private System.Windows.Forms.CheckBox ckbWindturbine;
  303. private System.Windows.Forms.TextBox txtWindturbine;
  304. private System.Windows.Forms.TextBox txtWindAngle;
  305. private System.Windows.Forms.TextBox txtLaminaAngle3;
  306. private System.Windows.Forms.TextBox txtLaminaAngle2;
  307. private System.Windows.Forms.TextBox txtLaminaAngle1;
  308. private System.Windows.Forms.TextBox txtLimitSpeed;
  309. private System.Windows.Forms.TextBox txtLaminaSpeed;
  310. private System.Windows.Forms.TextBox txtAlternatorSpeed;
  311. private System.Windows.Forms.TextBox txtStatus;
  312. private System.Windows.Forms.TextBox txtPower;
  313. private System.Windows.Forms.TextBox txtWindSpeed;
  314. private System.Windows.Forms.TextBox txtYawPosition;
  315. }
  316. }