frmWmsInRetreat.Designer.cs 79 KB

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