Make_SpecialCartonPack.Designer.cs 53 KB

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