Make_SpecialCartonPack.Designer.cs 52 KB

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