MatrixPopup.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class MatrixPopup
  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.pnlTop = new System.Windows.Forms.Panel();
  30. this.stationRadio1 = new IntelligentControlForsx.MyControls.StationRadio();
  31. this.btnClose = new System.Windows.Forms.Button();
  32. this.pnlMiddle = new System.Windows.Forms.Panel();
  33. this.matrixPopupLine1 = new IntelligentControlForsx.MyControls.MatrixPopupLine();
  34. this.pnlAgc = new System.Windows.Forms.Panel();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.label18 = new System.Windows.Forms.Label();
  37. this.label19 = new System.Windows.Forms.Label();
  38. this.label17 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.lblForecast15 = new System.Windows.Forms.Label();
  41. this.lblForecast4h = new System.Windows.Forms.Label();
  42. this.label15 = new System.Windows.Forms.Label();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.lblForecast30 = new System.Windows.Forms.Label();
  45. this.lblForecast1h = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.lblAGCSetting = new System.Windows.Forms.Label();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.lblFactPower = new System.Windows.Forms.Label();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.label7 = new System.Windows.Forms.Label();
  56. this.lblTheoryPower = new System.Windows.Forms.Label();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.lblAdjustPower = new System.Windows.Forms.Label();
  59. this.label9 = new System.Windows.Forms.Label();
  60. this.pnlBottom = new System.Windows.Forms.Panel();
  61. this.btnCancel = new System.Windows.Forms.Button();
  62. this.btnConfirm = new System.Windows.Forms.Button();
  63. this.pnlBoard = new System.Windows.Forms.Panel();
  64. this.panel4 = new System.Windows.Forms.Panel();
  65. this.tlpMaintain = new System.Windows.Forms.TableLayoutPanel();
  66. this.panel7 = new System.Windows.Forms.Panel();
  67. this.label14 = new System.Windows.Forms.Label();
  68. this.panel3 = new System.Windows.Forms.Panel();
  69. this.tlpReset = new System.Windows.Forms.TableLayoutPanel();
  70. this.panel6 = new System.Windows.Forms.Panel();
  71. this.label20 = new System.Windows.Forms.Label();
  72. this.panel2 = new System.Windows.Forms.Panel();
  73. this.tlpCancelMaintain = new System.Windows.Forms.TableLayoutPanel();
  74. this.panel8 = new System.Windows.Forms.Panel();
  75. this.label16 = new System.Windows.Forms.Label();
  76. this.label11 = new System.Windows.Forms.Label();
  77. this.panel1 = new System.Windows.Forms.Panel();
  78. this.tlpStartUp = new System.Windows.Forms.TableLayoutPanel();
  79. this.panel5 = new System.Windows.Forms.Panel();
  80. this.label6 = new System.Windows.Forms.Label();
  81. this.timer1 = new System.Windows.Forms.Timer(this.components);
  82. this.timer2 = new System.Windows.Forms.Timer(this.components);
  83. this.pnlTop.SuspendLayout();
  84. this.pnlMiddle.SuspendLayout();
  85. this.pnlAgc.SuspendLayout();
  86. this.groupBox2.SuspendLayout();
  87. this.groupBox1.SuspendLayout();
  88. this.pnlBottom.SuspendLayout();
  89. this.pnlBoard.SuspendLayout();
  90. this.panel4.SuspendLayout();
  91. this.panel7.SuspendLayout();
  92. this.panel3.SuspendLayout();
  93. this.panel6.SuspendLayout();
  94. this.panel2.SuspendLayout();
  95. this.panel8.SuspendLayout();
  96. this.panel1.SuspendLayout();
  97. this.panel5.SuspendLayout();
  98. this.SuspendLayout();
  99. //
  100. // pnlTop
  101. //
  102. this.pnlTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  103. this.pnlTop.Controls.Add(this.stationRadio1);
  104. this.pnlTop.Controls.Add(this.btnClose);
  105. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  107. this.pnlTop.Name = "pnlTop";
  108. this.pnlTop.Size = new System.Drawing.Size(1920, 74);
  109. this.pnlTop.TabIndex = 1;
  110. //
  111. // stationRadio1
  112. //
  113. this.stationRadio1.Location = new System.Drawing.Point(0, 0);
  114. this.stationRadio1.Name = "stationRadio1";
  115. this.stationRadio1.Size = new System.Drawing.Size(1600, 38);
  116. this.stationRadio1.StationId = "";
  117. this.stationRadio1.TabIndex = 2;
  118. this.stationRadio1.StationIdChanged += new System.EventHandler(this.stationRadio1_StationIdChanged);
  119. //
  120. // btnClose
  121. //
  122. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  123. this.btnClose.FlatAppearance.BorderSize = 0;
  124. this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  125. this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  126. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  127. this.btnClose.ForeColor = System.Drawing.Color.Transparent;
  128. this.btnClose.Image = global::IntelligentControlForsx.Properties.Resources.close;
  129. this.btnClose.Location = new System.Drawing.Point(1894, 4);
  130. this.btnClose.Name = "btnClose";
  131. this.btnClose.Size = new System.Drawing.Size(15, 15);
  132. this.btnClose.TabIndex = 0;
  133. this.btnClose.UseVisualStyleBackColor = false;
  134. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  135. this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
  136. this.btnClose.MouseHover += new System.EventHandler(this.btnClose_MouseHover);
  137. //
  138. // pnlMiddle
  139. //
  140. this.pnlMiddle.BackColor = System.Drawing.Color.Black;
  141. this.pnlMiddle.Controls.Add(this.matrixPopupLine1);
  142. this.pnlMiddle.Controls.Add(this.pnlAgc);
  143. this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.pnlMiddle.Location = new System.Drawing.Point(0, 74);
  145. this.pnlMiddle.Name = "pnlMiddle";
  146. this.pnlMiddle.Size = new System.Drawing.Size(1920, 310);
  147. this.pnlMiddle.TabIndex = 2;
  148. //
  149. // matrixPopupLine1
  150. //
  151. this.matrixPopupLine1.BackColor = System.Drawing.Color.Transparent;
  152. this.matrixPopupLine1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  153. this.matrixPopupLine1.Location = new System.Drawing.Point(0, 0);
  154. this.matrixPopupLine1.Name = "matrixPopupLine1";
  155. this.matrixPopupLine1.Size = new System.Drawing.Size(1530, 310);
  156. this.matrixPopupLine1.StationId = null;
  157. this.matrixPopupLine1.TabIndex = 2;
  158. //
  159. // pnlAgc
  160. //
  161. this.pnlAgc.BackColor = System.Drawing.Color.Black;
  162. this.pnlAgc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  163. this.pnlAgc.Controls.Add(this.groupBox2);
  164. this.pnlAgc.Controls.Add(this.groupBox1);
  165. this.pnlAgc.Dock = System.Windows.Forms.DockStyle.Right;
  166. this.pnlAgc.Location = new System.Drawing.Point(1530, 0);
  167. this.pnlAgc.Name = "pnlAgc";
  168. this.pnlAgc.Size = new System.Drawing.Size(390, 310);
  169. this.pnlAgc.TabIndex = 1;
  170. //
  171. // groupBox2
  172. //
  173. this.groupBox2.Controls.Add(this.label18);
  174. this.groupBox2.Controls.Add(this.label19);
  175. this.groupBox2.Controls.Add(this.label17);
  176. this.groupBox2.Controls.Add(this.label4);
  177. this.groupBox2.Controls.Add(this.lblForecast15);
  178. this.groupBox2.Controls.Add(this.lblForecast4h);
  179. this.groupBox2.Controls.Add(this.label15);
  180. this.groupBox2.Controls.Add(this.label10);
  181. this.groupBox2.Controls.Add(this.lblForecast30);
  182. this.groupBox2.Controls.Add(this.lblForecast1h);
  183. this.groupBox2.Controls.Add(this.label13);
  184. this.groupBox2.Controls.Add(this.label12);
  185. this.groupBox2.Location = new System.Drawing.Point(17, 166);
  186. this.groupBox2.Name = "groupBox2";
  187. this.groupBox2.Size = new System.Drawing.Size(352, 134);
  188. this.groupBox2.TabIndex = 24;
  189. this.groupBox2.TabStop = false;
  190. this.groupBox2.Text = "groupBox2";
  191. //
  192. // label18
  193. //
  194. this.label18.AutoSize = true;
  195. this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.label18.ForeColor = System.Drawing.Color.LightGray;
  197. this.label18.Location = new System.Drawing.Point(26, 17);
  198. this.label18.Name = "label18";
  199. this.label18.Size = new System.Drawing.Size(94, 17);
  200. this.label18.TabIndex = 11;
  201. this.label18.Text = "15分钟预测功率";
  202. //
  203. // label19
  204. //
  205. this.label19.AutoSize = true;
  206. this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.label19.ForeColor = System.Drawing.Color.Aqua;
  208. this.label19.Location = new System.Drawing.Point(136, 46);
  209. this.label19.Name = "label19";
  210. this.label19.Size = new System.Drawing.Size(32, 17);
  211. this.label19.TabIndex = 22;
  212. this.label19.Text = "MW";
  213. //
  214. // label17
  215. //
  216. this.label17.AutoSize = true;
  217. this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label17.ForeColor = System.Drawing.Color.LightGray;
  219. this.label17.Location = new System.Drawing.Point(211, 17);
  220. this.label17.Name = "label17";
  221. this.label17.Size = new System.Drawing.Size(94, 17);
  222. this.label17.TabIndex = 12;
  223. this.label17.Text = "30分钟预测功率";
  224. //
  225. // label4
  226. //
  227. this.label4.AutoSize = true;
  228. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.label4.ForeColor = System.Drawing.Color.Aqua;
  230. this.label4.Location = new System.Drawing.Point(136, 102);
  231. this.label4.Name = "label4";
  232. this.label4.Size = new System.Drawing.Size(32, 17);
  233. this.label4.TabIndex = 21;
  234. this.label4.Text = "MW";
  235. //
  236. // lblForecast15
  237. //
  238. this.lblForecast15.AutoSize = true;
  239. this.lblForecast15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.lblForecast15.ForeColor = System.Drawing.Color.White;
  241. this.lblForecast15.Location = new System.Drawing.Point(26, 46);
  242. this.lblForecast15.Name = "lblForecast15";
  243. this.lblForecast15.Size = new System.Drawing.Size(19, 21);
  244. this.lblForecast15.TabIndex = 13;
  245. this.lblForecast15.Text = "0";
  246. //
  247. // lblForecast4h
  248. //
  249. this.lblForecast4h.AutoSize = true;
  250. this.lblForecast4h.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.lblForecast4h.ForeColor = System.Drawing.Color.White;
  252. this.lblForecast4h.Location = new System.Drawing.Point(211, 102);
  253. this.lblForecast4h.Name = "lblForecast4h";
  254. this.lblForecast4h.Size = new System.Drawing.Size(19, 21);
  255. this.lblForecast4h.TabIndex = 20;
  256. this.lblForecast4h.Text = "0";
  257. //
  258. // label15
  259. //
  260. this.label15.AutoSize = true;
  261. this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label15.ForeColor = System.Drawing.Color.Aqua;
  263. this.label15.Location = new System.Drawing.Point(289, 46);
  264. this.label15.Name = "label15";
  265. this.label15.Size = new System.Drawing.Size(32, 17);
  266. this.label15.TabIndex = 14;
  267. this.label15.Text = "MW";
  268. //
  269. // label10
  270. //
  271. this.label10.AutoSize = true;
  272. this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.label10.ForeColor = System.Drawing.Color.Aqua;
  274. this.label10.Location = new System.Drawing.Point(289, 102);
  275. this.label10.Name = "label10";
  276. this.label10.Size = new System.Drawing.Size(32, 17);
  277. this.label10.TabIndex = 19;
  278. this.label10.Text = "MW";
  279. //
  280. // lblForecast30
  281. //
  282. this.lblForecast30.AutoSize = true;
  283. this.lblForecast30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.lblForecast30.ForeColor = System.Drawing.Color.White;
  285. this.lblForecast30.Location = new System.Drawing.Point(211, 46);
  286. this.lblForecast30.Name = "lblForecast30";
  287. this.lblForecast30.Size = new System.Drawing.Size(19, 21);
  288. this.lblForecast30.TabIndex = 15;
  289. this.lblForecast30.Text = "0";
  290. //
  291. // lblForecast1h
  292. //
  293. this.lblForecast1h.AutoSize = true;
  294. this.lblForecast1h.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.lblForecast1h.ForeColor = System.Drawing.Color.White;
  296. this.lblForecast1h.Location = new System.Drawing.Point(26, 102);
  297. this.lblForecast1h.Name = "lblForecast1h";
  298. this.lblForecast1h.Size = new System.Drawing.Size(19, 21);
  299. this.lblForecast1h.TabIndex = 18;
  300. this.lblForecast1h.Text = "0";
  301. //
  302. // label13
  303. //
  304. this.label13.AutoSize = true;
  305. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.label13.ForeColor = System.Drawing.Color.LightGray;
  307. this.label13.Location = new System.Drawing.Point(30, 72);
  308. this.label13.Name = "label13";
  309. this.label13.Size = new System.Drawing.Size(87, 17);
  310. this.label13.TabIndex = 16;
  311. this.label13.Text = "1小时预测功率";
  312. //
  313. // label12
  314. //
  315. this.label12.AutoSize = true;
  316. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.label12.ForeColor = System.Drawing.Color.LightGray;
  318. this.label12.Location = new System.Drawing.Point(211, 72);
  319. this.label12.Name = "label12";
  320. this.label12.Size = new System.Drawing.Size(87, 17);
  321. this.label12.TabIndex = 17;
  322. this.label12.Text = "4小时预测功率";
  323. //
  324. // groupBox1
  325. //
  326. this.groupBox1.Controls.Add(this.label1);
  327. this.groupBox1.Controls.Add(this.label2);
  328. this.groupBox1.Controls.Add(this.lblAGCSetting);
  329. this.groupBox1.Controls.Add(this.label3);
  330. this.groupBox1.Controls.Add(this.lblFactPower);
  331. this.groupBox1.Controls.Add(this.label8);
  332. this.groupBox1.Controls.Add(this.label7);
  333. this.groupBox1.Controls.Add(this.lblTheoryPower);
  334. this.groupBox1.Controls.Add(this.label5);
  335. this.groupBox1.Controls.Add(this.lblAdjustPower);
  336. this.groupBox1.Controls.Add(this.label9);
  337. this.groupBox1.Location = new System.Drawing.Point(17, 5);
  338. this.groupBox1.Name = "groupBox1";
  339. this.groupBox1.Size = new System.Drawing.Size(352, 147);
  340. this.groupBox1.TabIndex = 23;
  341. this.groupBox1.TabStop = false;
  342. this.groupBox1.Text = "groupBox1";
  343. //
  344. // label1
  345. //
  346. this.label1.AutoSize = true;
  347. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.label1.ForeColor = System.Drawing.Color.LightGray;
  349. this.label1.Location = new System.Drawing.Point(29, 18);
  350. this.label1.Name = "label1";
  351. this.label1.Size = new System.Drawing.Size(93, 17);
  352. this.label1.TabIndex = 0;
  353. this.label1.Text = "AGC有功设定值";
  354. //
  355. // label2
  356. //
  357. this.label2.AutoSize = true;
  358. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.label2.ForeColor = System.Drawing.Color.LightGray;
  360. this.label2.Location = new System.Drawing.Point(215, 18);
  361. this.label2.Name = "label2";
  362. this.label2.Size = new System.Drawing.Size(56, 17);
  363. this.label2.TabIndex = 1;
  364. this.label2.Text = "实时功率";
  365. //
  366. // lblAGCSetting
  367. //
  368. this.lblAGCSetting.AutoSize = true;
  369. this.lblAGCSetting.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.lblAGCSetting.ForeColor = System.Drawing.Color.White;
  371. this.lblAGCSetting.Location = new System.Drawing.Point(29, 47);
  372. this.lblAGCSetting.Name = "lblAGCSetting";
  373. this.lblAGCSetting.Size = new System.Drawing.Size(19, 21);
  374. this.lblAGCSetting.TabIndex = 2;
  375. this.lblAGCSetting.Text = "0";
  376. //
  377. // label3
  378. //
  379. this.label3.AutoSize = true;
  380. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.label3.ForeColor = System.Drawing.Color.Aqua;
  382. this.label3.Location = new System.Drawing.Point(292, 47);
  383. this.label3.Name = "label3";
  384. this.label3.Size = new System.Drawing.Size(32, 17);
  385. this.label3.TabIndex = 3;
  386. this.label3.Text = "MW";
  387. //
  388. // lblFactPower
  389. //
  390. this.lblFactPower.AutoSize = true;
  391. this.lblFactPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.lblFactPower.ForeColor = System.Drawing.Color.White;
  393. this.lblFactPower.Location = new System.Drawing.Point(214, 47);
  394. this.lblFactPower.Name = "lblFactPower";
  395. this.lblFactPower.Size = new System.Drawing.Size(19, 21);
  396. this.lblFactPower.TabIndex = 4;
  397. this.lblFactPower.Text = "0";
  398. //
  399. // label8
  400. //
  401. this.label8.AutoSize = true;
  402. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.label8.ForeColor = System.Drawing.Color.LightGray;
  404. this.label8.Location = new System.Drawing.Point(30, 73);
  405. this.label8.Name = "label8";
  406. this.label8.Size = new System.Drawing.Size(56, 17);
  407. this.label8.TabIndex = 5;
  408. this.label8.Text = "理论功率";
  409. //
  410. // label7
  411. //
  412. this.label7.AutoSize = true;
  413. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.label7.ForeColor = System.Drawing.Color.LightGray;
  415. this.label7.Location = new System.Drawing.Point(214, 73);
  416. this.label7.Name = "label7";
  417. this.label7.Size = new System.Drawing.Size(68, 17);
  418. this.label7.TabIndex = 6;
  419. this.label7.Text = "调整完功率";
  420. //
  421. // lblTheoryPower
  422. //
  423. this.lblTheoryPower.AutoSize = true;
  424. this.lblTheoryPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.lblTheoryPower.ForeColor = System.Drawing.Color.White;
  426. this.lblTheoryPower.Location = new System.Drawing.Point(29, 103);
  427. this.lblTheoryPower.Name = "lblTheoryPower";
  428. this.lblTheoryPower.Size = new System.Drawing.Size(19, 21);
  429. this.lblTheoryPower.TabIndex = 7;
  430. this.lblTheoryPower.Text = "0";
  431. //
  432. // label5
  433. //
  434. this.label5.AutoSize = true;
  435. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.label5.ForeColor = System.Drawing.Color.Aqua;
  437. this.label5.Location = new System.Drawing.Point(292, 103);
  438. this.label5.Name = "label5";
  439. this.label5.Size = new System.Drawing.Size(32, 17);
  440. this.label5.TabIndex = 8;
  441. this.label5.Text = "MW";
  442. //
  443. // lblAdjustPower
  444. //
  445. this.lblAdjustPower.AutoSize = true;
  446. this.lblAdjustPower.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.lblAdjustPower.ForeColor = System.Drawing.Color.White;
  448. this.lblAdjustPower.Location = new System.Drawing.Point(214, 103);
  449. this.lblAdjustPower.Name = "lblAdjustPower";
  450. this.lblAdjustPower.Size = new System.Drawing.Size(19, 21);
  451. this.lblAdjustPower.TabIndex = 9;
  452. this.lblAdjustPower.Text = "0";
  453. //
  454. // label9
  455. //
  456. this.label9.AutoSize = true;
  457. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.label9.ForeColor = System.Drawing.Color.Aqua;
  459. this.label9.Location = new System.Drawing.Point(139, 103);
  460. this.label9.Name = "label9";
  461. this.label9.Size = new System.Drawing.Size(32, 17);
  462. this.label9.TabIndex = 10;
  463. this.label9.Text = "MW";
  464. //
  465. // pnlBottom
  466. //
  467. this.pnlBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  468. this.pnlBottom.Controls.Add(this.btnCancel);
  469. this.pnlBottom.Controls.Add(this.btnConfirm);
  470. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  471. this.pnlBottom.Location = new System.Drawing.Point(0, 876);
  472. this.pnlBottom.Name = "pnlBottom";
  473. this.pnlBottom.Size = new System.Drawing.Size(1920, 84);
  474. this.pnlBottom.TabIndex = 3;
  475. //
  476. // btnCancel
  477. //
  478. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  479. this.btnCancel.FlatAppearance.BorderSize = 0;
  480. this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  481. this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  482. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  483. this.btnCancel.Image = global::IntelligentControlForsx.Properties.Resources.btn_cancel;
  484. this.btnCancel.Location = new System.Drawing.Point(1003, 24);
  485. this.btnCancel.Name = "btnCancel";
  486. this.btnCancel.Size = new System.Drawing.Size(124, 32);
  487. this.btnCancel.TabIndex = 1;
  488. this.btnCancel.UseVisualStyleBackColor = false;
  489. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  490. this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
  491. this.btnCancel.MouseHover += new System.EventHandler(this.btnCancel_MouseHover);
  492. //
  493. // btnConfirm
  494. //
  495. this.btnConfirm.BackColor = System.Drawing.Color.Transparent;
  496. this.btnConfirm.FlatAppearance.BorderSize = 0;
  497. this.btnConfirm.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  498. this.btnConfirm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  499. this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  500. this.btnConfirm.Image = global::IntelligentControlForsx.Properties.Resources.btn_confirm;
  501. this.btnConfirm.Location = new System.Drawing.Point(795, 24);
  502. this.btnConfirm.Name = "btnConfirm";
  503. this.btnConfirm.Size = new System.Drawing.Size(124, 32);
  504. this.btnConfirm.TabIndex = 0;
  505. this.btnConfirm.UseVisualStyleBackColor = false;
  506. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  507. this.btnConfirm.MouseLeave += new System.EventHandler(this.btnConfirm_MouseLeave);
  508. this.btnConfirm.MouseHover += new System.EventHandler(this.btnConfirm_MouseHover);
  509. //
  510. // pnlBoard
  511. //
  512. this.pnlBoard.Controls.Add(this.panel4);
  513. this.pnlBoard.Controls.Add(this.panel3);
  514. this.pnlBoard.Controls.Add(this.panel2);
  515. this.pnlBoard.Controls.Add(this.panel1);
  516. this.pnlBoard.Dock = System.Windows.Forms.DockStyle.Fill;
  517. this.pnlBoard.Location = new System.Drawing.Point(0, 384);
  518. this.pnlBoard.Name = "pnlBoard";
  519. this.pnlBoard.Size = new System.Drawing.Size(1920, 492);
  520. this.pnlBoard.TabIndex = 4;
  521. //
  522. // panel4
  523. //
  524. this.panel4.BackColor = System.Drawing.Color.Black;
  525. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  526. this.panel4.Controls.Add(this.tlpMaintain);
  527. this.panel4.Controls.Add(this.panel7);
  528. this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
  529. this.panel4.Location = new System.Drawing.Point(960, 0);
  530. this.panel4.Name = "panel4";
  531. this.panel4.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  532. this.panel4.Size = new System.Drawing.Size(480, 492);
  533. this.panel4.TabIndex = 3;
  534. //
  535. // tlpMaintain
  536. //
  537. this.tlpMaintain.ColumnCount = 4;
  538. this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  539. this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  540. this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  541. this.tlpMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  542. this.tlpMaintain.Dock = System.Windows.Forms.DockStyle.Top;
  543. this.tlpMaintain.Location = new System.Drawing.Point(5, 60);
  544. this.tlpMaintain.Name = "tlpMaintain";
  545. this.tlpMaintain.RowCount = 1;
  546. this.tlpMaintain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
  547. this.tlpMaintain.Size = new System.Drawing.Size(473, 61);
  548. this.tlpMaintain.TabIndex = 6;
  549. //
  550. // panel7
  551. //
  552. this.panel7.Controls.Add(this.label14);
  553. this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  554. this.panel7.Location = new System.Drawing.Point(5, 0);
  555. this.panel7.Name = "panel7";
  556. this.panel7.Size = new System.Drawing.Size(473, 60);
  557. this.panel7.TabIndex = 5;
  558. //
  559. // label14
  560. //
  561. this.label14.AutoSize = true;
  562. this.label14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  564. this.label14.Location = new System.Drawing.Point(162, 14);
  565. this.label14.Name = "label14";
  566. this.label14.Size = new System.Drawing.Size(107, 26);
  567. this.label14.TabIndex = 1;
  568. this.label14.Text = "需维护风机";
  569. //
  570. // panel3
  571. //
  572. this.panel3.BackColor = System.Drawing.Color.Black;
  573. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  574. this.panel3.Controls.Add(this.tlpReset);
  575. this.panel3.Controls.Add(this.panel6);
  576. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  577. this.panel3.Location = new System.Drawing.Point(480, 0);
  578. this.panel3.Name = "panel3";
  579. this.panel3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  580. this.panel3.Size = new System.Drawing.Size(480, 492);
  581. this.panel3.TabIndex = 2;
  582. //
  583. // tlpReset
  584. //
  585. this.tlpReset.ColumnCount = 4;
  586. this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  587. this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  588. this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  589. this.tlpReset.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  590. this.tlpReset.Dock = System.Windows.Forms.DockStyle.Top;
  591. this.tlpReset.Location = new System.Drawing.Point(5, 60);
  592. this.tlpReset.Name = "tlpReset";
  593. this.tlpReset.RowCount = 1;
  594. this.tlpReset.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
  595. this.tlpReset.Size = new System.Drawing.Size(473, 61);
  596. this.tlpReset.TabIndex = 6;
  597. //
  598. // panel6
  599. //
  600. this.panel6.Controls.Add(this.label20);
  601. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  602. this.panel6.Location = new System.Drawing.Point(5, 0);
  603. this.panel6.Name = "panel6";
  604. this.panel6.Size = new System.Drawing.Size(473, 60);
  605. this.panel6.TabIndex = 5;
  606. //
  607. // label20
  608. //
  609. this.label20.AutoSize = true;
  610. this.label20.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  612. this.label20.Location = new System.Drawing.Point(152, 14);
  613. this.label20.Name = "label20";
  614. this.label20.Size = new System.Drawing.Size(107, 26);
  615. this.label20.TabIndex = 1;
  616. this.label20.Text = "需复位风机";
  617. //
  618. // panel2
  619. //
  620. this.panel2.BackColor = System.Drawing.Color.Black;
  621. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  622. this.panel2.Controls.Add(this.tlpCancelMaintain);
  623. this.panel2.Controls.Add(this.panel8);
  624. this.panel2.Controls.Add(this.label11);
  625. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  626. this.panel2.Location = new System.Drawing.Point(1440, 0);
  627. this.panel2.Name = "panel2";
  628. this.panel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  629. this.panel2.Size = new System.Drawing.Size(480, 492);
  630. this.panel2.TabIndex = 1;
  631. //
  632. // tlpCancelMaintain
  633. //
  634. this.tlpCancelMaintain.ColumnCount = 4;
  635. this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  636. this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  637. this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  638. this.tlpCancelMaintain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  639. this.tlpCancelMaintain.Dock = System.Windows.Forms.DockStyle.Top;
  640. this.tlpCancelMaintain.Location = new System.Drawing.Point(5, 60);
  641. this.tlpCancelMaintain.Name = "tlpCancelMaintain";
  642. this.tlpCancelMaintain.RowCount = 1;
  643. this.tlpCancelMaintain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
  644. this.tlpCancelMaintain.Size = new System.Drawing.Size(473, 61);
  645. this.tlpCancelMaintain.TabIndex = 7;
  646. //
  647. // panel8
  648. //
  649. this.panel8.BackColor = System.Drawing.Color.Black;
  650. this.panel8.Controls.Add(this.label16);
  651. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  652. this.panel8.Location = new System.Drawing.Point(5, 0);
  653. this.panel8.Name = "panel8";
  654. this.panel8.Size = new System.Drawing.Size(473, 60);
  655. this.panel8.TabIndex = 5;
  656. //
  657. // label16
  658. //
  659. this.label16.AutoSize = true;
  660. this.label16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  662. this.label16.Location = new System.Drawing.Point(175, 16);
  663. this.label16.Name = "label16";
  664. this.label16.Size = new System.Drawing.Size(145, 26);
  665. this.label16.TabIndex = 2;
  666. this.label16.Text = "需取消维护风机";
  667. //
  668. // label11
  669. //
  670. this.label11.AutoSize = true;
  671. this.label11.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  673. this.label11.Location = new System.Drawing.Point(173, 14);
  674. this.label11.Name = "label11";
  675. this.label11.Size = new System.Drawing.Size(107, 26);
  676. this.label11.TabIndex = 2;
  677. this.label11.Text = "需复位风机";
  678. //
  679. // panel1
  680. //
  681. this.panel1.BackColor = System.Drawing.Color.Black;
  682. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  683. this.panel1.Controls.Add(this.tlpStartUp);
  684. this.panel1.Controls.Add(this.panel5);
  685. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  686. this.panel1.Location = new System.Drawing.Point(0, 0);
  687. this.panel1.Name = "panel1";
  688. this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  689. this.panel1.Size = new System.Drawing.Size(480, 492);
  690. this.panel1.TabIndex = 0;
  691. //
  692. // tlpStartUp
  693. //
  694. this.tlpStartUp.ColumnCount = 4;
  695. this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  696. this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  697. this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  698. this.tlpStartUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  699. this.tlpStartUp.Dock = System.Windows.Forms.DockStyle.Top;
  700. this.tlpStartUp.Location = new System.Drawing.Point(5, 60);
  701. this.tlpStartUp.Name = "tlpStartUp";
  702. this.tlpStartUp.RowCount = 1;
  703. this.tlpStartUp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
  704. this.tlpStartUp.Size = new System.Drawing.Size(473, 61);
  705. this.tlpStartUp.TabIndex = 4;
  706. //
  707. // panel5
  708. //
  709. this.panel5.Controls.Add(this.label6);
  710. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  711. this.panel5.Location = new System.Drawing.Point(5, 0);
  712. this.panel5.Name = "panel5";
  713. this.panel5.Size = new System.Drawing.Size(473, 60);
  714. this.panel5.TabIndex = 3;
  715. //
  716. // label6
  717. //
  718. this.label6.AutoSize = true;
  719. this.label6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  721. this.label6.Location = new System.Drawing.Point(152, 14);
  722. this.label6.Name = "label6";
  723. this.label6.Size = new System.Drawing.Size(107, 26);
  724. this.label6.TabIndex = 1;
  725. this.label6.Text = "需启动风机";
  726. //
  727. // timer1
  728. //
  729. this.timer1.Enabled = true;
  730. this.timer1.Interval = 5000;
  731. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  732. //
  733. // timer2
  734. //
  735. this.timer2.Enabled = true;
  736. this.timer2.Interval = 60000;
  737. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  738. //
  739. // MatrixPopup
  740. //
  741. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  742. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  743. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  744. this.Controls.Add(this.pnlBoard);
  745. this.Controls.Add(this.pnlBottom);
  746. this.Controls.Add(this.pnlMiddle);
  747. this.Controls.Add(this.pnlTop);
  748. this.ForeColor = System.Drawing.Color.Black;
  749. this.Name = "MatrixPopup";
  750. this.Size = new System.Drawing.Size(1920, 960);
  751. this.pnlTop.ResumeLayout(false);
  752. this.pnlMiddle.ResumeLayout(false);
  753. this.pnlAgc.ResumeLayout(false);
  754. this.groupBox2.ResumeLayout(false);
  755. this.groupBox2.PerformLayout();
  756. this.groupBox1.ResumeLayout(false);
  757. this.groupBox1.PerformLayout();
  758. this.pnlBottom.ResumeLayout(false);
  759. this.pnlBoard.ResumeLayout(false);
  760. this.panel4.ResumeLayout(false);
  761. this.panel7.ResumeLayout(false);
  762. this.panel7.PerformLayout();
  763. this.panel3.ResumeLayout(false);
  764. this.panel6.ResumeLayout(false);
  765. this.panel6.PerformLayout();
  766. this.panel2.ResumeLayout(false);
  767. this.panel2.PerformLayout();
  768. this.panel8.ResumeLayout(false);
  769. this.panel8.PerformLayout();
  770. this.panel1.ResumeLayout(false);
  771. this.panel5.ResumeLayout(false);
  772. this.panel5.PerformLayout();
  773. this.ResumeLayout(false);
  774. }
  775. #endregion
  776. private System.Windows.Forms.Button btnClose;
  777. private System.Windows.Forms.Panel pnlTop;
  778. private System.Windows.Forms.Panel pnlMiddle;
  779. private System.Windows.Forms.Panel pnlBottom;
  780. private System.Windows.Forms.Panel pnlBoard;
  781. private System.Windows.Forms.Button btnConfirm;
  782. private System.Windows.Forms.Button btnCancel;
  783. private System.Windows.Forms.Panel pnlAgc;
  784. private System.Windows.Forms.Label label2;
  785. private System.Windows.Forms.Label label1;
  786. private System.Windows.Forms.Label lblFactPower;
  787. private System.Windows.Forms.Label label3;
  788. private System.Windows.Forms.Label lblAGCSetting;
  789. private System.Windows.Forms.Label label9;
  790. private System.Windows.Forms.Label lblAdjustPower;
  791. private System.Windows.Forms.Label label5;
  792. private System.Windows.Forms.Label lblTheoryPower;
  793. private System.Windows.Forms.Label label7;
  794. private System.Windows.Forms.Label label8;
  795. private System.Windows.Forms.Label label19;
  796. private System.Windows.Forms.Label label4;
  797. private System.Windows.Forms.Label lblForecast4h;
  798. private System.Windows.Forms.Label label10;
  799. private System.Windows.Forms.Label lblForecast1h;
  800. private System.Windows.Forms.Label label12;
  801. private System.Windows.Forms.Label label13;
  802. private System.Windows.Forms.Label lblForecast30;
  803. private System.Windows.Forms.Label label15;
  804. private System.Windows.Forms.Label lblForecast15;
  805. private System.Windows.Forms.Label label17;
  806. private System.Windows.Forms.Label label18;
  807. private System.Windows.Forms.Panel panel1;
  808. private System.Windows.Forms.Panel panel4;
  809. private System.Windows.Forms.Panel panel2;
  810. private System.Windows.Forms.Label label11;
  811. private System.Windows.Forms.Label label6;
  812. private StationRadio stationRadio1;
  813. private System.Windows.Forms.Timer timer1;
  814. private MatrixPopupLine matrixPopupLine1;
  815. private System.Windows.Forms.TableLayoutPanel tlpMaintain;
  816. private System.Windows.Forms.Panel panel7;
  817. private System.Windows.Forms.Label label14;
  818. private System.Windows.Forms.Panel panel3;
  819. private System.Windows.Forms.TableLayoutPanel tlpReset;
  820. private System.Windows.Forms.Panel panel6;
  821. private System.Windows.Forms.Label label20;
  822. private System.Windows.Forms.Panel panel8;
  823. private System.Windows.Forms.TableLayoutPanel tlpStartUp;
  824. private System.Windows.Forms.Panel panel5;
  825. private System.Windows.Forms.TableLayoutPanel tlpCancelMaintain;
  826. private System.Windows.Forms.Label label16;
  827. private System.Windows.Forms.Timer timer2;
  828. private System.Windows.Forms.GroupBox groupBox2;
  829. private System.Windows.Forms.GroupBox groupBox1;
  830. }
  831. }