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

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