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

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