PressureInfo.Designer.cs 25 KB

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