FrmAlarm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. namespace IntelligentControlForsx
  2. {
  3. partial class FrmAlarm
  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. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.dgvAlarm = new System.Windows.Forms.DataGridView();
  32. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column6 = new System.Windows.Forms.DataGridViewLinkColumn();
  38. this.Column_WindturbineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.pnlTop = new System.Windows.Forms.Panel();
  41. this.chkAutoRefresh = new System.Windows.Forms.CheckBox();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.btnMax = new System.Windows.Forms.Button();
  46. this.panel2 = new System.Windows.Forms.Panel();
  47. this.btnClose = new System.Windows.Forms.Button();
  48. this.txtKeyWord = new System.Windows.Forms.TextBox();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.cmbSubCategory = new System.Windows.Forms.ComboBox();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.cmbCategory = new System.Windows.Forms.ComboBox();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.cmbRank = new System.Windows.Forms.ComboBox();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.cmbStation = new System.Windows.Forms.ComboBox();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).BeginInit();
  59. this.pnlTop.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // timer1
  65. //
  66. this.timer1.Interval = 2000;
  67. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  68. //
  69. // dgvAlarm
  70. //
  71. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  72. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  73. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  75. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  76. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  77. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  78. this.dgvAlarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  79. this.dgvAlarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  80. this.dgvAlarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  81. this.Column1,
  82. this.Column2,
  83. this.Column3,
  84. this.Column4,
  85. this.Column5,
  86. this.Column6,
  87. this.Column_WindturbineId,
  88. this.Column8});
  89. this.dgvAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.dgvAlarm.Location = new System.Drawing.Point(10, 138);
  91. this.dgvAlarm.Name = "dgvAlarm";
  92. this.dgvAlarm.RowTemplate.Height = 23;
  93. this.dgvAlarm.Size = new System.Drawing.Size(937, 414);
  94. this.dgvAlarm.TabIndex = 3;
  95. this.dgvAlarm.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentClick);
  96. this.dgvAlarm.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentDoubleClick);
  97. //
  98. // Column1
  99. //
  100. this.Column1.DataPropertyName = "LastUpdateTime";
  101. this.Column1.Frozen = true;
  102. this.Column1.HeaderText = "时间";
  103. this.Column1.Name = "Column1";
  104. this.Column1.Width = 140;
  105. //
  106. // Column2
  107. //
  108. this.Column2.DataPropertyName = "ObjectName";
  109. this.Column2.Frozen = true;
  110. this.Column2.HeaderText = "设备";
  111. this.Column2.Name = "Column2";
  112. this.Column2.Width = 135;
  113. //
  114. // Column3
  115. //
  116. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  117. this.Column3.DataPropertyName = "AlertText";
  118. this.Column3.Frozen = true;
  119. this.Column3.HeaderText = "报警信息";
  120. this.Column3.Name = "Column3";
  121. this.Column3.Width = 420;
  122. //
  123. // Column4
  124. //
  125. this.Column4.DataPropertyName = "RankName";
  126. this.Column4.Frozen = true;
  127. this.Column4.HeaderText = "级别";
  128. this.Column4.Name = "Column4";
  129. //
  130. // Column5
  131. //
  132. this.Column5.DataPropertyName = "CategoryName";
  133. this.Column5.Frozen = true;
  134. this.Column5.HeaderText = "报警类型";
  135. this.Column5.Name = "Column5";
  136. //
  137. // Column6
  138. //
  139. this.Column6.Frozen = true;
  140. this.Column6.HeaderText = "操作";
  141. this.Column6.Name = "Column6";
  142. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  143. this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  144. this.Column6.Text = "确认";
  145. this.Column6.UseColumnTextForLinkValue = true;
  146. this.Column6.Visible = false;
  147. this.Column6.Width = 80;
  148. //
  149. // Column_WindturbineId
  150. //
  151. this.Column_WindturbineId.DataPropertyName = "ObjectId";
  152. this.Column_WindturbineId.Frozen = true;
  153. this.Column_WindturbineId.HeaderText = "风机编号";
  154. this.Column_WindturbineId.Name = "Column_WindturbineId";
  155. this.Column_WindturbineId.Visible = false;
  156. //
  157. // Column8
  158. //
  159. this.Column8.DataPropertyName = "Id";
  160. this.Column8.Frozen = true;
  161. this.Column8.HeaderText = "id";
  162. this.Column8.Name = "Column8";
  163. this.Column8.Visible = false;
  164. //
  165. // pnlTop
  166. //
  167. this.pnlTop.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.querytop;
  168. this.pnlTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  169. this.pnlTop.Controls.Add(this.chkAutoRefresh);
  170. this.pnlTop.Controls.Add(this.panel1);
  171. this.pnlTop.Controls.Add(this.txtKeyWord);
  172. this.pnlTop.Controls.Add(this.label5);
  173. this.pnlTop.Controls.Add(this.label2);
  174. this.pnlTop.Controls.Add(this.cmbSubCategory);
  175. this.pnlTop.Controls.Add(this.label1);
  176. this.pnlTop.Controls.Add(this.cmbCategory);
  177. this.pnlTop.Controls.Add(this.label3);
  178. this.pnlTop.Controls.Add(this.cmbRank);
  179. this.pnlTop.Controls.Add(this.label4);
  180. this.pnlTop.Controls.Add(this.cmbStation);
  181. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  182. this.pnlTop.Location = new System.Drawing.Point(10, 10);
  183. this.pnlTop.Name = "pnlTop";
  184. this.pnlTop.Padding = new System.Windows.Forms.Padding(5, 7, 5, 5);
  185. this.pnlTop.Size = new System.Drawing.Size(937, 128);
  186. this.pnlTop.TabIndex = 2;
  187. //
  188. // chkAutoRefresh
  189. //
  190. this.chkAutoRefresh.AutoSize = true;
  191. this.chkAutoRefresh.BackColor = System.Drawing.Color.Transparent;
  192. this.chkAutoRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.chkAutoRefresh.Location = new System.Drawing.Point(760, 56);
  194. this.chkAutoRefresh.Name = "chkAutoRefresh";
  195. this.chkAutoRefresh.Size = new System.Drawing.Size(75, 21);
  196. this.chkAutoRefresh.TabIndex = 10;
  197. this.chkAutoRefresh.Text = "自动涮新";
  198. this.chkAutoRefresh.UseVisualStyleBackColor = false;
  199. this.chkAutoRefresh.CheckedChanged += new System.EventHandler(this.chkAutoRefresh_CheckedChanged);
  200. //
  201. // panel1
  202. //
  203. this.panel1.BackColor = System.Drawing.Color.Transparent;
  204. this.panel1.Controls.Add(this.pictureBox1);
  205. this.panel1.Controls.Add(this.label6);
  206. this.panel1.Controls.Add(this.btnMax);
  207. this.panel1.Controls.Add(this.panel2);
  208. this.panel1.Controls.Add(this.btnClose);
  209. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  210. this.panel1.Location = new System.Drawing.Point(5, 7);
  211. this.panel1.Name = "panel1";
  212. this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 12, 0);
  213. this.panel1.Size = new System.Drawing.Size(927, 30);
  214. this.panel1.TabIndex = 1;
  215. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  216. //
  217. // pictureBox1
  218. //
  219. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  220. this.pictureBox1.Image = global::IntelligentControlForsx.Properties.Resources.alarm;
  221. this.pictureBox1.Location = new System.Drawing.Point(5, 0);
  222. this.pictureBox1.Name = "pictureBox1";
  223. this.pictureBox1.Size = new System.Drawing.Size(30, 30);
  224. this.pictureBox1.TabIndex = 5;
  225. this.pictureBox1.TabStop = false;
  226. //
  227. // label6
  228. //
  229. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.label6.ForeColor = System.Drawing.Color.White;
  231. this.label6.Location = new System.Drawing.Point(37, 0);
  232. this.label6.Name = "label6";
  233. this.label6.Size = new System.Drawing.Size(106, 30);
  234. this.label6.TabIndex = 4;
  235. this.label6.Text = "实时报警查询";
  236. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  237. this.label6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  238. //
  239. // btnMax
  240. //
  241. this.btnMax.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最大化;
  242. this.btnMax.Dock = System.Windows.Forms.DockStyle.Right;
  243. this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  244. this.btnMax.Location = new System.Drawing.Point(836, 0);
  245. this.btnMax.Name = "btnMax";
  246. this.btnMax.Size = new System.Drawing.Size(32, 30);
  247. this.btnMax.TabIndex = 3;
  248. this.btnMax.UseVisualStyleBackColor = true;
  249. this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
  250. //
  251. // panel2
  252. //
  253. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  254. this.panel2.Location = new System.Drawing.Point(868, 0);
  255. this.panel2.Name = "panel2";
  256. this.panel2.Size = new System.Drawing.Size(15, 30);
  257. this.panel2.TabIndex = 2;
  258. //
  259. // btnClose
  260. //
  261. this.btnClose.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.关闭;
  262. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  263. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  264. this.btnClose.Location = new System.Drawing.Point(883, 0);
  265. this.btnClose.Name = "btnClose";
  266. this.btnClose.Size = new System.Drawing.Size(32, 30);
  267. this.btnClose.TabIndex = 0;
  268. this.btnClose.UseVisualStyleBackColor = true;
  269. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  270. //
  271. // txtKeyWord
  272. //
  273. this.txtKeyWord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.txtKeyWord.ImeMode = System.Windows.Forms.ImeMode.On;
  275. this.txtKeyWord.Location = new System.Drawing.Point(75, 94);
  276. this.txtKeyWord.Name = "txtKeyWord";
  277. this.txtKeyWord.Size = new System.Drawing.Size(272, 23);
  278. this.txtKeyWord.TabIndex = 9;
  279. this.txtKeyWord.TextChanged += new System.EventHandler(this.txtKeyWord_TextChanged);
  280. //
  281. // label5
  282. //
  283. this.label5.AutoSize = true;
  284. this.label5.BackColor = System.Drawing.Color.Transparent;
  285. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.label5.Location = new System.Drawing.Point(17, 97);
  287. this.label5.Name = "label5";
  288. this.label5.Size = new System.Drawing.Size(56, 17);
  289. this.label5.TabIndex = 4;
  290. this.label5.Text = "关键字:";
  291. //
  292. // label2
  293. //
  294. this.label2.AutoSize = true;
  295. this.label2.BackColor = System.Drawing.Color.Transparent;
  296. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.label2.Location = new System.Drawing.Point(243, 61);
  298. this.label2.Name = "label2";
  299. this.label2.Size = new System.Drawing.Size(44, 17);
  300. this.label2.TabIndex = 1;
  301. this.label2.Text = "级别:";
  302. //
  303. // cmbSubCategory
  304. //
  305. this.cmbSubCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.cmbSubCategory.FormattingEnabled = true;
  307. this.cmbSubCategory.Items.AddRange(new object[] {
  308. "全部"});
  309. this.cmbSubCategory.Location = new System.Drawing.Point(603, 57);
  310. this.cmbSubCategory.Name = "cmbSubCategory";
  311. this.cmbSubCategory.Size = new System.Drawing.Size(121, 25);
  312. this.cmbSubCategory.TabIndex = 8;
  313. this.cmbSubCategory.SelectedValueChanged += new System.EventHandler(this.cmbSubCategory_SelectedValueChanged);
  314. //
  315. // label1
  316. //
  317. this.label1.AutoSize = true;
  318. this.label1.BackColor = System.Drawing.Color.Transparent;
  319. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.label1.Location = new System.Drawing.Point(29, 61);
  321. this.label1.Name = "label1";
  322. this.label1.Size = new System.Drawing.Size(44, 17);
  323. this.label1.TabIndex = 0;
  324. this.label1.Text = "场站:";
  325. //
  326. // cmbCategory
  327. //
  328. this.cmbCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.cmbCategory.FormattingEnabled = true;
  330. this.cmbCategory.Items.AddRange(new object[] {
  331. "全部",
  332. "自定义",
  333. "风机",
  334. "升压站",
  335. "光伏"});
  336. this.cmbCategory.Location = new System.Drawing.Point(424, 57);
  337. this.cmbCategory.Name = "cmbCategory";
  338. this.cmbCategory.Size = new System.Drawing.Size(90, 25);
  339. this.cmbCategory.TabIndex = 7;
  340. this.cmbCategory.SelectedValueChanged += new System.EventHandler(this.cmbCategory_SelectedValueChanged);
  341. //
  342. // label3
  343. //
  344. this.label3.AutoSize = true;
  345. this.label3.BackColor = System.Drawing.Color.Transparent;
  346. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.label3.Location = new System.Drawing.Point(381, 61);
  348. this.label3.Name = "label3";
  349. this.label3.Size = new System.Drawing.Size(44, 17);
  350. this.label3.TabIndex = 2;
  351. this.label3.Text = "类型:";
  352. //
  353. // cmbRank
  354. //
  355. this.cmbRank.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.cmbRank.FormattingEnabled = true;
  357. this.cmbRank.Items.AddRange(new object[] {
  358. "全部",
  359. "高",
  360. "中高",
  361. "中",
  362. "中低",
  363. "低"});
  364. this.cmbRank.Location = new System.Drawing.Point(286, 57);
  365. this.cmbRank.Name = "cmbRank";
  366. this.cmbRank.Size = new System.Drawing.Size(61, 25);
  367. this.cmbRank.TabIndex = 6;
  368. this.cmbRank.SelectedValueChanged += new System.EventHandler(this.cmbRank_SelectedValueChanged);
  369. //
  370. // label4
  371. //
  372. this.label4.AutoSize = true;
  373. this.label4.BackColor = System.Drawing.Color.Transparent;
  374. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.label4.Location = new System.Drawing.Point(548, 61);
  376. this.label4.Name = "label4";
  377. this.label4.Size = new System.Drawing.Size(56, 17);
  378. this.label4.TabIndex = 3;
  379. this.label4.Text = "子类型:";
  380. //
  381. // cmbStation
  382. //
  383. this.cmbStation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.cmbStation.FormattingEnabled = true;
  385. this.cmbStation.Items.AddRange(new object[] {
  386. "全部",
  387. "石板泉风电场",
  388. "麻黄山风电场",
  389. "牛首山风电场",
  390. "香山风电场",
  391. "青山风电场"});
  392. this.cmbStation.Location = new System.Drawing.Point(75, 57);
  393. this.cmbStation.Name = "cmbStation";
  394. this.cmbStation.Size = new System.Drawing.Size(121, 25);
  395. this.cmbStation.TabIndex = 5;
  396. this.cmbStation.SelectedValueChanged += new System.EventHandler(this.cmbStation_SelectedValueChanged);
  397. //
  398. // FrmAlarm
  399. //
  400. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  401. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  402. this.BackColor = System.Drawing.SystemColors.ControlLight;
  403. this.ClientSize = new System.Drawing.Size(957, 562);
  404. this.Controls.Add(this.dgvAlarm);
  405. this.Controls.Add(this.pnlTop);
  406. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  407. this.Name = "FrmAlarm";
  408. this.Padding = new System.Windows.Forms.Padding(10);
  409. this.Text = "当前报警查询";
  410. ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).EndInit();
  411. this.pnlTop.ResumeLayout(false);
  412. this.pnlTop.PerformLayout();
  413. this.panel1.ResumeLayout(false);
  414. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  415. this.ResumeLayout(false);
  416. }
  417. #endregion
  418. private System.Windows.Forms.TextBox txtKeyWord;
  419. private System.Windows.Forms.ComboBox cmbSubCategory;
  420. private System.Windows.Forms.ComboBox cmbCategory;
  421. private System.Windows.Forms.ComboBox cmbRank;
  422. private System.Windows.Forms.ComboBox cmbStation;
  423. private System.Windows.Forms.Label label5;
  424. private System.Windows.Forms.Label label4;
  425. private System.Windows.Forms.Label label3;
  426. private System.Windows.Forms.Label label2;
  427. private System.Windows.Forms.Label label1;
  428. private System.Windows.Forms.Timer timer1;
  429. private System.Windows.Forms.CheckBox chkAutoRefresh;
  430. private System.Windows.Forms.Panel pnlTop;
  431. private System.Windows.Forms.Button btnClose;
  432. private System.Windows.Forms.Panel panel1;
  433. private System.Windows.Forms.Button btnMax;
  434. private System.Windows.Forms.Panel panel2;
  435. private System.Windows.Forms.Label label6;
  436. private System.Windows.Forms.PictureBox pictureBox1;
  437. private System.Windows.Forms.DataGridView dgvAlarm;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  443. private System.Windows.Forms.DataGridViewLinkColumn Column6;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Column_WindturbineId;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  446. }
  447. }