Make_SpecialCartonPack.Designer.cs 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SpecialCartonPack
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SpecialCartonPack));
  30. this.ms_makecode = new System.Windows.Forms.Label();
  31. this.label13 = new System.Windows.Forms.Label();
  32. this.pa_code_label = new System.Windows.Forms.Label();
  33. this.PrintList_label = new System.Windows.Forms.Label();
  34. this.PrintNum_label = new System.Windows.Forms.Label();
  35. this.Cancel = new System.Windows.Forms.CheckBox();
  36. this.pa_id = new System.Windows.Forms.Label();
  37. this.PrintLabel = new System.Windows.Forms.ComboBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  41. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  42. this.Printing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  45. this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  53. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  54. this.pr_outboxinnerqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.DeleteAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  56. this.pa_currentqty_label = new System.Windows.Forms.Label();
  57. this.pr_detail_label = new System.Windows.Forms.Label();
  58. this.pa_currentqty = new System.Windows.Forms.Label();
  59. this.pr_code_label = new System.Windows.Forms.Label();
  60. this.pr_detail = new System.Windows.Forms.Label();
  61. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  62. this.pr_code = new System.Windows.Forms.Label();
  63. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  64. this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.ob_checkno = new System.Windows.Forms.Label();
  67. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  69. this.ob_batchqty = new System.Windows.Forms.Label();
  70. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  71. this.ob_batchqty_label = new System.Windows.Forms.Label();
  72. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  73. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  74. this.pr_packrule = new System.Windows.Forms.Label();
  75. this.pa_status = new System.Windows.Forms.Label();
  76. this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  77. this.pr_cartonunit1 = new System.Windows.Forms.Label();
  78. this.pr_cartonunit = new System.Windows.Forms.Label();
  79. this.pr_cartonboxgw = new System.Windows.Forms.Label();
  80. this.label4 = new System.Windows.Forms.Label();
  81. this.weight = new System.Windows.Forms.Label();
  82. this.label2 = new System.Windows.Forms.Label();
  83. this.Baurate = new System.Windows.Forms.Label();
  84. this.ComList = new System.Windows.Forms.Label();
  85. this.pa_downstatus = new System.Windows.Forms.Label();
  86. this.pa_checkno = new System.Windows.Forms.Label();
  87. this.pa_sccode = new System.Windows.Forms.Label();
  88. this.pa_standardqty = new System.Windows.Forms.Label();
  89. this.pa_makecode = new System.Windows.Forms.Label();
  90. this.pr_sendchecktype = new System.Windows.Forms.Label();
  91. this.ms_salecode = new System.Windows.Forms.Label();
  92. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  93. this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  94. this.PrintSecond = new System.Windows.Forms.CheckBox();
  95. this.label9 = new System.Windows.Forms.Label();
  96. this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  97. this.label7 = new System.Windows.Forms.Label();
  98. this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  99. this.label8 = new System.Windows.Forms.Label();
  100. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  101. this.groupBoxWithBorder1.SuspendLayout();
  102. this.groupBoxWithBorder2.SuspendLayout();
  103. this.groupBoxWithBorder3.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // ms_makecode
  107. //
  108. this.ms_makecode.AutoSize = true;
  109. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.ms_makecode.Location = new System.Drawing.Point(1662, 858);
  111. this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  112. this.ms_makecode.Name = "ms_makecode";
  113. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  114. this.ms_makecode.TabIndex = 76;
  115. this.ms_makecode.Visible = false;
  116. //
  117. // label13
  118. //
  119. this.label13.AutoSize = true;
  120. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.label13.ForeColor = System.Drawing.Color.Black;
  122. this.label13.Location = new System.Drawing.Point(20, 1090);
  123. this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  124. this.label13.Name = "label13";
  125. this.label13.Size = new System.Drawing.Size(114, 41);
  126. this.label13.TabIndex = 105;
  127. this.label13.Text = "序列号";
  128. //
  129. // pa_code_label
  130. //
  131. this.pa_code_label.AutoSize = true;
  132. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.pa_code_label.Location = new System.Drawing.Point(12, 72);
  134. this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  135. this.pa_code_label.Name = "pa_code_label";
  136. this.pa_code_label.Size = new System.Drawing.Size(82, 41);
  137. this.pa_code_label.TabIndex = 113;
  138. this.pa_code_label.Text = "箱号";
  139. //
  140. // PrintList_label
  141. //
  142. this.PrintList_label.AutoSize = true;
  143. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.PrintList_label.Location = new System.Drawing.Point(14, 78);
  145. this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  146. this.PrintList_label.Name = "PrintList_label";
  147. this.PrintList_label.Size = new System.Drawing.Size(178, 41);
  148. this.PrintList_label.TabIndex = 116;
  149. this.PrintList_label.Text = "打印机列表";
  150. //
  151. // PrintNum_label
  152. //
  153. this.PrintNum_label.AutoSize = true;
  154. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.PrintNum_label.Location = new System.Drawing.Point(362, 242);
  156. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  157. this.PrintNum_label.Name = "PrintNum_label";
  158. this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
  159. this.PrintNum_label.TabIndex = 124;
  160. this.PrintNum_label.Text = "份数";
  161. //
  162. // Cancel
  163. //
  164. this.Cancel.AutoSize = true;
  165. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.Cancel.Location = new System.Drawing.Point(620, 1092);
  167. this.Cancel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  168. this.Cancel.Name = "Cancel";
  169. this.Cancel.Size = new System.Drawing.Size(178, 45);
  170. this.Cancel.TabIndex = 129;
  171. this.Cancel.Text = "取消装箱";
  172. this.Cancel.UseVisualStyleBackColor = true;
  173. //
  174. // pa_id
  175. //
  176. this.pa_id.AutoSize = true;
  177. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.pa_id.Location = new System.Drawing.Point(1598, 858);
  179. this.pa_id.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  180. this.pa_id.Name = "pa_id";
  181. this.pa_id.Size = new System.Drawing.Size(0, 41);
  182. this.pa_id.TabIndex = 153;
  183. this.pa_id.Visible = false;
  184. //
  185. // PrintLabel
  186. //
  187. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  188. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  189. this.PrintLabel.FormattingEnabled = true;
  190. this.PrintLabel.Location = new System.Drawing.Point(236, 162);
  191. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  192. this.PrintLabel.Name = "PrintLabel";
  193. this.PrintLabel.Size = new System.Drawing.Size(296, 39);
  194. this.PrintLabel.TabIndex = 159;
  195. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  196. //
  197. // label3
  198. //
  199. this.label3.AutoSize = true;
  200. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.label3.Location = new System.Drawing.Point(14, 156);
  202. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  203. this.label3.Name = "label3";
  204. this.label3.Size = new System.Drawing.Size(146, 41);
  205. this.label3.TabIndex = 160;
  206. this.label3.Text = "打印标签";
  207. //
  208. // pa_outboxcode
  209. //
  210. this.pa_outboxcode.AllPower = null;
  211. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  212. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  213. this.pa_outboxcode.ID = null;
  214. this.pa_outboxcode.Location = new System.Drawing.Point(196, 78);
  215. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  216. this.pa_outboxcode.Name = "pa_outboxcode";
  217. this.pa_outboxcode.Power = null;
  218. this.pa_outboxcode.Size = new System.Drawing.Size(194, 39);
  219. this.pa_outboxcode.Str = null;
  220. this.pa_outboxcode.Str1 = null;
  221. this.pa_outboxcode.Str2 = null;
  222. this.pa_outboxcode.TabIndex = 163;
  223. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  224. //
  225. // PrintList
  226. //
  227. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  228. this.PrintList.Location = new System.Drawing.Point(236, 84);
  229. this.PrintList.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  230. this.PrintList.Name = "PrintList";
  231. this.PrintList.Size = new System.Drawing.Size(298, 44);
  232. this.PrintList.TabIndex = 158;
  233. //
  234. // OperateResult
  235. //
  236. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.OperateResult.Location = new System.Drawing.Point(8, 838);
  238. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  239. this.OperateResult.Name = "OperateResult";
  240. this.OperateResult.Size = new System.Drawing.Size(890, 210);
  241. this.OperateResult.TabIndex = 155;
  242. this.OperateResult.Text = "";
  243. //
  244. // Printing
  245. //
  246. this.Printing.AllPower = "ifall";
  247. this.Printing.BackColor = System.Drawing.Color.Transparent;
  248. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  249. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  250. this.Printing.Image = null;
  251. this.Printing.IsShowBorder = true;
  252. this.Printing.Location = new System.Drawing.Point(612, 250);
  253. this.Printing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  254. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  255. this.Printing.Name = "Printing";
  256. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  257. this.Printing.Power = null;
  258. this.Printing.Size = new System.Drawing.Size(98, 48);
  259. this.Printing.TabIndex = 150;
  260. this.Printing.Tag = "ifread";
  261. this.Printing.Text = "打印";
  262. this.Printing.UseVisualStyleBackColor = true;
  263. this.Printing.Click += new System.EventHandler(this.Print_Click);
  264. //
  265. // Clean
  266. //
  267. this.Clean.AllPower = null;
  268. this.Clean.BackColor = System.Drawing.Color.Transparent;
  269. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  270. this.Clean.Image = null;
  271. this.Clean.IsShowBorder = true;
  272. this.Clean.Location = new System.Drawing.Point(916, 1004);
  273. this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  274. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  275. this.Clean.Name = "Clean";
  276. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  277. this.Clean.Power = null;
  278. this.Clean.Size = new System.Drawing.Size(120, 48);
  279. this.Clean.TabIndex = 148;
  280. this.Clean.Text = "清除";
  281. this.Clean.UseVisualStyleBackColor = true;
  282. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  283. //
  284. // sn_code
  285. //
  286. this.sn_code.AllPower = "ifall";
  287. this.sn_code.BackColor = System.Drawing.Color.White;
  288. this.sn_code.ID = null;
  289. this.sn_code.Location = new System.Drawing.Point(152, 1092);
  290. this.sn_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  291. this.sn_code.Name = "sn_code";
  292. this.sn_code.Power = "ifread";
  293. this.sn_code.Size = new System.Drawing.Size(388, 35);
  294. this.sn_code.Str = null;
  295. this.sn_code.Str1 = null;
  296. this.sn_code.Str2 = null;
  297. this.sn_code.TabIndex = 135;
  298. this.sn_code.Tag = "IfRead";
  299. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  300. //
  301. // PackageDetail
  302. //
  303. this.PackageDetail.AllowUserToAddRows = false;
  304. this.PackageDetail.AllowUserToDeleteRows = false;
  305. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  306. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  307. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  308. this.pd_barcode,
  309. this.pa_outboxcode1,
  310. this.pa_prodcode1,
  311. this.pd_innerqty,
  312. this.pa_indate,
  313. this.pd_id});
  314. this.PackageDetail.EnableContentClick = true;
  315. this.PackageDetail.Location = new System.Drawing.Point(8, 342);
  316. this.PackageDetail.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  317. this.PackageDetail.Name = "PackageDetail";
  318. this.PackageDetail.ReadOnly = true;
  319. this.PackageDetail.RowHeadersWidth = 82;
  320. this.PackageDetail.RowTemplate.Height = 23;
  321. this.PackageDetail.Size = new System.Drawing.Size(1322, 480);
  322. this.PackageDetail.TabIndex = 134;
  323. //
  324. // pd_barcode
  325. //
  326. this.pd_barcode.DataPropertyName = "pd_barcode";
  327. this.pd_barcode.HeaderText = "序列号";
  328. this.pd_barcode.MinimumWidth = 10;
  329. this.pd_barcode.Name = "pd_barcode";
  330. this.pd_barcode.ReadOnly = true;
  331. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  332. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  333. this.pd_barcode.Width = 202;
  334. //
  335. // pa_outboxcode1
  336. //
  337. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  338. this.pa_outboxcode1.HeaderText = "箱号";
  339. this.pa_outboxcode1.MinimumWidth = 10;
  340. this.pa_outboxcode1.Name = "pa_outboxcode1";
  341. this.pa_outboxcode1.ReadOnly = true;
  342. this.pa_outboxcode1.Width = 201;
  343. //
  344. // pa_prodcode1
  345. //
  346. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  347. this.pa_prodcode1.HeaderText = "产品编号";
  348. this.pa_prodcode1.MinimumWidth = 10;
  349. this.pa_prodcode1.Name = "pa_prodcode1";
  350. this.pa_prodcode1.ReadOnly = true;
  351. this.pa_prodcode1.Visible = false;
  352. this.pa_prodcode1.Width = 200;
  353. //
  354. // pd_innerqty
  355. //
  356. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  357. this.pd_innerqty.HeaderText = "箱内数量";
  358. this.pd_innerqty.MinimumWidth = 10;
  359. this.pd_innerqty.Name = "pd_innerqty";
  360. this.pd_innerqty.ReadOnly = true;
  361. this.pd_innerqty.Visible = false;
  362. this.pd_innerqty.Width = 80;
  363. //
  364. // pa_indate
  365. //
  366. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  367. this.pa_indate.DataPropertyName = "pa_indate";
  368. this.pa_indate.HeaderText = "装箱日期";
  369. this.pa_indate.MinimumWidth = 300;
  370. this.pa_indate.Name = "pa_indate";
  371. this.pa_indate.ReadOnly = true;
  372. this.pa_indate.Width = 300;
  373. //
  374. // pd_id
  375. //
  376. this.pd_id.DataPropertyName = "pd_id";
  377. this.pd_id.HeaderText = "ID";
  378. this.pd_id.MinimumWidth = 10;
  379. this.pd_id.Name = "pd_id";
  380. this.pd_id.ReadOnly = true;
  381. this.pd_id.Visible = false;
  382. this.pd_id.Width = 200;
  383. //
  384. // AutoPrint
  385. //
  386. this.AutoPrint.Checked = false;
  387. this.AutoPrint.Location = new System.Drawing.Point(162, 250);
  388. this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  389. this.AutoPrint.Name = "AutoPrint";
  390. this.AutoPrint.Size = new System.Drawing.Size(168, 44);
  391. this.AutoPrint.TabIndex = 166;
  392. //
  393. // groupBoxWithBorder1
  394. //
  395. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  396. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  397. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  398. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  399. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  400. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  401. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  402. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  403. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  404. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  405. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  406. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  407. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  408. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.groupBoxWithBorder1.Location = new System.Drawing.Point(8, 12);
  410. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  411. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  412. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  413. this.groupBoxWithBorder1.Size = new System.Drawing.Size(822, 314);
  414. this.groupBoxWithBorder1.TabIndex = 171;
  415. this.groupBoxWithBorder1.TabStop = false;
  416. this.groupBoxWithBorder1.Text = "装箱信息";
  417. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  418. //
  419. // pr_outboxinnerqty
  420. //
  421. this.pr_outboxinnerqty.AllPower = null;
  422. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  423. this.pr_outboxinnerqty.Enabled = false;
  424. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.pr_outboxinnerqty.ID = null;
  426. this.pr_outboxinnerqty.Location = new System.Drawing.Point(196, 150);
  427. this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  428. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  429. this.pr_outboxinnerqty.Power = null;
  430. this.pr_outboxinnerqty.Size = new System.Drawing.Size(194, 39);
  431. this.pr_outboxinnerqty.Str = null;
  432. this.pr_outboxinnerqty.Str1 = null;
  433. this.pr_outboxinnerqty.Str2 = null;
  434. this.pr_outboxinnerqty.TabIndex = 182;
  435. //
  436. // DeleteAll
  437. //
  438. this.DeleteAll.AllPower = null;
  439. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  440. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  441. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  442. this.DeleteAll.Image = null;
  443. this.DeleteAll.IsShowBorder = true;
  444. this.DeleteAll.Location = new System.Drawing.Point(670, 78);
  445. this.DeleteAll.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  446. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  447. this.DeleteAll.Name = "DeleteAll";
  448. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  449. this.DeleteAll.Power = "ifspecial";
  450. this.DeleteAll.Size = new System.Drawing.Size(88, 48);
  451. this.DeleteAll.TabIndex = 185;
  452. this.DeleteAll.Text = "拆箱";
  453. this.DeleteAll.UseVisualStyleBackColor = true;
  454. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  455. //
  456. // pa_currentqty_label
  457. //
  458. this.pa_currentqty_label.AutoSize = true;
  459. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.pa_currentqty_label.Location = new System.Drawing.Point(410, 144);
  461. this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  462. this.pa_currentqty_label.Name = "pa_currentqty_label";
  463. this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
  464. this.pa_currentqty_label.TabIndex = 175;
  465. this.pa_currentqty_label.Text = "已装数量";
  466. //
  467. // pr_detail_label
  468. //
  469. this.pr_detail_label.AutoSize = true;
  470. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.pr_detail_label.Location = new System.Drawing.Point(410, 220);
  472. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  473. this.pr_detail_label.Name = "pr_detail_label";
  474. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  475. this.pr_detail_label.TabIndex = 173;
  476. this.pr_detail_label.Text = "产品名称";
  477. //
  478. // pa_currentqty
  479. //
  480. this.pa_currentqty.AutoSize = true;
  481. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.pa_currentqty.Location = new System.Drawing.Point(576, 144);
  483. this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  484. this.pa_currentqty.Name = "pa_currentqty";
  485. this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
  486. this.pa_currentqty.TabIndex = 179;
  487. //
  488. // pr_code_label
  489. //
  490. this.pr_code_label.AutoSize = true;
  491. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.pr_code_label.Location = new System.Drawing.Point(12, 220);
  493. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  494. this.pr_code_label.Name = "pr_code_label";
  495. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  496. this.pr_code_label.TabIndex = 174;
  497. this.pr_code_label.Text = "产品编号";
  498. //
  499. // pr_detail
  500. //
  501. this.pr_detail.AutoSize = true;
  502. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.pr_detail.Location = new System.Drawing.Point(576, 220);
  504. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  505. this.pr_detail.Name = "pr_detail";
  506. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  507. this.pr_detail.TabIndex = 178;
  508. //
  509. // pr_outboxinnerqty_label
  510. //
  511. this.pr_outboxinnerqty_label.AutoSize = true;
  512. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(12, 144);
  514. this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  515. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  516. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
  517. this.pr_outboxinnerqty_label.TabIndex = 176;
  518. this.pr_outboxinnerqty_label.Text = "箱内容量";
  519. //
  520. // pr_code
  521. //
  522. this.pr_code.AutoSize = true;
  523. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.pr_code.Location = new System.Drawing.Point(188, 220);
  525. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  526. this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
  527. this.pr_code.Name = "pr_code";
  528. this.pr_code.Size = new System.Drawing.Size(0, 41);
  529. this.pr_code.TabIndex = 177;
  530. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged_1);
  531. //
  532. // AutoGenBoxCode
  533. //
  534. this.AutoGenBoxCode.AutoSize = true;
  535. this.AutoGenBoxCode.Location = new System.Drawing.Point(418, 72);
  536. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  537. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  538. this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
  539. this.AutoGenBoxCode.TabIndex = 171;
  540. this.AutoGenBoxCode.Text = "自动生成";
  541. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  542. //
  543. // groupBoxWithBorder2
  544. //
  545. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  546. this.groupBoxWithBorder2.Controls.Add(this.label1);
  547. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  548. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  549. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  550. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  551. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  552. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  553. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  554. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  555. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  556. this.groupBoxWithBorder2.Controls.Add(this.label3);
  557. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  558. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  559. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  560. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  561. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  562. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.groupBoxWithBorder2.Location = new System.Drawing.Point(840, 12);
  564. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  565. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  566. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  567. this.groupBoxWithBorder2.Size = new System.Drawing.Size(892, 314);
  568. this.groupBoxWithBorder2.TabIndex = 172;
  569. this.groupBoxWithBorder2.TabStop = false;
  570. this.groupBoxWithBorder2.Text = "打印";
  571. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  572. //
  573. // label1
  574. //
  575. this.label1.AutoSize = true;
  576. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.label1.Location = new System.Drawing.Point(544, 32);
  578. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  579. this.label1.Name = "label1";
  580. this.label1.Size = new System.Drawing.Size(146, 41);
  581. this.label1.TabIndex = 184;
  582. this.label1.Text = "当前批号";
  583. //
  584. // ob_checkno
  585. //
  586. this.ob_checkno.AutoSize = true;
  587. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.ob_checkno.Location = new System.Drawing.Point(706, 32);
  589. this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  590. this.ob_checkno.Name = "ob_checkno";
  591. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  592. this.ob_checkno.TabIndex = 183;
  593. //
  594. // PrintNum
  595. //
  596. this.PrintNum.AllPower = null;
  597. this.PrintNum.BackColor = System.Drawing.Color.White;
  598. this.PrintNum.Enabled = false;
  599. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.PrintNum.ID = null;
  601. this.PrintNum.Location = new System.Drawing.Point(464, 250);
  602. this.PrintNum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  603. this.PrintNum.Name = "PrintNum";
  604. this.PrintNum.Power = null;
  605. this.PrintNum.Size = new System.Drawing.Size(80, 39);
  606. this.PrintNum.Str = null;
  607. this.PrintNum.Str1 = null;
  608. this.PrintNum.Str2 = null;
  609. this.PrintNum.TabIndex = 182;
  610. //
  611. // ob_nowcheckqty
  612. //
  613. this.ob_nowcheckqty.AutoSize = true;
  614. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.ob_nowcheckqty.Location = new System.Drawing.Point(706, 156);
  616. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  617. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  618. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
  619. this.ob_nowcheckqty.TabIndex = 178;
  620. //
  621. // ob_batchqty
  622. //
  623. this.ob_batchqty.AutoSize = true;
  624. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.ob_batchqty.Location = new System.Drawing.Point(706, 78);
  626. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  627. this.ob_batchqty.Name = "ob_batchqty";
  628. this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
  629. this.ob_batchqty.TabIndex = 177;
  630. //
  631. // ob_nowcheckqty_label
  632. //
  633. this.ob_nowcheckqty_label.AutoSize = true;
  634. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(544, 156);
  636. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  637. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  638. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
  639. this.ob_nowcheckqty_label.TabIndex = 176;
  640. this.ob_nowcheckqty_label.Text = "当前批数";
  641. //
  642. // ob_batchqty_label
  643. //
  644. this.ob_batchqty_label.AutoSize = true;
  645. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  646. this.ob_batchqty_label.Location = new System.Drawing.Point(544, 78);
  647. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  648. this.ob_batchqty_label.Name = "ob_batchqty_label";
  649. this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
  650. this.ob_batchqty_label.TabIndex = 175;
  651. this.ob_batchqty_label.Text = "标准批数";
  652. //
  653. // SendCheck
  654. //
  655. this.SendCheck.AllPower = "ifall";
  656. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  657. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  658. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  659. this.SendCheck.Image = null;
  660. this.SendCheck.IsShowBorder = true;
  661. this.SendCheck.Location = new System.Drawing.Point(738, 250);
  662. this.SendCheck.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  663. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  664. this.SendCheck.Name = "SendCheck";
  665. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  666. this.SendCheck.Power = null;
  667. this.SendCheck.Size = new System.Drawing.Size(96, 48);
  668. this.SendCheck.TabIndex = 174;
  669. this.SendCheck.Tag = "ifread";
  670. this.SendCheck.Text = "送检";
  671. this.SendCheck.UseVisualStyleBackColor = true;
  672. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  673. //
  674. // Packing
  675. //
  676. this.Packing.AllPower = null;
  677. this.Packing.BackColor = System.Drawing.Color.Transparent;
  678. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  679. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  680. this.Packing.Image = null;
  681. this.Packing.IsShowBorder = true;
  682. this.Packing.Location = new System.Drawing.Point(28, 246);
  683. this.Packing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  684. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  685. this.Packing.Name = "Packing";
  686. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  687. this.Packing.Power = null;
  688. this.Packing.Size = new System.Drawing.Size(102, 48);
  689. this.Packing.TabIndex = 173;
  690. this.Packing.Text = "封箱";
  691. this.Packing.UseVisualStyleBackColor = true;
  692. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  693. //
  694. // pr_packrule
  695. //
  696. this.pr_packrule.AutoSize = true;
  697. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.pr_packrule.Location = new System.Drawing.Point(1698, 908);
  699. this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  700. this.pr_packrule.Name = "pr_packrule";
  701. this.pr_packrule.Size = new System.Drawing.Size(0, 41);
  702. this.pr_packrule.TabIndex = 173;
  703. this.pr_packrule.Visible = false;
  704. //
  705. // pa_status
  706. //
  707. this.pa_status.AutoSize = true;
  708. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.pa_status.Location = new System.Drawing.Point(1554, 858);
  710. this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  711. this.pa_status.Name = "pa_status";
  712. this.pa_status.Size = new System.Drawing.Size(0, 41);
  713. this.pa_status.TabIndex = 174;
  714. this.pa_status.Visible = false;
  715. //
  716. // groupBoxWithBorder3
  717. //
  718. this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
  719. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit1);
  720. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit);
  721. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonboxgw);
  722. this.groupBoxWithBorder3.Controls.Add(this.label4);
  723. this.groupBoxWithBorder3.Controls.Add(this.weight);
  724. this.groupBoxWithBorder3.Controls.Add(this.label2);
  725. this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.groupBoxWithBorder3.Location = new System.Drawing.Point(1348, 340);
  727. this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  728. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  729. this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  730. this.groupBoxWithBorder3.Size = new System.Drawing.Size(386, 482);
  731. this.groupBoxWithBorder3.TabIndex = 172;
  732. this.groupBoxWithBorder3.TabStop = false;
  733. this.groupBoxWithBorder3.Text = "称量信息";
  734. this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
  735. //
  736. // pr_cartonunit1
  737. //
  738. this.pr_cartonunit1.AutoSize = true;
  739. this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  740. this.pr_cartonunit1.Location = new System.Drawing.Point(182, 260);
  741. this.pr_cartonunit1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  742. this.pr_cartonunit1.Name = "pr_cartonunit1";
  743. this.pr_cartonunit1.Size = new System.Drawing.Size(38, 41);
  744. this.pr_cartonunit1.TabIndex = 184;
  745. this.pr_cartonunit1.Tag = "pr_cartonunit";
  746. this.pr_cartonunit1.Text = "g";
  747. this.pr_cartonunit1.Visible = false;
  748. //
  749. // pr_cartonunit
  750. //
  751. this.pr_cartonunit.AutoSize = true;
  752. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.pr_cartonunit.Location = new System.Drawing.Point(120, 58);
  754. this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  755. this.pr_cartonunit.Name = "pr_cartonunit";
  756. this.pr_cartonunit.Size = new System.Drawing.Size(38, 41);
  757. this.pr_cartonunit.TabIndex = 183;
  758. this.pr_cartonunit.Text = "g";
  759. this.pr_cartonunit.Visible = false;
  760. //
  761. // pr_cartonboxgw
  762. //
  763. this.pr_cartonboxgw.AutoSize = true;
  764. this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 35F);
  765. this.pr_cartonboxgw.Location = new System.Drawing.Point(68, 332);
  766. this.pr_cartonboxgw.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  767. this.pr_cartonboxgw.Name = "pr_cartonboxgw";
  768. this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 121);
  769. this.pr_cartonboxgw.TabIndex = 182;
  770. //
  771. // label4
  772. //
  773. this.label4.AutoSize = true;
  774. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  775. this.label4.Location = new System.Drawing.Point(36, 260);
  776. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  777. this.label4.Name = "label4";
  778. this.label4.Size = new System.Drawing.Size(146, 41);
  779. this.label4.TabIndex = 181;
  780. this.label4.Text = "标准重量";
  781. //
  782. // weight
  783. //
  784. this.weight.AutoSize = true;
  785. this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
  786. this.weight.ForeColor = System.Drawing.Color.Green;
  787. this.weight.Location = new System.Drawing.Point(68, 120);
  788. this.weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  789. this.weight.Name = "weight";
  790. this.weight.Size = new System.Drawing.Size(0, 121);
  791. this.weight.TabIndex = 180;
  792. //
  793. // label2
  794. //
  795. this.label2.AutoSize = true;
  796. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.label2.Location = new System.Drawing.Point(36, 58);
  798. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  799. this.label2.Name = "label2";
  800. this.label2.Size = new System.Drawing.Size(82, 41);
  801. this.label2.TabIndex = 179;
  802. this.label2.Text = "重量";
  803. //
  804. // Baurate
  805. //
  806. this.Baurate.AutoSize = true;
  807. this.Baurate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  808. this.Baurate.Location = new System.Drawing.Point(1432, 858);
  809. this.Baurate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  810. this.Baurate.Name = "Baurate";
  811. this.Baurate.Size = new System.Drawing.Size(0, 41);
  812. this.Baurate.TabIndex = 176;
  813. this.Baurate.Visible = false;
  814. //
  815. // ComList
  816. //
  817. this.ComList.AutoSize = true;
  818. this.ComList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  819. this.ComList.Location = new System.Drawing.Point(1466, 858);
  820. this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  821. this.ComList.Name = "ComList";
  822. this.ComList.Size = new System.Drawing.Size(0, 41);
  823. this.ComList.TabIndex = 177;
  824. this.ComList.Visible = false;
  825. //
  826. // pa_downstatus
  827. //
  828. this.pa_downstatus.AutoSize = true;
  829. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  830. this.pa_downstatus.Location = new System.Drawing.Point(1662, 908);
  831. this.pa_downstatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  832. this.pa_downstatus.Name = "pa_downstatus";
  833. this.pa_downstatus.Size = new System.Drawing.Size(0, 41);
  834. this.pa_downstatus.TabIndex = 179;
  835. this.pa_downstatus.Visible = false;
  836. //
  837. // pa_checkno
  838. //
  839. this.pa_checkno.AutoSize = true;
  840. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  841. this.pa_checkno.Location = new System.Drawing.Point(1674, 942);
  842. this.pa_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  843. this.pa_checkno.Name = "pa_checkno";
  844. this.pa_checkno.Size = new System.Drawing.Size(0, 41);
  845. this.pa_checkno.TabIndex = 180;
  846. this.pa_checkno.Visible = false;
  847. //
  848. // pa_sccode
  849. //
  850. this.pa_sccode.AutoSize = true;
  851. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  852. this.pa_sccode.Location = new System.Drawing.Point(1650, 908);
  853. this.pa_sccode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  854. this.pa_sccode.Name = "pa_sccode";
  855. this.pa_sccode.Size = new System.Drawing.Size(0, 41);
  856. this.pa_sccode.TabIndex = 181;
  857. this.pa_sccode.Visible = false;
  858. //
  859. // pa_standardqty
  860. //
  861. this.pa_standardqty.AutoSize = true;
  862. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  863. this.pa_standardqty.Location = new System.Drawing.Point(1650, 1084);
  864. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  865. this.pa_standardqty.Name = "pa_standardqty";
  866. this.pa_standardqty.Size = new System.Drawing.Size(0, 41);
  867. this.pa_standardqty.TabIndex = 182;
  868. this.pa_standardqty.Visible = false;
  869. //
  870. // pa_makecode
  871. //
  872. this.pa_makecode.AutoSize = true;
  873. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  874. this.pa_makecode.Location = new System.Drawing.Point(1512, 1062);
  875. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  876. this.pa_makecode.Name = "pa_makecode";
  877. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  878. this.pa_makecode.TabIndex = 183;
  879. this.pa_makecode.Visible = false;
  880. //
  881. // pr_sendchecktype
  882. //
  883. this.pr_sendchecktype.AutoSize = true;
  884. this.pr_sendchecktype.Location = new System.Drawing.Point(1076, 908);
  885. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  886. this.pr_sendchecktype.Name = "pr_sendchecktype";
  887. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  888. this.pr_sendchecktype.TabIndex = 184;
  889. this.pr_sendchecktype.Visible = false;
  890. //
  891. // ms_salecode
  892. //
  893. this.ms_salecode.AutoSize = true;
  894. this.ms_salecode.Location = new System.Drawing.Point(1086, 1116);
  895. this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  896. this.ms_salecode.Name = "ms_salecode";
  897. this.ms_salecode.Size = new System.Drawing.Size(0, 24);
  898. this.ms_salecode.TabIndex = 185;
  899. this.ms_salecode.Visible = false;
  900. //
  901. // StepCount
  902. //
  903. this.StepCount.LineCode = null;
  904. this.StepCount.Location = new System.Drawing.Point(916, 1082);
  905. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  906. this.StepCount.Name = "StepCount";
  907. this.StepCount.Size = new System.Drawing.Size(176, 44);
  908. this.StepCount.Source = null;
  909. this.StepCount.StepCode = null;
  910. this.StepCount.TabIndex = 186;
  911. //
  912. // PrintNum1
  913. //
  914. this.PrintNum1.AllPower = null;
  915. this.PrintNum1.BackColor = System.Drawing.Color.White;
  916. this.PrintNum1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  917. this.PrintNum1.ID = null;
  918. this.PrintNum1.Location = new System.Drawing.Point(1457, 861);
  919. this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
  920. this.PrintNum1.Name = "PrintNum1";
  921. this.PrintNum1.Power = null;
  922. this.PrintNum1.Size = new System.Drawing.Size(60, 39);
  923. this.PrintNum1.Str = null;
  924. this.PrintNum1.Str1 = null;
  925. this.PrintNum1.Str2 = null;
  926. this.PrintNum1.TabIndex = 219;
  927. //
  928. // PrintSecond
  929. //
  930. this.PrintSecond.AutoSize = true;
  931. this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  932. this.PrintSecond.ForeColor = System.Drawing.Color.Red;
  933. this.PrintSecond.Location = new System.Drawing.Point(1156, 867);
  934. this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
  935. this.PrintSecond.Name = "PrintSecond";
  936. this.PrintSecond.Size = new System.Drawing.Size(162, 28);
  937. this.PrintSecond.TabIndex = 224;
  938. this.PrintSecond.Text = "打印副标签";
  939. this.PrintSecond.UseVisualStyleBackColor = true;
  940. //
  941. // label9
  942. //
  943. this.label9.AutoSize = true;
  944. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  945. this.label9.Location = new System.Drawing.Point(1358, 862);
  946. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  947. this.label9.Name = "label9";
  948. this.label9.Size = new System.Drawing.Size(82, 41);
  949. this.label9.TabIndex = 218;
  950. this.label9.Text = "份数";
  951. //
  952. // PrintLabel1
  953. //
  954. this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  955. this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
  956. this.PrintLabel1.FormattingEnabled = true;
  957. this.PrintLabel1.Location = new System.Drawing.Point(1358, 966);
  958. this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
  959. this.PrintLabel1.Name = "PrintLabel1";
  960. this.PrintLabel1.Size = new System.Drawing.Size(296, 39);
  961. this.PrintLabel1.TabIndex = 222;
  962. //
  963. // label7
  964. //
  965. this.label7.AutoSize = true;
  966. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  967. this.label7.Location = new System.Drawing.Point(1150, 964);
  968. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  969. this.label7.Name = "label7";
  970. this.label7.Size = new System.Drawing.Size(165, 41);
  971. this.label7.TabIndex = 223;
  972. this.label7.Text = "打印标签1";
  973. //
  974. // PrintList1
  975. //
  976. this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
  977. this.PrintList1.Location = new System.Drawing.Point(1358, 913);
  978. this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  979. this.PrintList1.Name = "PrintList1";
  980. this.PrintList1.Size = new System.Drawing.Size(298, 56);
  981. this.PrintList1.TabIndex = 221;
  982. //
  983. // label8
  984. //
  985. this.label8.AutoSize = true;
  986. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  987. this.label8.Location = new System.Drawing.Point(1150, 909);
  988. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  989. this.label8.Name = "label8";
  990. this.label8.Size = new System.Drawing.Size(197, 41);
  991. this.label8.TabIndex = 220;
  992. this.label8.Text = "打印机列表1";
  993. //
  994. // Make_SpecialCartonPack
  995. //
  996. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  997. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  998. this.ClientSize = new System.Drawing.Size(1758, 1164);
  999. this.Controls.Add(this.PrintNum1);
  1000. this.Controls.Add(this.PrintSecond);
  1001. this.Controls.Add(this.label9);
  1002. this.Controls.Add(this.PrintLabel1);
  1003. this.Controls.Add(this.label7);
  1004. this.Controls.Add(this.PrintList1);
  1005. this.Controls.Add(this.label8);
  1006. this.Controls.Add(this.StepCount);
  1007. this.Controls.Add(this.ms_salecode);
  1008. this.Controls.Add(this.pr_sendchecktype);
  1009. this.Controls.Add(this.pa_makecode);
  1010. this.Controls.Add(this.pa_standardqty);
  1011. this.Controls.Add(this.pa_sccode);
  1012. this.Controls.Add(this.pa_checkno);
  1013. this.Controls.Add(this.pa_downstatus);
  1014. this.Controls.Add(this.ComList);
  1015. this.Controls.Add(this.Baurate);
  1016. this.Controls.Add(this.groupBoxWithBorder3);
  1017. this.Controls.Add(this.pa_status);
  1018. this.Controls.Add(this.pr_packrule);
  1019. this.Controls.Add(this.groupBoxWithBorder2);
  1020. this.Controls.Add(this.groupBoxWithBorder1);
  1021. this.Controls.Add(this.OperateResult);
  1022. this.Controls.Add(this.pa_id);
  1023. this.Controls.Add(this.Clean);
  1024. this.Controls.Add(this.sn_code);
  1025. this.Controls.Add(this.PackageDetail);
  1026. this.Controls.Add(this.Cancel);
  1027. this.Controls.Add(this.label13);
  1028. this.Controls.Add(this.ms_makecode);
  1029. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1030. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  1031. this.Name = "Make_SpecialCartonPack";
  1032. this.Tag = "Make!SpecialCartonPack";
  1033. this.Text = "装箱称重";
  1034. this.Activated += new System.EventHandler(this.包装采集_Activated);
  1035. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  1036. this.Load += new System.EventHandler(this.包装采集_Load);
  1037. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  1038. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  1039. this.groupBoxWithBorder1.ResumeLayout(true);
  1040. this.groupBoxWithBorder1.PerformLayout();
  1041. this.groupBoxWithBorder2.ResumeLayout(true);
  1042. this.groupBoxWithBorder2.PerformLayout();
  1043. this.groupBoxWithBorder3.ResumeLayout(true);
  1044. this.groupBoxWithBorder3.PerformLayout();
  1045. this.ResumeLayout(true);
  1046. this.PerformLayout();
  1047. }
  1048. #endregion
  1049. private System.Windows.Forms.Label ms_makecode;
  1050. private System.Windows.Forms.Label label13;
  1051. private System.Windows.Forms.Label pa_code_label;
  1052. private System.Windows.Forms.Label PrintList_label;
  1053. private System.Windows.Forms.Label PrintNum_label;
  1054. private System.Windows.Forms.CheckBox Cancel;
  1055. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  1056. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  1057. private CustomControl.ButtonUtil.NormalButton Clean;
  1058. private CustomControl.ButtonUtil.NormalButton Printing;
  1059. private System.Windows.Forms.Label pa_id;
  1060. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1061. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  1062. private System.Windows.Forms.ComboBox PrintLabel;
  1063. private System.Windows.Forms.Label label3;
  1064. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  1065. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  1066. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1067. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  1068. private CustomControl.ButtonUtil.NormalButton Packing;
  1069. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  1070. private System.Windows.Forms.Label pr_packrule;
  1071. private System.Windows.Forms.Label pa_status;
  1072. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1073. private System.Windows.Forms.Label ob_batchqty;
  1074. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1075. private System.Windows.Forms.Label ob_batchqty_label;
  1076. private System.Windows.Forms.Label ob_nowcheckqty;
  1077. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  1078. private System.Windows.Forms.Label label2;
  1079. private System.Windows.Forms.Label weight;
  1080. private System.Windows.Forms.Label label4;
  1081. private System.Windows.Forms.Label pr_cartonboxgw;
  1082. private System.Windows.Forms.Label Baurate;
  1083. private System.Windows.Forms.Label ComList;
  1084. private System.Windows.Forms.Label pr_cartonunit;
  1085. private System.Windows.Forms.Label pr_cartonunit1;
  1086. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  1087. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  1088. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  1089. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  1090. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  1091. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  1092. private System.Windows.Forms.Label pa_downstatus;
  1093. private System.Windows.Forms.Label pa_checkno;
  1094. private System.Windows.Forms.Label pa_sccode;
  1095. private System.Windows.Forms.Label pa_currentqty_label;
  1096. private System.Windows.Forms.Label pr_detail_label;
  1097. private System.Windows.Forms.Label pa_currentqty;
  1098. private System.Windows.Forms.Label pr_code_label;
  1099. private System.Windows.Forms.Label pr_detail;
  1100. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  1101. private System.Windows.Forms.Label pr_code;
  1102. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  1103. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  1104. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  1105. private System.Windows.Forms.Label pa_standardqty;
  1106. private System.Windows.Forms.Label pa_makecode;
  1107. private System.Windows.Forms.Label pr_sendchecktype;
  1108. private System.Windows.Forms.Label ms_salecode;
  1109. private System.Windows.Forms.Label label1;
  1110. private System.Windows.Forms.Label ob_checkno;
  1111. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1112. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum1;
  1113. private System.Windows.Forms.CheckBox PrintSecond;
  1114. private System.Windows.Forms.Label label9;
  1115. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel1;
  1116. private System.Windows.Forms.Label label7;
  1117. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList1;
  1118. private System.Windows.Forms.Label label8;
  1119. }
  1120. }