frmEarlyWarningReport.Designer.cs 26 KB

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