UAS_出货标签管理.Designer.cs 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  1. namespace UAS_LabelMachine
  2. {
  3. partial class UAS_出货标签打印
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
  30. this.pi_inoutno_label = new System.Windows.Forms.Label();
  31. this.label24 = new System.Windows.Forms.Label();
  32. this.LabelMainTain = new System.Windows.Forms.Button();
  33. this.CleanDetail = new System.Windows.Forms.Button();
  34. this.pib_id = new System.Windows.Forms.Label();
  35. this.pi_cardcode = new System.Windows.Forms.Label();
  36. this.pi_cardcode_label = new System.Windows.Forms.Label();
  37. this.Fresh = new System.Windows.Forms.LinkLabel();
  38. this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
  39. this.GetGridOnly = new System.Windows.Forms.CheckBox();
  40. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.MidSource = new System.Windows.Forms.BindingSource(this.components);
  67. this.ChooseAll = new System.Windows.Forms.Button();
  68. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  69. this.AttachInfo = new System.Windows.Forms.Button();
  70. this.pi_date = new System.Windows.Forms.Label();
  71. this.label19 = new System.Windows.Forms.Label();
  72. this.ExportData = new System.Windows.Forms.Button();
  73. this.PrintFooter = new System.Windows.Forms.Button();
  74. this.SetPrintStatus_label = new System.Windows.Forms.Label();
  75. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  76. this.label1 = new System.Windows.Forms.Label();
  77. this.Pack = new System.Windows.Forms.Button();
  78. this.PrintStatus = new System.Windows.Forms.Button();
  79. this.DCCheck = new UAS_LabelMachine.CustomControl.EnterTextBox();
  80. this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  81. this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.pjd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.CollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.UnCollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  91. this.label18 = new System.Windows.Forms.Label();
  92. this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
  93. this.MidBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
  94. this.label16 = new System.Windows.Forms.Label();
  95. this.SingleBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
  96. this.SingleBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
  97. this.label12 = new System.Windows.Forms.Label();
  98. this.label7 = new System.Windows.Forms.Label();
  99. this.Input = new UAS_LabelMachine.CustomControl.EnterTextBox();
  100. this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  101. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  102. this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  103. this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.pjd_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.pib_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.pib_custbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.pib_custmidboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.pib_custoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  120. this.SingleLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  121. this.SingleLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  122. this.SingleLabelPrint = new System.Windows.Forms.Button();
  123. this.SingleLabelAutoPrint = new System.Windows.Forms.CheckBox();
  124. this.SingleLabelCombox = new System.Windows.Forms.ComboBox();
  125. this.MidLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  126. this.MidboxCapacity = new System.Windows.Forms.NumericUpDown();
  127. this.label2 = new System.Windows.Forms.Label();
  128. this.MidLabelNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
  129. this.label5 = new System.Windows.Forms.Label();
  130. this.MidLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  131. this.MidLabelPrint = new System.Windows.Forms.Button();
  132. this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
  133. this.MidLabelCombox = new System.Windows.Forms.ComboBox();
  134. this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  135. this.LogingOut = new System.Windows.Forms.LinkLabel();
  136. this.OutBoxNum = new System.Windows.Forms.ComboBox();
  137. this.label10 = new System.Windows.Forms.Label();
  138. this.label6 = new System.Windows.Forms.Label();
  139. this.OutBoxPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  140. this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
  141. this.OutBoxLabelPrint = new System.Windows.Forms.Button();
  142. this.OutBoxCombox = new System.Windows.Forms.ComboBox();
  143. ((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
  146. this.groupBoxWithBorder1.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
  148. this.SingleLabel.SuspendLayout();
  149. this.MidLabel.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).BeginInit();
  151. this.OutBoxLabel.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
  153. this.SuspendLayout();
  154. //
  155. // pi_inoutno_label
  156. //
  157. this.pi_inoutno_label.AutoSize = true;
  158. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.pi_inoutno_label.Location = new System.Drawing.Point(3, 10);
  160. this.pi_inoutno_label.Name = "pi_inoutno_label";
  161. this.pi_inoutno_label.Size = new System.Drawing.Size(65, 20);
  162. this.pi_inoutno_label.TabIndex = 3;
  163. this.pi_inoutno_label.Text = "出货单号";
  164. //
  165. // label24
  166. //
  167. this.label24.AutoSize = true;
  168. this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label24.Location = new System.Drawing.Point(9, 69);
  170. this.label24.Name = "label24";
  171. this.label24.Size = new System.Drawing.Size(51, 20);
  172. this.label24.TabIndex = 55;
  173. this.label24.Text = "输入框";
  174. //
  175. // LabelMainTain
  176. //
  177. this.LabelMainTain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.LabelMainTain.Location = new System.Drawing.Point(406, 15);
  179. this.LabelMainTain.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  180. this.LabelMainTain.Name = "LabelMainTain";
  181. this.LabelMainTain.Size = new System.Drawing.Size(68, 26);
  182. this.LabelMainTain.TabIndex = 57;
  183. this.LabelMainTain.Text = "标签维护";
  184. this.LabelMainTain.UseVisualStyleBackColor = true;
  185. this.LabelMainTain.Click += new System.EventHandler(this.LabelMaintain_Click);
  186. //
  187. // CleanDetail
  188. //
  189. this.CleanDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.CleanDetail.Location = new System.Drawing.Point(309, 15);
  191. this.CleanDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  192. this.CleanDetail.Name = "CleanDetail";
  193. this.CleanDetail.Size = new System.Drawing.Size(68, 26);
  194. this.CleanDetail.TabIndex = 66;
  195. this.CleanDetail.Text = "清除明细";
  196. this.CleanDetail.UseVisualStyleBackColor = true;
  197. this.CleanDetail.Click += new System.EventHandler(this.CleanDetail_Click);
  198. //
  199. // pib_id
  200. //
  201. this.pib_id.AutoSize = true;
  202. this.pib_id.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.pib_id.Location = new System.Drawing.Point(142, 160);
  204. this.pib_id.Name = "pib_id";
  205. this.pib_id.Size = new System.Drawing.Size(0, 20);
  206. this.pib_id.TabIndex = 69;
  207. this.pib_id.Visible = false;
  208. //
  209. // pi_cardcode
  210. //
  211. this.pi_cardcode.AutoSize = true;
  212. this.pi_cardcode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.pi_cardcode.Location = new System.Drawing.Point(77, 38);
  214. this.pi_cardcode.Name = "pi_cardcode";
  215. this.pi_cardcode.Size = new System.Drawing.Size(0, 20);
  216. this.pi_cardcode.TabIndex = 71;
  217. //
  218. // pi_cardcode_label
  219. //
  220. this.pi_cardcode_label.AutoSize = true;
  221. this.pi_cardcode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.pi_cardcode_label.Location = new System.Drawing.Point(3, 38);
  223. this.pi_cardcode_label.Name = "pi_cardcode_label";
  224. this.pi_cardcode_label.Size = new System.Drawing.Size(65, 20);
  225. this.pi_cardcode_label.TabIndex = 72;
  226. this.pi_cardcode_label.Text = "客户编号";
  227. //
  228. // Fresh
  229. //
  230. this.Fresh.AutoSize = true;
  231. this.Fresh.Location = new System.Drawing.Point(228, 14);
  232. this.Fresh.Name = "Fresh";
  233. this.Fresh.Size = new System.Drawing.Size(29, 12);
  234. this.Fresh.TabIndex = 73;
  235. this.Fresh.TabStop = true;
  236. this.Fresh.Text = "刷新";
  237. this.Fresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Refresh_LinkClicked);
  238. //
  239. // RefreshDBConnect
  240. //
  241. this.RefreshDBConnect.Tick += new System.EventHandler(this.RefreshDBConnect_Tick);
  242. //
  243. // GetGridOnly
  244. //
  245. this.GetGridOnly.AutoSize = true;
  246. this.GetGridOnly.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.GetGridOnly.Location = new System.Drawing.Point(230, 38);
  248. this.GetGridOnly.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.GetGridOnly.Name = "GetGridOnly";
  250. this.GetGridOnly.Size = new System.Drawing.Size(77, 20);
  251. this.GetGridOnly.TabIndex = 82;
  252. this.GetGridOnly.Text = "仅获取表格";
  253. this.GetGridOnly.UseVisualStyleBackColor = true;
  254. //
  255. // dataGridViewCheckBoxColumn1
  256. //
  257. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  258. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  259. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  260. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  261. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  262. this.dataGridViewCheckBoxColumn1.Width = 60;
  263. //
  264. // dataGridViewTextBoxColumn1
  265. //
  266. this.dataGridViewTextBoxColumn1.DataPropertyName = "si_detno";
  267. this.dataGridViewTextBoxColumn1.HeaderText = "bi_id";
  268. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  269. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  270. this.dataGridViewTextBoxColumn1.Visible = false;
  271. this.dataGridViewTextBoxColumn1.Width = 80;
  272. //
  273. // dataGridViewTextBoxColumn2
  274. //
  275. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  276. this.dataGridViewTextBoxColumn2.DataPropertyName = "si_index";
  277. this.dataGridViewTextBoxColumn2.HeaderText = "明细序号";
  278. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  279. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  280. this.dataGridViewTextBoxColumn2.Visible = false;
  281. this.dataGridViewTextBoxColumn2.Width = 96;
  282. //
  283. // dataGridViewTextBoxColumn3
  284. //
  285. this.dataGridViewTextBoxColumn3.DataPropertyName = "bi_prodcode";
  286. this.dataGridViewTextBoxColumn3.HeaderText = "物料编号";
  287. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  288. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  289. this.dataGridViewTextBoxColumn3.Visible = false;
  290. this.dataGridViewTextBoxColumn3.Width = 78;
  291. //
  292. // dataGridViewTextBoxColumn4
  293. //
  294. this.dataGridViewTextBoxColumn4.DataPropertyName = "si_indexstring";
  295. this.dataGridViewTextBoxColumn4.HeaderText = "MPN";
  296. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  297. this.dataGridViewTextBoxColumn4.Visible = false;
  298. this.dataGridViewTextBoxColumn4.Width = 54;
  299. //
  300. // dataGridViewTextBoxColumn5
  301. //
  302. this.dataGridViewTextBoxColumn5.DataPropertyName = "si_length";
  303. this.dataGridViewTextBoxColumn5.HeaderText = "LotNo";
  304. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  305. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  306. this.dataGridViewTextBoxColumn5.Visible = false;
  307. this.dataGridViewTextBoxColumn5.Width = 48;
  308. //
  309. // dataGridViewTextBoxColumn6
  310. //
  311. this.dataGridViewTextBoxColumn6.DataPropertyName = "si_expression";
  312. this.dataGridViewTextBoxColumn6.HeaderText = "DateCode";
  313. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  314. this.dataGridViewTextBoxColumn6.Visible = false;
  315. this.dataGridViewTextBoxColumn6.Width = 60;
  316. //
  317. // dataGridViewTextBoxColumn7
  318. //
  319. this.dataGridViewTextBoxColumn7.DataPropertyName = "bi_inqty";
  320. this.dataGridViewTextBoxColumn7.HeaderText = "数量";
  321. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  322. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  323. this.dataGridViewTextBoxColumn7.Width = 80;
  324. //
  325. // dataGridViewTextBoxColumn8
  326. //
  327. this.dataGridViewTextBoxColumn8.DataPropertyName = "pib_cusbarcode";
  328. this.dataGridViewTextBoxColumn8.HeaderText = "唯一条码";
  329. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  330. this.dataGridViewTextBoxColumn8.Width = 90;
  331. //
  332. // dataGridViewTextBoxColumn9
  333. //
  334. this.dataGridViewTextBoxColumn9.DataPropertyName = "pib_cusoutboxcode";
  335. this.dataGridViewTextBoxColumn9.HeaderText = "中盒号";
  336. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  337. this.dataGridViewTextBoxColumn9.Width = 78;
  338. //
  339. // dataGridViewTextBoxColumn10
  340. //
  341. this.dataGridViewTextBoxColumn10.HeaderText = "外箱号";
  342. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  343. this.dataGridViewTextBoxColumn10.Visible = false;
  344. this.dataGridViewTextBoxColumn10.Width = 108;
  345. //
  346. // dataGridViewTextBoxColumn11
  347. //
  348. this.dataGridViewTextBoxColumn11.DataPropertyName = "si_item";
  349. this.dataGridViewTextBoxColumn11.HeaderText = "采集项次";
  350. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  351. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  352. this.dataGridViewTextBoxColumn11.Width = 54;
  353. //
  354. // dataGridViewTextBoxColumn12
  355. //
  356. this.dataGridViewTextBoxColumn12.DataPropertyName = "si_kind";
  357. this.dataGridViewTextBoxColumn12.HeaderText = "解析方式";
  358. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  359. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  360. this.dataGridViewTextBoxColumn12.Width = 78;
  361. //
  362. // dataGridViewTextBoxColumn13
  363. //
  364. this.dataGridViewTextBoxColumn13.DataPropertyName = "si_expression";
  365. this.dataGridViewTextBoxColumn13.HeaderText = "正则表达式";
  366. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  367. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  368. this.dataGridViewTextBoxColumn13.Width = 66;
  369. //
  370. // dataGridViewTextBoxColumn14
  371. //
  372. this.dataGridViewTextBoxColumn14.DataPropertyName = "si_index";
  373. this.dataGridViewTextBoxColumn14.HeaderText = "起始位置";
  374. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  375. this.dataGridViewTextBoxColumn14.Width = 78;
  376. //
  377. // dataGridViewTextBoxColumn15
  378. //
  379. this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  380. this.dataGridViewTextBoxColumn15.DataPropertyName = "si_length";
  381. this.dataGridViewTextBoxColumn15.HeaderText = "字符长度";
  382. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  383. this.dataGridViewTextBoxColumn15.Width = 90;
  384. //
  385. // dataGridViewTextBoxColumn16
  386. //
  387. this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  388. this.dataGridViewTextBoxColumn16.DataPropertyName = "pib_outboxcode2";
  389. this.dataGridViewTextBoxColumn16.HeaderText = "外箱号";
  390. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  391. this.dataGridViewTextBoxColumn16.Width = 90;
  392. //
  393. // dataGridViewCheckBoxColumn2
  394. //
  395. this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  396. this.dataGridViewCheckBoxColumn2.DataPropertyName = "pib_ifpick";
  397. this.dataGridViewCheckBoxColumn2.HeaderText = "已采集";
  398. this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
  399. this.dataGridViewCheckBoxColumn2.Width = 60;
  400. //
  401. // dataGridViewCheckBoxColumn3
  402. //
  403. this.dataGridViewCheckBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  404. this.dataGridViewCheckBoxColumn3.DataPropertyName = "pib_ifprint";
  405. this.dataGridViewCheckBoxColumn3.HeaderText = "已打印";
  406. this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3";
  407. this.dataGridViewCheckBoxColumn3.Width = 60;
  408. //
  409. // dataGridViewTextBoxColumn17
  410. //
  411. this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  412. this.dataGridViewTextBoxColumn17.DataPropertyName = "si_detno";
  413. this.dataGridViewTextBoxColumn17.HeaderText = "顺序";
  414. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  415. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  416. this.dataGridViewTextBoxColumn17.Width = 60;
  417. //
  418. // dataGridViewTextBoxColumn18
  419. //
  420. this.dataGridViewTextBoxColumn18.DataPropertyName = "si_index";
  421. this.dataGridViewTextBoxColumn18.HeaderText = "起始位置";
  422. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  423. this.dataGridViewTextBoxColumn18.Visible = false;
  424. //
  425. // dataGridViewTextBoxColumn19
  426. //
  427. this.dataGridViewTextBoxColumn19.DataPropertyName = "si_kind";
  428. this.dataGridViewTextBoxColumn19.HeaderText = "解析方式";
  429. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  430. this.dataGridViewTextBoxColumn19.Visible = false;
  431. //
  432. // dataGridViewTextBoxColumn20
  433. //
  434. this.dataGridViewTextBoxColumn20.DataPropertyName = "si_indexstring";
  435. this.dataGridViewTextBoxColumn20.HeaderText = "索引字符";
  436. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  437. this.dataGridViewTextBoxColumn20.Visible = false;
  438. //
  439. // dataGridViewTextBoxColumn21
  440. //
  441. this.dataGridViewTextBoxColumn21.DataPropertyName = "si_length";
  442. this.dataGridViewTextBoxColumn21.HeaderText = "长度";
  443. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  444. this.dataGridViewTextBoxColumn21.Visible = false;
  445. //
  446. // dataGridViewTextBoxColumn22
  447. //
  448. this.dataGridViewTextBoxColumn22.DataPropertyName = "si_expression";
  449. this.dataGridViewTextBoxColumn22.HeaderText = "正则表达式";
  450. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  451. this.dataGridViewTextBoxColumn22.Visible = false;
  452. //
  453. // dataGridViewTextBoxColumn23
  454. //
  455. this.dataGridViewTextBoxColumn23.DataPropertyName = "si_item";
  456. this.dataGridViewTextBoxColumn23.HeaderText = "采集项目";
  457. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  458. this.dataGridViewTextBoxColumn23.ReadOnly = true;
  459. this.dataGridViewTextBoxColumn23.Width = 80;
  460. //
  461. // ChooseAll
  462. //
  463. this.ChooseAll.Location = new System.Drawing.Point(0, 365);
  464. this.ChooseAll.Margin = new System.Windows.Forms.Padding(2);
  465. this.ChooseAll.Name = "ChooseAll";
  466. this.ChooseAll.Size = new System.Drawing.Size(38, 22);
  467. this.ChooseAll.TabIndex = 84;
  468. this.ChooseAll.Text = "全选";
  469. this.ChooseAll.UseVisualStyleBackColor = true;
  470. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  471. //
  472. // AttachInfo
  473. //
  474. this.AttachInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.AttachInfo.Location = new System.Drawing.Point(406, 48);
  476. this.AttachInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  477. this.AttachInfo.Name = "AttachInfo";
  478. this.AttachInfo.Size = new System.Drawing.Size(68, 26);
  479. this.AttachInfo.TabIndex = 85;
  480. this.AttachInfo.Text = "附加信息设置";
  481. this.AttachInfo.UseVisualStyleBackColor = true;
  482. this.AttachInfo.Click += new System.EventHandler(this.AttachInfo_Click);
  483. //
  484. // pi_date
  485. //
  486. this.pi_date.AutoSize = true;
  487. this.pi_date.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.pi_date.Location = new System.Drawing.Point(5, 158);
  489. this.pi_date.Name = "pi_date";
  490. this.pi_date.Size = new System.Drawing.Size(0, 20);
  491. this.pi_date.TabIndex = 86;
  492. this.pi_date.Visible = false;
  493. //
  494. // label19
  495. //
  496. this.label19.AutoSize = true;
  497. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.label19.Location = new System.Drawing.Point(4, 178);
  499. this.label19.Name = "label19";
  500. this.label19.Size = new System.Drawing.Size(74, 21);
  501. this.label19.TabIndex = 87;
  502. this.label19.Text = "物料资料";
  503. //
  504. // ExportData
  505. //
  506. this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.ExportData.Location = new System.Drawing.Point(309, 48);
  508. this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  509. this.ExportData.Name = "ExportData";
  510. this.ExportData.Size = new System.Drawing.Size(68, 26);
  511. this.ExportData.TabIndex = 91;
  512. this.ExportData.Text = "导出数据";
  513. this.ExportData.UseVisualStyleBackColor = true;
  514. this.ExportData.Click += new System.EventHandler(this.ExportData_Click);
  515. //
  516. // PrintFooter
  517. //
  518. this.PrintFooter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.PrintFooter.Location = new System.Drawing.Point(503, 15);
  520. this.PrintFooter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  521. this.PrintFooter.Name = "PrintFooter";
  522. this.PrintFooter.Size = new System.Drawing.Size(68, 26);
  523. this.PrintFooter.TabIndex = 89;
  524. this.PrintFooter.Text = "打印唛头";
  525. this.PrintFooter.UseVisualStyleBackColor = true;
  526. this.PrintFooter.Click += new System.EventHandler(this.PrintFooter_Click);
  527. //
  528. // SetPrintStatus_label
  529. //
  530. this.SetPrintStatus_label.AutoSize = true;
  531. this.SetPrintStatus_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  532. this.SetPrintStatus_label.ForeColor = System.Drawing.Color.Green;
  533. this.SetPrintStatus_label.Location = new System.Drawing.Point(475, 165);
  534. this.SetPrintStatus_label.Name = "SetPrintStatus_label";
  535. this.SetPrintStatus_label.Size = new System.Drawing.Size(58, 21);
  536. this.SetPrintStatus_label.TabIndex = 76;
  537. this.SetPrintStatus_label.Text = "可打印";
  538. //
  539. // pictureBox1
  540. //
  541. this.pictureBox1.Image = global::UAS_LabelMachine.Properties.Resources.Status;
  542. this.pictureBox1.Location = new System.Drawing.Point(320, 114);
  543. this.pictureBox1.Name = "pictureBox1";
  544. this.pictureBox1.Size = new System.Drawing.Size(136, 74);
  545. this.pictureBox1.TabIndex = 93;
  546. this.pictureBox1.TabStop = false;
  547. //
  548. // label1
  549. //
  550. this.label1.AutoSize = true;
  551. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.label1.Location = new System.Drawing.Point(3, 151);
  553. this.label1.Name = "label1";
  554. this.label1.Size = new System.Drawing.Size(57, 20);
  555. this.label1.TabIndex = 95;
  556. this.label1.Text = "DC校验";
  557. //
  558. // Pack
  559. //
  560. this.Pack.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.Pack.Location = new System.Drawing.Point(503, 48);
  562. this.Pack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  563. this.Pack.Name = "Pack";
  564. this.Pack.Size = new System.Drawing.Size(68, 26);
  565. this.Pack.TabIndex = 96;
  566. this.Pack.Text = "封箱";
  567. this.Pack.UseVisualStyleBackColor = true;
  568. this.Pack.Click += new System.EventHandler(this.Pack_Click);
  569. //
  570. // PrintStatus
  571. //
  572. this.PrintStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.PrintStatus.Location = new System.Drawing.Point(309, 80);
  574. this.PrintStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  575. this.PrintStatus.Name = "PrintStatus";
  576. this.PrintStatus.Size = new System.Drawing.Size(68, 26);
  577. this.PrintStatus.TabIndex = 97;
  578. this.PrintStatus.Text = "打印状态";
  579. this.PrintStatus.UseVisualStyleBackColor = true;
  580. this.PrintStatus.Click += new System.EventHandler(this.PrintStatus_Click);
  581. //
  582. // DCCheck
  583. //
  584. this.DCCheck.ID = null;
  585. this.DCCheck.Location = new System.Drawing.Point(76, 151);
  586. this.DCCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  587. this.DCCheck.Name = "DCCheck";
  588. this.DCCheck.Size = new System.Drawing.Size(60, 21);
  589. this.DCCheck.Str = null;
  590. this.DCCheck.Str1 = null;
  591. this.DCCheck.Str2 = null;
  592. this.DCCheck.TabIndex = 94;
  593. this.DCCheck.Leave += new System.EventHandler(this.DCCheck_Leave);
  594. //
  595. // GridPrcode
  596. //
  597. this.GridPrcode.AllowUserToAddRows = false;
  598. this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
  599. this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  600. this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  601. this.pd_pdno,
  602. this.pjd_id,
  603. this.pd_prodcode,
  604. this.CollectedNum,
  605. this.UnCollectedNum,
  606. this.pd_outqty,
  607. this.pr_unit,
  608. this.pd_brand,
  609. this.pjd_zxbzs_user});
  610. this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
  611. this.GridPrcode.Location = new System.Drawing.Point(0, 201);
  612. this.GridPrcode.MultiSelect = false;
  613. this.GridPrcode.Name = "GridPrcode";
  614. this.GridPrcode.RowTemplate.Height = 23;
  615. this.GridPrcode.Size = new System.Drawing.Size(1257, 158);
  616. this.GridPrcode.TabIndex = 88;
  617. this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
  618. this.GridPrcode.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellEndEdit);
  619. this.GridPrcode.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridPrcode_CellMouseUp);
  620. this.GridPrcode.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.GridPrcode_CellPainting);
  621. this.GridPrcode.SelectionChanged += new System.EventHandler(this.GridPrcode_SelectionChanged);
  622. //
  623. // pd_pdno
  624. //
  625. this.pd_pdno.DataPropertyName = "pd_pdno";
  626. this.pd_pdno.HeaderText = "明细序号";
  627. this.pd_pdno.Name = "pd_pdno";
  628. this.pd_pdno.ReadOnly = true;
  629. this.pd_pdno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  630. //
  631. // pjd_id
  632. //
  633. this.pjd_id.DataPropertyName = "pjd_id";
  634. this.pjd_id.HeaderText = "pjd_id";
  635. this.pjd_id.Name = "pjd_id";
  636. this.pjd_id.Visible = false;
  637. //
  638. // pd_prodcode
  639. //
  640. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  641. this.pd_prodcode.HeaderText = "物料编号";
  642. this.pd_prodcode.Name = "pd_prodcode";
  643. this.pd_prodcode.ReadOnly = true;
  644. this.pd_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  645. //
  646. // CollectedNum
  647. //
  648. this.CollectedNum.DataPropertyName = "CollectedNum";
  649. this.CollectedNum.HeaderText = "已采数";
  650. this.CollectedNum.Name = "CollectedNum";
  651. this.CollectedNum.ReadOnly = true;
  652. //
  653. // UnCollectedNum
  654. //
  655. this.UnCollectedNum.DataPropertyName = "UnCollectedNum";
  656. this.UnCollectedNum.HeaderText = "未采集";
  657. this.UnCollectedNum.Name = "UnCollectedNum";
  658. this.UnCollectedNum.ReadOnly = true;
  659. //
  660. // pd_outqty
  661. //
  662. this.pd_outqty.DataPropertyName = "pd_outqty";
  663. this.pd_outqty.HeaderText = "出库数量";
  664. this.pd_outqty.Name = "pd_outqty";
  665. this.pd_outqty.ReadOnly = true;
  666. this.pd_outqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  667. //
  668. // pr_unit
  669. //
  670. this.pr_unit.DataPropertyName = "pr_unit";
  671. this.pr_unit.HeaderText = "单位";
  672. this.pr_unit.Name = "pr_unit";
  673. this.pr_unit.ReadOnly = true;
  674. this.pr_unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  675. //
  676. // pd_brand
  677. //
  678. this.pd_brand.DataPropertyName = "pd_brand";
  679. this.pd_brand.HeaderText = "品牌";
  680. this.pd_brand.Name = "pd_brand";
  681. this.pd_brand.ReadOnly = true;
  682. this.pd_brand.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  683. //
  684. // pjd_zxbzs_user
  685. //
  686. this.pjd_zxbzs_user.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  687. this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
  688. this.pjd_zxbzs_user.HeaderText = "最小包装";
  689. this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
  690. this.pjd_zxbzs_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  691. //
  692. // groupBoxWithBorder1
  693. //
  694. this.groupBoxWithBorder1.Controls.Add(this.label18);
  695. this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
  696. this.groupBoxWithBorder1.Controls.Add(this.MidBoxBegin);
  697. this.groupBoxWithBorder1.Controls.Add(this.label16);
  698. this.groupBoxWithBorder1.Controls.Add(this.SingleBoxEnd);
  699. this.groupBoxWithBorder1.Controls.Add(this.SingleBoxBegin);
  700. this.groupBoxWithBorder1.Controls.Add(this.label12);
  701. this.groupBoxWithBorder1.Controls.Add(this.label7);
  702. this.groupBoxWithBorder1.Location = new System.Drawing.Point(598, 6);
  703. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  704. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  705. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  706. this.groupBoxWithBorder1.Size = new System.Drawing.Size(151, 191);
  707. this.groupBoxWithBorder1.TabIndex = 81;
  708. this.groupBoxWithBorder1.TabStop = false;
  709. this.groupBoxWithBorder1.Text = " 打印参数设置";
  710. //
  711. // label18
  712. //
  713. this.label18.AutoSize = true;
  714. this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.label18.Location = new System.Drawing.Point(67, 109);
  716. this.label18.Name = "label18";
  717. this.label18.Size = new System.Drawing.Size(13, 17);
  718. this.label18.TabIndex = 90;
  719. this.label18.Text = "-";
  720. //
  721. // MidBoxEnd
  722. //
  723. this.MidBoxEnd.ID = null;
  724. this.MidBoxEnd.Location = new System.Drawing.Point(88, 108);
  725. this.MidBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  726. this.MidBoxEnd.Name = "MidBoxEnd";
  727. this.MidBoxEnd.Size = new System.Drawing.Size(50, 21);
  728. this.MidBoxEnd.Str = null;
  729. this.MidBoxEnd.Str1 = null;
  730. this.MidBoxEnd.Str2 = null;
  731. this.MidBoxEnd.TabIndex = 89;
  732. //
  733. // MidBoxBegin
  734. //
  735. this.MidBoxBegin.ID = null;
  736. this.MidBoxBegin.Location = new System.Drawing.Point(13, 108);
  737. this.MidBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  738. this.MidBoxBegin.Name = "MidBoxBegin";
  739. this.MidBoxBegin.Size = new System.Drawing.Size(50, 21);
  740. this.MidBoxBegin.Str = null;
  741. this.MidBoxBegin.Str1 = null;
  742. this.MidBoxBegin.Str2 = null;
  743. this.MidBoxBegin.TabIndex = 88;
  744. //
  745. // label16
  746. //
  747. this.label16.AutoSize = true;
  748. this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  749. this.label16.Location = new System.Drawing.Point(66, 46);
  750. this.label16.Name = "label16";
  751. this.label16.Size = new System.Drawing.Size(13, 17);
  752. this.label16.TabIndex = 87;
  753. this.label16.Text = "-";
  754. //
  755. // SingleBoxEnd
  756. //
  757. this.SingleBoxEnd.ID = null;
  758. this.SingleBoxEnd.Location = new System.Drawing.Point(87, 45);
  759. this.SingleBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  760. this.SingleBoxEnd.Name = "SingleBoxEnd";
  761. this.SingleBoxEnd.Size = new System.Drawing.Size(50, 21);
  762. this.SingleBoxEnd.Str = null;
  763. this.SingleBoxEnd.Str1 = null;
  764. this.SingleBoxEnd.Str2 = null;
  765. this.SingleBoxEnd.TabIndex = 86;
  766. //
  767. // SingleBoxBegin
  768. //
  769. this.SingleBoxBegin.ID = null;
  770. this.SingleBoxBegin.Location = new System.Drawing.Point(12, 45);
  771. this.SingleBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  772. this.SingleBoxBegin.Name = "SingleBoxBegin";
  773. this.SingleBoxBegin.Size = new System.Drawing.Size(50, 21);
  774. this.SingleBoxBegin.Str = null;
  775. this.SingleBoxBegin.Str1 = null;
  776. this.SingleBoxBegin.Str2 = null;
  777. this.SingleBoxBegin.TabIndex = 85;
  778. //
  779. // label12
  780. //
  781. this.label12.AutoSize = true;
  782. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.label12.Location = new System.Drawing.Point(8, 74);
  784. this.label12.Name = "label12";
  785. this.label12.Size = new System.Drawing.Size(56, 17);
  786. this.label12.TabIndex = 77;
  787. this.label12.Text = "中盒范围";
  788. //
  789. // label7
  790. //
  791. this.label7.AutoSize = true;
  792. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  793. this.label7.Location = new System.Drawing.Point(8, 17);
  794. this.label7.Name = "label7";
  795. this.label7.Size = new System.Drawing.Size(56, 17);
  796. this.label7.TabIndex = 76;
  797. this.label7.Text = "单盘范围";
  798. //
  799. // Input
  800. //
  801. this.Input.ID = null;
  802. this.Input.Location = new System.Drawing.Point(76, 72);
  803. this.Input.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  804. this.Input.Multiline = true;
  805. this.Input.Name = "Input";
  806. this.Input.Size = new System.Drawing.Size(150, 68);
  807. this.Input.Str = null;
  808. this.Input.Str1 = null;
  809. this.Input.Str2 = null;
  810. this.Input.TabIndex = 54;
  811. this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
  812. this.Input.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Input_KeyUp);
  813. //
  814. // LabelInf
  815. //
  816. this.LabelInf.AllowUserToAddRows = false;
  817. this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  818. this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  819. this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  820. this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  821. this.Choose,
  822. this.pib_ifprint,
  823. this.pib_id1,
  824. this.pib_pdno,
  825. this.pib_prodcode,
  826. this.pjd_orispeccode,
  827. this.pib_brand,
  828. this.pr_zxbzs,
  829. this.pib_lotno,
  830. this.pib_datecode,
  831. this.pib_qty,
  832. this.pib_custbarcode,
  833. this.pib_custmidboxcode,
  834. this.pib_custoutboxcode,
  835. this.pd_pocode,
  836. this.pr_spec,
  837. this.pib_outboxcode1,
  838. this.pib_outboxcode2});
  839. this.LabelInf.Location = new System.Drawing.Point(0, 365);
  840. this.LabelInf.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  841. this.LabelInf.Name = "LabelInf";
  842. this.LabelInf.RowTemplate.Height = 23;
  843. this.LabelInf.Size = new System.Drawing.Size(1257, 346);
  844. this.LabelInf.TabIndex = 27;
  845. this.LabelInf.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellValueChanged);
  846. this.LabelInf.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelInf_DataError);
  847. //
  848. // Choose
  849. //
  850. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  851. this.Choose.HeaderText = "勾选";
  852. this.Choose.Name = "Choose";
  853. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  854. this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  855. this.Choose.Width = 55;
  856. //
  857. // pib_ifprint
  858. //
  859. this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  860. this.pib_ifprint.DataPropertyName = "pib_ifprint";
  861. this.pib_ifprint.HeaderText = "已打印";
  862. this.pib_ifprint.Name = "pib_ifprint";
  863. this.pib_ifprint.Width = 60;
  864. //
  865. // pib_id1
  866. //
  867. this.pib_id1.DataPropertyName = "pib_id";
  868. this.pib_id1.HeaderText = "pib_id";
  869. this.pib_id1.Name = "pib_id1";
  870. this.pib_id1.Visible = false;
  871. this.pib_id1.Width = 66;
  872. //
  873. // pib_pdno
  874. //
  875. this.pib_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  876. this.pib_pdno.DataPropertyName = "pib_pdno";
  877. this.pib_pdno.HeaderText = "明细序号";
  878. this.pib_pdno.Name = "pib_pdno";
  879. this.pib_pdno.ReadOnly = true;
  880. this.pib_pdno.Width = 96;
  881. //
  882. // pib_prodcode
  883. //
  884. this.pib_prodcode.DataPropertyName = "pib_prodcode";
  885. this.pib_prodcode.HeaderText = "物料编号";
  886. this.pib_prodcode.Name = "pib_prodcode";
  887. this.pib_prodcode.ReadOnly = true;
  888. this.pib_prodcode.Width = 78;
  889. //
  890. // pjd_orispeccode
  891. //
  892. this.pjd_orispeccode.DataPropertyName = "pjd_orispeccode";
  893. this.pjd_orispeccode.HeaderText = "MPN";
  894. this.pjd_orispeccode.Name = "pjd_orispeccode";
  895. this.pjd_orispeccode.ReadOnly = true;
  896. this.pjd_orispeccode.Width = 48;
  897. //
  898. // pib_brand
  899. //
  900. this.pib_brand.DataPropertyName = "pib_brand";
  901. this.pib_brand.HeaderText = "品牌";
  902. this.pib_brand.Name = "pib_brand";
  903. this.pib_brand.ReadOnly = true;
  904. this.pib_brand.Width = 54;
  905. //
  906. // pr_zxbzs
  907. //
  908. this.pr_zxbzs.DataPropertyName = "pr_zxbzs";
  909. this.pr_zxbzs.HeaderText = "最小包装数";
  910. this.pr_zxbzs.Name = "pr_zxbzs";
  911. this.pr_zxbzs.Visible = false;
  912. this.pr_zxbzs.Width = 90;
  913. //
  914. // pib_lotno
  915. //
  916. this.pib_lotno.DataPropertyName = "pib_lotno";
  917. this.pib_lotno.HeaderText = "LotNo";
  918. this.pib_lotno.Name = "pib_lotno";
  919. this.pib_lotno.ReadOnly = true;
  920. this.pib_lotno.Width = 60;
  921. //
  922. // pib_datecode
  923. //
  924. this.pib_datecode.DataPropertyName = "pib_datecode";
  925. this.pib_datecode.HeaderText = "DateCode";
  926. this.pib_datecode.Name = "pib_datecode";
  927. this.pib_datecode.ReadOnly = true;
  928. this.pib_datecode.Width = 78;
  929. //
  930. // pib_qty
  931. //
  932. this.pib_qty.DataPropertyName = "pib_qty";
  933. this.pib_qty.HeaderText = "数量";
  934. this.pib_qty.Name = "pib_qty";
  935. this.pib_qty.ReadOnly = true;
  936. this.pib_qty.Width = 54;
  937. //
  938. // pib_custbarcode
  939. //
  940. this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
  941. this.pib_custbarcode.HeaderText = "料盘条码";
  942. this.pib_custbarcode.Name = "pib_custbarcode";
  943. this.pib_custbarcode.ReadOnly = true;
  944. this.pib_custbarcode.Width = 78;
  945. //
  946. // pib_custmidboxcode
  947. //
  948. this.pib_custmidboxcode.DataPropertyName = "pib_custmidboxcode";
  949. this.pib_custmidboxcode.HeaderText = "中盒条码";
  950. this.pib_custmidboxcode.Name = "pib_custmidboxcode";
  951. this.pib_custmidboxcode.Width = 78;
  952. //
  953. // pib_custoutboxcode
  954. //
  955. this.pib_custoutboxcode.DataPropertyName = "pib_custoutboxcode";
  956. this.pib_custoutboxcode.HeaderText = "外箱条码";
  957. this.pib_custoutboxcode.Name = "pib_custoutboxcode";
  958. this.pib_custoutboxcode.ReadOnly = true;
  959. this.pib_custoutboxcode.Width = 78;
  960. //
  961. // pd_pocode
  962. //
  963. this.pd_pocode.DataPropertyName = "pd_pocode";
  964. this.pd_pocode.HeaderText = "客户PO";
  965. this.pd_pocode.Name = "pd_pocode";
  966. this.pd_pocode.ReadOnly = true;
  967. this.pd_pocode.Width = 66;
  968. //
  969. // pr_spec
  970. //
  971. this.pr_spec.DataPropertyName = "pr_spec";
  972. this.pr_spec.HeaderText = "规格";
  973. this.pr_spec.Name = "pr_spec";
  974. this.pr_spec.ReadOnly = true;
  975. this.pr_spec.Visible = false;
  976. this.pr_spec.Width = 54;
  977. //
  978. // pib_outboxcode1
  979. //
  980. this.pib_outboxcode1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  981. this.pib_outboxcode1.DataPropertyName = "pib_outboxcode1";
  982. this.pib_outboxcode1.HeaderText = "中盒号";
  983. this.pib_outboxcode1.Name = "pib_outboxcode1";
  984. this.pib_outboxcode1.Width = 90;
  985. //
  986. // pib_outboxcode2
  987. //
  988. this.pib_outboxcode2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  989. this.pib_outboxcode2.DataPropertyName = "pib_outboxcode2";
  990. this.pib_outboxcode2.HeaderText = "外箱号";
  991. this.pib_outboxcode2.Name = "pib_outboxcode2";
  992. this.pib_outboxcode2.Width = 90;
  993. //
  994. // pi_inoutno
  995. //
  996. this.pi_inoutno.ID = null;
  997. this.pi_inoutno.Location = new System.Drawing.Point(76, 10);
  998. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  999. this.pi_inoutno.Name = "pi_inoutno";
  1000. this.pi_inoutno.Size = new System.Drawing.Size(150, 21);
  1001. this.pi_inoutno.Str = null;
  1002. this.pi_inoutno.Str1 = null;
  1003. this.pi_inoutno.Str2 = null;
  1004. this.pi_inoutno.TabIndex = 2;
  1005. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutno_KeyDown);
  1006. //
  1007. // SingleLabel
  1008. //
  1009. this.SingleLabel.Controls.Add(this.SingleLabelPrinter);
  1010. this.SingleLabel.Controls.Add(this.SingleLabelPrint);
  1011. this.SingleLabel.Controls.Add(this.SingleLabelAutoPrint);
  1012. this.SingleLabel.Controls.Add(this.SingleLabelCombox);
  1013. this.SingleLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1014. this.SingleLabel.Location = new System.Drawing.Point(754, 6);
  1015. this.SingleLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1016. this.SingleLabel.Name = "SingleLabel";
  1017. this.SingleLabel.Padding = new System.Windows.Forms.Padding(2);
  1018. this.SingleLabel.Size = new System.Drawing.Size(156, 191);
  1019. this.SingleLabel.TabIndex = 77;
  1020. this.SingleLabel.TabStop = false;
  1021. this.SingleLabel.Text = "单盘标签";
  1022. //
  1023. // SingleLabelPrinter
  1024. //
  1025. this.SingleLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1026. this.SingleLabelPrinter.Location = new System.Drawing.Point(6, 63);
  1027. this.SingleLabelPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1028. this.SingleLabelPrinter.Name = "SingleLabelPrinter";
  1029. this.SingleLabelPrinter.Size = new System.Drawing.Size(142, 30);
  1030. this.SingleLabelPrinter.TabIndex = 40;
  1031. //
  1032. // SingleLabelPrint
  1033. //
  1034. this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1035. this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1036. this.SingleLabelPrint.Location = new System.Drawing.Point(65, 158);
  1037. this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1038. this.SingleLabelPrint.Name = "SingleLabelPrint";
  1039. this.SingleLabelPrint.Size = new System.Drawing.Size(68, 26);
  1040. this.SingleLabelPrint.TabIndex = 36;
  1041. this.SingleLabelPrint.Text = "打印盘标";
  1042. this.SingleLabelPrint.UseVisualStyleBackColor = true;
  1043. this.SingleLabelPrint.Click += new System.EventHandler(this.SingleLabelPrint_Click);
  1044. //
  1045. // SingleLabelAutoPrint
  1046. //
  1047. this.SingleLabelAutoPrint.AutoSize = true;
  1048. this.SingleLabelAutoPrint.Checked = true;
  1049. this.SingleLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  1050. this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1051. this.SingleLabelAutoPrint.Location = new System.Drawing.Point(7, 94);
  1052. this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1053. this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
  1054. this.SingleLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
  1055. this.SingleLabelAutoPrint.TabIndex = 30;
  1056. this.SingleLabelAutoPrint.Text = "自动打印";
  1057. this.SingleLabelAutoPrint.UseVisualStyleBackColor = true;
  1058. //
  1059. // SingleLabelCombox
  1060. //
  1061. this.SingleLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1062. this.SingleLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.SingleLabelCombox.FormattingEnabled = true;
  1064. this.SingleLabelCombox.Location = new System.Drawing.Point(7, 31);
  1065. this.SingleLabelCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1066. this.SingleLabelCombox.Name = "SingleLabelCombox";
  1067. this.SingleLabelCombox.Size = new System.Drawing.Size(143, 25);
  1068. this.SingleLabelCombox.TabIndex = 0;
  1069. this.SingleLabelCombox.SelectedIndexChanged += new System.EventHandler(this.SingleLabelCombox_SelectedIndexChanged);
  1070. //
  1071. // MidLabel
  1072. //
  1073. this.MidLabel.Controls.Add(this.MidboxCapacity);
  1074. this.MidLabel.Controls.Add(this.label2);
  1075. this.MidLabel.Controls.Add(this.MidLabelNum);
  1076. this.MidLabel.Controls.Add(this.label5);
  1077. this.MidLabel.Controls.Add(this.MidLabelPrinter);
  1078. this.MidLabel.Controls.Add(this.MidLabelPrint);
  1079. this.MidLabel.Controls.Add(this.MidLabelAutoPrint);
  1080. this.MidLabel.Controls.Add(this.MidLabelCombox);
  1081. this.MidLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1082. this.MidLabel.Location = new System.Drawing.Point(912, 6);
  1083. this.MidLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1084. this.MidLabel.Name = "MidLabel";
  1085. this.MidLabel.Padding = new System.Windows.Forms.Padding(2);
  1086. this.MidLabel.Size = new System.Drawing.Size(158, 191);
  1087. this.MidLabel.TabIndex = 78;
  1088. this.MidLabel.TabStop = false;
  1089. this.MidLabel.Text = "中盒标签";
  1090. //
  1091. // MidboxCapacity
  1092. //
  1093. this.MidboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1094. this.MidboxCapacity.Location = new System.Drawing.Point(110, 121);
  1095. this.MidboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1096. this.MidboxCapacity.Name = "MidboxCapacity";
  1097. this.MidboxCapacity.Size = new System.Drawing.Size(38, 23);
  1098. this.MidboxCapacity.TabIndex = 92;
  1099. //
  1100. // label2
  1101. //
  1102. this.label2.AutoSize = true;
  1103. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1104. this.label2.Location = new System.Drawing.Point(75, 123);
  1105. this.label2.Name = "label2";
  1106. this.label2.Size = new System.Drawing.Size(32, 17);
  1107. this.label2.TabIndex = 92;
  1108. this.label2.Text = "容量";
  1109. //
  1110. // MidLabelNum
  1111. //
  1112. this.MidLabelNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1113. this.MidLabelNum.ID = null;
  1114. this.MidLabelNum.Location = new System.Drawing.Point(37, 121);
  1115. this.MidLabelNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1116. this.MidLabelNum.Name = "MidLabelNum";
  1117. this.MidLabelNum.Size = new System.Drawing.Size(33, 23);
  1118. this.MidLabelNum.Str = null;
  1119. this.MidLabelNum.Str1 = null;
  1120. this.MidLabelNum.Str2 = null;
  1121. this.MidLabelNum.TabIndex = 56;
  1122. //
  1123. // label5
  1124. //
  1125. this.label5.AutoSize = true;
  1126. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1127. this.label5.Location = new System.Drawing.Point(3, 123);
  1128. this.label5.Name = "label5";
  1129. this.label5.Size = new System.Drawing.Size(32, 17);
  1130. this.label5.TabIndex = 50;
  1131. this.label5.Text = "盒号";
  1132. //
  1133. // MidLabelPrinter
  1134. //
  1135. this.MidLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1136. this.MidLabelPrinter.Location = new System.Drawing.Point(6, 63);
  1137. this.MidLabelPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1138. this.MidLabelPrinter.Name = "MidLabelPrinter";
  1139. this.MidLabelPrinter.Size = new System.Drawing.Size(142, 30);
  1140. this.MidLabelPrinter.TabIndex = 41;
  1141. //
  1142. // MidLabelPrint
  1143. //
  1144. this.MidLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1145. this.MidLabelPrint.Location = new System.Drawing.Point(67, 156);
  1146. this.MidLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1147. this.MidLabelPrint.Name = "MidLabelPrint";
  1148. this.MidLabelPrint.Size = new System.Drawing.Size(68, 26);
  1149. this.MidLabelPrint.TabIndex = 42;
  1150. this.MidLabelPrint.Text = "打印盒签";
  1151. this.MidLabelPrint.UseVisualStyleBackColor = true;
  1152. this.MidLabelPrint.Click += new System.EventHandler(this.MidLabelPrint_Click);
  1153. //
  1154. // MidLabelAutoPrint
  1155. //
  1156. this.MidLabelAutoPrint.AutoSize = true;
  1157. this.MidLabelAutoPrint.Checked = true;
  1158. this.MidLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  1159. this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1160. this.MidLabelAutoPrint.Location = new System.Drawing.Point(7, 93);
  1161. this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1162. this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
  1163. this.MidLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
  1164. this.MidLabelAutoPrint.TabIndex = 41;
  1165. this.MidLabelAutoPrint.Text = "打印尾数";
  1166. this.MidLabelAutoPrint.UseVisualStyleBackColor = true;
  1167. //
  1168. // MidLabelCombox
  1169. //
  1170. this.MidLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1171. this.MidLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1172. this.MidLabelCombox.FormattingEnabled = true;
  1173. this.MidLabelCombox.Location = new System.Drawing.Point(7, 31);
  1174. this.MidLabelCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1175. this.MidLabelCombox.Name = "MidLabelCombox";
  1176. this.MidLabelCombox.Size = new System.Drawing.Size(143, 25);
  1177. this.MidLabelCombox.TabIndex = 40;
  1178. this.MidLabelCombox.SelectedIndexChanged += new System.EventHandler(this.MidLabelCombox_SelectedIndexChanged);
  1179. //
  1180. // OutBoxLabel
  1181. //
  1182. this.OutBoxLabel.Controls.Add(this.LogingOut);
  1183. this.OutBoxLabel.Controls.Add(this.OutBoxNum);
  1184. this.OutBoxLabel.Controls.Add(this.label10);
  1185. this.OutBoxLabel.Controls.Add(this.label6);
  1186. this.OutBoxLabel.Controls.Add(this.OutBoxPrinter);
  1187. this.OutBoxLabel.Controls.Add(this.OutboxCapacity);
  1188. this.OutBoxLabel.Controls.Add(this.OutBoxLabelPrint);
  1189. this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
  1190. this.OutBoxLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1191. this.OutBoxLabel.Location = new System.Drawing.Point(1075, 6);
  1192. this.OutBoxLabel.Margin = new System.Windows.Forms.Padding(2);
  1193. this.OutBoxLabel.Name = "OutBoxLabel";
  1194. this.OutBoxLabel.Padding = new System.Windows.Forms.Padding(2);
  1195. this.OutBoxLabel.Size = new System.Drawing.Size(172, 191);
  1196. this.OutBoxLabel.TabIndex = 79;
  1197. this.OutBoxLabel.TabStop = false;
  1198. this.OutBoxLabel.Text = "外箱标签";
  1199. //
  1200. // LogingOut
  1201. //
  1202. this.LogingOut.AutoSize = true;
  1203. this.LogingOut.Location = new System.Drawing.Point(110, 7);
  1204. this.LogingOut.Name = "LogingOut";
  1205. this.LogingOut.Size = new System.Drawing.Size(42, 21);
  1206. this.LogingOut.TabIndex = 77;
  1207. this.LogingOut.TabStop = true;
  1208. this.LogingOut.Text = "注销";
  1209. this.LogingOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LogingOut_LinkClicked);
  1210. //
  1211. // OutBoxNum
  1212. //
  1213. this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1214. this.OutBoxNum.Items.AddRange(new object[] {
  1215. "新增"});
  1216. this.OutBoxNum.Location = new System.Drawing.Point(117, 123);
  1217. this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1218. this.OutBoxNum.Name = "OutBoxNum";
  1219. this.OutBoxNum.Size = new System.Drawing.Size(48, 25);
  1220. this.OutBoxNum.TabIndex = 91;
  1221. this.OutBoxNum.Text = "新增";
  1222. this.OutBoxNum.SelectedIndexChanged += new System.EventHandler(this.OutBoxNum_SelectedIndexChanged);
  1223. this.OutBoxNum.Click += new System.EventHandler(this.OutBoxNum_Click);
  1224. //
  1225. // label10
  1226. //
  1227. this.label10.AutoSize = true;
  1228. this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1229. this.label10.Location = new System.Drawing.Point(82, 125);
  1230. this.label10.Name = "label10";
  1231. this.label10.Size = new System.Drawing.Size(32, 17);
  1232. this.label10.TabIndex = 90;
  1233. this.label10.Text = "箱号";
  1234. //
  1235. // label6
  1236. //
  1237. this.label6.AutoSize = true;
  1238. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1239. this.label6.Location = new System.Drawing.Point(3, 124);
  1240. this.label6.Name = "label6";
  1241. this.label6.Size = new System.Drawing.Size(32, 17);
  1242. this.label6.TabIndex = 87;
  1243. this.label6.Text = "容量";
  1244. //
  1245. // OutBoxPrinter
  1246. //
  1247. this.OutBoxPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1248. this.OutBoxPrinter.Location = new System.Drawing.Point(8, 63);
  1249. this.OutBoxPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1250. this.OutBoxPrinter.Name = "OutBoxPrinter";
  1251. this.OutBoxPrinter.Size = new System.Drawing.Size(158, 30);
  1252. this.OutBoxPrinter.TabIndex = 82;
  1253. //
  1254. // OutboxCapacity
  1255. //
  1256. this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1257. this.OutboxCapacity.Location = new System.Drawing.Point(39, 122);
  1258. this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1259. this.OutboxCapacity.Name = "OutboxCapacity";
  1260. this.OutboxCapacity.Size = new System.Drawing.Size(38, 23);
  1261. this.OutboxCapacity.TabIndex = 84;
  1262. this.OutboxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
  1263. //
  1264. // OutBoxLabelPrint
  1265. //
  1266. this.OutBoxLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1267. this.OutBoxLabelPrint.Location = new System.Drawing.Point(73, 158);
  1268. this.OutBoxLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1269. this.OutBoxLabelPrint.Name = "OutBoxLabelPrint";
  1270. this.OutBoxLabelPrint.Size = new System.Drawing.Size(76, 26);
  1271. this.OutBoxLabelPrint.TabIndex = 80;
  1272. this.OutBoxLabelPrint.Text = "打印箱标";
  1273. this.OutBoxLabelPrint.UseVisualStyleBackColor = true;
  1274. this.OutBoxLabelPrint.Click += new System.EventHandler(this.OutBoxLabelPrint_Click);
  1275. //
  1276. // OutBoxCombox
  1277. //
  1278. this.OutBoxCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1279. this.OutBoxCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1280. this.OutBoxCombox.FormattingEnabled = true;
  1281. this.OutBoxCombox.Location = new System.Drawing.Point(8, 31);
  1282. this.OutBoxCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1283. this.OutBoxCombox.Name = "OutBoxCombox";
  1284. this.OutBoxCombox.Size = new System.Drawing.Size(158, 25);
  1285. this.OutBoxCombox.TabIndex = 78;
  1286. this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
  1287. //
  1288. // UAS_出货标签打印
  1289. //
  1290. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1291. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1292. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
  1293. this.ClientSize = new System.Drawing.Size(1257, 711);
  1294. this.Controls.Add(this.PrintStatus);
  1295. this.Controls.Add(this.Pack);
  1296. this.Controls.Add(this.label1);
  1297. this.Controls.Add(this.DCCheck);
  1298. this.Controls.Add(this.pictureBox1);
  1299. this.Controls.Add(this.SetPrintStatus_label);
  1300. this.Controls.Add(this.PrintFooter);
  1301. this.Controls.Add(this.GridPrcode);
  1302. this.Controls.Add(this.ExportData);
  1303. this.Controls.Add(this.label19);
  1304. this.Controls.Add(this.pi_date);
  1305. this.Controls.Add(this.AttachInfo);
  1306. this.Controls.Add(this.groupBoxWithBorder1);
  1307. this.Controls.Add(this.ChooseAll);
  1308. this.Controls.Add(this.GetGridOnly);
  1309. this.Controls.Add(this.Fresh);
  1310. this.Controls.Add(this.pi_cardcode_label);
  1311. this.Controls.Add(this.pi_cardcode);
  1312. this.Controls.Add(this.pib_id);
  1313. this.Controls.Add(this.CleanDetail);
  1314. this.Controls.Add(this.LabelMainTain);
  1315. this.Controls.Add(this.label24);
  1316. this.Controls.Add(this.Input);
  1317. this.Controls.Add(this.LabelInf);
  1318. this.Controls.Add(this.pi_inoutno_label);
  1319. this.Controls.Add(this.pi_inoutno);
  1320. this.Controls.Add(this.SingleLabel);
  1321. this.Controls.Add(this.MidLabel);
  1322. this.Controls.Add(this.OutBoxLabel);
  1323. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1324. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1325. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1326. this.Name = "UAS_出货标签打印";
  1327. this.Text = " UAS-出货标签管理";
  1328. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1329. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.贴标机条码打印_FormClosing);
  1330. this.Load += new System.EventHandler(this.贴标机条码打印_Load);
  1331. this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
  1332. ((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
  1333. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1334. ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
  1335. this.groupBoxWithBorder1.ResumeLayout(false);
  1336. this.groupBoxWithBorder1.PerformLayout();
  1337. ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
  1338. this.SingleLabel.ResumeLayout(false);
  1339. this.SingleLabel.PerformLayout();
  1340. this.MidLabel.ResumeLayout(false);
  1341. this.MidLabel.PerformLayout();
  1342. ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).EndInit();
  1343. this.OutBoxLabel.ResumeLayout(false);
  1344. this.OutBoxLabel.PerformLayout();
  1345. ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
  1346. this.ResumeLayout(false);
  1347. this.PerformLayout();
  1348. }
  1349. #endregion
  1350. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder OutBoxLabel;
  1351. private System.Windows.Forms.ComboBox OutBoxNum;
  1352. private System.Windows.Forms.Label label10;
  1353. private CustomControl.PrinterCombox OutBoxPrinter;
  1354. private System.Windows.Forms.Button OutBoxLabelPrint;
  1355. private System.Windows.Forms.ComboBox OutBoxCombox;
  1356. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1357. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1358. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1359. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1360. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1361. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1362. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1363. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1364. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1365. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1366. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1367. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
  1368. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3;
  1369. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1370. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1371. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1372. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1373. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1374. private System.Windows.Forms.Label label6;
  1375. private System.Windows.Forms.NumericUpDown OutboxCapacity;
  1376. private System.Windows.Forms.ComboBox MidLabelCombox;
  1377. private System.Windows.Forms.CheckBox MidLabelAutoPrint;
  1378. private System.Windows.Forms.Button MidLabelPrint;
  1379. private CustomControl.PrinterCombox MidLabelPrinter;
  1380. private System.Windows.Forms.Label label5;
  1381. private CustomControl.EnterTextBox MidLabelNum;
  1382. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder MidLabel;
  1383. private System.Windows.Forms.ComboBox SingleLabelCombox;
  1384. private System.Windows.Forms.CheckBox SingleLabelAutoPrint;
  1385. private System.Windows.Forms.Button SingleLabelPrint;
  1386. private CustomControl.PrinterCombox SingleLabelPrinter;
  1387. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SingleLabel;
  1388. private CustomControl.EnterTextBox pi_inoutno;
  1389. private System.Windows.Forms.Label pi_inoutno_label;
  1390. private CustomControl.DataGridViewWithSerialNum LabelInf;
  1391. private CustomControl.EnterTextBox Input;
  1392. private System.Windows.Forms.Label label24;
  1393. private System.Windows.Forms.Button LabelMainTain;
  1394. private System.Windows.Forms.Button CleanDetail;
  1395. private System.Windows.Forms.Label pib_id;
  1396. private System.Windows.Forms.Label pi_cardcode;
  1397. private System.Windows.Forms.Label pi_cardcode_label;
  1398. private System.Windows.Forms.LinkLabel Fresh;
  1399. private System.Windows.Forms.LinkLabel LogingOut;
  1400. private System.Windows.Forms.Timer RefreshDBConnect;
  1401. private System.Windows.Forms.CheckBox GetGridOnly;
  1402. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1403. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1404. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1405. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1406. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1407. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1409. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1410. private System.Windows.Forms.BindingSource MidSource;
  1411. private System.Windows.Forms.Button ChooseAll;
  1412. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1413. private System.Windows.Forms.Label label7;
  1414. private System.Windows.Forms.Label label12;
  1415. private CustomControl.EnterTextBox SingleBoxEnd;
  1416. private CustomControl.EnterTextBox SingleBoxBegin;
  1417. private System.Windows.Forms.Label label16;
  1418. private System.Windows.Forms.Label label18;
  1419. private CustomControl.EnterTextBox MidBoxEnd;
  1420. private CustomControl.EnterTextBox MidBoxBegin;
  1421. private System.Windows.Forms.Button ExportData;
  1422. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  1423. private System.Windows.Forms.Button AttachInfo;
  1424. private System.Windows.Forms.Label pi_date;
  1425. private System.Windows.Forms.Label label19;
  1426. private CustomControl.DataGridViewWithSerialNum GridPrcode;
  1427. private System.Windows.Forms.Label SetPrintStatus_label;
  1428. private System.Windows.Forms.Button PrintFooter;
  1429. private System.Windows.Forms.PictureBox pictureBox1;
  1430. private CustomControl.EnterTextBox DCCheck;
  1431. private System.Windows.Forms.Label label1;
  1432. private System.Windows.Forms.NumericUpDown MidboxCapacity;
  1433. private System.Windows.Forms.Label label2;
  1434. private System.Windows.Forms.Button Pack;
  1435. private System.Windows.Forms.Button PrintStatus;
  1436. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  1437. private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
  1438. private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
  1439. private System.Windows.Forms.DataGridViewTextBoxColumn pib_pdno;
  1440. private System.Windows.Forms.DataGridViewTextBoxColumn pib_prodcode;
  1441. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_orispeccode;
  1442. private System.Windows.Forms.DataGridViewTextBoxColumn pib_brand;
  1443. private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
  1444. private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
  1445. private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
  1446. private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
  1447. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custbarcode;
  1448. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custmidboxcode;
  1449. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custoutboxcode;
  1450. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  1451. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  1452. private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
  1453. private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
  1454. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
  1455. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_id;
  1456. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  1457. private System.Windows.Forms.DataGridViewTextBoxColumn CollectedNum;
  1458. private System.Windows.Forms.DataGridViewTextBoxColumn UnCollectedNum;
  1459. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outqty;
  1460. private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
  1461. private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
  1462. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
  1463. }
  1464. }