BigForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. namespace IntelligentControlForsx
  2. {
  3. partial class BigForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BigForm));
  30. this.hideDetailsFormTimer = new System.Windows.Forms.Timer(this.components);
  31. this.refreshTimer = new System.Windows.Forms.Timer(this.components);
  32. this.DetailsPanel = new System.Windows.Forms.Panel();
  33. this.btnWindturbine = new System.Windows.Forms.Button();
  34. this.btnStation = new System.Windows.Forms.Button();
  35. this.pnlLP = new System.Windows.Forms.Panel();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.pnlStation = new System.Windows.Forms.Panel();
  38. this.lpCustom = new IntelligentControlForsx.LightPlate();
  39. this.lpQS = new IntelligentControlForsx.LightPlate();
  40. this.lpSBQ = new IntelligentControlForsx.LightPlate();
  41. this.lpXS = new IntelligentControlForsx.LightPlate();
  42. this.lpMHS = new IntelligentControlForsx.LightPlate();
  43. this.lpNSS = new IntelligentControlForsx.LightPlate();
  44. this.pnlWindturbine = new System.Windows.Forms.Panel();
  45. this.lpOther = new IntelligentControlForsx.LightPlate();
  46. this.lpBJ = new IntelligentControlForsx.LightPlate();
  47. this.lpKZ = new IntelligentControlForsx.LightPlate();
  48. this.lpCLX = new IntelligentControlForsx.LightPlate();
  49. this.lpYY = new IntelligentControlForsx.LightPlate();
  50. this.lpFDJ = new IntelligentControlForsx.LightPlate();
  51. this.lpDW = new IntelligentControlForsx.LightPlate();
  52. this.lpPH = new IntelligentControlForsx.LightPlate();
  53. this.lpJC = new IntelligentControlForsx.LightPlate();
  54. this.pnlMiddle = new System.Windows.Forms.Panel();
  55. this.btnViewReal = new System.Windows.Forms.Button();
  56. this.btnViewHistory = new System.Windows.Forms.Button();
  57. this.btnLockForm = new System.Windows.Forms.Button();
  58. this.pnlLatest = new System.Windows.Forms.Panel();
  59. this.alarmItem5 = new IntelligentControlForsx.AlarmItem();
  60. this.alarmItem4 = new IntelligentControlForsx.AlarmItem();
  61. this.alarmItem3 = new IntelligentControlForsx.AlarmItem();
  62. this.alarmItem2 = new IntelligentControlForsx.AlarmItem();
  63. this.alarmItem1 = new IntelligentControlForsx.AlarmItem();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.DetailsPanel.SuspendLayout();
  66. this.pnlLP.SuspendLayout();
  67. this.pnlStation.SuspendLayout();
  68. this.pnlWindturbine.SuspendLayout();
  69. this.pnlMiddle.SuspendLayout();
  70. this.pnlLatest.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // hideDetailsFormTimer
  74. //
  75. this.hideDetailsFormTimer.Interval = 200;
  76. this.hideDetailsFormTimer.Tick += new System.EventHandler(this.hideDetailsFormTimer_Tick);
  77. //
  78. // refreshTimer
  79. //
  80. this.refreshTimer.Enabled = true;
  81. this.refreshTimer.Interval = 1000;
  82. this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
  83. //
  84. // DetailsPanel
  85. //
  86. this.DetailsPanel.BackColor = System.Drawing.SystemColors.ControlLight;
  87. this.DetailsPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  88. this.DetailsPanel.Controls.Add(this.btnWindturbine);
  89. this.DetailsPanel.Controls.Add(this.btnStation);
  90. this.DetailsPanel.Controls.Add(this.pnlLP);
  91. this.DetailsPanel.Controls.Add(this.pnlMiddle);
  92. this.DetailsPanel.Controls.Add(this.btnLockForm);
  93. this.DetailsPanel.Controls.Add(this.pnlLatest);
  94. this.DetailsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.DetailsPanel.Location = new System.Drawing.Point(0, 0);
  96. this.DetailsPanel.Name = "DetailsPanel";
  97. this.DetailsPanel.Padding = new System.Windows.Forms.Padding(10);
  98. this.DetailsPanel.Size = new System.Drawing.Size(595, 516);
  99. this.DetailsPanel.TabIndex = 1;
  100. this.DetailsPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseDown);
  101. this.DetailsPanel.MouseEnter += new System.EventHandler(this.DetailsPanel_MouseEnter);
  102. this.DetailsPanel.MouseLeave += new System.EventHandler(this.DetailsPanel_MouseLeave);
  103. this.DetailsPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseMove);
  104. this.DetailsPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseUp);
  105. //
  106. // btnWindturbine
  107. //
  108. this.btnWindturbine.BackColor = System.Drawing.Color.Transparent;
  109. this.btnWindturbine.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换右二;
  110. this.btnWindturbine.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  111. this.btnWindturbine.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.btnWindturbine.ForeColor = System.Drawing.Color.DimGray;
  113. this.btnWindturbine.Location = new System.Drawing.Point(97, 474);
  114. this.btnWindturbine.Name = "btnWindturbine";
  115. this.btnWindturbine.Size = new System.Drawing.Size(88, 29);
  116. this.btnWindturbine.TabIndex = 14;
  117. this.btnWindturbine.Text = "风 机";
  118. this.btnWindturbine.UseVisualStyleBackColor = false;
  119. this.btnWindturbine.Click += new System.EventHandler(this.btnWindturbine_Click);
  120. //
  121. // btnStation
  122. //
  123. this.btnStation.BackColor = System.Drawing.Color.Transparent;
  124. this.btnStation.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换左一;
  125. this.btnStation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.btnStation.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnStation.ForeColor = System.Drawing.Color.White;
  128. this.btnStation.Location = new System.Drawing.Point(10, 474);
  129. this.btnStation.Name = "btnStation";
  130. this.btnStation.Size = new System.Drawing.Size(88, 29);
  131. this.btnStation.TabIndex = 13;
  132. this.btnStation.Text = "场 站";
  133. this.btnStation.UseVisualStyleBackColor = false;
  134. this.btnStation.Click += new System.EventHandler(this.btnStation_Click);
  135. //
  136. // pnlLP
  137. //
  138. this.pnlLP.BackColor = System.Drawing.Color.Transparent;
  139. this.pnlLP.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.光字牌背景;
  140. this.pnlLP.Controls.Add(this.label2);
  141. this.pnlLP.Controls.Add(this.pnlStation);
  142. this.pnlLP.Controls.Add(this.pnlWindturbine);
  143. this.pnlLP.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.pnlLP.Location = new System.Drawing.Point(10, 269);
  145. this.pnlLP.Name = "pnlLP";
  146. this.pnlLP.Size = new System.Drawing.Size(575, 205);
  147. this.pnlLP.TabIndex = 11;
  148. //
  149. // label2
  150. //
  151. this.label2.AutoSize = true;
  152. this.label2.BackColor = System.Drawing.Color.Transparent;
  153. this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.label2.Location = new System.Drawing.Point(17, 8);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(51, 20);
  157. this.label2.TabIndex = 13;
  158. this.label2.Text = "光字牌";
  159. //
  160. // pnlStation
  161. //
  162. this.pnlStation.Controls.Add(this.lpCustom);
  163. this.pnlStation.Controls.Add(this.lpQS);
  164. this.pnlStation.Controls.Add(this.lpSBQ);
  165. this.pnlStation.Controls.Add(this.lpXS);
  166. this.pnlStation.Controls.Add(this.lpMHS);
  167. this.pnlStation.Controls.Add(this.lpNSS);
  168. this.pnlStation.Location = new System.Drawing.Point(0, 33);
  169. this.pnlStation.Name = "pnlStation";
  170. this.pnlStation.Size = new System.Drawing.Size(575, 172);
  171. this.pnlStation.TabIndex = 6;
  172. //
  173. // lpCustom
  174. //
  175. this.lpCustom.BackColor = System.Drawing.SystemColors.Window;
  176. this.lpCustom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCustom.BackgroundImage")));
  177. this.lpCustom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  178. this.lpCustom.LID = null;
  179. this.lpCustom.Location = new System.Drawing.Point(9, 77);
  180. this.lpCustom.LTitle = "自定义报警";
  181. this.lpCustom.Name = "lpCustom";
  182. this.lpCustom.Size = new System.Drawing.Size(108, 60);
  183. this.lpCustom.TabIndex = 5;
  184. //
  185. // lpQS
  186. //
  187. this.lpQS.BackColor = System.Drawing.SystemColors.Window;
  188. this.lpQS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpQS.BackgroundImage")));
  189. this.lpQS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  190. this.lpQS.LID = null;
  191. this.lpQS.Location = new System.Drawing.Point(347, 10);
  192. this.lpQS.LTitle = "青山风电场";
  193. this.lpQS.Name = "lpQS";
  194. this.lpQS.Size = new System.Drawing.Size(108, 60);
  195. this.lpQS.TabIndex = 4;
  196. //
  197. // lpSBQ
  198. //
  199. this.lpSBQ.BackColor = System.Drawing.SystemColors.Window;
  200. this.lpSBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpSBQ.BackgroundImage")));
  201. this.lpSBQ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  202. this.lpSBQ.LID = null;
  203. this.lpSBQ.Location = new System.Drawing.Point(9, 10);
  204. this.lpSBQ.LTitle = "石板泉风电场";
  205. this.lpSBQ.Name = "lpSBQ";
  206. this.lpSBQ.Size = new System.Drawing.Size(108, 60);
  207. this.lpSBQ.TabIndex = 0;
  208. //
  209. // lpXS
  210. //
  211. this.lpXS.BackColor = System.Drawing.SystemColors.Window;
  212. this.lpXS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpXS.BackgroundImage")));
  213. this.lpXS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  214. this.lpXS.LID = null;
  215. this.lpXS.Location = new System.Drawing.Point(460, 10);
  216. this.lpXS.LTitle = "香山风电场";
  217. this.lpXS.Name = "lpXS";
  218. this.lpXS.Size = new System.Drawing.Size(108, 60);
  219. this.lpXS.TabIndex = 3;
  220. //
  221. // lpMHS
  222. //
  223. this.lpMHS.BackColor = System.Drawing.SystemColors.Window;
  224. this.lpMHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpMHS.BackgroundImage")));
  225. this.lpMHS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  226. this.lpMHS.LID = null;
  227. this.lpMHS.Location = new System.Drawing.Point(121, 10);
  228. this.lpMHS.LTitle = "麻黄山风电场";
  229. this.lpMHS.Name = "lpMHS";
  230. this.lpMHS.Size = new System.Drawing.Size(108, 60);
  231. this.lpMHS.TabIndex = 1;
  232. //
  233. // lpNSS
  234. //
  235. this.lpNSS.BackColor = System.Drawing.SystemColors.Window;
  236. this.lpNSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpNSS.BackgroundImage")));
  237. this.lpNSS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  238. this.lpNSS.LID = null;
  239. this.lpNSS.Location = new System.Drawing.Point(234, 10);
  240. this.lpNSS.LTitle = "牛首山风电场";
  241. this.lpNSS.Name = "lpNSS";
  242. this.lpNSS.Size = new System.Drawing.Size(108, 60);
  243. this.lpNSS.TabIndex = 2;
  244. //
  245. // pnlWindturbine
  246. //
  247. this.pnlWindturbine.Controls.Add(this.lpOther);
  248. this.pnlWindturbine.Controls.Add(this.lpBJ);
  249. this.pnlWindturbine.Controls.Add(this.lpKZ);
  250. this.pnlWindturbine.Controls.Add(this.lpCLX);
  251. this.pnlWindturbine.Controls.Add(this.lpYY);
  252. this.pnlWindturbine.Controls.Add(this.lpFDJ);
  253. this.pnlWindturbine.Controls.Add(this.lpDW);
  254. this.pnlWindturbine.Controls.Add(this.lpPH);
  255. this.pnlWindturbine.Controls.Add(this.lpJC);
  256. this.pnlWindturbine.Location = new System.Drawing.Point(0, 33);
  257. this.pnlWindturbine.Name = "pnlWindturbine";
  258. this.pnlWindturbine.Size = new System.Drawing.Size(575, 172);
  259. this.pnlWindturbine.TabIndex = 12;
  260. //
  261. // lpOther
  262. //
  263. this.lpOther.BackColor = System.Drawing.SystemColors.Window;
  264. this.lpOther.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpOther.BackgroundImage")));
  265. this.lpOther.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  266. this.lpOther.LID = null;
  267. this.lpOther.Location = new System.Drawing.Point(345, 81);
  268. this.lpOther.LTitle = "其它";
  269. this.lpOther.Name = "lpOther";
  270. this.lpOther.Size = new System.Drawing.Size(108, 60);
  271. this.lpOther.TabIndex = 11;
  272. //
  273. // lpBJ
  274. //
  275. this.lpBJ.BackColor = System.Drawing.SystemColors.Window;
  276. this.lpBJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpBJ.BackgroundImage")));
  277. this.lpBJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  278. this.lpBJ.LID = null;
  279. this.lpBJ.Location = new System.Drawing.Point(9, 11);
  280. this.lpBJ.LTitle = "变桨系统";
  281. this.lpBJ.Name = "lpBJ";
  282. this.lpBJ.Size = new System.Drawing.Size(108, 60);
  283. this.lpBJ.TabIndex = 3;
  284. //
  285. // lpKZ
  286. //
  287. this.lpKZ.BackColor = System.Drawing.SystemColors.Window;
  288. this.lpKZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpKZ.BackgroundImage")));
  289. this.lpKZ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  290. this.lpKZ.LID = null;
  291. this.lpKZ.Location = new System.Drawing.Point(233, 81);
  292. this.lpKZ.LTitle = "控制系统";
  293. this.lpKZ.Name = "lpKZ";
  294. this.lpKZ.Size = new System.Drawing.Size(108, 60);
  295. this.lpKZ.TabIndex = 10;
  296. //
  297. // lpCLX
  298. //
  299. this.lpCLX.BackColor = System.Drawing.SystemColors.Window;
  300. this.lpCLX.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCLX.BackgroundImage")));
  301. this.lpCLX.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  302. this.lpCLX.LID = null;
  303. this.lpCLX.Location = new System.Drawing.Point(121, 11);
  304. this.lpCLX.LTitle = "齿轮箱系统";
  305. this.lpCLX.Name = "lpCLX";
  306. this.lpCLX.Size = new System.Drawing.Size(108, 60);
  307. this.lpCLX.TabIndex = 4;
  308. //
  309. // lpYY
  310. //
  311. this.lpYY.BackColor = System.Drawing.SystemColors.Window;
  312. this.lpYY.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpYY.BackgroundImage")));
  313. this.lpYY.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  314. this.lpYY.LID = null;
  315. this.lpYY.Location = new System.Drawing.Point(121, 81);
  316. this.lpYY.LTitle = "液压系统";
  317. this.lpYY.Name = "lpYY";
  318. this.lpYY.Size = new System.Drawing.Size(108, 60);
  319. this.lpYY.TabIndex = 9;
  320. //
  321. // lpFDJ
  322. //
  323. this.lpFDJ.BackColor = System.Drawing.SystemColors.Window;
  324. this.lpFDJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpFDJ.BackgroundImage")));
  325. this.lpFDJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  326. this.lpFDJ.LID = null;
  327. this.lpFDJ.Location = new System.Drawing.Point(233, 11);
  328. this.lpFDJ.LTitle = "发电机系统";
  329. this.lpFDJ.Name = "lpFDJ";
  330. this.lpFDJ.Size = new System.Drawing.Size(108, 60);
  331. this.lpFDJ.TabIndex = 5;
  332. //
  333. // lpDW
  334. //
  335. this.lpDW.BackColor = System.Drawing.SystemColors.Window;
  336. this.lpDW.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpDW.BackgroundImage")));
  337. this.lpDW.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  338. this.lpDW.LID = null;
  339. this.lpDW.Location = new System.Drawing.Point(9, 81);
  340. this.lpDW.LTitle = "电网";
  341. this.lpDW.Name = "lpDW";
  342. this.lpDW.Size = new System.Drawing.Size(108, 60);
  343. this.lpDW.TabIndex = 8;
  344. //
  345. // lpPH
  346. //
  347. this.lpPH.BackColor = System.Drawing.SystemColors.Window;
  348. this.lpPH.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpPH.BackgroundImage")));
  349. this.lpPH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  350. this.lpPH.LID = null;
  351. this.lpPH.Location = new System.Drawing.Point(345, 11);
  352. this.lpPH.LTitle = "偏航系统";
  353. this.lpPH.Name = "lpPH";
  354. this.lpPH.Size = new System.Drawing.Size(108, 60);
  355. this.lpPH.TabIndex = 6;
  356. //
  357. // lpJC
  358. //
  359. this.lpJC.BackColor = System.Drawing.SystemColors.Window;
  360. this.lpJC.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpJC.BackgroundImage")));
  361. this.lpJC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  362. this.lpJC.LID = null;
  363. this.lpJC.Location = new System.Drawing.Point(457, 11);
  364. this.lpJC.LTitle = "机舱";
  365. this.lpJC.Name = "lpJC";
  366. this.lpJC.Size = new System.Drawing.Size(108, 60);
  367. this.lpJC.TabIndex = 7;
  368. //
  369. // pnlMiddle
  370. //
  371. this.pnlMiddle.BackColor = System.Drawing.Color.Transparent;
  372. this.pnlMiddle.Controls.Add(this.btnViewReal);
  373. this.pnlMiddle.Controls.Add(this.btnViewHistory);
  374. this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
  375. this.pnlMiddle.Location = new System.Drawing.Point(10, 215);
  376. this.pnlMiddle.Name = "pnlMiddle";
  377. this.pnlMiddle.Size = new System.Drawing.Size(575, 54);
  378. this.pnlMiddle.TabIndex = 10;
  379. //
  380. // btnViewReal
  381. //
  382. this.btnViewReal.BackColor = System.Drawing.Color.Transparent;
  383. this.btnViewReal.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮01;
  384. this.btnViewReal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  385. this.btnViewReal.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnViewReal.ForeColor = System.Drawing.Color.White;
  387. this.btnViewReal.Location = new System.Drawing.Point(261, 10);
  388. this.btnViewReal.Name = "btnViewReal";
  389. this.btnViewReal.Size = new System.Drawing.Size(138, 30);
  390. this.btnViewReal.TabIndex = 9;
  391. this.btnViewReal.Text = "查看实时报警";
  392. this.btnViewReal.UseVisualStyleBackColor = false;
  393. this.btnViewReal.Click += new System.EventHandler(this.btnViewReal_Click);
  394. //
  395. // btnViewHistory
  396. //
  397. this.btnViewHistory.BackColor = System.Drawing.Color.Transparent;
  398. this.btnViewHistory.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮02;
  399. this.btnViewHistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  400. this.btnViewHistory.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.btnViewHistory.ForeColor = System.Drawing.Color.White;
  402. this.btnViewHistory.Location = new System.Drawing.Point(434, 10);
  403. this.btnViewHistory.Name = "btnViewHistory";
  404. this.btnViewHistory.Size = new System.Drawing.Size(138, 30);
  405. this.btnViewHistory.TabIndex = 8;
  406. this.btnViewHistory.Text = "查看历史报警";
  407. this.btnViewHistory.UseVisualStyleBackColor = false;
  408. this.btnViewHistory.Click += new System.EventHandler(this.btnViewHistory_Click);
  409. //
  410. // btnLockForm
  411. //
  412. this.btnLockForm.Image = global::IntelligentControlForsx.Properties.Resources.pin1;
  413. this.btnLockForm.Location = new System.Drawing.Point(565, 10);
  414. this.btnLockForm.Name = "btnLockForm";
  415. this.btnLockForm.Size = new System.Drawing.Size(20, 20);
  416. this.btnLockForm.TabIndex = 6;
  417. this.btnLockForm.UseVisualStyleBackColor = true;
  418. this.btnLockForm.Click += new System.EventHandler(this.button1_Click);
  419. //
  420. // pnlLatest
  421. //
  422. this.pnlLatest.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最近报警背景;
  423. this.pnlLatest.Controls.Add(this.alarmItem5);
  424. this.pnlLatest.Controls.Add(this.alarmItem4);
  425. this.pnlLatest.Controls.Add(this.alarmItem3);
  426. this.pnlLatest.Controls.Add(this.alarmItem2);
  427. this.pnlLatest.Controls.Add(this.alarmItem1);
  428. this.pnlLatest.Controls.Add(this.label1);
  429. this.pnlLatest.Dock = System.Windows.Forms.DockStyle.Top;
  430. this.pnlLatest.Location = new System.Drawing.Point(10, 10);
  431. this.pnlLatest.Name = "pnlLatest";
  432. this.pnlLatest.Size = new System.Drawing.Size(575, 205);
  433. this.pnlLatest.TabIndex = 7;
  434. //
  435. // alarmItem5
  436. //
  437. this.alarmItem5.BackColor = System.Drawing.Color.Transparent;
  438. this.alarmItem5.Location = new System.Drawing.Point(2, 157);
  439. this.alarmItem5.Name = "alarmItem5";
  440. this.alarmItem5.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  441. this.alarmItem5.Size = new System.Drawing.Size(570, 30);
  442. this.alarmItem5.TabIndex = 5;
  443. //
  444. // alarmItem4
  445. //
  446. this.alarmItem4.BackColor = System.Drawing.Color.Transparent;
  447. this.alarmItem4.Location = new System.Drawing.Point(2, 126);
  448. this.alarmItem4.Name = "alarmItem4";
  449. this.alarmItem4.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  450. this.alarmItem4.Size = new System.Drawing.Size(570, 30);
  451. this.alarmItem4.TabIndex = 4;
  452. //
  453. // alarmItem3
  454. //
  455. this.alarmItem3.BackColor = System.Drawing.Color.Transparent;
  456. this.alarmItem3.Location = new System.Drawing.Point(2, 95);
  457. this.alarmItem3.Name = "alarmItem3";
  458. this.alarmItem3.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  459. this.alarmItem3.Size = new System.Drawing.Size(570, 30);
  460. this.alarmItem3.TabIndex = 3;
  461. //
  462. // alarmItem2
  463. //
  464. this.alarmItem2.BackColor = System.Drawing.Color.Transparent;
  465. this.alarmItem2.Location = new System.Drawing.Point(2, 64);
  466. this.alarmItem2.Name = "alarmItem2";
  467. this.alarmItem2.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  468. this.alarmItem2.Size = new System.Drawing.Size(570, 30);
  469. this.alarmItem2.TabIndex = 2;
  470. //
  471. // alarmItem1
  472. //
  473. this.alarmItem1.BackColor = System.Drawing.Color.Transparent;
  474. this.alarmItem1.Location = new System.Drawing.Point(2, 33);
  475. this.alarmItem1.Name = "alarmItem1";
  476. this.alarmItem1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  477. this.alarmItem1.Size = new System.Drawing.Size(570, 30);
  478. this.alarmItem1.TabIndex = 1;
  479. //
  480. // label1
  481. //
  482. this.label1.AutoSize = true;
  483. this.label1.BackColor = System.Drawing.Color.Transparent;
  484. this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.label1.Location = new System.Drawing.Point(17, 9);
  486. this.label1.Name = "label1";
  487. this.label1.Size = new System.Drawing.Size(65, 20);
  488. this.label1.TabIndex = 0;
  489. this.label1.Text = "最近报警";
  490. //
  491. // BigForm
  492. //
  493. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  494. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  495. this.BackColor = System.Drawing.SystemColors.Control;
  496. this.ClientSize = new System.Drawing.Size(595, 516);
  497. this.Controls.Add(this.DetailsPanel);
  498. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  499. this.Name = "BigForm";
  500. this.ShowIcon = false;
  501. this.ShowInTaskbar = false;
  502. this.Text = "DetailsForm";
  503. this.TopMost = true;
  504. this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  505. this.Load += new System.EventHandler(this.BigForm_Load);
  506. this.DetailsPanel.ResumeLayout(false);
  507. this.pnlLP.ResumeLayout(false);
  508. this.pnlLP.PerformLayout();
  509. this.pnlStation.ResumeLayout(false);
  510. this.pnlWindturbine.ResumeLayout(false);
  511. this.pnlMiddle.ResumeLayout(false);
  512. this.pnlLatest.ResumeLayout(false);
  513. this.pnlLatest.PerformLayout();
  514. this.ResumeLayout(false);
  515. }
  516. #endregion
  517. private System.Windows.Forms.Panel DetailsPanel;
  518. private System.Windows.Forms.Timer hideDetailsFormTimer;
  519. private LightPlate lpQS;
  520. private LightPlate lpXS;
  521. private LightPlate lpNSS;
  522. private LightPlate lpMHS;
  523. private LightPlate lpSBQ;
  524. private LightPlate lpOther;
  525. private LightPlate lpKZ;
  526. private LightPlate lpYY;
  527. private LightPlate lpDW;
  528. private LightPlate lpJC;
  529. private LightPlate lpPH;
  530. private LightPlate lpFDJ;
  531. private LightPlate lpCLX;
  532. private LightPlate lpBJ;
  533. private System.Windows.Forms.Timer refreshTimer;
  534. private LightPlate lpCustom;
  535. private System.Windows.Forms.Button btnLockForm;
  536. private System.Windows.Forms.Panel pnlLatest;
  537. private System.Windows.Forms.Label label1;
  538. private AlarmItem alarmItem5;
  539. private AlarmItem alarmItem4;
  540. private AlarmItem alarmItem3;
  541. private AlarmItem alarmItem2;
  542. private AlarmItem alarmItem1;
  543. private System.Windows.Forms.Button btnViewHistory;
  544. private System.Windows.Forms.Button btnViewReal;
  545. private System.Windows.Forms.Panel pnlMiddle;
  546. private System.Windows.Forms.Panel pnlLP;
  547. private System.Windows.Forms.Panel pnlStation;
  548. private System.Windows.Forms.Panel pnlWindturbine;
  549. private System.Windows.Forms.Button btnStation;
  550. private System.Windows.Forms.Button btnWindturbine;
  551. private System.Windows.Forms.Label label2;
  552. }
  553. }