frmFrequencyStatisticsReport.Designer.cs 29 KB

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