BigForm2.Designer.cs 30 KB

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