Make_PackageCollectionWeigh.Designer.cs 49 KB

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