frmWmsOutPutDown.Designer.cs 69 KB

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