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

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