Make_PackageCollectionWeigh.Designer.cs 56 KB

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