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

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