Make_SpecialCartonPack.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. namespace UAS_MES.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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SpecialCartonPack));
  29. this.ms_makecode = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.pa_code_label = new System.Windows.Forms.Label();
  32. this.PrintList_label = new System.Windows.Forms.Label();
  33. this.PrintNum_label = new System.Windows.Forms.Label();
  34. this.Cancel = new System.Windows.Forms.CheckBox();
  35. this.pa_id = new System.Windows.Forms.Label();
  36. this.PrintLabel = new System.Windows.Forms.ComboBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  39. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  40. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  41. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  42. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  43. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  44. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  52. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  53. this.DeleteAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.pa_currentqty_label = new System.Windows.Forms.Label();
  55. this.pr_detail_label = new System.Windows.Forms.Label();
  56. this.pa_currentqty = new System.Windows.Forms.Label();
  57. this.pr_code_label = new System.Windows.Forms.Label();
  58. this.pr_detail = new System.Windows.Forms.Label();
  59. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  60. this.pr_code = new System.Windows.Forms.Label();
  61. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  62. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  63. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  64. this.ob_batchqty = new System.Windows.Forms.Label();
  65. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  66. this.ob_batchqty_label = new System.Windows.Forms.Label();
  67. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  68. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.pr_packrule = new System.Windows.Forms.Label();
  70. this.pa_status = new System.Windows.Forms.Label();
  71. this.ob_checkno = new System.Windows.Forms.Label();
  72. this.groupBoxWithBorder3 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  73. this.pr_cartonunit1 = new System.Windows.Forms.Label();
  74. this.pr_cartonunit = new System.Windows.Forms.Label();
  75. this.pr_cartonboxgw = new System.Windows.Forms.Label();
  76. this.label4 = new System.Windows.Forms.Label();
  77. this.weight = new System.Windows.Forms.Label();
  78. this.label2 = new System.Windows.Forms.Label();
  79. this.Baurate = new System.Windows.Forms.Label();
  80. this.ComList = new System.Windows.Forms.Label();
  81. this.pa_downstatus = new System.Windows.Forms.Label();
  82. this.pa_checkno = new System.Windows.Forms.Label();
  83. this.pa_sccode = new System.Windows.Forms.Label();
  84. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  85. this.pr_outboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  86. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  87. this.groupBoxWithBorder1.SuspendLayout();
  88. this.groupBoxWithBorder2.SuspendLayout();
  89. this.groupBoxWithBorder3.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // ms_makecode
  93. //
  94. this.ms_makecode.AutoSize = true;
  95. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.ms_makecode.Location = new System.Drawing.Point(831, 429);
  97. this.ms_makecode.Name = "ms_makecode";
  98. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  99. this.ms_makecode.TabIndex = 76;
  100. this.ms_makecode.Visible = false;
  101. //
  102. // label13
  103. //
  104. this.label13.AutoSize = true;
  105. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label13.ForeColor = System.Drawing.Color.Black;
  107. this.label13.Location = new System.Drawing.Point(10, 545);
  108. this.label13.Name = "label13";
  109. this.label13.Size = new System.Drawing.Size(58, 21);
  110. this.label13.TabIndex = 105;
  111. this.label13.Text = "序列号";
  112. //
  113. // pa_code_label
  114. //
  115. this.pa_code_label.AutoSize = true;
  116. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.pa_code_label.Location = new System.Drawing.Point(9, 34);
  118. this.pa_code_label.Name = "pa_code_label";
  119. this.pa_code_label.Size = new System.Drawing.Size(42, 21);
  120. this.pa_code_label.TabIndex = 113;
  121. this.pa_code_label.Text = "箱号";
  122. //
  123. // PrintList_label
  124. //
  125. this.PrintList_label.AutoSize = true;
  126. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.PrintList_label.Location = new System.Drawing.Point(10, 34);
  128. this.PrintList_label.Name = "PrintList_label";
  129. this.PrintList_label.Size = new System.Drawing.Size(90, 21);
  130. this.PrintList_label.TabIndex = 116;
  131. this.PrintList_label.Text = "打印机列表";
  132. //
  133. // PrintNum_label
  134. //
  135. this.PrintNum_label.AutoSize = true;
  136. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.PrintNum_label.Location = new System.Drawing.Point(184, 120);
  138. this.PrintNum_label.Name = "PrintNum_label";
  139. this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
  140. this.PrintNum_label.TabIndex = 124;
  141. this.PrintNum_label.Text = "份数";
  142. //
  143. // Cancel
  144. //
  145. this.Cancel.AutoSize = true;
  146. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.Cancel.Location = new System.Drawing.Point(310, 546);
  148. this.Cancel.Name = "Cancel";
  149. this.Cancel.Size = new System.Drawing.Size(93, 25);
  150. this.Cancel.TabIndex = 129;
  151. this.Cancel.Text = "取消装箱";
  152. this.Cancel.UseVisualStyleBackColor = true;
  153. //
  154. // pa_id
  155. //
  156. this.pa_id.AutoSize = true;
  157. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.pa_id.Location = new System.Drawing.Point(799, 429);
  159. this.pa_id.Name = "pa_id";
  160. this.pa_id.Size = new System.Drawing.Size(0, 21);
  161. this.pa_id.TabIndex = 153;
  162. this.pa_id.Visible = false;
  163. //
  164. // PrintLabel
  165. //
  166. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  167. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  168. this.PrintLabel.FormattingEnabled = true;
  169. this.PrintLabel.Location = new System.Drawing.Point(118, 76);
  170. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  171. this.PrintLabel.Name = "PrintLabel";
  172. this.PrintLabel.Size = new System.Drawing.Size(150, 25);
  173. this.PrintLabel.TabIndex = 159;
  174. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  175. //
  176. // label3
  177. //
  178. this.label3.AutoSize = true;
  179. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.label3.Location = new System.Drawing.Point(10, 73);
  181. this.label3.Name = "label3";
  182. this.label3.Size = new System.Drawing.Size(74, 21);
  183. this.label3.TabIndex = 160;
  184. this.label3.Text = "打印标签";
  185. //
  186. // pa_outboxcode
  187. //
  188. this.pa_outboxcode.Caller = null;
  189. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  190. this.pa_outboxcode.Location = new System.Drawing.Point(98, 39);
  191. this.pa_outboxcode.MakeCode = null;
  192. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  193. this.pa_outboxcode.Name = "pa_outboxcode";
  194. this.pa_outboxcode.Pr_id = null;
  195. this.pa_outboxcode.ProdCode = null;
  196. this.pa_outboxcode.ShowClickIcon = false;
  197. this.pa_outboxcode.Size = new System.Drawing.Size(132, 22);
  198. this.pa_outboxcode.TabIndex = 163;
  199. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  200. //
  201. // PrintList
  202. //
  203. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  204. this.PrintList.Location = new System.Drawing.Point(118, 37);
  205. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  206. this.PrintList.Name = "PrintList";
  207. this.PrintList.Size = new System.Drawing.Size(149, 22);
  208. this.PrintList.TabIndex = 158;
  209. //
  210. // OperateResult
  211. //
  212. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.OperateResult.Location = new System.Drawing.Point(4, 419);
  214. this.OperateResult.Name = "OperateResult";
  215. this.OperateResult.Size = new System.Drawing.Size(447, 120);
  216. this.OperateResult.TabIndex = 155;
  217. this.OperateResult.Text = "";
  218. //
  219. // Printing
  220. //
  221. this.Printing.AllPower = "ifall";
  222. this.Printing.BackColor = System.Drawing.Color.Transparent;
  223. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  224. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  225. this.Printing.Image = null;
  226. this.Printing.IsShowBorder = true;
  227. this.Printing.Location = new System.Drawing.Point(292, 115);
  228. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  229. this.Printing.Name = "Printing";
  230. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  231. this.Printing.Power = null;
  232. this.Printing.Size = new System.Drawing.Size(60, 24);
  233. this.Printing.TabIndex = 150;
  234. this.Printing.Tag = "ifread";
  235. this.Printing.Text = "打印";
  236. this.Printing.UseVisualStyleBackColor = true;
  237. this.Printing.Click += new System.EventHandler(this.Print_Click);
  238. //
  239. // Clean
  240. //
  241. this.Clean.AllPower = null;
  242. this.Clean.BackColor = System.Drawing.Color.Transparent;
  243. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  244. this.Clean.Image = null;
  245. this.Clean.IsShowBorder = true;
  246. this.Clean.Location = new System.Drawing.Point(464, 514);
  247. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  248. this.Clean.Name = "Clean";
  249. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  250. this.Clean.Power = null;
  251. this.Clean.Size = new System.Drawing.Size(60, 24);
  252. this.Clean.TabIndex = 148;
  253. this.Clean.Text = "清除";
  254. this.Clean.UseVisualStyleBackColor = true;
  255. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  256. //
  257. // sn_code
  258. //
  259. this.sn_code.AllPower = "ifall";
  260. this.sn_code.BackColor = System.Drawing.Color.White;
  261. this.sn_code.ID = null;
  262. this.sn_code.Location = new System.Drawing.Point(76, 546);
  263. this.sn_code.Name = "sn_code";
  264. this.sn_code.Power = "ifread";
  265. this.sn_code.Size = new System.Drawing.Size(196, 21);
  266. this.sn_code.Str = null;
  267. this.sn_code.Str1 = null;
  268. this.sn_code.Str2 = null;
  269. this.sn_code.TabIndex = 135;
  270. this.sn_code.Tag = "IfRead";
  271. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  272. //
  273. // PackageDetail
  274. //
  275. this.PackageDetail.AllowUserToAddRows = false;
  276. this.PackageDetail.AllowUserToDeleteRows = false;
  277. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  278. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  279. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  280. this.pd_barcode,
  281. this.pa_outboxcode1,
  282. this.pa_prodcode1,
  283. this.pd_innerqty,
  284. this.pa_indate,
  285. this.pd_id});
  286. this.PackageDetail.EnableContentClick = true;
  287. this.PackageDetail.Location = new System.Drawing.Point(4, 171);
  288. this.PackageDetail.Name = "PackageDetail";
  289. this.PackageDetail.ReadOnly = true;
  290. this.PackageDetail.RowTemplate.Height = 23;
  291. this.PackageDetail.Size = new System.Drawing.Size(661, 240);
  292. this.PackageDetail.TabIndex = 134;
  293. this.PackageDetail.DataSourceChanged += new System.EventHandler(this.PackageDetail_DataSourceChanged);
  294. //
  295. // pd_barcode
  296. //
  297. this.pd_barcode.DataPropertyName = "pd_barcode";
  298. this.pd_barcode.HeaderText = "序列号";
  299. this.pd_barcode.Name = "pd_barcode";
  300. this.pd_barcode.ReadOnly = true;
  301. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  302. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  303. this.pd_barcode.Width = 202;
  304. //
  305. // pa_outboxcode1
  306. //
  307. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  308. this.pa_outboxcode1.HeaderText = "箱号";
  309. this.pa_outboxcode1.Name = "pa_outboxcode1";
  310. this.pa_outboxcode1.ReadOnly = true;
  311. this.pa_outboxcode1.Width = 201;
  312. //
  313. // pa_prodcode1
  314. //
  315. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  316. this.pa_prodcode1.HeaderText = "产品编号";
  317. this.pa_prodcode1.Name = "pa_prodcode1";
  318. this.pa_prodcode1.ReadOnly = true;
  319. this.pa_prodcode1.Visible = false;
  320. //
  321. // pd_innerqty
  322. //
  323. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  324. this.pd_innerqty.HeaderText = "箱内数量";
  325. this.pd_innerqty.Name = "pd_innerqty";
  326. this.pd_innerqty.ReadOnly = true;
  327. this.pd_innerqty.Visible = false;
  328. this.pd_innerqty.Width = 80;
  329. //
  330. // pa_indate
  331. //
  332. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  333. this.pa_indate.DataPropertyName = "pa_indate";
  334. this.pa_indate.HeaderText = "装箱日期";
  335. this.pa_indate.MinimumWidth = 300;
  336. this.pa_indate.Name = "pa_indate";
  337. this.pa_indate.ReadOnly = true;
  338. this.pa_indate.Width = 300;
  339. //
  340. // pd_id
  341. //
  342. this.pd_id.DataPropertyName = "pd_id";
  343. this.pd_id.HeaderText = "ID";
  344. this.pd_id.Name = "pd_id";
  345. this.pd_id.ReadOnly = true;
  346. this.pd_id.Visible = false;
  347. //
  348. // AutoPrint
  349. //
  350. this.AutoPrint.Checked = false;
  351. this.AutoPrint.Location = new System.Drawing.Point(81, 120);
  352. this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  353. this.AutoPrint.Name = "AutoPrint";
  354. this.AutoPrint.Size = new System.Drawing.Size(84, 22);
  355. this.AutoPrint.TabIndex = 166;
  356. //
  357. // groupBoxWithBorder1
  358. //
  359. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  360. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  361. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  362. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  363. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  364. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  365. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  366. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  367. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  368. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  369. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  370. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  371. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  372. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.groupBoxWithBorder1.Location = new System.Drawing.Point(4, 6);
  374. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  375. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  376. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  377. this.groupBoxWithBorder1.Size = new System.Drawing.Size(411, 157);
  378. this.groupBoxWithBorder1.TabIndex = 171;
  379. this.groupBoxWithBorder1.TabStop = false;
  380. this.groupBoxWithBorder1.Text = "装箱信息";
  381. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  382. //
  383. // DeleteAll
  384. //
  385. this.DeleteAll.AllPower = null;
  386. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  387. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  388. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  389. this.DeleteAll.Image = null;
  390. this.DeleteAll.IsShowBorder = true;
  391. this.DeleteAll.Location = new System.Drawing.Point(356, 36);
  392. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  393. this.DeleteAll.Name = "DeleteAll";
  394. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  395. this.DeleteAll.Power = "ifspecial";
  396. this.DeleteAll.Size = new System.Drawing.Size(44, 24);
  397. this.DeleteAll.TabIndex = 185;
  398. this.DeleteAll.Text = "拆箱";
  399. this.DeleteAll.UseVisualStyleBackColor = true;
  400. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  401. //
  402. // pa_currentqty_label
  403. //
  404. this.pa_currentqty_label.AutoSize = true;
  405. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.pa_currentqty_label.Location = new System.Drawing.Point(208, 71);
  407. this.pa_currentqty_label.Name = "pa_currentqty_label";
  408. this.pa_currentqty_label.Size = new System.Drawing.Size(74, 21);
  409. this.pa_currentqty_label.TabIndex = 175;
  410. this.pa_currentqty_label.Text = "已装数量";
  411. //
  412. // pr_detail_label
  413. //
  414. this.pr_detail_label.AutoSize = true;
  415. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.pr_detail_label.Location = new System.Drawing.Point(208, 114);
  417. this.pr_detail_label.Name = "pr_detail_label";
  418. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  419. this.pr_detail_label.TabIndex = 173;
  420. this.pr_detail_label.Text = "产品名称";
  421. //
  422. // pa_currentqty
  423. //
  424. this.pa_currentqty.AutoSize = true;
  425. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.pa_currentqty.Location = new System.Drawing.Point(291, 71);
  427. this.pa_currentqty.Name = "pa_currentqty";
  428. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  429. this.pa_currentqty.TabIndex = 179;
  430. //
  431. // pr_code_label
  432. //
  433. this.pr_code_label.AutoSize = true;
  434. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.pr_code_label.Location = new System.Drawing.Point(9, 114);
  436. this.pr_code_label.Name = "pr_code_label";
  437. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  438. this.pr_code_label.TabIndex = 174;
  439. this.pr_code_label.Text = "产品编号";
  440. //
  441. // pr_detail
  442. //
  443. this.pr_detail.AutoSize = true;
  444. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.pr_detail.Location = new System.Drawing.Point(291, 114);
  446. this.pr_detail.Name = "pr_detail";
  447. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  448. this.pr_detail.TabIndex = 178;
  449. //
  450. // pr_outboxinnerqty_label
  451. //
  452. this.pr_outboxinnerqty_label.AutoSize = true;
  453. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(9, 71);
  455. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  456. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(74, 21);
  457. this.pr_outboxinnerqty_label.TabIndex = 176;
  458. this.pr_outboxinnerqty_label.Text = "箱内容量";
  459. //
  460. // pr_code
  461. //
  462. this.pr_code.AutoSize = true;
  463. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.pr_code.Location = new System.Drawing.Point(97, 114);
  465. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  466. this.pr_code.Name = "pr_code";
  467. this.pr_code.Size = new System.Drawing.Size(0, 21);
  468. this.pr_code.TabIndex = 177;
  469. //
  470. // AutoGenBoxCode
  471. //
  472. this.AutoGenBoxCode.AutoSize = true;
  473. this.AutoGenBoxCode.Location = new System.Drawing.Point(242, 35);
  474. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  475. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  476. this.AutoGenBoxCode.Size = new System.Drawing.Size(125, 25);
  477. this.AutoGenBoxCode.TabIndex = 171;
  478. this.AutoGenBoxCode.Text = "自动生成箱号";
  479. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  480. //
  481. // groupBoxWithBorder2
  482. //
  483. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  484. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  485. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  486. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  487. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  488. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  489. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  490. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  491. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  492. this.groupBoxWithBorder2.Controls.Add(this.label3);
  493. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  494. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  495. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  496. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  497. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  498. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.groupBoxWithBorder2.Location = new System.Drawing.Point(420, 6);
  500. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  501. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  502. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  503. this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 157);
  504. this.groupBoxWithBorder2.TabIndex = 172;
  505. this.groupBoxWithBorder2.TabStop = false;
  506. this.groupBoxWithBorder2.Text = "打印";
  507. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  508. //
  509. // ob_nowcheckqty
  510. //
  511. this.ob_nowcheckqty.AutoSize = true;
  512. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.ob_nowcheckqty.Location = new System.Drawing.Point(356, 70);
  514. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  515. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  516. this.ob_nowcheckqty.TabIndex = 178;
  517. //
  518. // ob_batchqty
  519. //
  520. this.ob_batchqty.AutoSize = true;
  521. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.ob_batchqty.Location = new System.Drawing.Point(356, 33);
  523. this.ob_batchqty.Name = "ob_batchqty";
  524. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  525. this.ob_batchqty.TabIndex = 177;
  526. //
  527. // ob_nowcheckqty_label
  528. //
  529. this.ob_nowcheckqty_label.AutoSize = true;
  530. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(275, 70);
  532. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  533. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  534. this.ob_nowcheckqty_label.TabIndex = 176;
  535. this.ob_nowcheckqty_label.Text = "当前批数";
  536. //
  537. // ob_batchqty_label
  538. //
  539. this.ob_batchqty_label.AutoSize = true;
  540. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.ob_batchqty_label.Location = new System.Drawing.Point(275, 33);
  542. this.ob_batchqty_label.Name = "ob_batchqty_label";
  543. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  544. this.ob_batchqty_label.TabIndex = 175;
  545. this.ob_batchqty_label.Text = "标准批数";
  546. //
  547. // SendCheck
  548. //
  549. this.SendCheck.AllPower = "ifall";
  550. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  551. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  552. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  553. this.SendCheck.Image = null;
  554. this.SendCheck.IsShowBorder = true;
  555. this.SendCheck.Location = new System.Drawing.Point(369, 115);
  556. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  557. this.SendCheck.Name = "SendCheck";
  558. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  559. this.SendCheck.Power = null;
  560. this.SendCheck.Size = new System.Drawing.Size(60, 24);
  561. this.SendCheck.TabIndex = 174;
  562. this.SendCheck.Tag = "ifread";
  563. this.SendCheck.Text = "送检";
  564. this.SendCheck.UseVisualStyleBackColor = true;
  565. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  566. //
  567. // Packing
  568. //
  569. this.Packing.AllPower = null;
  570. this.Packing.BackColor = System.Drawing.Color.Transparent;
  571. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  572. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  573. this.Packing.Image = null;
  574. this.Packing.IsShowBorder = true;
  575. this.Packing.Location = new System.Drawing.Point(14, 118);
  576. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  577. this.Packing.Name = "Packing";
  578. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  579. this.Packing.Power = null;
  580. this.Packing.Size = new System.Drawing.Size(60, 24);
  581. this.Packing.TabIndex = 173;
  582. this.Packing.Text = "封箱";
  583. this.Packing.UseVisualStyleBackColor = true;
  584. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  585. //
  586. // pr_packrule
  587. //
  588. this.pr_packrule.AutoSize = true;
  589. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.pr_packrule.Location = new System.Drawing.Point(849, 454);
  591. this.pr_packrule.Name = "pr_packrule";
  592. this.pr_packrule.Size = new System.Drawing.Size(0, 21);
  593. this.pr_packrule.TabIndex = 173;
  594. this.pr_packrule.Visible = false;
  595. //
  596. // pa_status
  597. //
  598. this.pa_status.AutoSize = true;
  599. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.pa_status.Location = new System.Drawing.Point(777, 429);
  601. this.pa_status.Name = "pa_status";
  602. this.pa_status.Size = new System.Drawing.Size(0, 21);
  603. this.pa_status.TabIndex = 174;
  604. this.pa_status.Visible = false;
  605. //
  606. // ob_checkno
  607. //
  608. this.ob_checkno.AutoSize = true;
  609. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.ob_checkno.Location = new System.Drawing.Point(818, 429);
  611. this.ob_checkno.Name = "ob_checkno";
  612. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  613. this.ob_checkno.TabIndex = 175;
  614. this.ob_checkno.Visible = false;
  615. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  616. //
  617. // groupBoxWithBorder3
  618. //
  619. this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
  620. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit1);
  621. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit);
  622. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonboxgw);
  623. this.groupBoxWithBorder3.Controls.Add(this.label4);
  624. this.groupBoxWithBorder3.Controls.Add(this.weight);
  625. this.groupBoxWithBorder3.Controls.Add(this.label2);
  626. this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  627. this.groupBoxWithBorder3.Location = new System.Drawing.Point(674, 170);
  628. this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  629. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  630. this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  631. this.groupBoxWithBorder3.Size = new System.Drawing.Size(193, 241);
  632. this.groupBoxWithBorder3.TabIndex = 172;
  633. this.groupBoxWithBorder3.TabStop = false;
  634. this.groupBoxWithBorder3.Text = "称量信息";
  635. this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
  636. //
  637. // pr_cartonunit1
  638. //
  639. this.pr_cartonunit1.AutoSize = true;
  640. this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.pr_cartonunit1.Location = new System.Drawing.Point(94, 134);
  642. this.pr_cartonunit1.Name = "pr_cartonunit1";
  643. this.pr_cartonunit1.Size = new System.Drawing.Size(20, 21);
  644. this.pr_cartonunit1.TabIndex = 184;
  645. this.pr_cartonunit1.Tag = "pr_cartonunit";
  646. this.pr_cartonunit1.Text = "g";
  647. //
  648. // pr_cartonunit
  649. //
  650. this.pr_cartonunit.AutoSize = true;
  651. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.pr_cartonunit.Location = new System.Drawing.Point(63, 33);
  653. this.pr_cartonunit.Name = "pr_cartonunit";
  654. this.pr_cartonunit.Size = new System.Drawing.Size(20, 21);
  655. this.pr_cartonunit.TabIndex = 183;
  656. this.pr_cartonunit.Text = "g";
  657. //
  658. // pr_cartonboxgw
  659. //
  660. this.pr_cartonboxgw.AutoSize = true;
  661. this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.pr_cartonboxgw.Location = new System.Drawing.Point(61, 182);
  663. this.pr_cartonboxgw.Name = "pr_cartonboxgw";
  664. this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 21);
  665. this.pr_cartonboxgw.TabIndex = 182;
  666. //
  667. // label4
  668. //
  669. this.label4.AutoSize = true;
  670. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.label4.Location = new System.Drawing.Point(21, 134);
  672. this.label4.Name = "label4";
  673. this.label4.Size = new System.Drawing.Size(74, 21);
  674. this.label4.TabIndex = 181;
  675. this.label4.Text = "标准重量";
  676. //
  677. // weight
  678. //
  679. this.weight.AutoSize = true;
  680. this.weight.Font = new System.Drawing.Font("微软雅黑", 20F);
  681. this.weight.ForeColor = System.Drawing.Color.Lime;
  682. this.weight.Location = new System.Drawing.Point(58, 70);
  683. this.weight.Name = "weight";
  684. this.weight.Size = new System.Drawing.Size(0, 35);
  685. this.weight.TabIndex = 180;
  686. //
  687. // label2
  688. //
  689. this.label2.AutoSize = true;
  690. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.label2.Location = new System.Drawing.Point(21, 33);
  692. this.label2.Name = "label2";
  693. this.label2.Size = new System.Drawing.Size(42, 21);
  694. this.label2.TabIndex = 179;
  695. this.label2.Text = "重量";
  696. //
  697. // Baurate
  698. //
  699. this.Baurate.AutoSize = true;
  700. this.Baurate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.Baurate.Location = new System.Drawing.Point(716, 429);
  702. this.Baurate.Name = "Baurate";
  703. this.Baurate.Size = new System.Drawing.Size(0, 21);
  704. this.Baurate.TabIndex = 176;
  705. this.Baurate.Visible = false;
  706. //
  707. // ComList
  708. //
  709. this.ComList.AutoSize = true;
  710. this.ComList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.ComList.Location = new System.Drawing.Point(733, 429);
  712. this.ComList.Name = "ComList";
  713. this.ComList.Size = new System.Drawing.Size(0, 21);
  714. this.ComList.TabIndex = 177;
  715. this.ComList.Visible = false;
  716. //
  717. // pa_downstatus
  718. //
  719. this.pa_downstatus.AutoSize = true;
  720. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.pa_downstatus.Location = new System.Drawing.Point(831, 454);
  722. this.pa_downstatus.Name = "pa_downstatus";
  723. this.pa_downstatus.Size = new System.Drawing.Size(0, 21);
  724. this.pa_downstatus.TabIndex = 179;
  725. this.pa_downstatus.Visible = false;
  726. //
  727. // pa_checkno
  728. //
  729. this.pa_checkno.AutoSize = true;
  730. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.pa_checkno.Location = new System.Drawing.Point(837, 471);
  732. this.pa_checkno.Name = "pa_checkno";
  733. this.pa_checkno.Size = new System.Drawing.Size(0, 21);
  734. this.pa_checkno.TabIndex = 180;
  735. this.pa_checkno.Visible = false;
  736. //
  737. // pa_sccode
  738. //
  739. this.pa_sccode.AutoSize = true;
  740. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.pa_sccode.Location = new System.Drawing.Point(825, 454);
  742. this.pa_sccode.Name = "pa_sccode";
  743. this.pa_sccode.Size = new System.Drawing.Size(0, 21);
  744. this.pa_sccode.TabIndex = 181;
  745. this.pa_sccode.Visible = false;
  746. //
  747. // PrintNum
  748. //
  749. this.PrintNum.AllPower = null;
  750. this.PrintNum.BackColor = System.Drawing.Color.White;
  751. this.PrintNum.Enabled = false;
  752. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.PrintNum.ID = null;
  754. this.PrintNum.Location = new System.Drawing.Point(232, 120);
  755. this.PrintNum.Name = "PrintNum";
  756. this.PrintNum.Power = null;
  757. this.PrintNum.Size = new System.Drawing.Size(42, 23);
  758. this.PrintNum.Str = null;
  759. this.PrintNum.Str1 = null;
  760. this.PrintNum.Str2 = null;
  761. this.PrintNum.TabIndex = 182;
  762. //
  763. // pr_outboxinnerqty
  764. //
  765. this.pr_outboxinnerqty.AllPower = null;
  766. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  767. this.pr_outboxinnerqty.Enabled = false;
  768. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.pr_outboxinnerqty.ID = null;
  770. this.pr_outboxinnerqty.Location = new System.Drawing.Point(98, 75);
  771. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  772. this.pr_outboxinnerqty.Power = null;
  773. this.pr_outboxinnerqty.Size = new System.Drawing.Size(99, 23);
  774. this.pr_outboxinnerqty.Str = null;
  775. this.pr_outboxinnerqty.Str1 = null;
  776. this.pr_outboxinnerqty.Str2 = null;
  777. this.pr_outboxinnerqty.TabIndex = 182;
  778. //
  779. // Make_SpecialCartonPack
  780. //
  781. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  782. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  783. this.ClientSize = new System.Drawing.Size(879, 582);
  784. this.Controls.Add(this.pa_sccode);
  785. this.Controls.Add(this.pa_checkno);
  786. this.Controls.Add(this.pa_downstatus);
  787. this.Controls.Add(this.ComList);
  788. this.Controls.Add(this.Baurate);
  789. this.Controls.Add(this.groupBoxWithBorder3);
  790. this.Controls.Add(this.ob_checkno);
  791. this.Controls.Add(this.pa_status);
  792. this.Controls.Add(this.pr_packrule);
  793. this.Controls.Add(this.groupBoxWithBorder2);
  794. this.Controls.Add(this.groupBoxWithBorder1);
  795. this.Controls.Add(this.OperateResult);
  796. this.Controls.Add(this.pa_id);
  797. this.Controls.Add(this.Clean);
  798. this.Controls.Add(this.sn_code);
  799. this.Controls.Add(this.PackageDetail);
  800. this.Controls.Add(this.Cancel);
  801. this.Controls.Add(this.label13);
  802. this.Controls.Add(this.ms_makecode);
  803. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  804. this.Name = "Make_SpecialCartonPack";
  805. this.Tag = "Make!SpecialCartonPack";
  806. this.Text = "装箱称重";
  807. this.Activated += new System.EventHandler(this.包装采集_Activated);
  808. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  809. this.Load += new System.EventHandler(this.包装采集_Load);
  810. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  811. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  812. this.groupBoxWithBorder1.ResumeLayout(true);
  813. this.groupBoxWithBorder1.PerformLayout();
  814. this.groupBoxWithBorder2.ResumeLayout(true);
  815. this.groupBoxWithBorder2.PerformLayout();
  816. this.groupBoxWithBorder3.ResumeLayout(true);
  817. this.groupBoxWithBorder3.PerformLayout();
  818. this.ResumeLayout(true);
  819. this.PerformLayout();
  820. }
  821. #endregion
  822. private System.Windows.Forms.Label ms_makecode;
  823. private System.Windows.Forms.Label label13;
  824. private System.Windows.Forms.Label pa_code_label;
  825. private System.Windows.Forms.Label PrintList_label;
  826. private System.Windows.Forms.Label PrintNum_label;
  827. private System.Windows.Forms.CheckBox Cancel;
  828. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  829. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  830. private CustomControl.ButtonUtil.NormalButton Clean;
  831. private CustomControl.ButtonUtil.NormalButton Printing;
  832. private System.Windows.Forms.Label pa_id;
  833. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  834. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  835. private System.Windows.Forms.ComboBox PrintLabel;
  836. private System.Windows.Forms.Label label3;
  837. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
  838. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  839. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  840. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  841. private CustomControl.ButtonUtil.NormalButton Packing;
  842. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  843. private System.Windows.Forms.Label pr_packrule;
  844. private System.Windows.Forms.Label pa_status;
  845. private CustomControl.ButtonUtil.NormalButton SendCheck;
  846. private System.Windows.Forms.Label ob_batchqty;
  847. private System.Windows.Forms.Label ob_nowcheckqty_label;
  848. private System.Windows.Forms.Label ob_batchqty_label;
  849. private System.Windows.Forms.Label ob_nowcheckqty;
  850. private System.Windows.Forms.Label ob_checkno;
  851. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  852. private System.Windows.Forms.Label label2;
  853. private System.Windows.Forms.Label weight;
  854. private System.Windows.Forms.Label label4;
  855. private System.Windows.Forms.Label pr_cartonboxgw;
  856. private System.Windows.Forms.Label Baurate;
  857. private System.Windows.Forms.Label ComList;
  858. private System.Windows.Forms.Label pr_cartonunit;
  859. private System.Windows.Forms.Label pr_cartonunit1;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  863. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  866. private System.Windows.Forms.Label pa_downstatus;
  867. private System.Windows.Forms.Label pa_checkno;
  868. private System.Windows.Forms.Label pa_sccode;
  869. private System.Windows.Forms.Label pa_currentqty_label;
  870. private System.Windows.Forms.Label pr_detail_label;
  871. private System.Windows.Forms.Label pa_currentqty;
  872. private System.Windows.Forms.Label pr_code_label;
  873. private System.Windows.Forms.Label pr_detail;
  874. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  875. private System.Windows.Forms.Label pr_code;
  876. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  877. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  878. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  879. }
  880. }