frmWmsInArrival.Designer.cs 69 KB

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