FrmAlarmByObject.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace IntelligentControlForsx
  2. {
  3. partial class FrmAlarmByObject
  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.panel1 = new System.Windows.Forms.Panel();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.btnMax = new System.Windows.Forms.Button();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.btnClose = new System.Windows.Forms.Button();
  47. this.btnReset = new System.Windows.Forms.Label();
  48. this.btnStop = new System.Windows.Forms.Label();
  49. this.btnConfirm = new System.Windows.Forms.Label();
  50. this.btnSend = new System.Windows.Forms.Label();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).BeginInit();
  52. this.pnlTop.SuspendLayout();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // dgvAlarm
  58. //
  59. this.dgvAlarm.AllowUserToAddRows = false;
  60. this.dgvAlarm.AllowUserToDeleteRows = false;
  61. this.dgvAlarm.AllowUserToResizeColumns = false;
  62. this.dgvAlarm.AllowUserToResizeRows = false;
  63. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  64. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  65. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  67. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  68. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  69. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  70. this.dgvAlarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  71. this.dgvAlarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  72. this.dgvAlarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  73. this.Column1,
  74. this.Column2,
  75. this.Column3,
  76. this.Column4,
  77. this.Column5,
  78. this.Column6,
  79. this.Column_WindturbineId,
  80. this.Column8});
  81. this.dgvAlarm.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.dgvAlarm.Location = new System.Drawing.Point(10, 71);
  83. this.dgvAlarm.Name = "dgvAlarm";
  84. this.dgvAlarm.RowTemplate.Height = 23;
  85. this.dgvAlarm.Size = new System.Drawing.Size(937, 451);
  86. this.dgvAlarm.TabIndex = 3;
  87. this.dgvAlarm.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentDoubleClick);
  88. //
  89. // Column1
  90. //
  91. this.Column1.DataPropertyName = "LastUpdateTime";
  92. this.Column1.Frozen = true;
  93. this.Column1.HeaderText = "时间";
  94. this.Column1.Name = "Column1";
  95. this.Column1.Width = 130;
  96. //
  97. // Column2
  98. //
  99. this.Column2.DataPropertyName = "ObjectName";
  100. this.Column2.Frozen = true;
  101. this.Column2.HeaderText = "设备";
  102. this.Column2.Name = "Column2";
  103. this.Column2.Width = 150;
  104. //
  105. // Column3
  106. //
  107. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  108. this.Column3.DataPropertyName = "AlertText";
  109. this.Column3.Frozen = true;
  110. this.Column3.HeaderText = "报警信息";
  111. this.Column3.Name = "Column3";
  112. this.Column3.Width = 420;
  113. //
  114. // Column4
  115. //
  116. this.Column4.DataPropertyName = "RankName";
  117. this.Column4.Frozen = true;
  118. this.Column4.HeaderText = "级别";
  119. this.Column4.Name = "Column4";
  120. this.Column4.Width = 85;
  121. //
  122. // Column5
  123. //
  124. this.Column5.DataPropertyName = "CategoryName";
  125. this.Column5.Frozen = true;
  126. this.Column5.HeaderText = "报警类型";
  127. this.Column5.Name = "Column5";
  128. //
  129. // Column6
  130. //
  131. this.Column6.Frozen = true;
  132. this.Column6.HeaderText = "操作";
  133. this.Column6.Name = "Column6";
  134. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  135. this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  136. this.Column6.Text = "确认";
  137. this.Column6.UseColumnTextForLinkValue = true;
  138. this.Column6.Visible = false;
  139. this.Column6.Width = 80;
  140. //
  141. // Column_WindturbineId
  142. //
  143. this.Column_WindturbineId.DataPropertyName = "ObjectId";
  144. this.Column_WindturbineId.Frozen = true;
  145. this.Column_WindturbineId.HeaderText = "风机编号";
  146. this.Column_WindturbineId.Name = "Column_WindturbineId";
  147. this.Column_WindturbineId.Visible = false;
  148. //
  149. // Column8
  150. //
  151. this.Column8.DataPropertyName = "Id";
  152. this.Column8.Frozen = true;
  153. this.Column8.HeaderText = "id";
  154. this.Column8.Name = "Column8";
  155. this.Column8.Visible = false;
  156. //
  157. // pnlTop
  158. //
  159. this.pnlTop.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.querytop;
  160. this.pnlTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  161. this.pnlTop.Controls.Add(this.panel1);
  162. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  163. this.pnlTop.Location = new System.Drawing.Point(10, 10);
  164. this.pnlTop.Name = "pnlTop";
  165. this.pnlTop.Padding = new System.Windows.Forms.Padding(5, 7, 5, 5);
  166. this.pnlTop.Size = new System.Drawing.Size(937, 61);
  167. this.pnlTop.TabIndex = 2;
  168. //
  169. // panel1
  170. //
  171. this.panel1.BackColor = System.Drawing.Color.Transparent;
  172. this.panel1.Controls.Add(this.pictureBox1);
  173. this.panel1.Controls.Add(this.label6);
  174. this.panel1.Controls.Add(this.btnMax);
  175. this.panel1.Controls.Add(this.panel2);
  176. this.panel1.Controls.Add(this.btnClose);
  177. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.panel1.Location = new System.Drawing.Point(5, 7);
  179. this.panel1.Name = "panel1";
  180. this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 12, 0);
  181. this.panel1.Size = new System.Drawing.Size(927, 30);
  182. this.panel1.TabIndex = 1;
  183. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  184. //
  185. // pictureBox1
  186. //
  187. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  188. this.pictureBox1.Image = global::IntelligentControlForsx.Properties.Resources.alarm;
  189. this.pictureBox1.Location = new System.Drawing.Point(5, 0);
  190. this.pictureBox1.Name = "pictureBox1";
  191. this.pictureBox1.Size = new System.Drawing.Size(30, 30);
  192. this.pictureBox1.TabIndex = 5;
  193. this.pictureBox1.TabStop = false;
  194. //
  195. // label6
  196. //
  197. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label6.ForeColor = System.Drawing.Color.White;
  199. this.label6.Location = new System.Drawing.Point(37, 0);
  200. this.label6.Name = "label6";
  201. this.label6.Size = new System.Drawing.Size(106, 30);
  202. this.label6.TabIndex = 4;
  203. this.label6.Text = "设备报警详情";
  204. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  205. this.label6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  206. //
  207. // btnMax
  208. //
  209. this.btnMax.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最大化;
  210. this.btnMax.Dock = System.Windows.Forms.DockStyle.Right;
  211. this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  212. this.btnMax.Location = new System.Drawing.Point(836, 0);
  213. this.btnMax.Name = "btnMax";
  214. this.btnMax.Size = new System.Drawing.Size(32, 30);
  215. this.btnMax.TabIndex = 3;
  216. this.btnMax.UseVisualStyleBackColor = true;
  217. this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
  218. //
  219. // panel2
  220. //
  221. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  222. this.panel2.Location = new System.Drawing.Point(868, 0);
  223. this.panel2.Name = "panel2";
  224. this.panel2.Size = new System.Drawing.Size(15, 30);
  225. this.panel2.TabIndex = 2;
  226. //
  227. // btnClose
  228. //
  229. this.btnClose.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.关闭;
  230. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  231. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  232. this.btnClose.Location = new System.Drawing.Point(883, 0);
  233. this.btnClose.Name = "btnClose";
  234. this.btnClose.Size = new System.Drawing.Size(32, 30);
  235. this.btnClose.TabIndex = 0;
  236. this.btnClose.UseVisualStyleBackColor = true;
  237. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  238. //
  239. // btnReset
  240. //
  241. this.btnReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(78)))), ((int)(((byte)(102)))));
  242. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.btnReset.ForeColor = System.Drawing.Color.White;
  244. this.btnReset.Location = new System.Drawing.Point(274, 530);
  245. this.btnReset.Name = "btnReset";
  246. this.btnReset.Size = new System.Drawing.Size(75, 23);
  247. this.btnReset.TabIndex = 4;
  248. this.btnReset.Text = "复 位";
  249. this.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  250. this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
  251. //
  252. // btnStop
  253. //
  254. this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(78)))), ((int)(((byte)(102)))));
  255. this.btnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  256. this.btnStop.ForeColor = System.Drawing.Color.White;
  257. this.btnStop.Location = new System.Drawing.Point(389, 530);
  258. this.btnStop.Name = "btnStop";
  259. this.btnStop.Size = new System.Drawing.Size(75, 23);
  260. this.btnStop.TabIndex = 5;
  261. this.btnStop.Text = "停 机";
  262. this.btnStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  263. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  264. //
  265. // btnConfirm
  266. //
  267. this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(78)))), ((int)(((byte)(102)))));
  268. this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  269. this.btnConfirm.ForeColor = System.Drawing.Color.White;
  270. this.btnConfirm.Location = new System.Drawing.Point(504, 530);
  271. this.btnConfirm.Name = "btnConfirm";
  272. this.btnConfirm.Size = new System.Drawing.Size(75, 23);
  273. this.btnConfirm.TabIndex = 6;
  274. this.btnConfirm.Text = "确 认";
  275. this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  276. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  277. //
  278. // btnSend
  279. //
  280. this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(78)))), ((int)(((byte)(102)))));
  281. this.btnSend.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  282. this.btnSend.ForeColor = System.Drawing.Color.White;
  283. this.btnSend.Location = new System.Drawing.Point(619, 530);
  284. this.btnSend.Name = "btnSend";
  285. this.btnSend.Size = new System.Drawing.Size(75, 23);
  286. this.btnSend.TabIndex = 7;
  287. this.btnSend.Text = "缺陷单";
  288. this.btnSend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  289. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  290. //
  291. // FrmAlarmByObject
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.BackColor = System.Drawing.SystemColors.ControlLight;
  296. this.ClientSize = new System.Drawing.Size(957, 562);
  297. this.Controls.Add(this.btnSend);
  298. this.Controls.Add(this.btnConfirm);
  299. this.Controls.Add(this.btnStop);
  300. this.Controls.Add(this.btnReset);
  301. this.Controls.Add(this.dgvAlarm);
  302. this.Controls.Add(this.pnlTop);
  303. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  304. this.Name = "FrmAlarmByObject";
  305. this.Padding = new System.Windows.Forms.Padding(10);
  306. this.Text = "当前报警查询";
  307. this.Load += new System.EventHandler(this.FrmAlarmByObject_Load);
  308. ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).EndInit();
  309. this.pnlTop.ResumeLayout(false);
  310. this.panel1.ResumeLayout(false);
  311. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private System.Windows.Forms.Timer timer1;
  316. private System.Windows.Forms.Panel pnlTop;
  317. private System.Windows.Forms.Button btnClose;
  318. private System.Windows.Forms.Panel panel1;
  319. private System.Windows.Forms.Button btnMax;
  320. private System.Windows.Forms.Panel panel2;
  321. private System.Windows.Forms.Label label6;
  322. private System.Windows.Forms.PictureBox pictureBox1;
  323. private System.Windows.Forms.DataGridView dgvAlarm;
  324. private System.Windows.Forms.Label btnReset;
  325. private System.Windows.Forms.Label btnStop;
  326. private System.Windows.Forms.Label btnConfirm;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  332. private System.Windows.Forms.DataGridViewLinkColumn Column6;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn Column_WindturbineId;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  335. private System.Windows.Forms.Label btnSend;
  336. }
  337. }