AlternatorInfo.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class AlternatorInfo
  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.components = new System.ComponentModel.Container();
  29. this.lblPart1 = new System.Windows.Forms.Label();
  30. this.panelLine3 = new IntelligentControlForsx.MyControls.PanelLine();
  31. this.panelLine2 = new IntelligentControlForsx.MyControls.PanelLine();
  32. this.panelLine1 = new IntelligentControlForsx.MyControls.PanelLine();
  33. this.panelLine10 = new IntelligentControlForsx.MyControls.PanelLine();
  34. this.panelLine11 = new IntelligentControlForsx.MyControls.PanelLine();
  35. this.panelLine12 = new IntelligentControlForsx.MyControls.PanelLine();
  36. this.lblPart2 = new System.Windows.Forms.Label();
  37. this.P1_PointValue1 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  38. this.P1_PointValue2 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  39. this.P1_PointValue3 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  40. this.P1_PointValue4 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  41. this.P1_PointValue5 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  42. this.P1_PointValue6 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  43. this.P1_PointValue7 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  44. this.P1_PointValue8 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  45. this.P1_PointValue9 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  46. this.P1_PointValue11 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  47. this.P1_PointValue12 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  48. this.P1_PointValue13 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  49. this.P2_PointValue1 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  50. this.P2_PointValue2 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  51. this.P2_PointValue3 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  52. this.P2_PointValue4 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  53. this.P2_PointValue5 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  54. this.P2_PointValue6 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  55. this.timer1 = new System.Windows.Forms.Timer(this.components);
  56. this.panelLine16 = new IntelligentControlForsx.MyControls.PanelLine();
  57. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // lblPart1
  62. //
  63. this.lblPart1.AutoSize = true;
  64. this.lblPart1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.lblPart1.ForeColor = System.Drawing.Color.White;
  66. this.lblPart1.Location = new System.Drawing.Point(55, 88);
  67. this.lblPart1.Name = "lblPart1";
  68. this.lblPart1.Size = new System.Drawing.Size(74, 22);
  69. this.lblPart1.TabIndex = 3;
  70. this.lblPart1.Text = "状态信息";
  71. //
  72. // panelLine3
  73. //
  74. this.panelLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  75. this.panelLine3.Location = new System.Drawing.Point(38, 116);
  76. this.panelLine3.Margin = new System.Windows.Forms.Padding(0);
  77. this.panelLine3.Name = "panelLine3";
  78. this.panelLine3.Padding = new System.Windows.Forms.Padding(1);
  79. this.panelLine3.Size = new System.Drawing.Size(302, 516);
  80. this.panelLine3.TabIndex = 2;
  81. //
  82. // panelLine2
  83. //
  84. this.panelLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  85. this.panelLine2.Location = new System.Drawing.Point(38, 82);
  86. this.panelLine2.Margin = new System.Windows.Forms.Padding(0);
  87. this.panelLine2.Name = "panelLine2";
  88. this.panelLine2.Padding = new System.Windows.Forms.Padding(1);
  89. this.panelLine2.Size = new System.Drawing.Size(215, 38);
  90. this.panelLine2.TabIndex = 1;
  91. //
  92. // panelLine1
  93. //
  94. this.panelLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  95. this.panelLine1.Location = new System.Drawing.Point(251, 99);
  96. this.panelLine1.Margin = new System.Windows.Forms.Padding(0);
  97. this.panelLine1.Name = "panelLine1";
  98. this.panelLine1.Padding = new System.Windows.Forms.Padding(1);
  99. this.panelLine1.Size = new System.Drawing.Size(59, 20);
  100. this.panelLine1.TabIndex = 0;
  101. //
  102. // panelLine10
  103. //
  104. this.panelLine10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  105. this.panelLine10.Location = new System.Drawing.Point(1384, 147);
  106. this.panelLine10.Margin = new System.Windows.Forms.Padding(0);
  107. this.panelLine10.Name = "panelLine10";
  108. this.panelLine10.Padding = new System.Windows.Forms.Padding(1);
  109. this.panelLine10.Size = new System.Drawing.Size(303, 290);
  110. this.panelLine10.TabIndex = 67;
  111. //
  112. // panelLine11
  113. //
  114. this.panelLine11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  115. this.panelLine11.Location = new System.Drawing.Point(1384, 98);
  116. this.panelLine11.Margin = new System.Windows.Forms.Padding(0);
  117. this.panelLine11.Name = "panelLine11";
  118. this.panelLine11.Padding = new System.Windows.Forms.Padding(1);
  119. this.panelLine11.Size = new System.Drawing.Size(176, 52);
  120. this.panelLine11.TabIndex = 66;
  121. //
  122. // panelLine12
  123. //
  124. this.panelLine12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  125. this.panelLine12.Location = new System.Drawing.Point(1543, 122);
  126. this.panelLine12.Margin = new System.Windows.Forms.Padding(0);
  127. this.panelLine12.Name = "panelLine12";
  128. this.panelLine12.Padding = new System.Windows.Forms.Padding(1);
  129. this.panelLine12.Size = new System.Drawing.Size(99, 33);
  130. this.panelLine12.TabIndex = 65;
  131. //
  132. // lblPart2
  133. //
  134. this.lblPart2.AutoSize = true;
  135. this.lblPart2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.lblPart2.ForeColor = System.Drawing.Color.White;
  137. this.lblPart2.Location = new System.Drawing.Point(1401, 114);
  138. this.lblPart2.Name = "lblPart2";
  139. this.lblPart2.Size = new System.Drawing.Size(74, 22);
  140. this.lblPart2.TabIndex = 102;
  141. this.lblPart2.Text = "数值信息";
  142. //
  143. // P1_PointValue1
  144. //
  145. this.P1_PointValue1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  146. this.P1_PointValue1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.P1_PointValue1.Location = new System.Drawing.Point(40, 136);
  148. this.P1_PointValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  149. this.P1_PointValue1.Name = "P1_PointValue1";
  150. this.P1_PointValue1.NameString = "加热器保护";
  151. this.P1_PointValue1.Size = new System.Drawing.Size(295, 38);
  152. this.P1_PointValue1.StatusString = "0";
  153. this.P1_PointValue1.TabIndex = 138;
  154. //
  155. // P1_PointValue2
  156. //
  157. this.P1_PointValue2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  158. this.P1_PointValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.P1_PointValue2.Location = new System.Drawing.Point(40, 175);
  160. this.P1_PointValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  161. this.P1_PointValue2.Name = "P1_PointValue2";
  162. this.P1_PointValue2.NameString = "启动发电机加热器";
  163. this.P1_PointValue2.Size = new System.Drawing.Size(295, 38);
  164. this.P1_PointValue2.StatusString = null;
  165. this.P1_PointValue2.TabIndex = 138;
  166. //
  167. // P1_PointValue3
  168. //
  169. this.P1_PointValue3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  170. this.P1_PointValue3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.P1_PointValue3.Location = new System.Drawing.Point(40, 214);
  172. this.P1_PointValue3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.P1_PointValue3.Name = "P1_PointValue3";
  174. this.P1_PointValue3.NameString = "电刷磨损";
  175. this.P1_PointValue3.Size = new System.Drawing.Size(295, 38);
  176. this.P1_PointValue3.StatusString = null;
  177. this.P1_PointValue3.TabIndex = 138;
  178. //
  179. // P1_PointValue4
  180. //
  181. this.P1_PointValue4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  182. this.P1_PointValue4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.P1_PointValue4.Location = new System.Drawing.Point(40, 253);
  184. this.P1_PointValue4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.P1_PointValue4.Name = "P1_PointValue4";
  186. this.P1_PointValue4.NameString = "启动加热器";
  187. this.P1_PointValue4.Size = new System.Drawing.Size(295, 38);
  188. this.P1_PointValue4.StatusString = null;
  189. this.P1_PointValue4.TabIndex = 138;
  190. //
  191. // P1_PointValue5
  192. //
  193. this.P1_PointValue5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  194. this.P1_PointValue5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.P1_PointValue5.Location = new System.Drawing.Point(40, 292);
  196. this.P1_PointValue5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  197. this.P1_PointValue5.Name = "P1_PointValue5";
  198. this.P1_PointValue5.NameString = "启动空冷风扇1";
  199. this.P1_PointValue5.Size = new System.Drawing.Size(295, 38);
  200. this.P1_PointValue5.StatusString = null;
  201. this.P1_PointValue5.TabIndex = 138;
  202. //
  203. // P1_PointValue6
  204. //
  205. this.P1_PointValue6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  206. this.P1_PointValue6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.P1_PointValue6.Location = new System.Drawing.Point(40, 331);
  208. this.P1_PointValue6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  209. this.P1_PointValue6.Name = "P1_PointValue6";
  210. this.P1_PointValue6.NameString = "启动空冷风扇2";
  211. this.P1_PointValue6.Size = new System.Drawing.Size(295, 38);
  212. this.P1_PointValue6.StatusString = null;
  213. this.P1_PointValue6.TabIndex = 138;
  214. //
  215. // P1_PointValue7
  216. //
  217. this.P1_PointValue7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  218. this.P1_PointValue7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.P1_PointValue7.Location = new System.Drawing.Point(40, 370);
  220. this.P1_PointValue7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  221. this.P1_PointValue7.Name = "P1_PointValue7";
  222. this.P1_PointValue7.NameString = "空冷风扇保护1";
  223. this.P1_PointValue7.Size = new System.Drawing.Size(295, 38);
  224. this.P1_PointValue7.StatusString = null;
  225. this.P1_PointValue7.TabIndex = 138;
  226. //
  227. // P1_PointValue8
  228. //
  229. this.P1_PointValue8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  230. this.P1_PointValue8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.P1_PointValue8.Location = new System.Drawing.Point(40, 409);
  232. this.P1_PointValue8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  233. this.P1_PointValue8.Name = "P1_PointValue8";
  234. this.P1_PointValue8.NameString = "空冷风扇保护2";
  235. this.P1_PointValue8.Size = new System.Drawing.Size(295, 38);
  236. this.P1_PointValue8.StatusString = null;
  237. this.P1_PointValue8.TabIndex = 138;
  238. //
  239. // P1_PointValue9
  240. //
  241. this.P1_PointValue9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  242. this.P1_PointValue9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.P1_PointValue9.Location = new System.Drawing.Point(40, 448);
  244. this.P1_PointValue9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  245. this.P1_PointValue9.Name = "P1_PointValue9";
  246. this.P1_PointValue9.NameString = "水冷压力OK";
  247. this.P1_PointValue9.Size = new System.Drawing.Size(295, 38);
  248. this.P1_PointValue9.StatusString = null;
  249. this.P1_PointValue9.TabIndex = 138;
  250. //
  251. // P1_PointValue11
  252. //
  253. this.P1_PointValue11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  254. this.P1_PointValue11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.P1_PointValue11.Location = new System.Drawing.Point(40, 487);
  256. this.P1_PointValue11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  257. this.P1_PointValue11.Name = "P1_PointValue11";
  258. this.P1_PointValue11.NameString = "润滑油泵液位OK";
  259. this.P1_PointValue11.Size = new System.Drawing.Size(295, 38);
  260. this.P1_PointValue11.StatusString = null;
  261. this.P1_PointValue11.TabIndex = 138;
  262. //
  263. // P1_PointValue12
  264. //
  265. this.P1_PointValue12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  266. this.P1_PointValue12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.P1_PointValue12.Location = new System.Drawing.Point(40, 526);
  268. this.P1_PointValue12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  269. this.P1_PointValue12.Name = "P1_PointValue12";
  270. this.P1_PointValue12.NameString = "启动冷却水泵";
  271. this.P1_PointValue12.Size = new System.Drawing.Size(295, 38);
  272. this.P1_PointValue12.StatusString = null;
  273. this.P1_PointValue12.TabIndex = 138;
  274. //
  275. // P1_PointValue13
  276. //
  277. this.P1_PointValue13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  278. this.P1_PointValue13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.P1_PointValue13.Location = new System.Drawing.Point(40, 565);
  280. this.P1_PointValue13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  281. this.P1_PointValue13.Name = "P1_PointValue13";
  282. this.P1_PointValue13.NameString = "启动润滑油泵";
  283. this.P1_PointValue13.Size = new System.Drawing.Size(295, 38);
  284. this.P1_PointValue13.StatusString = null;
  285. this.P1_PointValue13.TabIndex = 138;
  286. //
  287. // P2_PointValue1
  288. //
  289. this.P2_PointValue1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  290. this.P2_PointValue1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.P2_PointValue1.Location = new System.Drawing.Point(1390, 160);
  292. this.P2_PointValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  293. this.P2_PointValue1.Name = "P2_PointValue1";
  294. this.P2_PointValue1.NameString = "U1绕组温度";
  295. this.P2_PointValue1.Size = new System.Drawing.Size(295, 38);
  296. this.P2_PointValue1.TabIndex = 139;
  297. this.P2_PointValue1.UnitString = "℃";
  298. this.P2_PointValue1.ValueString = null;
  299. //
  300. // P2_PointValue2
  301. //
  302. this.P2_PointValue2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  303. this.P2_PointValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.P2_PointValue2.Location = new System.Drawing.Point(1390, 203);
  305. this.P2_PointValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  306. this.P2_PointValue2.Name = "P2_PointValue2";
  307. this.P2_PointValue2.NameString = "U2绕组温度";
  308. this.P2_PointValue2.Size = new System.Drawing.Size(295, 38);
  309. this.P2_PointValue2.TabIndex = 139;
  310. this.P2_PointValue2.UnitString = "℃";
  311. this.P2_PointValue2.ValueString = null;
  312. //
  313. // P2_PointValue3
  314. //
  315. this.P2_PointValue3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  316. this.P2_PointValue3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.P2_PointValue3.Location = new System.Drawing.Point(1390, 248);
  318. this.P2_PointValue3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  319. this.P2_PointValue3.Name = "P2_PointValue3";
  320. this.P2_PointValue3.NameString = "W1绕组温度";
  321. this.P2_PointValue3.Size = new System.Drawing.Size(295, 38);
  322. this.P2_PointValue3.TabIndex = 139;
  323. this.P2_PointValue3.UnitString = "℃";
  324. this.P2_PointValue3.ValueString = null;
  325. //
  326. // P2_PointValue4
  327. //
  328. this.P2_PointValue4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  329. this.P2_PointValue4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.P2_PointValue4.Location = new System.Drawing.Point(1390, 297);
  331. this.P2_PointValue4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  332. this.P2_PointValue4.Name = "P2_PointValue4";
  333. this.P2_PointValue4.NameString = "W1绕组温度";
  334. this.P2_PointValue4.Size = new System.Drawing.Size(295, 38);
  335. this.P2_PointValue4.TabIndex = 139;
  336. this.P2_PointValue4.UnitString = "℃";
  337. this.P2_PointValue4.ValueString = null;
  338. //
  339. // P2_PointValue5
  340. //
  341. this.P2_PointValue5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  342. this.P2_PointValue5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.P2_PointValue5.Location = new System.Drawing.Point(1390, 344);
  344. this.P2_PointValue5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  345. this.P2_PointValue5.Name = "P2_PointValue5";
  346. this.P2_PointValue5.NameString = "轴承A温度";
  347. this.P2_PointValue5.Size = new System.Drawing.Size(295, 38);
  348. this.P2_PointValue5.TabIndex = 139;
  349. this.P2_PointValue5.UnitString = "℃";
  350. this.P2_PointValue5.ValueString = null;
  351. //
  352. // P2_PointValue6
  353. //
  354. this.P2_PointValue6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  355. this.P2_PointValue6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.P2_PointValue6.Location = new System.Drawing.Point(1390, 390);
  357. this.P2_PointValue6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  358. this.P2_PointValue6.Name = "P2_PointValue6";
  359. this.P2_PointValue6.NameString = "轴承B温度";
  360. this.P2_PointValue6.Size = new System.Drawing.Size(295, 38);
  361. this.P2_PointValue6.TabIndex = 139;
  362. this.P2_PointValue6.UnitString = "℃";
  363. this.P2_PointValue6.ValueString = null;
  364. //
  365. // timer1
  366. //
  367. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  368. //
  369. // panelLine16
  370. //
  371. this.panelLine16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  372. this.panelLine16.Location = new System.Drawing.Point(365, 79);
  373. this.panelLine16.Margin = new System.Windows.Forms.Padding(0);
  374. this.panelLine16.Name = "panelLine16";
  375. this.panelLine16.Padding = new System.Windows.Forms.Padding(1);
  376. this.panelLine16.Size = new System.Drawing.Size(997, 562);
  377. this.panelLine16.TabIndex = 150;
  378. //
  379. // pictureBox1
  380. //
  381. this.pictureBox1.Image = global::IntelligentControlForsx.Properties.Resources.fdj;
  382. this.pictureBox1.Location = new System.Drawing.Point(366, 80);
  383. this.pictureBox1.Name = "pictureBox1";
  384. this.pictureBox1.Size = new System.Drawing.Size(995, 560);
  385. this.pictureBox1.TabIndex = 151;
  386. this.pictureBox1.TabStop = false;
  387. //
  388. // AlternatorInfo
  389. //
  390. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  391. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  392. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  393. this.Controls.Add(this.pictureBox1);
  394. this.Controls.Add(this.panelLine16);
  395. this.Controls.Add(this.P2_PointValue6);
  396. this.Controls.Add(this.P2_PointValue5);
  397. this.Controls.Add(this.P2_PointValue4);
  398. this.Controls.Add(this.P2_PointValue3);
  399. this.Controls.Add(this.P2_PointValue2);
  400. this.Controls.Add(this.P2_PointValue1);
  401. this.Controls.Add(this.P1_PointValue13);
  402. this.Controls.Add(this.P1_PointValue12);
  403. this.Controls.Add(this.P1_PointValue11);
  404. this.Controls.Add(this.P1_PointValue9);
  405. this.Controls.Add(this.P1_PointValue8);
  406. this.Controls.Add(this.P1_PointValue7);
  407. this.Controls.Add(this.P1_PointValue6);
  408. this.Controls.Add(this.P1_PointValue5);
  409. this.Controls.Add(this.P1_PointValue4);
  410. this.Controls.Add(this.P1_PointValue3);
  411. this.Controls.Add(this.P1_PointValue2);
  412. this.Controls.Add(this.P1_PointValue1);
  413. this.Controls.Add(this.lblPart2);
  414. this.Controls.Add(this.panelLine10);
  415. this.Controls.Add(this.panelLine11);
  416. this.Controls.Add(this.panelLine12);
  417. this.Controls.Add(this.lblPart1);
  418. this.Controls.Add(this.panelLine3);
  419. this.Controls.Add(this.panelLine2);
  420. this.Controls.Add(this.panelLine1);
  421. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  423. this.Name = "AlternatorInfo";
  424. this.Size = new System.Drawing.Size(1760, 882);
  425. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  426. this.ResumeLayout(false);
  427. this.PerformLayout();
  428. }
  429. #endregion
  430. private PanelLine panelLine1;
  431. private PanelLine panelLine2;
  432. private PanelLine panelLine3;
  433. private System.Windows.Forms.Label lblPart1;
  434. private PanelLine panelLine10;
  435. private PanelLine panelLine11;
  436. private PanelLine panelLine12;
  437. private System.Windows.Forms.Label lblPart2;
  438. private PointValueDI P1_PointValue1;
  439. private PointValueDI P1_PointValue2;
  440. private PointValueDI P1_PointValue3;
  441. private PointValueDI P1_PointValue4;
  442. private PointValueDI P1_PointValue5;
  443. private PointValueDI P1_PointValue6;
  444. private PointValueDI P1_PointValue7;
  445. private PointValueDI P1_PointValue8;
  446. private PointValueDI P1_PointValue9;
  447. private PointValueDI P1_PointValue11;
  448. private PointValueDI P1_PointValue12;
  449. private PointValueDI P1_PointValue13;
  450. private PointValueAI P2_PointValue1;
  451. private PointValueAI P2_PointValue2;
  452. private PointValueAI P2_PointValue3;
  453. private PointValueAI P2_PointValue4;
  454. private PointValueAI P2_PointValue5;
  455. private PointValueAI P2_PointValue6;
  456. private System.Windows.Forms.Timer timer1;
  457. private PanelLine panelLine16;
  458. private System.Windows.Forms.PictureBox pictureBox1;
  459. }
  460. }