frmWmsInPutAway.Designer.cs 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186
  1. namespace NXWMS.Forms.Instock
  2. {
  3. partial class frmWmsInPutAway
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWmsInPutAway));
  30. this.kdgv_WmsInPutAway = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  32. this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  33. this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  34. this.Column11 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  35. this.Column12 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  36. this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn();
  37. this.Column17 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  38. this.Column18 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  39. this.Column19 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  40. this.Column13 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  41. this.Column14 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  42. this.Column29 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  43. this.Column30 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  44. this.Column31 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  45. this.Column32 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  46. this.cms_PutAway = new System.Windows.Forms.ContextMenuStrip(this.components);
  47. this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.kbtnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  49. this.kbtnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  50. this.kbtnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. this.kbtn_ManualPutAway = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  52. this.tableLayoutPanelEdit = new System.Windows.Forms.TableLayoutPanel();
  53. this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.kdtp_startCreateTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  55. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.kdtp_endCreateTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  58. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  61. this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.kryptonContextMenuItem2 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  72. this.kgb_MainTable = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  73. this.pageToolbar1 = new NXWMS.Client.FrmCustom.PageToolbar();
  74. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  75. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  76. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  77. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  78. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  79. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  80. this.ktb_PutAwayNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  81. this.ktb_palletNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  82. this.ktb_materialMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  83. this.ktb_batchNoMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  84. this.kcmb_PutAwayType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  85. this.kcmb_PutAwayStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  86. this.kcmb_supplierMsg = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  87. this.ktb_TargetBinMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  88. this.cms_PutAwayDtl = new System.Windows.Forms.ContextMenuStrip(this.components);
  89. this.刷新ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  90. this.kdgv_WmsInPutAwayDtl = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  91. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.kgb_DetailTable = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  111. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  112. this.tableLayoutPanelSearch = new System.Windows.Forms.TableLayoutPanel();
  113. this.kbtnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  114. this.kbtnExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  115. this.kbtnReset = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  116. this.kbtnPrint = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  117. this.kgb_QueryArea = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  118. this.kryptonContextMenuItem3 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  119. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WmsInPutAway)).BeginInit();
  120. this.cms_PutAway.SuspendLayout();
  121. this.tableLayoutPanelEdit.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTable)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTable.Panel)).BeginInit();
  124. this.kgb_MainTable.Panel.SuspendLayout();
  125. this.kgb_MainTable.SuspendLayout();
  126. this.tableLayoutPanel1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutAwayType)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutAwayStatus)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.kcmb_supplierMsg)).BeginInit();
  130. this.cms_PutAwayDtl.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WmsInPutAwayDtl)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTable)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTable.Panel)).BeginInit();
  134. this.kgb_DetailTable.Panel.SuspendLayout();
  135. this.kgb_DetailTable.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  137. this.kryptonPanelSearch.SuspendLayout();
  138. this.tableLayoutPanelSearch.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.kgb_QueryArea)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.kgb_QueryArea.Panel)).BeginInit();
  141. this.kgb_QueryArea.Panel.SuspendLayout();
  142. this.kgb_QueryArea.SuspendLayout();
  143. this.SuspendLayout();
  144. //
  145. // kdgv_WmsInPutAway
  146. //
  147. this.kdgv_WmsInPutAway.AllowUserToAddRows = false;
  148. this.kdgv_WmsInPutAway.AllowUserToDeleteRows = false;
  149. this.kdgv_WmsInPutAway.AllowUserToResizeRows = false;
  150. this.kdgv_WmsInPutAway.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  151. this.kdgv_WmsInPutAway.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  152. this.kdgv_WmsInPutAway.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  153. this.Column7,
  154. this.Column8,
  155. this.Column9,
  156. this.Column11,
  157. this.Column12,
  158. this.Column10,
  159. this.Column17,
  160. this.Column18,
  161. this.Column19,
  162. this.Column13,
  163. this.Column14,
  164. this.Column29,
  165. this.Column30,
  166. this.Column31,
  167. this.Column32});
  168. this.kdgv_WmsInPutAway.ContextMenuStrip = this.cms_PutAway;
  169. this.kdgv_WmsInPutAway.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.kdgv_WmsInPutAway.Location = new System.Drawing.Point(0, 0);
  171. this.kdgv_WmsInPutAway.MultiSelect = false;
  172. this.kdgv_WmsInPutAway.Name = "kdgv_WmsInPutAway";
  173. this.kdgv_WmsInPutAway.RowHeadersVisible = false;
  174. this.kdgv_WmsInPutAway.RowTemplate.Height = 23;
  175. this.kdgv_WmsInPutAway.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  176. this.kdgv_WmsInPutAway.Size = new System.Drawing.Size(1364, 308);
  177. this.kdgv_WmsInPutAway.TabIndex = 0;
  178. this.kdgv_WmsInPutAway.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_WmsInPutAway_CellContentClick);
  179. this.kdgv_WmsInPutAway.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_WmsInPutAway_DataError);
  180. this.kdgv_WmsInPutAway.SelectionChanged += new System.EventHandler(this.kdgv_WmsInPutAway_SelectionChanged);
  181. //
  182. // Column7
  183. //
  184. this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  185. this.Column7.Frozen = true;
  186. this.Column7.HeaderText = "序号";
  187. this.Column7.Name = "Column7";
  188. this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  189. this.Column7.Width = 83;
  190. //
  191. // Column8
  192. //
  193. this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  194. this.Column8.Frozen = true;
  195. this.Column8.HeaderText = "上架单号";
  196. this.Column8.Name = "Column8";
  197. this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  198. this.Column8.Width = 82;
  199. //
  200. // Column9
  201. //
  202. this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  203. this.Column9.Frozen = true;
  204. this.Column9.HeaderText = "组盘码";
  205. this.Column9.Name = "Column9";
  206. this.Column9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  207. this.Column9.Width = 83;
  208. //
  209. // Column11
  210. //
  211. this.Column11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  212. this.Column11.Frozen = true;
  213. this.Column11.HeaderText = "托盘号";
  214. this.Column11.Name = "Column11";
  215. this.Column11.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  216. this.Column11.Width = 82;
  217. //
  218. // Column12
  219. //
  220. this.Column12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  221. this.Column12.Frozen = true;
  222. this.Column12.HeaderText = "来源单号";
  223. this.Column12.Name = "Column12";
  224. this.Column12.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  225. this.Column12.Width = 83;
  226. //
  227. // Column10
  228. //
  229. this.Column10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  230. this.Column10.DropDownWidth = 121;
  231. this.Column10.Frozen = true;
  232. this.Column10.HeaderText = "单据类型";
  233. this.Column10.Items.AddRange(new string[] {
  234. "请选择",
  235. "ERP接口生成",
  236. "WMS创建"});
  237. this.Column10.Name = "Column10";
  238. this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  239. this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  240. this.Column10.Width = 83;
  241. //
  242. // Column17
  243. //
  244. this.Column17.HeaderText = "源货位";
  245. this.Column17.Name = "Column17";
  246. this.Column17.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  247. this.Column17.Width = 75;
  248. //
  249. // Column18
  250. //
  251. this.Column18.HeaderText = "目标货位";
  252. this.Column18.Name = "Column18";
  253. this.Column18.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  254. this.Column18.Width = 88;
  255. //
  256. // Column19
  257. //
  258. this.Column19.HeaderText = "上架优先级";
  259. this.Column19.Name = "Column19";
  260. this.Column19.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  261. this.Column19.Width = 101;
  262. //
  263. // Column13
  264. //
  265. this.Column13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  266. this.Column13.HeaderText = "单据状态";
  267. this.Column13.Name = "Column13";
  268. this.Column13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  269. this.Column13.Width = 83;
  270. //
  271. // Column14
  272. //
  273. this.Column14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  274. this.Column14.HeaderText = "描述";
  275. this.Column14.Name = "Column14";
  276. this.Column14.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  277. this.Column14.Width = 83;
  278. //
  279. // Column29
  280. //
  281. this.Column29.HeaderText = "创建人";
  282. this.Column29.Name = "Column29";
  283. this.Column29.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  284. this.Column29.Width = 75;
  285. //
  286. // Column30
  287. //
  288. this.Column30.Checked = false;
  289. this.Column30.HeaderText = "创建时间";
  290. this.Column30.Name = "Column30";
  291. this.Column30.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  292. this.Column30.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  293. this.Column30.Width = 88;
  294. //
  295. // Column31
  296. //
  297. this.Column31.HeaderText = "最后更新人";
  298. this.Column31.Name = "Column31";
  299. this.Column31.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  300. this.Column31.Width = 101;
  301. //
  302. // Column32
  303. //
  304. this.Column32.Checked = false;
  305. this.Column32.HeaderText = "最后更新时间";
  306. this.Column32.Name = "Column32";
  307. this.Column32.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  308. this.Column32.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  309. this.Column32.Width = 114;
  310. //
  311. // cms_PutAway
  312. //
  313. this.cms_PutAway.Font = new System.Drawing.Font("Segoe UI", 9F);
  314. this.cms_PutAway.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  315. this.刷新ToolStripMenuItem});
  316. this.cms_PutAway.Name = "cms_Arrival";
  317. this.cms_PutAway.Size = new System.Drawing.Size(153, 26);
  318. //
  319. // 刷新ToolStripMenuItem
  320. //
  321. this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
  322. this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  323. this.刷新ToolStripMenuItem.Text = "刷新主表数据";
  324. this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
  325. //
  326. // kbtnEdit
  327. //
  328. this.kbtnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.kbtnEdit.Location = new System.Drawing.Point(175, 3);
  332. this.kbtnEdit.Name = "kbtnEdit";
  333. this.kbtnEdit.Size = new System.Drawing.Size(80, 29);
  334. this.kbtnEdit.TabIndex = 1;
  335. this.kbtnEdit.Tag = "Auth";
  336. this.kbtnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  337. this.kbtnEdit.Values.Text = "编辑";
  338. this.kbtnEdit.Click += new System.EventHandler(this.kbtnEdit_Click);
  339. //
  340. // kbtnAdd
  341. //
  342. this.kbtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  343. | System.Windows.Forms.AnchorStyles.Left)
  344. | System.Windows.Forms.AnchorStyles.Right)));
  345. this.kbtnAdd.Location = new System.Drawing.Point(89, 3);
  346. this.kbtnAdd.Name = "kbtnAdd";
  347. this.kbtnAdd.Size = new System.Drawing.Size(80, 29);
  348. this.kbtnAdd.TabIndex = 0;
  349. this.kbtnAdd.Tag = "Auth";
  350. this.kbtnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  351. this.kbtnAdd.Values.Text = "新增";
  352. this.kbtnAdd.Click += new System.EventHandler(this.kbtnAdd_Click);
  353. //
  354. // kbtnRemove
  355. //
  356. this.kbtnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  357. | System.Windows.Forms.AnchorStyles.Left)
  358. | System.Windows.Forms.AnchorStyles.Right)));
  359. this.kbtnRemove.Location = new System.Drawing.Point(261, 3);
  360. this.kbtnRemove.Name = "kbtnRemove";
  361. this.kbtnRemove.Size = new System.Drawing.Size(82, 29);
  362. this.kbtnRemove.TabIndex = 2;
  363. this.kbtnRemove.Tag = "Auth";
  364. this.kbtnRemove.Values.Image = global::NXWMS.Properties.Resources.delete;
  365. this.kbtnRemove.Values.Text = "删除";
  366. this.kbtnRemove.Click += new System.EventHandler(this.kbtnRemove_Click);
  367. //
  368. // kbtn_ManualPutAway
  369. //
  370. this.kbtn_ManualPutAway.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  371. | System.Windows.Forms.AnchorStyles.Left)
  372. | System.Windows.Forms.AnchorStyles.Right)));
  373. this.kbtn_ManualPutAway.Location = new System.Drawing.Point(3, 3);
  374. this.kbtn_ManualPutAway.Name = "kbtn_ManualPutAway";
  375. this.kbtn_ManualPutAway.Size = new System.Drawing.Size(80, 29);
  376. this.kbtn_ManualPutAway.TabIndex = 2;
  377. this.kbtn_ManualPutAway.Tag = "Auth";
  378. this.kbtn_ManualPutAway.Values.Image = ((System.Drawing.Image)(resources.GetObject("kbtn_ManualPutAway.Values.Image")));
  379. this.kbtn_ManualPutAway.Values.Text = "手动上架";
  380. this.kbtn_ManualPutAway.Click += new System.EventHandler(this.kbtn_ManualPutAway_Click);
  381. //
  382. // tableLayoutPanelEdit
  383. //
  384. this.tableLayoutPanelEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  385. | System.Windows.Forms.AnchorStyles.Left)));
  386. this.tableLayoutPanelEdit.BackColor = System.Drawing.Color.Transparent;
  387. this.tableLayoutPanelEdit.ColumnCount = 4;
  388. this.tableLayoutPanelEdit.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  389. this.tableLayoutPanelEdit.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  390. this.tableLayoutPanelEdit.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  391. this.tableLayoutPanelEdit.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  392. this.tableLayoutPanelEdit.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  393. this.tableLayoutPanelEdit.Controls.Add(this.kbtnAdd, 1, 0);
  394. this.tableLayoutPanelEdit.Controls.Add(this.kbtnRemove, 3, 0);
  395. this.tableLayoutPanelEdit.Controls.Add(this.kbtn_ManualPutAway, 0, 0);
  396. this.tableLayoutPanelEdit.Controls.Add(this.kbtnEdit, 2, 0);
  397. this.tableLayoutPanelEdit.Location = new System.Drawing.Point(2, 77);
  398. this.tableLayoutPanelEdit.Name = "tableLayoutPanelEdit";
  399. this.tableLayoutPanelEdit.RowCount = 1;
  400. this.tableLayoutPanelEdit.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  401. this.tableLayoutPanelEdit.Size = new System.Drawing.Size(346, 35);
  402. this.tableLayoutPanelEdit.TabIndex = 3;
  403. //
  404. // dataGridViewTextBoxColumn26
  405. //
  406. this.dataGridViewTextBoxColumn26.HeaderText = "创建人";
  407. this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
  408. this.dataGridViewTextBoxColumn26.Width = 83;
  409. //
  410. // kdtp_startCreateTime
  411. //
  412. this.kdtp_startCreateTime.AlwaysActive = false;
  413. this.kdtp_startCreateTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  414. this.kdtp_startCreateTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  415. this.kdtp_startCreateTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  416. this.kdtp_startCreateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  417. this.kdtp_startCreateTime.Location = new System.Drawing.Point(908, 44);
  418. this.kdtp_startCreateTime.Name = "kdtp_startCreateTime";
  419. this.kdtp_startCreateTime.ShowCheckBox = true;
  420. this.kdtp_startCreateTime.Size = new System.Drawing.Size(170, 21);
  421. this.kdtp_startCreateTime.TabIndex = 53;
  422. //
  423. // kryptonLabel9
  424. //
  425. this.kryptonLabel9.Anchor = System.Windows.Forms.AnchorStyles.None;
  426. this.kryptonLabel9.Location = new System.Drawing.Point(1117, 44);
  427. this.kryptonLabel9.Name = "kryptonLabel9";
  428. this.kryptonLabel9.Size = new System.Drawing.Size(23, 20);
  429. this.kryptonLabel9.TabIndex = 53;
  430. this.kryptonLabel9.Values.Text = "至";
  431. //
  432. // kryptonLabel1
  433. //
  434. this.kryptonLabel1.AutoSize = false;
  435. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  436. this.kryptonLabel1.Location = new System.Drawing.Point(3, 3);
  437. this.kryptonLabel1.Name = "kryptonLabel1";
  438. this.kryptonLabel1.Size = new System.Drawing.Size(76, 30);
  439. this.kryptonLabel1.TabIndex = 53;
  440. this.kryptonLabel1.Values.Text = "上架单号:";
  441. //
  442. // kdtp_endCreateTime
  443. //
  444. this.kdtp_endCreateTime.AlwaysActive = false;
  445. this.kdtp_endCreateTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  446. this.kdtp_endCreateTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 15, 11, 13, 0);
  447. this.kdtp_endCreateTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  448. this.kdtp_endCreateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  449. this.kdtp_endCreateTime.Location = new System.Drawing.Point(1182, 44);
  450. this.kdtp_endCreateTime.Name = "kdtp_endCreateTime";
  451. this.kdtp_endCreateTime.ShowCheckBox = true;
  452. this.kdtp_endCreateTime.Size = new System.Drawing.Size(170, 21);
  453. this.kdtp_endCreateTime.TabIndex = 54;
  454. //
  455. // kryptonLabel10
  456. //
  457. this.kryptonLabel10.AutoSize = false;
  458. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.kryptonLabel10.Location = new System.Drawing.Point(819, 39);
  460. this.kryptonLabel10.Name = "kryptonLabel10";
  461. this.kryptonLabel10.Size = new System.Drawing.Size(76, 31);
  462. this.kryptonLabel10.TabIndex = 53;
  463. this.kryptonLabel10.Values.Text = "创建时间:";
  464. //
  465. // kryptonLabel8
  466. //
  467. this.kryptonLabel8.AutoSize = false;
  468. this.kryptonLabel8.Dock = System.Windows.Forms.DockStyle.Fill;
  469. this.kryptonLabel8.Location = new System.Drawing.Point(547, 39);
  470. this.kryptonLabel8.Name = "kryptonLabel8";
  471. this.kryptonLabel8.Size = new System.Drawing.Size(76, 31);
  472. this.kryptonLabel8.TabIndex = 53;
  473. this.kryptonLabel8.Values.Text = "供应商:";
  474. //
  475. // kryptonLabel2
  476. //
  477. this.kryptonLabel2.AutoSize = false;
  478. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  479. this.kryptonLabel2.Location = new System.Drawing.Point(275, 3);
  480. this.kryptonLabel2.Name = "kryptonLabel2";
  481. this.kryptonLabel2.Size = new System.Drawing.Size(76, 30);
  482. this.kryptonLabel2.TabIndex = 53;
  483. this.kryptonLabel2.Values.Text = "托盘号:";
  484. //
  485. // dataGridViewTextBoxColumn25
  486. //
  487. this.dataGridViewTextBoxColumn25.HeaderText = "仓库名称";
  488. this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
  489. this.dataGridViewTextBoxColumn25.Width = 82;
  490. //
  491. // dataGridViewTextBoxColumn27
  492. //
  493. this.dataGridViewTextBoxColumn27.HeaderText = "最后更新人";
  494. this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
  495. this.dataGridViewTextBoxColumn27.Width = 82;
  496. //
  497. // dataGridViewTextBoxColumn24
  498. //
  499. this.dataGridViewTextBoxColumn24.HeaderText = "仓库编码";
  500. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  501. this.dataGridViewTextBoxColumn24.Width = 83;
  502. //
  503. // dataGridViewTextBoxColumn23
  504. //
  505. this.dataGridViewTextBoxColumn23.HeaderText = "采购人员";
  506. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  507. this.dataGridViewTextBoxColumn23.Width = 83;
  508. //
  509. // dataGridViewTextBoxColumn22
  510. //
  511. this.dataGridViewTextBoxColumn22.HeaderText = "采购单号";
  512. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  513. this.dataGridViewTextBoxColumn22.Width = 82;
  514. //
  515. // dataGridViewTextBoxColumn21
  516. //
  517. this.dataGridViewTextBoxColumn21.HeaderText = "参考单号";
  518. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  519. this.dataGridViewTextBoxColumn21.Width = 83;
  520. //
  521. // dataGridViewTextBoxColumn20
  522. //
  523. this.dataGridViewTextBoxColumn20.HeaderText = "到货通知单号";
  524. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  525. this.dataGridViewTextBoxColumn20.Width = 82;
  526. //
  527. // dataGridViewTextBoxColumn19
  528. //
  529. this.dataGridViewTextBoxColumn19.HeaderText = "序号";
  530. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  531. this.dataGridViewTextBoxColumn19.Width = 83;
  532. //
  533. // dataGridViewTextBoxColumn18
  534. //
  535. this.dataGridViewTextBoxColumn18.HeaderText = "最后更新时间";
  536. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  537. this.dataGridViewTextBoxColumn18.Width = 73;
  538. //
  539. // dataGridViewTextBoxColumn17
  540. //
  541. this.dataGridViewTextBoxColumn17.HeaderText = "最后更新人";
  542. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  543. this.dataGridViewTextBoxColumn17.Width = 74;
  544. //
  545. // kryptonContextMenuItem2
  546. //
  547. this.kryptonContextMenuItem2.Text = "Menu Item";
  548. //
  549. // kgb_MainTable
  550. //
  551. this.kgb_MainTable.CaptionOverlap = 0D;
  552. this.kgb_MainTable.Dock = System.Windows.Forms.DockStyle.Fill;
  553. this.kgb_MainTable.Location = new System.Drawing.Point(0, 143);
  554. this.kgb_MainTable.Name = "kgb_MainTable";
  555. //
  556. // kgb_MainTable.Panel
  557. //
  558. this.kgb_MainTable.Panel.AutoScroll = true;
  559. this.kgb_MainTable.Panel.Controls.Add(this.pageToolbar1);
  560. this.kgb_MainTable.Panel.Controls.Add(this.kdgv_WmsInPutAway);
  561. this.kgb_MainTable.Size = new System.Drawing.Size(1368, 332);
  562. this.kgb_MainTable.TabIndex = 62;
  563. this.kgb_MainTable.Values.Heading = "上架单主表:";
  564. //
  565. // pageToolbar1
  566. //
  567. this.pageToolbar1._execActionMessgae = null;
  568. this.pageToolbar1._execActionOperation = null;
  569. this.pageToolbar1._LastOperation = null;
  570. this.pageToolbar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  571. this.pageToolbar1.DataCount = 0;
  572. this.pageToolbar1.Dock = System.Windows.Forms.DockStyle.Bottom;
  573. this.pageToolbar1.LoadMessage = null;
  574. this.pageToolbar1.Location = new System.Drawing.Point(0, 278);
  575. this.pageToolbar1.Name = "pageToolbar1";
  576. this.pageToolbar1.PageDefault = "{0}/{1}";
  577. this.pageToolbar1.PageIndexSelectDefault = 1;
  578. this.pageToolbar1.PageInfoDefault = "共 {0} 条记录,每页";
  579. this.pageToolbar1.PageSize = 30;
  580. this.pageToolbar1.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageToolbar1.PageSizeSelectList")));
  581. this.pageToolbar1.Size = new System.Drawing.Size(1364, 30);
  582. this.pageToolbar1.TabIndex = 1;
  583. this.pageToolbar1.OnPageChange += new NXWMS.Client.FrmCustom.PageToolbar.PageChange(this.pageToolbar1_OnPageChange);
  584. //
  585. // kryptonLabel7
  586. //
  587. this.kryptonLabel7.AutoSize = false;
  588. this.kryptonLabel7.Dock = System.Windows.Forms.DockStyle.Fill;
  589. this.kryptonLabel7.Location = new System.Drawing.Point(275, 39);
  590. this.kryptonLabel7.Name = "kryptonLabel7";
  591. this.kryptonLabel7.Size = new System.Drawing.Size(76, 31);
  592. this.kryptonLabel7.TabIndex = 53;
  593. this.kryptonLabel7.Values.Text = "单据状态:";
  594. //
  595. // tableLayoutPanel1
  596. //
  597. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  598. this.tableLayoutPanel1.ColumnCount = 10;
  599. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  600. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  601. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  602. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  603. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  604. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  605. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  606. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  607. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  608. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  609. this.tableLayoutPanel1.Controls.Add(this.kdtp_startCreateTime, 7, 1);
  610. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel9, 8, 1);
  611. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel1, 0, 0);
  612. this.tableLayoutPanel1.Controls.Add(this.kdtp_endCreateTime, 9, 1);
  613. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel10, 6, 1);
  614. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel8, 4, 1);
  615. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel2, 2, 0);
  616. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel7, 2, 1);
  617. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel3, 4, 0);
  618. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel6, 0, 1);
  619. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel4, 6, 0);
  620. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel5, 8, 0);
  621. this.tableLayoutPanel1.Controls.Add(this.ktb_PutAwayNo, 1, 0);
  622. this.tableLayoutPanel1.Controls.Add(this.ktb_palletNo, 3, 0);
  623. this.tableLayoutPanel1.Controls.Add(this.ktb_materialMsg, 5, 0);
  624. this.tableLayoutPanel1.Controls.Add(this.ktb_batchNoMsg, 7, 0);
  625. this.tableLayoutPanel1.Controls.Add(this.kcmb_PutAwayType, 1, 1);
  626. this.tableLayoutPanel1.Controls.Add(this.kcmb_PutAwayStatus, 3, 1);
  627. this.tableLayoutPanel1.Controls.Add(this.kcmb_supplierMsg, 5, 1);
  628. this.tableLayoutPanel1.Controls.Add(this.ktb_TargetBinMsg, 9, 0);
  629. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  630. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  631. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  632. this.tableLayoutPanel1.RowCount = 2;
  633. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  634. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  635. this.tableLayoutPanel1.Size = new System.Drawing.Size(1364, 73);
  636. this.tableLayoutPanel1.TabIndex = 0;
  637. //
  638. // kryptonLabel3
  639. //
  640. this.kryptonLabel3.AutoSize = false;
  641. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  642. this.kryptonLabel3.Location = new System.Drawing.Point(547, 3);
  643. this.kryptonLabel3.Name = "kryptonLabel3";
  644. this.kryptonLabel3.Size = new System.Drawing.Size(76, 30);
  645. this.kryptonLabel3.TabIndex = 53;
  646. this.kryptonLabel3.Values.Text = "物料信息:";
  647. //
  648. // kryptonLabel6
  649. //
  650. this.kryptonLabel6.AutoSize = false;
  651. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  652. this.kryptonLabel6.Location = new System.Drawing.Point(3, 39);
  653. this.kryptonLabel6.Name = "kryptonLabel6";
  654. this.kryptonLabel6.Size = new System.Drawing.Size(76, 31);
  655. this.kryptonLabel6.TabIndex = 53;
  656. this.kryptonLabel6.Values.Text = "单据类型:";
  657. //
  658. // kryptonLabel4
  659. //
  660. this.kryptonLabel4.AutoSize = false;
  661. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  662. this.kryptonLabel4.Location = new System.Drawing.Point(819, 3);
  663. this.kryptonLabel4.Name = "kryptonLabel4";
  664. this.kryptonLabel4.Size = new System.Drawing.Size(76, 30);
  665. this.kryptonLabel4.TabIndex = 53;
  666. this.kryptonLabel4.Values.Text = "批次信息:";
  667. //
  668. // kryptonLabel5
  669. //
  670. this.kryptonLabel5.AutoSize = false;
  671. this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
  672. this.kryptonLabel5.Location = new System.Drawing.Point(1091, 3);
  673. this.kryptonLabel5.Name = "kryptonLabel5";
  674. this.kryptonLabel5.Size = new System.Drawing.Size(76, 30);
  675. this.kryptonLabel5.TabIndex = 53;
  676. this.kryptonLabel5.Values.Text = "目标货位:";
  677. //
  678. // ktb_PutAwayNo
  679. //
  680. this.ktb_PutAwayNo.Anchor = System.Windows.Forms.AnchorStyles.None;
  681. this.ktb_PutAwayNo.Location = new System.Drawing.Point(92, 6);
  682. this.ktb_PutAwayNo.Name = "ktb_PutAwayNo";
  683. this.ktb_PutAwayNo.Size = new System.Drawing.Size(170, 23);
  684. this.ktb_PutAwayNo.TabIndex = 53;
  685. //
  686. // ktb_palletNo
  687. //
  688. this.ktb_palletNo.Anchor = System.Windows.Forms.AnchorStyles.None;
  689. this.ktb_palletNo.Location = new System.Drawing.Point(364, 6);
  690. this.ktb_palletNo.Name = "ktb_palletNo";
  691. this.ktb_palletNo.Size = new System.Drawing.Size(170, 23);
  692. this.ktb_palletNo.TabIndex = 53;
  693. //
  694. // ktb_materialMsg
  695. //
  696. this.ktb_materialMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  697. this.ktb_materialMsg.Location = new System.Drawing.Point(636, 6);
  698. this.ktb_materialMsg.Name = "ktb_materialMsg";
  699. this.ktb_materialMsg.Size = new System.Drawing.Size(170, 23);
  700. this.ktb_materialMsg.TabIndex = 53;
  701. //
  702. // ktb_batchNoMsg
  703. //
  704. this.ktb_batchNoMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  705. this.ktb_batchNoMsg.Location = new System.Drawing.Point(908, 6);
  706. this.ktb_batchNoMsg.Name = "ktb_batchNoMsg";
  707. this.ktb_batchNoMsg.Size = new System.Drawing.Size(170, 23);
  708. this.ktb_batchNoMsg.TabIndex = 53;
  709. //
  710. // kcmb_PutAwayType
  711. //
  712. this.kcmb_PutAwayType.Anchor = System.Windows.Forms.AnchorStyles.None;
  713. this.kcmb_PutAwayType.DropDownWidth = 170;
  714. this.kcmb_PutAwayType.Items.AddRange(new object[] {
  715. "请选择",
  716. "ERP接口生成",
  717. "WMS创建"});
  718. this.kcmb_PutAwayType.Location = new System.Drawing.Point(92, 44);
  719. this.kcmb_PutAwayType.Name = "kcmb_PutAwayType";
  720. this.kcmb_PutAwayType.Size = new System.Drawing.Size(170, 21);
  721. this.kcmb_PutAwayType.TabIndex = 53;
  722. //
  723. // kcmb_PutAwayStatus
  724. //
  725. this.kcmb_PutAwayStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
  726. this.kcmb_PutAwayStatus.DropDownWidth = 143;
  727. this.kcmb_PutAwayStatus.Items.AddRange(new object[] {
  728. "请选择",
  729. "0:初始创建;",
  730. "11:已生成收货单;",
  731. "55:收货中;",
  732. "99:收货完成;",
  733. "100:强制完成;",
  734. "111:已删除。"});
  735. this.kcmb_PutAwayStatus.Location = new System.Drawing.Point(364, 44);
  736. this.kcmb_PutAwayStatus.Name = "kcmb_PutAwayStatus";
  737. this.kcmb_PutAwayStatus.Size = new System.Drawing.Size(170, 21);
  738. this.kcmb_PutAwayStatus.TabIndex = 53;
  739. //
  740. // kcmb_supplierMsg
  741. //
  742. this.kcmb_supplierMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  743. this.kcmb_supplierMsg.DropDownWidth = 143;
  744. this.kcmb_supplierMsg.Items.AddRange(new object[] {
  745. "请选择",
  746. "南兴装备",
  747. "东软国际",
  748. "江南木材"});
  749. this.kcmb_supplierMsg.Location = new System.Drawing.Point(636, 44);
  750. this.kcmb_supplierMsg.Name = "kcmb_supplierMsg";
  751. this.kcmb_supplierMsg.Size = new System.Drawing.Size(170, 21);
  752. this.kcmb_supplierMsg.TabIndex = 53;
  753. //
  754. // ktb_TargetBinMsg
  755. //
  756. this.ktb_TargetBinMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  757. this.ktb_TargetBinMsg.Location = new System.Drawing.Point(1182, 6);
  758. this.ktb_TargetBinMsg.Name = "ktb_TargetBinMsg";
  759. this.ktb_TargetBinMsg.Size = new System.Drawing.Size(170, 23);
  760. this.ktb_TargetBinMsg.TabIndex = 53;
  761. //
  762. // cms_PutAwayDtl
  763. //
  764. this.cms_PutAwayDtl.Font = new System.Drawing.Font("Segoe UI", 9F);
  765. this.cms_PutAwayDtl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  766. this.刷新ToolStripMenuItem1});
  767. this.cms_PutAwayDtl.Name = "cms_ArrivalDtl";
  768. this.cms_PutAwayDtl.Size = new System.Drawing.Size(153, 26);
  769. //
  770. // 刷新ToolStripMenuItem1
  771. //
  772. this.刷新ToolStripMenuItem1.Name = "刷新ToolStripMenuItem1";
  773. this.刷新ToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  774. this.刷新ToolStripMenuItem1.Text = "刷新明细数据";
  775. this.刷新ToolStripMenuItem1.Click += new System.EventHandler(this.刷新ToolStripMenuItem1_Click);
  776. //
  777. // kdgv_WmsInPutAwayDtl
  778. //
  779. this.kdgv_WmsInPutAwayDtl.AllowUserToAddRows = false;
  780. this.kdgv_WmsInPutAwayDtl.AllowUserToDeleteRows = false;
  781. this.kdgv_WmsInPutAwayDtl.AllowUserToResizeRows = false;
  782. this.kdgv_WmsInPutAwayDtl.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  783. this.kdgv_WmsInPutAwayDtl.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
  784. this.kdgv_WmsInPutAwayDtl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  785. this.dataGridViewTextBoxColumn1,
  786. this.dataGridViewTextBoxColumn2,
  787. this.dataGridViewTextBoxColumn3,
  788. this.dataGridViewTextBoxColumn4,
  789. this.dataGridViewTextBoxColumn5,
  790. this.Column2,
  791. this.dataGridViewTextBoxColumn6,
  792. this.Column4,
  793. this.dataGridViewTextBoxColumn9,
  794. this.dataGridViewTextBoxColumn10,
  795. this.dataGridViewTextBoxColumn11,
  796. this.dataGridViewTextBoxColumn12,
  797. this.Column1,
  798. this.Column15,
  799. this.Column16,
  800. this.dataGridViewTextBoxColumn13,
  801. this.dataGridViewTextBoxColumn14,
  802. this.dataGridViewTextBoxColumn15,
  803. this.dataGridViewTextBoxColumn16});
  804. this.kdgv_WmsInPutAwayDtl.ContextMenuStrip = this.cms_PutAwayDtl;
  805. this.kdgv_WmsInPutAwayDtl.Dock = System.Windows.Forms.DockStyle.Fill;
  806. this.kdgv_WmsInPutAwayDtl.Location = new System.Drawing.Point(0, 0);
  807. this.kdgv_WmsInPutAwayDtl.MultiSelect = false;
  808. this.kdgv_WmsInPutAwayDtl.Name = "kdgv_WmsInPutAwayDtl";
  809. this.kdgv_WmsInPutAwayDtl.RowHeadersVisible = false;
  810. this.kdgv_WmsInPutAwayDtl.RowTemplate.Height = 23;
  811. this.kdgv_WmsInPutAwayDtl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  812. this.kdgv_WmsInPutAwayDtl.Size = new System.Drawing.Size(1364, 265);
  813. this.kdgv_WmsInPutAwayDtl.TabIndex = 1;
  814. this.kdgv_WmsInPutAwayDtl.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_WmsInPutAwayDtl_DataError);
  815. //
  816. // dataGridViewTextBoxColumn1
  817. //
  818. this.dataGridViewTextBoxColumn1.HeaderText = "序号";
  819. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  820. this.dataGridViewTextBoxColumn1.Width = 62;
  821. //
  822. // dataGridViewTextBoxColumn2
  823. //
  824. this.dataGridViewTextBoxColumn2.HeaderText = "物料编码";
  825. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  826. this.dataGridViewTextBoxColumn2.Width = 88;
  827. //
  828. // dataGridViewTextBoxColumn3
  829. //
  830. this.dataGridViewTextBoxColumn3.HeaderText = "物料名称";
  831. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  832. this.dataGridViewTextBoxColumn3.Width = 88;
  833. //
  834. // dataGridViewTextBoxColumn4
  835. //
  836. this.dataGridViewTextBoxColumn4.HeaderText = "物料条码";
  837. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  838. this.dataGridViewTextBoxColumn4.Width = 88;
  839. //
  840. // dataGridViewTextBoxColumn5
  841. //
  842. this.dataGridViewTextBoxColumn5.HeaderText = "物料规格";
  843. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  844. this.dataGridViewTextBoxColumn5.Width = 88;
  845. //
  846. // Column2
  847. //
  848. this.Column2.HeaderText = "单位";
  849. this.Column2.Name = "Column2";
  850. this.Column2.Width = 62;
  851. //
  852. // dataGridViewTextBoxColumn6
  853. //
  854. this.dataGridViewTextBoxColumn6.HeaderText = "批次号";
  855. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  856. this.dataGridViewTextBoxColumn6.Width = 75;
  857. //
  858. // Column4
  859. //
  860. this.Column4.HeaderText = "上架数量";
  861. this.Column4.Name = "Column4";
  862. this.Column4.Width = 88;
  863. //
  864. // dataGridViewTextBoxColumn9
  865. //
  866. this.dataGridViewTextBoxColumn9.HeaderText = "供应商编码";
  867. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  868. this.dataGridViewTextBoxColumn9.Width = 101;
  869. //
  870. // dataGridViewTextBoxColumn10
  871. //
  872. this.dataGridViewTextBoxColumn10.HeaderText = "供应商名称";
  873. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  874. this.dataGridViewTextBoxColumn10.Width = 101;
  875. //
  876. // dataGridViewTextBoxColumn11
  877. //
  878. this.dataGridViewTextBoxColumn11.HeaderText = "生产日期";
  879. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  880. this.dataGridViewTextBoxColumn11.Width = 88;
  881. //
  882. // dataGridViewTextBoxColumn12
  883. //
  884. this.dataGridViewTextBoxColumn12.HeaderText = "失效日期";
  885. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  886. this.dataGridViewTextBoxColumn12.Width = 88;
  887. //
  888. // Column1
  889. //
  890. this.Column1.HeaderText = "明细状态";
  891. this.Column1.Name = "Column1";
  892. this.Column1.Width = 88;
  893. //
  894. // Column15
  895. //
  896. this.Column15.HeaderText = "质检状态";
  897. this.Column15.Name = "Column15";
  898. this.Column15.Width = 88;
  899. //
  900. // Column16
  901. //
  902. this.Column16.HeaderText = "物品状态";
  903. this.Column16.Name = "Column16";
  904. this.Column16.Width = 88;
  905. //
  906. // dataGridViewTextBoxColumn13
  907. //
  908. this.dataGridViewTextBoxColumn13.HeaderText = "创建人";
  909. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  910. this.dataGridViewTextBoxColumn13.Width = 75;
  911. //
  912. // dataGridViewTextBoxColumn14
  913. //
  914. this.dataGridViewTextBoxColumn14.HeaderText = "创建时间";
  915. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  916. this.dataGridViewTextBoxColumn14.Width = 88;
  917. //
  918. // dataGridViewTextBoxColumn15
  919. //
  920. this.dataGridViewTextBoxColumn15.HeaderText = "最后更新人";
  921. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  922. this.dataGridViewTextBoxColumn15.Width = 101;
  923. //
  924. // dataGridViewTextBoxColumn16
  925. //
  926. this.dataGridViewTextBoxColumn16.HeaderText = "最后更新时间";
  927. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  928. this.dataGridViewTextBoxColumn16.Width = 114;
  929. //
  930. // kgb_DetailTable
  931. //
  932. this.kgb_DetailTable.CaptionOverlap = 0D;
  933. this.kgb_DetailTable.Dock = System.Windows.Forms.DockStyle.Bottom;
  934. this.kgb_DetailTable.Location = new System.Drawing.Point(0, 475);
  935. this.kgb_DetailTable.Name = "kgb_DetailTable";
  936. //
  937. // kgb_DetailTable.Panel
  938. //
  939. this.kgb_DetailTable.Panel.AutoScroll = true;
  940. this.kgb_DetailTable.Panel.Controls.Add(this.kdgv_WmsInPutAwayDtl);
  941. this.kgb_DetailTable.Size = new System.Drawing.Size(1368, 289);
  942. this.kgb_DetailTable.TabIndex = 63;
  943. this.kgb_DetailTable.Values.Heading = "上架单明细表:";
  944. //
  945. // kryptonPanelSearch
  946. //
  947. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanelSearch);
  948. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanelEdit);
  949. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel1);
  950. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  951. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  952. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  953. this.kryptonPanelSearch.Size = new System.Drawing.Size(1364, 116);
  954. this.kryptonPanelSearch.TabIndex = 46;
  955. //
  956. // tableLayoutPanelSearch
  957. //
  958. this.tableLayoutPanelSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  959. | System.Windows.Forms.AnchorStyles.Right)));
  960. this.tableLayoutPanelSearch.BackColor = System.Drawing.Color.Transparent;
  961. this.tableLayoutPanelSearch.ColumnCount = 4;
  962. this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  963. this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  964. this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  965. this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  966. this.tableLayoutPanelSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  967. this.tableLayoutPanelSearch.Controls.Add(this.kbtnSearch, 0, 0);
  968. this.tableLayoutPanelSearch.Controls.Add(this.kbtnExport, 2, 0);
  969. this.tableLayoutPanelSearch.Controls.Add(this.kbtnReset, 1, 0);
  970. this.tableLayoutPanelSearch.Controls.Add(this.kbtnPrint, 3, 0);
  971. this.tableLayoutPanelSearch.Location = new System.Drawing.Point(1017, 77);
  972. this.tableLayoutPanelSearch.Name = "tableLayoutPanelSearch";
  973. this.tableLayoutPanelSearch.RowCount = 1;
  974. this.tableLayoutPanelSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  975. this.tableLayoutPanelSearch.Size = new System.Drawing.Size(345, 35);
  976. this.tableLayoutPanelSearch.TabIndex = 1;
  977. //
  978. // kbtnSearch
  979. //
  980. this.kbtnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  981. | System.Windows.Forms.AnchorStyles.Left)
  982. | System.Windows.Forms.AnchorStyles.Right)));
  983. this.kbtnSearch.Location = new System.Drawing.Point(3, 3);
  984. this.kbtnSearch.Name = "kbtnSearch";
  985. this.kbtnSearch.Size = new System.Drawing.Size(80, 29);
  986. this.kbtnSearch.TabIndex = 0;
  987. this.kbtnSearch.Tag = "";
  988. this.kbtnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  989. this.kbtnSearch.Values.Text = "查询";
  990. this.kbtnSearch.Click += new System.EventHandler(this.kbtnSearch_Click);
  991. //
  992. // kbtnExport
  993. //
  994. this.kbtnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  995. | System.Windows.Forms.AnchorStyles.Left)
  996. | System.Windows.Forms.AnchorStyles.Right)));
  997. this.kbtnExport.Location = new System.Drawing.Point(175, 3);
  998. this.kbtnExport.Name = "kbtnExport";
  999. this.kbtnExport.Size = new System.Drawing.Size(80, 29);
  1000. this.kbtnExport.TabIndex = 1;
  1001. this.kbtnExport.Tag = "Auth";
  1002. this.kbtnExport.Values.Image = global::NXWMS.Properties.Resources.export;
  1003. this.kbtnExport.Values.Text = "导出";
  1004. this.kbtnExport.Click += new System.EventHandler(this.kbtnExport_Click);
  1005. //
  1006. // kbtnReset
  1007. //
  1008. this.kbtnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1009. | System.Windows.Forms.AnchorStyles.Left)
  1010. | System.Windows.Forms.AnchorStyles.Right)));
  1011. this.kbtnReset.Location = new System.Drawing.Point(89, 3);
  1012. this.kbtnReset.Name = "kbtnReset";
  1013. this.kbtnReset.Size = new System.Drawing.Size(80, 29);
  1014. this.kbtnReset.TabIndex = 0;
  1015. this.kbtnReset.Tag = "";
  1016. this.kbtnReset.Values.Image = global::NXWMS.Properties.Resources.reset;
  1017. this.kbtnReset.Values.Text = "重置条件";
  1018. this.kbtnReset.Click += new System.EventHandler(this.kbtnReset_Click);
  1019. //
  1020. // kbtnPrint
  1021. //
  1022. this.kbtnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1023. | System.Windows.Forms.AnchorStyles.Left)
  1024. | System.Windows.Forms.AnchorStyles.Right)));
  1025. this.kbtnPrint.Location = new System.Drawing.Point(261, 3);
  1026. this.kbtnPrint.Name = "kbtnPrint";
  1027. this.kbtnPrint.Size = new System.Drawing.Size(81, 29);
  1028. this.kbtnPrint.TabIndex = 2;
  1029. this.kbtnPrint.Tag = "Auth";
  1030. this.kbtnPrint.Values.Image = global::NXWMS.Properties.Resources.print;
  1031. this.kbtnPrint.Values.Text = "打印";
  1032. this.kbtnPrint.Click += new System.EventHandler(this.kbtnPrint_Click);
  1033. //
  1034. // kgb_QueryArea
  1035. //
  1036. this.kgb_QueryArea.CaptionOverlap = 0D;
  1037. this.kgb_QueryArea.Dock = System.Windows.Forms.DockStyle.Top;
  1038. this.kgb_QueryArea.Location = new System.Drawing.Point(0, 0);
  1039. this.kgb_QueryArea.Name = "kgb_QueryArea";
  1040. //
  1041. // kgb_QueryArea.Panel
  1042. //
  1043. this.kgb_QueryArea.Panel.Controls.Add(this.kryptonPanelSearch);
  1044. this.kgb_QueryArea.Size = new System.Drawing.Size(1368, 143);
  1045. this.kgb_QueryArea.TabIndex = 61;
  1046. this.kgb_QueryArea.Values.Heading = "查询操作区:";
  1047. //
  1048. // kryptonContextMenuItem3
  1049. //
  1050. this.kryptonContextMenuItem3.Text = "Menu Item";
  1051. //
  1052. // frmWmsInPutAway
  1053. //
  1054. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1055. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1056. this.ClientSize = new System.Drawing.Size(1368, 764);
  1057. this.Controls.Add(this.kgb_MainTable);
  1058. this.Controls.Add(this.kgb_DetailTable);
  1059. this.Controls.Add(this.kgb_QueryArea);
  1060. this.Name = "frmWmsInPutAway";
  1061. this.Text = "上架单管理";
  1062. this.Load += new System.EventHandler(this.frmWmsInPuAway_Load);
  1063. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WmsInPutAway)).EndInit();
  1064. this.cms_PutAway.ResumeLayout(false);
  1065. this.tableLayoutPanelEdit.ResumeLayout(false);
  1066. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTable.Panel)).EndInit();
  1067. this.kgb_MainTable.Panel.ResumeLayout(false);
  1068. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTable)).EndInit();
  1069. this.kgb_MainTable.ResumeLayout(false);
  1070. this.tableLayoutPanel1.ResumeLayout(false);
  1071. this.tableLayoutPanel1.PerformLayout();
  1072. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutAwayType)).EndInit();
  1073. ((System.ComponentModel.ISupportInitialize)(this.kcmb_PutAwayStatus)).EndInit();
  1074. ((System.ComponentModel.ISupportInitialize)(this.kcmb_supplierMsg)).EndInit();
  1075. this.cms_PutAwayDtl.ResumeLayout(false);
  1076. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WmsInPutAwayDtl)).EndInit();
  1077. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTable.Panel)).EndInit();
  1078. this.kgb_DetailTable.Panel.ResumeLayout(false);
  1079. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTable)).EndInit();
  1080. this.kgb_DetailTable.ResumeLayout(false);
  1081. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  1082. this.kryptonPanelSearch.ResumeLayout(false);
  1083. this.tableLayoutPanelSearch.ResumeLayout(false);
  1084. ((System.ComponentModel.ISupportInitialize)(this.kgb_QueryArea.Panel)).EndInit();
  1085. this.kgb_QueryArea.Panel.ResumeLayout(false);
  1086. ((System.ComponentModel.ISupportInitialize)(this.kgb_QueryArea)).EndInit();
  1087. this.kgb_QueryArea.ResumeLayout(false);
  1088. this.ResumeLayout(false);
  1089. }
  1090. #endregion
  1091. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_WmsInPutAway;
  1092. private System.Windows.Forms.ContextMenuStrip cms_PutAway;
  1093. private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
  1094. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnEdit;
  1095. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnAdd;
  1096. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnRemove;
  1097. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_ManualPutAway;
  1098. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelEdit;
  1099. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
  1100. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_startCreateTime;
  1101. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  1102. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  1103. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_endCreateTime;
  1104. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  1105. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  1106. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  1107. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
  1108. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
  1109. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  1110. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1111. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1112. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1113. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1114. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1115. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1116. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1117. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem2;
  1118. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTable;
  1119. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  1120. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1121. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  1122. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  1123. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  1124. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  1125. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_PutAwayNo;
  1126. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_palletNo;
  1127. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_materialMsg;
  1128. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_batchNoMsg;
  1129. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_PutAwayType;
  1130. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_PutAwayStatus;
  1131. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_supplierMsg;
  1132. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_TargetBinMsg;
  1133. private System.Windows.Forms.ContextMenuStrip cms_PutAwayDtl;
  1134. private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem1;
  1135. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_WmsInPutAwayDtl;
  1136. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTable;
  1137. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  1138. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearch;
  1139. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnSearch;
  1140. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnExport;
  1141. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnReset;
  1142. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtnPrint;
  1143. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_QueryArea;
  1144. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem3;
  1145. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column7;
  1146. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8;
  1147. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9;
  1148. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column11;
  1149. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column12;
  1150. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewComboBoxColumn Column10;
  1151. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column17;
  1152. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column18;
  1153. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column19;
  1154. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column13;
  1155. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column14;
  1156. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column29;
  1157. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column30;
  1158. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column31;
  1159. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column32;
  1160. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1161. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1162. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1163. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1164. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1165. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  1166. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1167. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1168. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1169. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1170. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1171. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1172. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  1173. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  1174. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  1175. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1176. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1177. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1178. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1179. private Client.FrmCustom.PageToolbar pageToolbar1;
  1180. }
  1181. }