frmFaultStatisticsReport.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. namespace NXWMS.Forms.Report
  2. {
  3. partial class frmFaultStatisticsReport
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFaultStatisticsReport));
  29. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  30. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  45. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  46. this.numSearchEndTimeLen = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  47. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.txtSearchDevType = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  51. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.txtSearchDevInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  55. this.txtSearchFault = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  56. this.cmbSearchFaultLevel = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  57. this.numSearchBeginTimeLen = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  58. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  59. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  60. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  61. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  62. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  65. this.kryptonGroupBox2.Panel.SuspendLayout();
  66. this.kryptonGroupBox2.SuspendLayout();
  67. this.tableLayoutPanel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchFaultLevel)).BeginInit();
  69. this.tableLayoutPanel3.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // pageTool
  73. //
  74. this.pageTool._execActionMessgae = null;
  75. this.pageTool._execActionOperation = null;
  76. this.pageTool._LastOperation = null;
  77. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  80. this.pageTool.LoadMessage = null;
  81. this.pageTool.Location = new System.Drawing.Point(4, 729);
  82. this.pageTool.Name = "pageTool";
  83. this.pageTool.PageDefault = "{0}/{1}";
  84. this.pageTool.PageIndexSelectDefault = 1;
  85. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  86. this.pageTool.PageSize = 30;
  87. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  88. this.pageTool.Size = new System.Drawing.Size(1137, 27);
  89. this.pageTool.TabIndex = 82;
  90. this.pageTool.DataCount = 0;
  91. //
  92. // dataGridView
  93. //
  94. this.dataGridView.AllowUserToAddRows = false;
  95. this.dataGridView.AllowUserToDeleteRows = false;
  96. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  100. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  101. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.Column15,
  103. this.Column16,
  104. this.Column17,
  105. this.Column18,
  106. this.Column19,
  107. this.Column20,
  108. this.Column21,
  109. this.Column22,
  110. this.Column23,
  111. this.Column24,
  112. this.Column27,
  113. this.Column25,
  114. this.Column26});
  115. this.dataGridView.Location = new System.Drawing.Point(2, 144);
  116. this.dataGridView.Name = "dataGridView";
  117. this.dataGridView.ReadOnly = true;
  118. this.dataGridView.RowTemplate.Height = 23;
  119. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  120. this.dataGridView.Size = new System.Drawing.Size(1142, 579);
  121. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  122. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  123. this.dataGridView.TabIndex = 81;
  124. //
  125. // Column15
  126. //
  127. this.Column15.HeaderText = "用户编码";
  128. this.Column15.Name = "Column15";
  129. this.Column15.ReadOnly = true;
  130. //
  131. // Column16
  132. //
  133. this.Column16.HeaderText = "用户名称";
  134. this.Column16.Name = "Column16";
  135. this.Column16.ReadOnly = true;
  136. //
  137. // Column17
  138. //
  139. this.Column17.HeaderText = "用户昵称";
  140. this.Column17.Name = "Column17";
  141. this.Column17.ReadOnly = true;
  142. //
  143. // Column18
  144. //
  145. this.Column18.HeaderText = "职位名称";
  146. this.Column18.Name = "Column18";
  147. this.Column18.ReadOnly = true;
  148. //
  149. // Column19
  150. //
  151. this.Column19.HeaderText = "性别";
  152. this.Column19.Name = "Column19";
  153. this.Column19.ReadOnly = true;
  154. //
  155. // Column20
  156. //
  157. this.Column20.HeaderText = "所属角色";
  158. this.Column20.Name = "Column20";
  159. this.Column20.ReadOnly = true;
  160. //
  161. // Column21
  162. //
  163. this.Column21.HeaderText = "手机号码";
  164. this.Column21.Name = "Column21";
  165. this.Column21.ReadOnly = true;
  166. //
  167. // Column22
  168. //
  169. this.Column22.HeaderText = "邮箱";
  170. this.Column22.Name = "Column22";
  171. this.Column22.ReadOnly = true;
  172. //
  173. // Column23
  174. //
  175. this.Column23.HeaderText = "地址";
  176. this.Column23.Name = "Column23";
  177. this.Column23.ReadOnly = true;
  178. //
  179. // Column24
  180. //
  181. this.Column24.HeaderText = "是否启用";
  182. this.Column24.Name = "Column24";
  183. this.Column24.ReadOnly = true;
  184. //
  185. // Column27
  186. //
  187. this.Column27.HeaderText = "创建人";
  188. this.Column27.Name = "Column27";
  189. this.Column27.ReadOnly = true;
  190. //
  191. // Column25
  192. //
  193. this.Column25.HeaderText = "创建时间";
  194. this.Column25.Name = "Column25";
  195. this.Column25.ReadOnly = true;
  196. //
  197. // Column26
  198. //
  199. this.Column26.HeaderText = "更新人";
  200. this.Column26.Name = "Column26";
  201. this.Column26.ReadOnly = true;
  202. //
  203. // kryptonGroupBox2
  204. //
  205. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.kryptonGroupBox2.CaptionOverlap = 0D;
  208. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
  209. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  210. //
  211. // kryptonGroupBox2.Panel
  212. //
  213. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  214. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
  215. this.kryptonGroupBox2.Size = new System.Drawing.Size(1142, 139);
  216. this.kryptonGroupBox2.TabIndex = 80;
  217. this.kryptonGroupBox2.Values.Heading = "查询";
  218. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  219. //
  220. // tableLayoutPanel2
  221. //
  222. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  223. this.tableLayoutPanel2.ColumnCount = 8;
  224. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  225. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  226. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  227. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  228. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  229. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  230. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  231. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  232. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  233. this.tableLayoutPanel2.Controls.Add(this.numSearchEndTimeLen, 3, 1);
  234. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  235. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  236. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  237. this.tableLayoutPanel2.Controls.Add(this.txtSearchDevType, 1, 0);
  238. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  239. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  240. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1);
  241. this.tableLayoutPanel2.Controls.Add(this.txtSearchDevInfo, 3, 0);
  242. this.tableLayoutPanel2.Controls.Add(this.txtSearchFault, 5, 0);
  243. this.tableLayoutPanel2.Controls.Add(this.cmbSearchFaultLevel, 7, 0);
  244. this.tableLayoutPanel2.Controls.Add(this.numSearchBeginTimeLen, 1, 1);
  245. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  246. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  247. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  248. this.tableLayoutPanel2.RowCount = 2;
  249. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  250. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  251. this.tableLayoutPanel2.Size = new System.Drawing.Size(1138, 61);
  252. this.tableLayoutPanel2.TabIndex = 2;
  253. //
  254. // numSearchEndTimeLen
  255. //
  256. this.numSearchEndTimeLen.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.numSearchEndTimeLen.Location = new System.Drawing.Point(387, 33);
  258. this.numSearchEndTimeLen.Name = "numSearchEndTimeLen";
  259. this.numSearchEndTimeLen.Size = new System.Drawing.Size(178, 25);
  260. this.numSearchEndTimeLen.TabIndex = 114;
  261. //
  262. // kryptonLabel1
  263. //
  264. this.kryptonLabel1.AutoSize = false;
  265. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.kryptonLabel1.Location = new System.Drawing.Point(287, 33);
  267. this.kryptonLabel1.Name = "kryptonLabel1";
  268. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  269. this.kryptonLabel1.Size = new System.Drawing.Size(94, 25);
  270. this.kryptonLabel1.StateNormal.ShortText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  271. this.kryptonLabel1.TabIndex = 113;
  272. this.kryptonLabel1.Values.Text = "至";
  273. //
  274. // kryptonLabel9
  275. //
  276. this.kryptonLabel9.AutoSize = false;
  277. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.kryptonLabel9.Location = new System.Drawing.Point(287, 3);
  279. this.kryptonLabel9.Name = "kryptonLabel9";
  280. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  281. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  282. this.kryptonLabel9.TabIndex = 2;
  283. this.kryptonLabel9.Values.Text = "设备信息";
  284. //
  285. // kryptonLabel10
  286. //
  287. this.kryptonLabel10.AutoSize = false;
  288. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  290. this.kryptonLabel10.Name = "kryptonLabel10";
  291. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  292. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  293. this.kryptonLabel10.TabIndex = 0;
  294. this.kryptonLabel10.Values.Text = "设备类型";
  295. //
  296. // txtSearchDevType
  297. //
  298. this.txtSearchDevType.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.txtSearchDevType.Location = new System.Drawing.Point(103, 3);
  300. this.txtSearchDevType.Name = "txtSearchDevType";
  301. this.txtSearchDevType.Size = new System.Drawing.Size(178, 23);
  302. this.txtSearchDevType.TabIndex = 1;
  303. //
  304. // kryptonLabel3
  305. //
  306. this.kryptonLabel3.AutoSize = false;
  307. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  308. this.kryptonLabel3.Location = new System.Drawing.Point(571, 3);
  309. this.kryptonLabel3.Name = "kryptonLabel3";
  310. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  311. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  312. this.kryptonLabel3.TabIndex = 11;
  313. this.kryptonLabel3.Values.Text = "报警信息";
  314. //
  315. // kryptonLabel4
  316. //
  317. this.kryptonLabel4.AutoSize = false;
  318. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.kryptonLabel4.Location = new System.Drawing.Point(855, 3);
  320. this.kryptonLabel4.Name = "kryptonLabel4";
  321. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  322. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  323. this.kryptonLabel4.TabIndex = 13;
  324. this.kryptonLabel4.Values.Text = "报警级别";
  325. //
  326. // kryptonLabel6
  327. //
  328. this.kryptonLabel6.AutoSize = false;
  329. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.kryptonLabel6.Location = new System.Drawing.Point(3, 33);
  331. this.kryptonLabel6.Name = "kryptonLabel6";
  332. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  333. this.kryptonLabel6.Size = new System.Drawing.Size(94, 25);
  334. this.kryptonLabel6.StateCommon.ShortText.Color1 = System.Drawing.Color.Black;
  335. this.kryptonLabel6.StateNormal.ShortText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  336. this.kryptonLabel6.TabIndex = 15;
  337. this.kryptonLabel6.Values.Text = "报警时长";
  338. //
  339. // txtSearchDevInfo
  340. //
  341. this.txtSearchDevInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.txtSearchDevInfo.Location = new System.Drawing.Point(387, 3);
  343. this.txtSearchDevInfo.Name = "txtSearchDevInfo";
  344. this.txtSearchDevInfo.Size = new System.Drawing.Size(178, 23);
  345. this.txtSearchDevInfo.TabIndex = 28;
  346. //
  347. // txtSearchFault
  348. //
  349. this.txtSearchFault.Dock = System.Windows.Forms.DockStyle.Fill;
  350. this.txtSearchFault.Location = new System.Drawing.Point(671, 3);
  351. this.txtSearchFault.Name = "txtSearchFault";
  352. this.txtSearchFault.Size = new System.Drawing.Size(178, 23);
  353. this.txtSearchFault.TabIndex = 108;
  354. //
  355. // cmbSearchFaultLevel
  356. //
  357. this.cmbSearchFaultLevel.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.cmbSearchFaultLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  359. this.cmbSearchFaultLevel.DropDownWidth = 180;
  360. this.cmbSearchFaultLevel.Location = new System.Drawing.Point(955, 3);
  361. this.cmbSearchFaultLevel.Name = "cmbSearchFaultLevel";
  362. this.cmbSearchFaultLevel.Size = new System.Drawing.Size(180, 21);
  363. this.cmbSearchFaultLevel.TabIndex = 111;
  364. //
  365. // numSearchBeginTimeLen
  366. //
  367. this.numSearchBeginTimeLen.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.numSearchBeginTimeLen.Location = new System.Drawing.Point(103, 33);
  369. this.numSearchBeginTimeLen.Name = "numSearchBeginTimeLen";
  370. this.numSearchBeginTimeLen.Size = new System.Drawing.Size(178, 25);
  371. this.numSearchBeginTimeLen.TabIndex = 112;
  372. //
  373. // tableLayoutPanel3
  374. //
  375. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  376. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  377. this.tableLayoutPanel3.ColumnCount = 3;
  378. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  379. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  380. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  381. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  382. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  383. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  384. this.tableLayoutPanel3.Location = new System.Drawing.Point(863, 76);
  385. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  386. this.tableLayoutPanel3.RowCount = 1;
  387. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  388. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  389. this.tableLayoutPanel3.TabIndex = 1;
  390. //
  391. // btnSearch
  392. //
  393. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  394. | System.Windows.Forms.AnchorStyles.Left)
  395. | System.Windows.Forms.AnchorStyles.Right)));
  396. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  397. this.btnSearch.Name = "btnSearch";
  398. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  399. this.btnSearch.TabIndex = 3;
  400. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  401. this.btnSearch.Values.Text = "查询";
  402. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  403. //
  404. // btnSearchImport
  405. //
  406. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  407. | System.Windows.Forms.AnchorStyles.Left)
  408. | System.Windows.Forms.AnchorStyles.Right)));
  409. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  410. this.btnSearchImport.Name = "btnSearchImport";
  411. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  412. this.btnSearchImport.TabIndex = 2;
  413. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  414. this.btnSearchImport.Values.Text = "导入";
  415. //
  416. // btnSearchExport
  417. //
  418. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  419. | System.Windows.Forms.AnchorStyles.Left)
  420. | System.Windows.Forms.AnchorStyles.Right)));
  421. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  422. this.btnSearchExport.Name = "btnSearchExport";
  423. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  424. this.btnSearchExport.TabIndex = 1;
  425. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  426. this.btnSearchExport.Values.Text = "导出";
  427. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  428. //
  429. // frmFaultStatisticsReport
  430. //
  431. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  432. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  433. this.ClientSize = new System.Drawing.Size(1146, 759);
  434. this.Controls.Add(this.pageTool);
  435. this.Controls.Add(this.dataGridView);
  436. this.Controls.Add(this.kryptonGroupBox2);
  437. this.Name = "frmFaultStatisticsReport";
  438. this.Text = "报警情况统计表";
  439. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  441. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  442. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  443. this.kryptonGroupBox2.ResumeLayout(false);
  444. this.tableLayoutPanel2.ResumeLayout(false);
  445. this.tableLayoutPanel2.PerformLayout();
  446. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchFaultLevel)).EndInit();
  447. this.tableLayoutPanel3.ResumeLayout(false);
  448. this.ResumeLayout(false);
  449. }
  450. #endregion
  451. private Client.FrmCustom.PageToolbar pageTool;
  452. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  466. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  467. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  468. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  469. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  470. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  471. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  472. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  473. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchDevType;
  474. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  475. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  476. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  477. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchDevInfo;
  478. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchFault;
  479. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchFaultLevel;
  480. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  481. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  482. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchBeginTimeLen;
  483. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchEndTimeLen;
  484. }
  485. }