Make_PackageCollectionWeigh.Designer.cs 49 KB

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