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

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