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

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