ChangePaddleInfo.Designer.cs 28 KB

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