frmWmsInReceipt.Designer.cs 80 KB

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