frmWMSTaskReport.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. namespace NXWMS.Forms.Report
  2. {
  3. partial class frmWMSTaskReport
  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.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  44. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  45. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  46. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  48. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.txtSearchEBinLOC = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  50. this.txtSearchTaskNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  51. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.txtSearchPalletInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  56. this.cmbSearchTaskType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  57. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  61. this.cmbSearchLoadType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  62. this.cmbSearchTaskStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  63. this.txtSearchSLOC = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  64. this.txtSearchELOC = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  65. this.txtSearchSBinLOC = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  66. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  83. this.kryptonGroupBox2.Panel.SuspendLayout();
  84. this.kryptonGroupBox2.SuspendLayout();
  85. this.tableLayoutPanel3.SuspendLayout();
  86. this.tableLayoutPanel2.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTaskType)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchLoadType)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTaskStatus)).BeginInit();
  90. this.SuspendLayout();
  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, 166);
  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(1156, 572);
  121. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  122. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  123. this.dataGridView.TabIndex = 84;
  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.tableLayoutPanel3);
  214. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  215. this.kryptonGroupBox2.Size = new System.Drawing.Size(1156, 162);
  216. this.kryptonGroupBox2.TabIndex = 83;
  217. this.kryptonGroupBox2.Values.Heading = "查询";
  218. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  219. //
  220. // tableLayoutPanel3
  221. //
  222. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  223. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  224. this.tableLayoutPanel3.ColumnCount = 3;
  225. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  226. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  227. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  228. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  229. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  230. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  231. this.tableLayoutPanel3.Location = new System.Drawing.Point(877, 99);
  232. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  233. this.tableLayoutPanel3.RowCount = 1;
  234. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  235. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  236. this.tableLayoutPanel3.TabIndex = 1;
  237. //
  238. // btnSearchImport
  239. //
  240. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  241. | System.Windows.Forms.AnchorStyles.Left)
  242. | System.Windows.Forms.AnchorStyles.Right)));
  243. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  244. this.btnSearchImport.Name = "btnSearchImport";
  245. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  246. this.btnSearchImport.TabIndex = 2;
  247. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  248. this.btnSearchImport.Values.Text = "导入";
  249. //
  250. // btnSearchExport
  251. //
  252. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  253. | System.Windows.Forms.AnchorStyles.Left)
  254. | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  256. this.btnSearchExport.Name = "btnSearchExport";
  257. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  258. this.btnSearchExport.TabIndex = 1;
  259. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  260. this.btnSearchExport.Values.Text = "导出";
  261. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  262. //
  263. // btnSearch
  264. //
  265. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  266. | System.Windows.Forms.AnchorStyles.Left)
  267. | System.Windows.Forms.AnchorStyles.Right)));
  268. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  269. this.btnSearch.Name = "btnSearch";
  270. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  271. this.btnSearch.TabIndex = 0;
  272. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  273. this.btnSearch.Values.Text = "查询";
  274. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  275. //
  276. // tableLayoutPanel2
  277. //
  278. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  279. this.tableLayoutPanel2.ColumnCount = 8;
  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, 25F));
  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, 25F));
  284. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  285. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  286. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  287. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  288. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel7, 0, 2);
  289. this.tableLayoutPanel2.Controls.Add(this.txtSearchEBinLOC, 0, 2);
  290. this.tableLayoutPanel2.Controls.Add(this.txtSearchTaskNo, 1, 0);
  291. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  292. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  293. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  294. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  295. this.tableLayoutPanel2.Controls.Add(this.txtSearchPalletInfo, 3, 0);
  296. this.tableLayoutPanel2.Controls.Add(this.cmbSearchTaskType, 7, 0);
  297. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  298. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 0, 1);
  299. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 4, 1);
  300. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 6, 1);
  301. this.tableLayoutPanel2.Controls.Add(this.cmbSearchLoadType, 5, 0);
  302. this.tableLayoutPanel2.Controls.Add(this.cmbSearchTaskStatus, 1, 1);
  303. this.tableLayoutPanel2.Controls.Add(this.txtSearchSLOC, 3, 1);
  304. this.tableLayoutPanel2.Controls.Add(this.txtSearchELOC, 5, 1);
  305. this.tableLayoutPanel2.Controls.Add(this.txtSearchSBinLOC, 7, 1);
  306. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  307. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  308. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  309. this.tableLayoutPanel2.RowCount = 3;
  310. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  311. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  312. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  313. this.tableLayoutPanel2.Size = new System.Drawing.Size(1152, 92);
  314. this.tableLayoutPanel2.TabIndex = 0;
  315. //
  316. // kryptonLabel7
  317. //
  318. this.kryptonLabel7.AutoSize = false;
  319. this.kryptonLabel7.Location = new System.Drawing.Point(3, 63);
  320. this.kryptonLabel7.Name = "kryptonLabel7";
  321. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  322. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  323. this.kryptonLabel7.TabIndex = 123;
  324. this.kryptonLabel7.Values.Text = "终点库位";
  325. //
  326. // txtSearchEBinLOC
  327. //
  328. this.txtSearchEBinLOC.Dock = System.Windows.Forms.DockStyle.Fill;
  329. this.txtSearchEBinLOC.Location = new System.Drawing.Point(103, 63);
  330. this.txtSearchEBinLOC.Name = "txtSearchEBinLOC";
  331. this.txtSearchEBinLOC.Size = new System.Drawing.Size(182, 20);
  332. this.txtSearchEBinLOC.TabIndex = 120;
  333. //
  334. // txtSearchTaskNo
  335. //
  336. this.txtSearchTaskNo.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.txtSearchTaskNo.Location = new System.Drawing.Point(103, 3);
  338. this.txtSearchTaskNo.Name = "txtSearchTaskNo";
  339. this.txtSearchTaskNo.Size = new System.Drawing.Size(182, 20);
  340. this.txtSearchTaskNo.TabIndex = 112;
  341. //
  342. // kryptonLabel9
  343. //
  344. this.kryptonLabel9.AutoSize = false;
  345. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  346. this.kryptonLabel9.Location = new System.Drawing.Point(291, 3);
  347. this.kryptonLabel9.Name = "kryptonLabel9";
  348. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  349. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  350. this.kryptonLabel9.TabIndex = 2;
  351. this.kryptonLabel9.Values.Text = "托盘信息";
  352. //
  353. // kryptonLabel10
  354. //
  355. this.kryptonLabel10.AutoSize = false;
  356. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  358. this.kryptonLabel10.Name = "kryptonLabel10";
  359. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  360. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  361. this.kryptonLabel10.TabIndex = 0;
  362. this.kryptonLabel10.Values.Text = "任务号";
  363. //
  364. // kryptonLabel3
  365. //
  366. this.kryptonLabel3.AutoSize = false;
  367. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.kryptonLabel3.Location = new System.Drawing.Point(579, 3);
  369. this.kryptonLabel3.Name = "kryptonLabel3";
  370. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  371. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  372. this.kryptonLabel3.TabIndex = 11;
  373. this.kryptonLabel3.Values.Text = "装载状态";
  374. //
  375. // kryptonLabel4
  376. //
  377. this.kryptonLabel4.AutoSize = false;
  378. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  379. this.kryptonLabel4.Location = new System.Drawing.Point(867, 3);
  380. this.kryptonLabel4.Name = "kryptonLabel4";
  381. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  382. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  383. this.kryptonLabel4.TabIndex = 13;
  384. this.kryptonLabel4.Values.Text = "任务类型";
  385. //
  386. // txtSearchPalletInfo
  387. //
  388. this.txtSearchPalletInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  389. this.txtSearchPalletInfo.Location = new System.Drawing.Point(391, 3);
  390. this.txtSearchPalletInfo.Name = "txtSearchPalletInfo";
  391. this.txtSearchPalletInfo.Size = new System.Drawing.Size(182, 20);
  392. this.txtSearchPalletInfo.TabIndex = 28;
  393. //
  394. // cmbSearchTaskType
  395. //
  396. this.cmbSearchTaskType.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.cmbSearchTaskType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  398. this.cmbSearchTaskType.DropDownWidth = 183;
  399. this.cmbSearchTaskType.Location = new System.Drawing.Point(967, 3);
  400. this.cmbSearchTaskType.Name = "cmbSearchTaskType";
  401. this.cmbSearchTaskType.Size = new System.Drawing.Size(182, 21);
  402. this.cmbSearchTaskType.TabIndex = 29;
  403. //
  404. // kryptonLabel1
  405. //
  406. this.kryptonLabel1.AutoSize = false;
  407. this.kryptonLabel1.Location = new System.Drawing.Point(291, 33);
  408. this.kryptonLabel1.Name = "kryptonLabel1";
  409. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  410. this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
  411. this.kryptonLabel1.TabIndex = 108;
  412. this.kryptonLabel1.Values.Text = "起始站台";
  413. //
  414. // kryptonLabel5
  415. //
  416. this.kryptonLabel5.AutoSize = false;
  417. this.kryptonLabel5.Location = new System.Drawing.Point(3, 33);
  418. this.kryptonLabel5.Name = "kryptonLabel5";
  419. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  420. this.kryptonLabel5.Size = new System.Drawing.Size(94, 24);
  421. this.kryptonLabel5.TabIndex = 114;
  422. this.kryptonLabel5.Values.Text = "任务状态";
  423. //
  424. // kryptonLabel6
  425. //
  426. this.kryptonLabel6.AutoSize = false;
  427. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  428. this.kryptonLabel6.Location = new System.Drawing.Point(579, 33);
  429. this.kryptonLabel6.Name = "kryptonLabel6";
  430. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  431. this.kryptonLabel6.Size = new System.Drawing.Size(94, 24);
  432. this.kryptonLabel6.TabIndex = 15;
  433. this.kryptonLabel6.Values.Text = "终点站台";
  434. //
  435. // kryptonLabel2
  436. //
  437. this.kryptonLabel2.AutoSize = false;
  438. this.kryptonLabel2.Location = new System.Drawing.Point(867, 33);
  439. this.kryptonLabel2.Name = "kryptonLabel2";
  440. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  441. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  442. this.kryptonLabel2.TabIndex = 110;
  443. this.kryptonLabel2.Values.Text = "起始库位";
  444. //
  445. // cmbSearchLoadType
  446. //
  447. this.cmbSearchLoadType.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.cmbSearchLoadType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  449. this.cmbSearchLoadType.DropDownWidth = 183;
  450. this.cmbSearchLoadType.Location = new System.Drawing.Point(679, 3);
  451. this.cmbSearchLoadType.Name = "cmbSearchLoadType";
  452. this.cmbSearchLoadType.Size = new System.Drawing.Size(182, 21);
  453. this.cmbSearchLoadType.TabIndex = 117;
  454. //
  455. // cmbSearchTaskStatus
  456. //
  457. this.cmbSearchTaskStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  458. this.cmbSearchTaskStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  459. this.cmbSearchTaskStatus.DropDownWidth = 183;
  460. this.cmbSearchTaskStatus.Location = new System.Drawing.Point(103, 33);
  461. this.cmbSearchTaskStatus.Name = "cmbSearchTaskStatus";
  462. this.cmbSearchTaskStatus.Size = new System.Drawing.Size(182, 21);
  463. this.cmbSearchTaskStatus.TabIndex = 118;
  464. //
  465. // txtSearchSLOC
  466. //
  467. this.txtSearchSLOC.Dock = System.Windows.Forms.DockStyle.Fill;
  468. this.txtSearchSLOC.Location = new System.Drawing.Point(391, 33);
  469. this.txtSearchSLOC.Name = "txtSearchSLOC";
  470. this.txtSearchSLOC.Size = new System.Drawing.Size(182, 20);
  471. this.txtSearchSLOC.TabIndex = 119;
  472. //
  473. // txtSearchELOC
  474. //
  475. this.txtSearchELOC.Dock = System.Windows.Forms.DockStyle.Fill;
  476. this.txtSearchELOC.Location = new System.Drawing.Point(679, 33);
  477. this.txtSearchELOC.Name = "txtSearchELOC";
  478. this.txtSearchELOC.Size = new System.Drawing.Size(182, 20);
  479. this.txtSearchELOC.TabIndex = 122;
  480. //
  481. // txtSearchSBinLOC
  482. //
  483. this.txtSearchSBinLOC.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.txtSearchSBinLOC.Location = new System.Drawing.Point(967, 33);
  485. this.txtSearchSBinLOC.Name = "txtSearchSBinLOC";
  486. this.txtSearchSBinLOC.Size = new System.Drawing.Size(182, 20);
  487. this.txtSearchSBinLOC.TabIndex = 121;
  488. //
  489. // dataGridViewTextBoxColumn1
  490. //
  491. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  492. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  493. this.dataGridViewTextBoxColumn1.Width = 86;
  494. //
  495. // dataGridViewTextBoxColumn2
  496. //
  497. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  498. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  499. this.dataGridViewTextBoxColumn2.Width = 86;
  500. //
  501. // dataGridViewTextBoxColumn3
  502. //
  503. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  504. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  505. this.dataGridViewTextBoxColumn3.Width = 85;
  506. //
  507. // dataGridViewTextBoxColumn4
  508. //
  509. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  510. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  511. this.dataGridViewTextBoxColumn4.Width = 86;
  512. //
  513. // dataGridViewTextBoxColumn5
  514. //
  515. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  516. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  517. this.dataGridViewTextBoxColumn5.Width = 86;
  518. //
  519. // dataGridViewTextBoxColumn6
  520. //
  521. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  522. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  523. this.dataGridViewTextBoxColumn6.Width = 86;
  524. //
  525. // dataGridViewTextBoxColumn7
  526. //
  527. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  528. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  529. this.dataGridViewTextBoxColumn7.Width = 85;
  530. //
  531. // dataGridViewTextBoxColumn8
  532. //
  533. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  534. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  535. this.dataGridViewTextBoxColumn8.Width = 86;
  536. //
  537. // dataGridViewTextBoxColumn9
  538. //
  539. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  540. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  541. this.dataGridViewTextBoxColumn9.Width = 86;
  542. //
  543. // dataGridViewTextBoxColumn10
  544. //
  545. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  546. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  547. this.dataGridViewTextBoxColumn10.Width = 86;
  548. //
  549. // dataGridViewTextBoxColumn11
  550. //
  551. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  552. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  553. this.dataGridViewTextBoxColumn11.Width = 85;
  554. //
  555. // dataGridViewTextBoxColumn12
  556. //
  557. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  558. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  559. this.dataGridViewTextBoxColumn12.Width = 86;
  560. //
  561. // dataGridViewTextBoxColumn13
  562. //
  563. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  564. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  565. this.dataGridViewTextBoxColumn13.Width = 86;
  566. //
  567. // pageTool
  568. //
  569. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  570. | System.Windows.Forms.AnchorStyles.Right)));
  571. this.pageTool.LoadMessage = null;
  572. this.pageTool.Location = new System.Drawing.Point(5, 744);
  573. this.pageTool.Name = "pageTool";
  574. this.pageTool.PageDefault = "{0}/{1}";
  575. this.pageTool.PageIndexSelectDefault = 1;
  576. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  577. this.pageTool.PageSize = 30;
  578. this.pageTool.Size = new System.Drawing.Size(1151, 27);
  579. this.pageTool.TabIndex = 85;
  580. this.pageTool.DataCount = 0;
  581. //
  582. // frmWMSTaskReport
  583. //
  584. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  586. this.ClientSize = new System.Drawing.Size(1160, 774);
  587. this.Controls.Add(this.pageTool);
  588. this.Controls.Add(this.dataGridView);
  589. this.Controls.Add(this.kryptonGroupBox2);
  590. this.Name = "frmWMSTaskReport";
  591. this.Text = "WMS任务报表";
  592. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  594. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  595. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  596. this.kryptonGroupBox2.ResumeLayout(false);
  597. this.tableLayoutPanel3.ResumeLayout(false);
  598. this.tableLayoutPanel2.ResumeLayout(false);
  599. this.tableLayoutPanel2.PerformLayout();
  600. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTaskType)).EndInit();
  601. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchLoadType)).EndInit();
  602. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTaskStatus)).EndInit();
  603. this.ResumeLayout(false);
  604. }
  605. #endregion
  606. private Client.FrmCustom.PageToolbar pageTool;
  607. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  608. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  609. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  621. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  622. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  623. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  624. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  625. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  626. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  627. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchTaskNo;
  628. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  629. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  630. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  631. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  632. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPalletInfo;
  633. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchTaskType;
  634. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  635. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  636. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  637. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  638. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchLoadType;
  639. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchTaskStatus;
  640. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  641. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchEBinLOC;
  642. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSLOC;
  643. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchELOC;
  644. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSBinLOC;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  658. }
  659. }