frmWmsOutInvoice.Designer.cs 75 KB

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