WindturbineForm.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class WindturbineForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.pnlLeft_SBQ = new System.Windows.Forms.Panel();
  30. this.lblStationName = new System.Windows.Forms.Label();
  31. this.pnlMain = new System.Windows.Forms.Panel();
  32. this.pnlLeft_MHS = new System.Windows.Forms.Panel();
  33. this.pnlLeft_NSS = new System.Windows.Forms.Panel();
  34. this.pnlLeft_XS = new System.Windows.Forms.Panel();
  35. this.plCenter = new System.Windows.Forms.Panel();
  36. this.plInfo = new System.Windows.Forms.Panel();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.lblYaw = new System.Windows.Forms.Label();
  39. this.lblOutIn = new System.Windows.Forms.Label();
  40. this.lblFault = new System.Windows.Forms.Label();
  41. this.lblRoom = new System.Windows.Forms.Label();
  42. this.lblPressure = new System.Windows.Forms.Label();
  43. this.lblPropeller = new System.Windows.Forms.Label();
  44. this.lblGearBox = new System.Windows.Forms.Label();
  45. this.lblAlternator = new System.Windows.Forms.Label();
  46. this.lblBasic = new System.Windows.Forms.Label();
  47. this.plTop = new System.Windows.Forms.Panel();
  48. this.panel2 = new System.Windows.Forms.Panel();
  49. this.lblTimeNow = new System.Windows.Forms.Label();
  50. this.lblWindturbineModel = new System.Windows.Forms.Label();
  51. this.lblWindturbineId = new System.Windows.Forms.Label();
  52. this.lblStatus = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.pnlLeft_QS = new System.Windows.Forms.Panel();
  59. this.panel4 = new System.Windows.Forms.Panel();
  60. this.timer1 = new System.Windows.Forms.Timer(this.components);
  61. this.pnlMain.SuspendLayout();
  62. this.plCenter.SuspendLayout();
  63. this.panel1.SuspendLayout();
  64. this.plTop.SuspendLayout();
  65. this.panel2.SuspendLayout();
  66. this.pnlLeft_QS.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // pnlLeft_SBQ
  70. //
  71. this.pnlLeft_SBQ.AutoScroll = true;
  72. this.pnlLeft_SBQ.BackColor = System.Drawing.Color.Black;
  73. this.pnlLeft_SBQ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.pnlLeft_SBQ.Location = new System.Drawing.Point(0, 75);
  75. this.pnlLeft_SBQ.Name = "pnlLeft_SBQ";
  76. this.pnlLeft_SBQ.Size = new System.Drawing.Size(156, 886);
  77. this.pnlLeft_SBQ.TabIndex = 0;
  78. //
  79. // lblStationName
  80. //
  81. this.lblStationName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(68)))), ((int)(((byte)(108)))));
  82. this.lblStationName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.lblStationName.ForeColor = System.Drawing.Color.White;
  84. this.lblStationName.Location = new System.Drawing.Point(2, 41);
  85. this.lblStationName.Name = "lblStationName";
  86. this.lblStationName.Padding = new System.Windows.Forms.Padding(5);
  87. this.lblStationName.Size = new System.Drawing.Size(154, 35);
  88. this.lblStationName.TabIndex = 1;
  89. this.lblStationName.Text = "石板泉风电场";
  90. this.lblStationName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  91. //
  92. // pnlMain
  93. //
  94. this.pnlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  95. this.pnlMain.Controls.Add(this.pnlLeft_MHS);
  96. this.pnlMain.Controls.Add(this.pnlLeft_NSS);
  97. this.pnlMain.Controls.Add(this.pnlLeft_XS);
  98. this.pnlMain.Controls.Add(this.lblStationName);
  99. this.pnlMain.Controls.Add(this.plCenter);
  100. this.pnlMain.Controls.Add(this.plTop);
  101. this.pnlMain.Controls.Add(this.pnlLeft_QS);
  102. this.pnlMain.Controls.Add(this.pnlLeft_SBQ);
  103. this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.pnlMain.Location = new System.Drawing.Point(0, 0);
  105. this.pnlMain.Name = "pnlMain";
  106. this.pnlMain.Size = new System.Drawing.Size(1920, 961);
  107. this.pnlMain.TabIndex = 1;
  108. //
  109. // pnlLeft_MHS
  110. //
  111. this.pnlLeft_MHS.AutoScroll = true;
  112. this.pnlLeft_MHS.BackColor = System.Drawing.Color.Black;
  113. this.pnlLeft_MHS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.pnlLeft_MHS.Location = new System.Drawing.Point(0, 75);
  115. this.pnlLeft_MHS.Name = "pnlLeft_MHS";
  116. this.pnlLeft_MHS.Size = new System.Drawing.Size(156, 886);
  117. this.pnlLeft_MHS.TabIndex = 0;
  118. //
  119. // pnlLeft_NSS
  120. //
  121. this.pnlLeft_NSS.AutoScroll = true;
  122. this.pnlLeft_NSS.BackColor = System.Drawing.Color.Black;
  123. this.pnlLeft_NSS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.pnlLeft_NSS.Location = new System.Drawing.Point(0, 75);
  125. this.pnlLeft_NSS.Name = "pnlLeft_NSS";
  126. this.pnlLeft_NSS.Size = new System.Drawing.Size(156, 886);
  127. this.pnlLeft_NSS.TabIndex = 0;
  128. //
  129. // pnlLeft_XS
  130. //
  131. this.pnlLeft_XS.AutoScroll = true;
  132. this.pnlLeft_XS.BackColor = System.Drawing.Color.Black;
  133. this.pnlLeft_XS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.pnlLeft_XS.Location = new System.Drawing.Point(0, 75);
  135. this.pnlLeft_XS.Name = "pnlLeft_XS";
  136. this.pnlLeft_XS.Size = new System.Drawing.Size(156, 886);
  137. this.pnlLeft_XS.TabIndex = 0;
  138. //
  139. // plCenter
  140. //
  141. this.plCenter.Controls.Add(this.plInfo);
  142. this.plCenter.Controls.Add(this.panel1);
  143. this.plCenter.Location = new System.Drawing.Point(156, 38);
  144. this.plCenter.Name = "plCenter";
  145. this.plCenter.Size = new System.Drawing.Size(1764, 923);
  146. this.plCenter.TabIndex = 2;
  147. //
  148. // plInfo
  149. //
  150. this.plInfo.Location = new System.Drawing.Point(0, 37);
  151. this.plInfo.Name = "plInfo";
  152. this.plInfo.Size = new System.Drawing.Size(1764, 886);
  153. this.plInfo.TabIndex = 1;
  154. //
  155. // panel1
  156. //
  157. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  158. this.panel1.Controls.Add(this.lblYaw);
  159. this.panel1.Controls.Add(this.lblOutIn);
  160. this.panel1.Controls.Add(this.lblFault);
  161. this.panel1.Controls.Add(this.lblRoom);
  162. this.panel1.Controls.Add(this.lblPressure);
  163. this.panel1.Controls.Add(this.lblPropeller);
  164. this.panel1.Controls.Add(this.lblGearBox);
  165. this.panel1.Controls.Add(this.lblAlternator);
  166. this.panel1.Controls.Add(this.lblBasic);
  167. this.panel1.Location = new System.Drawing.Point(0, 0);
  168. this.panel1.Name = "panel1";
  169. this.panel1.Size = new System.Drawing.Size(1226, 37);
  170. this.panel1.TabIndex = 0;
  171. //
  172. // lblYaw
  173. //
  174. this.lblYaw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  175. this.lblYaw.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.lblYaw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  177. this.lblYaw.Location = new System.Drawing.Point(545, 1);
  178. this.lblYaw.Name = "lblYaw";
  179. this.lblYaw.Size = new System.Drawing.Size(135, 35);
  180. this.lblYaw.TabIndex = 8;
  181. this.lblYaw.Text = "偏航";
  182. this.lblYaw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  183. this.lblYaw.Click += new System.EventHandler(this.lblTitle_Click);
  184. this.lblYaw.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  185. this.lblYaw.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  186. //
  187. // lblOutIn
  188. //
  189. this.lblOutIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  190. this.lblOutIn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.lblOutIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  192. this.lblOutIn.Location = new System.Drawing.Point(1089, 1);
  193. this.lblOutIn.Name = "lblOutIn";
  194. this.lblOutIn.Size = new System.Drawing.Size(135, 35);
  195. this.lblOutIn.TabIndex = 7;
  196. this.lblOutIn.Text = "输入输出";
  197. this.lblOutIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  198. this.lblOutIn.Click += new System.EventHandler(this.lblTitle_Click);
  199. this.lblOutIn.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  200. this.lblOutIn.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  201. //
  202. // lblFault
  203. //
  204. this.lblFault.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  205. this.lblFault.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.lblFault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  207. this.lblFault.Location = new System.Drawing.Point(953, 1);
  208. this.lblFault.Name = "lblFault";
  209. this.lblFault.Size = new System.Drawing.Size(135, 35);
  210. this.lblFault.TabIndex = 6;
  211. this.lblFault.Text = "故障信息";
  212. this.lblFault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  213. this.lblFault.Click += new System.EventHandler(this.lblTitle_Click);
  214. this.lblFault.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  215. this.lblFault.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  216. //
  217. // lblRoom
  218. //
  219. this.lblRoom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  220. this.lblRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblRoom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  222. this.lblRoom.Location = new System.Drawing.Point(817, 1);
  223. this.lblRoom.Name = "lblRoom";
  224. this.lblRoom.Size = new System.Drawing.Size(135, 35);
  225. this.lblRoom.TabIndex = 5;
  226. this.lblRoom.Text = "机舱信息";
  227. this.lblRoom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  228. this.lblRoom.Click += new System.EventHandler(this.lblTitle_Click);
  229. this.lblRoom.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  230. this.lblRoom.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  231. //
  232. // lblPressure
  233. //
  234. this.lblPressure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  235. this.lblPressure.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.lblPressure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  237. this.lblPressure.Location = new System.Drawing.Point(681, 1);
  238. this.lblPressure.Name = "lblPressure";
  239. this.lblPressure.Size = new System.Drawing.Size(135, 35);
  240. this.lblPressure.TabIndex = 4;
  241. this.lblPressure.Text = "液压";
  242. this.lblPressure.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  243. this.lblPressure.Click += new System.EventHandler(this.lblTitle_Click);
  244. this.lblPressure.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  245. this.lblPressure.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  246. //
  247. // lblPropeller
  248. //
  249. this.lblPropeller.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  250. this.lblPropeller.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.lblPropeller.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  252. this.lblPropeller.Location = new System.Drawing.Point(409, 1);
  253. this.lblPropeller.Name = "lblPropeller";
  254. this.lblPropeller.Size = new System.Drawing.Size(135, 35);
  255. this.lblPropeller.TabIndex = 3;
  256. this.lblPropeller.Text = "变桨";
  257. this.lblPropeller.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  258. this.lblPropeller.Click += new System.EventHandler(this.lblTitle_Click);
  259. this.lblPropeller.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  260. this.lblPropeller.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  261. //
  262. // lblGearBox
  263. //
  264. this.lblGearBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  265. this.lblGearBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.lblGearBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  267. this.lblGearBox.Location = new System.Drawing.Point(273, 1);
  268. this.lblGearBox.Name = "lblGearBox";
  269. this.lblGearBox.Size = new System.Drawing.Size(135, 35);
  270. this.lblGearBox.TabIndex = 2;
  271. this.lblGearBox.Text = "齿轮箱";
  272. this.lblGearBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  273. this.lblGearBox.Click += new System.EventHandler(this.lblTitle_Click);
  274. this.lblGearBox.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  275. this.lblGearBox.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  276. //
  277. // lblAlternator
  278. //
  279. this.lblAlternator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  280. this.lblAlternator.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.lblAlternator.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  282. this.lblAlternator.Location = new System.Drawing.Point(137, 1);
  283. this.lblAlternator.Name = "lblAlternator";
  284. this.lblAlternator.Size = new System.Drawing.Size(135, 35);
  285. this.lblAlternator.TabIndex = 1;
  286. this.lblAlternator.Text = "发电机";
  287. this.lblAlternator.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  288. this.lblAlternator.Click += new System.EventHandler(this.lblTitle_Click);
  289. this.lblAlternator.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  290. this.lblAlternator.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  291. //
  292. // lblBasic
  293. //
  294. this.lblBasic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(45)))), ((int)(((byte)(74)))));
  295. this.lblBasic.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.lblBasic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  297. this.lblBasic.Location = new System.Drawing.Point(1, 1);
  298. this.lblBasic.Name = "lblBasic";
  299. this.lblBasic.Size = new System.Drawing.Size(135, 35);
  300. this.lblBasic.TabIndex = 0;
  301. this.lblBasic.Text = "基本信息";
  302. this.lblBasic.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  303. this.lblBasic.Click += new System.EventHandler(this.lblTitle_Click);
  304. this.lblBasic.MouseEnter += new System.EventHandler(this.lbl_MouseEnter);
  305. this.lblBasic.MouseLeave += new System.EventHandler(this.lbl_MouseLeave);
  306. //
  307. // plTop
  308. //
  309. this.plTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  310. this.plTop.Controls.Add(this.panel2);
  311. this.plTop.Controls.Add(this.label1);
  312. this.plTop.Location = new System.Drawing.Point(0, 0);
  313. this.plTop.Name = "plTop";
  314. this.plTop.Size = new System.Drawing.Size(1920, 38);
  315. this.plTop.TabIndex = 1;
  316. //
  317. // panel2
  318. //
  319. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  320. this.panel2.Controls.Add(this.lblTimeNow);
  321. this.panel2.Controls.Add(this.lblWindturbineModel);
  322. this.panel2.Controls.Add(this.lblWindturbineId);
  323. this.panel2.Controls.Add(this.lblStatus);
  324. this.panel2.Controls.Add(this.label5);
  325. this.panel2.Controls.Add(this.label4);
  326. this.panel2.Controls.Add(this.label3);
  327. this.panel2.Controls.Add(this.label2);
  328. this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  329. this.panel2.Location = new System.Drawing.Point(155, 0);
  330. this.panel2.Name = "panel2";
  331. this.panel2.Size = new System.Drawing.Size(1766, 32);
  332. this.panel2.TabIndex = 1;
  333. //
  334. // lblTimeNow
  335. //
  336. this.lblTimeNow.AutoSize = true;
  337. this.lblTimeNow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lblTimeNow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  339. this.lblTimeNow.Location = new System.Drawing.Point(706, 7);
  340. this.lblTimeNow.Name = "lblTimeNow";
  341. this.lblTimeNow.Size = new System.Drawing.Size(143, 20);
  342. this.lblTimeNow.TabIndex = 1;
  343. this.lblTimeNow.Text = "2018-11-05 10:08:02";
  344. //
  345. // lblWindturbineModel
  346. //
  347. this.lblWindturbineModel.AutoSize = true;
  348. this.lblWindturbineModel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.lblWindturbineModel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  350. this.lblWindturbineModel.Location = new System.Drawing.Point(279, 7);
  351. this.lblWindturbineModel.Name = "lblWindturbineModel";
  352. this.lblWindturbineModel.Size = new System.Drawing.Size(47, 19);
  353. this.lblWindturbineModel.TabIndex = 0;
  354. this.lblWindturbineModel.Text = "UP82";
  355. //
  356. // lblWindturbineId
  357. //
  358. this.lblWindturbineId.AutoSize = true;
  359. this.lblWindturbineId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.lblWindturbineId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  361. this.lblWindturbineId.Location = new System.Drawing.Point(96, 7);
  362. this.lblWindturbineId.Name = "lblWindturbineId";
  363. this.lblWindturbineId.Size = new System.Drawing.Size(70, 19);
  364. this.lblWindturbineId.TabIndex = 0;
  365. this.lblWindturbineId.Text = "SG01_01";
  366. //
  367. // lblStatus
  368. //
  369. this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58)))));
  370. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.lblStatus.ForeColor = System.Drawing.Color.White;
  372. this.lblStatus.Location = new System.Drawing.Point(495, 4);
  373. this.lblStatus.Name = "lblStatus";
  374. this.lblStatus.Size = new System.Drawing.Size(50, 25);
  375. this.lblStatus.TabIndex = 0;
  376. this.lblStatus.Text = "待 机";
  377. this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  378. //
  379. // label5
  380. //
  381. this.label5.AutoSize = true;
  382. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  384. this.label5.Location = new System.Drawing.Point(621, 7);
  385. this.label5.Name = "label5";
  386. this.label5.Size = new System.Drawing.Size(79, 19);
  387. this.label5.TabIndex = 0;
  388. this.label5.Text = "系统时间:";
  389. //
  390. // label4
  391. //
  392. this.label4.AutoSize = true;
  393. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  395. this.label4.Location = new System.Drawing.Point(410, 7);
  396. this.label4.Name = "label4";
  397. this.label4.Size = new System.Drawing.Size(79, 19);
  398. this.label4.TabIndex = 0;
  399. this.label4.Text = "风机状态:";
  400. //
  401. // label3
  402. //
  403. this.label3.AutoSize = true;
  404. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  406. this.label3.Location = new System.Drawing.Point(194, 7);
  407. this.label3.Name = "label3";
  408. this.label3.Size = new System.Drawing.Size(79, 19);
  409. this.label3.TabIndex = 0;
  410. this.label3.Text = "风机型号:";
  411. //
  412. // label2
  413. //
  414. this.label2.AutoSize = true;
  415. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  417. this.label2.Location = new System.Drawing.Point(11, 7);
  418. this.label2.Name = "label2";
  419. this.label2.Size = new System.Drawing.Size(79, 19);
  420. this.label2.TabIndex = 0;
  421. this.label2.Text = "风机编号:";
  422. //
  423. // label1
  424. //
  425. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  426. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  428. this.label1.Location = new System.Drawing.Point(0, 0);
  429. this.label1.Name = "label1";
  430. this.label1.Padding = new System.Windows.Forms.Padding(8);
  431. this.label1.Size = new System.Drawing.Size(154, 38);
  432. this.label1.TabIndex = 0;
  433. this.label1.Text = "选 择 风 机";
  434. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  435. //
  436. // pnlLeft_QS
  437. //
  438. this.pnlLeft_QS.AutoScroll = true;
  439. this.pnlLeft_QS.BackColor = System.Drawing.Color.Black;
  440. this.pnlLeft_QS.Controls.Add(this.panel4);
  441. this.pnlLeft_QS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.pnlLeft_QS.Location = new System.Drawing.Point(0, 75);
  443. this.pnlLeft_QS.Name = "pnlLeft_QS";
  444. this.pnlLeft_QS.Size = new System.Drawing.Size(156, 886);
  445. this.pnlLeft_QS.TabIndex = 0;
  446. //
  447. // panel4
  448. //
  449. this.panel4.AutoScroll = true;
  450. this.panel4.BackColor = System.Drawing.Color.Black;
  451. this.panel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.panel4.Location = new System.Drawing.Point(136, 82);
  453. this.panel4.Name = "panel4";
  454. this.panel4.Size = new System.Drawing.Size(156, 886);
  455. this.panel4.TabIndex = 0;
  456. //
  457. // timer1
  458. //
  459. this.timer1.Enabled = true;
  460. this.timer1.Interval = 1000;
  461. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  462. //
  463. // WindturbineForm
  464. //
  465. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  466. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  467. this.ClientSize = new System.Drawing.Size(1920, 961);
  468. this.Controls.Add(this.pnlMain);
  469. this.Name = "WindturbineForm";
  470. this.Text = "WindturbineForm";
  471. this.pnlMain.ResumeLayout(false);
  472. this.plCenter.ResumeLayout(false);
  473. this.panel1.ResumeLayout(false);
  474. this.plTop.ResumeLayout(false);
  475. this.panel2.ResumeLayout(false);
  476. this.panel2.PerformLayout();
  477. this.pnlLeft_QS.ResumeLayout(false);
  478. this.ResumeLayout(false);
  479. }
  480. #endregion
  481. private System.Windows.Forms.Panel pnlLeft_SBQ;
  482. private System.Windows.Forms.Panel pnlMain;
  483. private System.Windows.Forms.Panel plTop;
  484. private System.Windows.Forms.Panel plCenter;
  485. private System.Windows.Forms.Panel panel1;
  486. private System.Windows.Forms.Label lblOutIn;
  487. private System.Windows.Forms.Label lblFault;
  488. private System.Windows.Forms.Label lblRoom;
  489. private System.Windows.Forms.Label lblPressure;
  490. private System.Windows.Forms.Label lblPropeller;
  491. private System.Windows.Forms.Label lblGearBox;
  492. private System.Windows.Forms.Label lblAlternator;
  493. private System.Windows.Forms.Label lblBasic;
  494. private System.Windows.Forms.Panel plInfo;
  495. private System.Windows.Forms.Label lblStationName;
  496. private System.Windows.Forms.Timer timer1;
  497. private System.Windows.Forms.Label lblYaw;
  498. private System.Windows.Forms.Panel panel2;
  499. private System.Windows.Forms.Label lblWindturbineModel;
  500. private System.Windows.Forms.Label lblWindturbineId;
  501. private System.Windows.Forms.Label lblStatus;
  502. private System.Windows.Forms.Label label4;
  503. private System.Windows.Forms.Label label3;
  504. private System.Windows.Forms.Label label2;
  505. private System.Windows.Forms.Label label1;
  506. private System.Windows.Forms.Label lblTimeNow;
  507. private System.Windows.Forms.Label label5;
  508. private System.Windows.Forms.Panel pnlLeft_MHS;
  509. private System.Windows.Forms.Panel pnlLeft_NSS;
  510. private System.Windows.Forms.Panel pnlLeft_XS;
  511. private System.Windows.Forms.Panel pnlLeft_QS;
  512. private System.Windows.Forms.Panel panel4;
  513. }
  514. }