Packing_BigBoxWeight.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_BigBoxWeigh
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_BigBoxWeigh));
  30. this.label15 = new System.Windows.Forms.Label();
  31. this.panel4 = new System.Windows.Forms.Panel();
  32. this.pr_colorboxunit = new System.Windows.Forms.Label();
  33. this.label22 = new System.Windows.Forms.Label();
  34. this.weight = new System.Windows.Forms.Label();
  35. this.pa_makecode_label = new System.Windows.Forms.Label();
  36. this.PA_TOTALQTY_label = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.pr_detail_label = new System.Windows.Forms.Label();
  39. this.pa_salecode_label = new System.Windows.Forms.Label();
  40. this.PA_PACKAGEQTY_label = new System.Windows.Forms.Label();
  41. this.PrintLabel_label = new System.Windows.Forms.Label();
  42. this.Printer_label = new System.Windows.Forms.Label();
  43. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.showResult = new System.Windows.Forms.ListView();
  46. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.箱号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.重量 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.称重时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.已称 = new System.Windows.Forms.Label();
  51. this.autoprint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  52. this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  53. this.weightsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  54. this.pa_packageqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  55. this.pa_salecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  56. this.pa_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  59. this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  60. this.StopWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  62. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  63. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  64. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  65. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  67. this.pr_colorboxgw = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  68. this.pr_colorboxgw_label = new System.Windows.Forms.Label();
  69. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  70. this.panel4.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // label15
  74. //
  75. this.label15.AutoSize = true;
  76. this.label15.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label15.Location = new System.Drawing.Point(44, 28);
  78. this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  79. this.label15.Name = "label15";
  80. this.label15.Size = new System.Drawing.Size(171, 62);
  81. this.label15.TabIndex = 57;
  82. this.label15.Text = "大箱号";
  83. //
  84. // panel4
  85. //
  86. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.panel4.Controls.Add(this.pr_colorboxunit);
  88. this.panel4.Controls.Add(this.label22);
  89. this.panel4.Controls.Add(this.weight);
  90. this.panel4.Location = new System.Drawing.Point(56, 136);
  91. this.panel4.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  92. this.panel4.Name = "panel4";
  93. this.panel4.Size = new System.Drawing.Size(856, 156);
  94. this.panel4.TabIndex = 64;
  95. //
  96. // pr_colorboxunit
  97. //
  98. this.pr_colorboxunit.AutoSize = true;
  99. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  100. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  102. this.pr_colorboxunit.Location = new System.Drawing.Point(768, 56);
  103. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  104. this.pr_colorboxunit.Name = "pr_colorboxunit";
  105. this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
  106. this.pr_colorboxunit.TabIndex = 42;
  107. this.pr_colorboxunit.Text = "克";
  108. //
  109. // label22
  110. //
  111. this.label22.AutoSize = true;
  112. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  113. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  115. this.label22.Location = new System.Drawing.Point(26, 56);
  116. this.label22.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  117. this.label22.Name = "label22";
  118. this.label22.Size = new System.Drawing.Size(98, 50);
  119. this.label22.TabIndex = 20;
  120. this.label22.Text = "重量";
  121. //
  122. // weight
  123. //
  124. this.weight.AutoSize = true;
  125. this.weight.Font = new System.Drawing.Font("微软雅黑", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  127. this.weight.Location = new System.Drawing.Point(190, 36);
  128. this.weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  129. this.weight.Name = "weight";
  130. this.weight.Size = new System.Drawing.Size(0, 89);
  131. this.weight.TabIndex = 41;
  132. //
  133. // pa_makecode_label
  134. //
  135. this.pa_makecode_label.AutoSize = true;
  136. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.pa_makecode_label.Location = new System.Drawing.Point(68, 332);
  138. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  139. this.pa_makecode_label.Name = "pa_makecode_label";
  140. this.pa_makecode_label.Size = new System.Drawing.Size(142, 52);
  141. this.pa_makecode_label.TabIndex = 73;
  142. this.pa_makecode_label.Text = "工单号";
  143. //
  144. // PA_TOTALQTY_label
  145. //
  146. this.PA_TOTALQTY_label.AutoSize = true;
  147. this.PA_TOTALQTY_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.PA_TOTALQTY_label.Location = new System.Drawing.Point(68, 452);
  149. this.PA_TOTALQTY_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  150. this.PA_TOTALQTY_label.Name = "PA_TOTALQTY_label";
  151. this.PA_TOTALQTY_label.Size = new System.Drawing.Size(182, 52);
  152. this.PA_TOTALQTY_label.TabIndex = 74;
  153. this.PA_TOTALQTY_label.Text = "箱内总数";
  154. //
  155. // label2
  156. //
  157. this.label2.AutoSize = true;
  158. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label2.Location = new System.Drawing.Point(68, 572);
  160. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  161. this.label2.Name = "label2";
  162. this.label2.Size = new System.Drawing.Size(182, 52);
  163. this.label2.TabIndex = 75;
  164. this.label2.Text = "产品编号";
  165. //
  166. // pr_detail_label
  167. //
  168. this.pr_detail_label.AutoSize = true;
  169. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.pr_detail_label.Location = new System.Drawing.Point(68, 678);
  171. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  172. this.pr_detail_label.Name = "pr_detail_label";
  173. this.pr_detail_label.Size = new System.Drawing.Size(182, 52);
  174. this.pr_detail_label.TabIndex = 76;
  175. this.pr_detail_label.Text = "产品名称";
  176. //
  177. // pa_salecode_label
  178. //
  179. this.pa_salecode_label.AutoSize = true;
  180. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.pa_salecode_label.Location = new System.Drawing.Point(486, 332);
  182. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  183. this.pa_salecode_label.Name = "pa_salecode_label";
  184. this.pa_salecode_label.Size = new System.Drawing.Size(182, 52);
  185. this.pa_salecode_label.TabIndex = 77;
  186. this.pa_salecode_label.Text = "订单编号";
  187. //
  188. // PA_PACKAGEQTY_label
  189. //
  190. this.PA_PACKAGEQTY_label.AutoSize = true;
  191. this.PA_PACKAGEQTY_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.PA_PACKAGEQTY_label.Location = new System.Drawing.Point(486, 452);
  193. this.PA_PACKAGEQTY_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  194. this.PA_PACKAGEQTY_label.Name = "PA_PACKAGEQTY_label";
  195. this.PA_PACKAGEQTY_label.Size = new System.Drawing.Size(182, 52);
  196. this.PA_PACKAGEQTY_label.TabIndex = 78;
  197. this.PA_PACKAGEQTY_label.Text = "箱内件数";
  198. //
  199. // PrintLabel_label
  200. //
  201. this.PrintLabel_label.AutoSize = true;
  202. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.PrintLabel_label.Location = new System.Drawing.Point(1318, 108);
  204. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  205. this.PrintLabel_label.Name = "PrintLabel_label";
  206. this.PrintLabel_label.Size = new System.Drawing.Size(133, 38);
  207. this.PrintLabel_label.TabIndex = 169;
  208. this.PrintLabel_label.Text = "打印标签";
  209. //
  210. // Printer_label
  211. //
  212. this.Printer_label.AutoSize = true;
  213. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.Printer_label.Location = new System.Drawing.Point(1318, 40);
  215. this.Printer_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  216. this.Printer_label.Name = "Printer_label";
  217. this.Printer_label.Size = new System.Drawing.Size(162, 38);
  218. this.Printer_label.TabIndex = 168;
  219. this.Printer_label.Text = "打印机列表";
  220. //
  221. // PrintLabel
  222. //
  223. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  224. this.PrintLabel.FormattingEnabled = true;
  225. this.PrintLabel.Location = new System.Drawing.Point(1528, 108);
  226. this.PrintLabel.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  227. this.PrintLabel.Name = "PrintLabel";
  228. this.PrintLabel.Size = new System.Drawing.Size(236, 32);
  229. this.PrintLabel.TabIndex = 166;
  230. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  231. //
  232. // label6
  233. //
  234. this.label6.AutoSize = true;
  235. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.label6.Location = new System.Drawing.Point(1318, 172);
  237. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  238. this.label6.Name = "label6";
  239. this.label6.Size = new System.Drawing.Size(146, 41);
  240. this.label6.TabIndex = 173;
  241. this.label6.Text = "打印张数";
  242. //
  243. // showResult
  244. //
  245. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  246. this.columnHeader1,
  247. this.箱号,
  248. this.重量,
  249. this.称重时间});
  250. this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.showResult.HideSelection = false;
  252. this.showResult.Location = new System.Drawing.Point(962, 338);
  253. this.showResult.Margin = new System.Windows.Forms.Padding(6);
  254. this.showResult.Name = "showResult";
  255. this.showResult.Size = new System.Drawing.Size(804, 744);
  256. this.showResult.TabIndex = 188;
  257. this.showResult.UseCompatibleStateImageBehavior = false;
  258. this.showResult.View = System.Windows.Forms.View.Details;
  259. //
  260. // columnHeader1
  261. //
  262. this.columnHeader1.Text = "";
  263. //
  264. // 箱号
  265. //
  266. this.箱号.Text = "箱号";
  267. this.箱号.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  268. this.箱号.Width = 168;
  269. //
  270. // 重量
  271. //
  272. this.重量.Text = "重量";
  273. this.重量.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  274. this.重量.Width = 107;
  275. //
  276. // 称重时间
  277. //
  278. this.称重时间.Text = "称重时间";
  279. this.称重时间.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  280. this.称重时间.Width = 150;
  281. //
  282. // 已称
  283. //
  284. this.已称.AutoSize = true;
  285. this.已称.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.已称.Location = new System.Drawing.Point(960, 254);
  287. this.已称.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  288. this.已称.Name = "已称";
  289. this.已称.Size = new System.Drawing.Size(114, 41);
  290. this.已称.TabIndex = 184;
  291. this.已称.Text = "已打印";
  292. //
  293. // autoprint
  294. //
  295. this.autoprint.Checked = false;
  296. this.autoprint.Location = new System.Drawing.Point(1326, 244);
  297. this.autoprint.Margin = new System.Windows.Forms.Padding(2);
  298. this.autoprint.Name = "autoprint";
  299. this.autoprint.Size = new System.Drawing.Size(188, 54);
  300. this.autoprint.TabIndex = 189;
  301. //
  302. // BaudRate
  303. //
  304. this.BaudRate.AllPower = null;
  305. this.BaudRate.BackColor = System.Drawing.Color.White;
  306. this.BaudRate.ID = null;
  307. this.BaudRate.Location = new System.Drawing.Point(1064, 158);
  308. this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  309. this.BaudRate.Name = "BaudRate";
  310. this.BaudRate.Negative = false;
  311. this.BaudRate.Power = null;
  312. this.BaudRate.Size = new System.Drawing.Size(236, 35);
  313. this.BaudRate.Str = null;
  314. this.BaudRate.Str1 = null;
  315. this.BaudRate.Str2 = null;
  316. this.BaudRate.TabIndex = 186;
  317. this.BaudRate.Visible = false;
  318. //
  319. // weightsum
  320. //
  321. this.weightsum.AutoSize = true;
  322. this.weightsum.CutLength = null;
  323. this.weightsum.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.weightsum.Location = new System.Drawing.Point(1080, 246);
  325. this.weightsum.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  326. this.weightsum.MaximumSize = new System.Drawing.Size(300, 0);
  327. this.weightsum.Name = "weightsum";
  328. this.weightsum.Size = new System.Drawing.Size(0, 52);
  329. this.weightsum.TabIndex = 185;
  330. this.weightsum.Tag = "1";
  331. //
  332. // pa_packageqty
  333. //
  334. this.pa_packageqty.AutoSize = true;
  335. this.pa_packageqty.CutLength = null;
  336. this.pa_packageqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.pa_packageqty.Location = new System.Drawing.Point(686, 452);
  338. this.pa_packageqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  339. this.pa_packageqty.MaximumSize = new System.Drawing.Size(300, 0);
  340. this.pa_packageqty.Name = "pa_packageqty";
  341. this.pa_packageqty.Size = new System.Drawing.Size(0, 52);
  342. this.pa_packageqty.TabIndex = 183;
  343. this.pa_packageqty.Tag = "1";
  344. //
  345. // pa_salecode
  346. //
  347. this.pa_salecode.AutoSize = true;
  348. this.pa_salecode.CutLength = null;
  349. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.pa_salecode.Location = new System.Drawing.Point(686, 332);
  351. this.pa_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  352. this.pa_salecode.MaximumSize = new System.Drawing.Size(300, 0);
  353. this.pa_salecode.Name = "pa_salecode";
  354. this.pa_salecode.Size = new System.Drawing.Size(0, 52);
  355. this.pa_salecode.TabIndex = 182;
  356. this.pa_salecode.Tag = "1";
  357. //
  358. // pa_prodcode
  359. //
  360. this.pa_prodcode.AutoSize = true;
  361. this.pa_prodcode.CutLength = null;
  362. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.pa_prodcode.Location = new System.Drawing.Point(252, 572);
  364. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  365. this.pa_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  366. this.pa_prodcode.Name = "pa_prodcode";
  367. this.pa_prodcode.Size = new System.Drawing.Size(0, 52);
  368. this.pa_prodcode.TabIndex = 180;
  369. this.pa_prodcode.Tag = "1";
  370. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  371. //
  372. // pa_totalqty
  373. //
  374. this.pa_totalqty.AutoSize = true;
  375. this.pa_totalqty.CutLength = null;
  376. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.pa_totalqty.Location = new System.Drawing.Point(252, 452);
  378. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  379. this.pa_totalqty.MaximumSize = new System.Drawing.Size(300, 0);
  380. this.pa_totalqty.Name = "pa_totalqty";
  381. this.pa_totalqty.Size = new System.Drawing.Size(0, 52);
  382. this.pa_totalqty.TabIndex = 179;
  383. this.pa_totalqty.Tag = "1";
  384. //
  385. // pa_makecode
  386. //
  387. this.pa_makecode.AutoSize = true;
  388. this.pa_makecode.CutLength = null;
  389. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.pa_makecode.Location = new System.Drawing.Point(252, 332);
  391. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  392. this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  393. this.pa_makecode.Name = "pa_makecode";
  394. this.pa_makecode.Size = new System.Drawing.Size(0, 52);
  395. this.pa_makecode.TabIndex = 178;
  396. this.pa_makecode.Tag = "1";
  397. //
  398. // StartWeight
  399. //
  400. this.StartWeight.AllPower = null;
  401. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  402. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  403. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  404. this.StartWeight.IsShowBorder = true;
  405. this.StartWeight.Location = new System.Drawing.Point(962, 28);
  406. this.StartWeight.Margin = new System.Windows.Forms.Padding(6);
  407. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  408. this.StartWeight.Name = "StartWeight";
  409. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  410. this.StartWeight.Power = null;
  411. this.StartWeight.Size = new System.Drawing.Size(150, 48);
  412. this.StartWeight.TabIndex = 177;
  413. this.StartWeight.Text = "开始称量";
  414. this.StartWeight.UseVisualStyleBackColor = true;
  415. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  416. //
  417. // StopWeight
  418. //
  419. this.StopWeight.AllPower = null;
  420. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  421. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  422. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  423. this.StopWeight.IsShowBorder = true;
  424. this.StopWeight.Location = new System.Drawing.Point(1152, 28);
  425. this.StopWeight.Margin = new System.Windows.Forms.Padding(6);
  426. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  427. this.StopWeight.Name = "StopWeight";
  428. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  429. this.StopWeight.Power = null;
  430. this.StopWeight.Size = new System.Drawing.Size(150, 48);
  431. this.StopWeight.TabIndex = 176;
  432. this.StopWeight.Text = "停止称量";
  433. this.StopWeight.UseVisualStyleBackColor = true;
  434. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  435. //
  436. // OperateResult
  437. //
  438. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.OperateResult.Location = new System.Drawing.Point(56, 756);
  440. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  441. this.OperateResult.Name = "OperateResult";
  442. this.OperateResult.Size = new System.Drawing.Size(858, 324);
  443. this.OperateResult.TabIndex = 171;
  444. this.OperateResult.Text = "";
  445. //
  446. // Printer
  447. //
  448. this.Printer.Location = new System.Drawing.Point(1528, 40);
  449. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  450. this.Printer.Name = "Printer";
  451. this.Printer.Size = new System.Drawing.Size(238, 40);
  452. this.Printer.TabIndex = 167;
  453. //
  454. // pa_outboxcode
  455. //
  456. this.pa_outboxcode.AllPower = "ifall";
  457. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  458. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.pa_outboxcode.ID = null;
  460. this.pa_outboxcode.Location = new System.Drawing.Point(264, 28);
  461. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  462. this.pa_outboxcode.Name = "pa_outboxcode";
  463. this.pa_outboxcode.Power = "ifread";
  464. this.pa_outboxcode.Size = new System.Drawing.Size(646, 71);
  465. this.pa_outboxcode.Str = null;
  466. this.pa_outboxcode.Str1 = null;
  467. this.pa_outboxcode.Str2 = null;
  468. this.pa_outboxcode.TabIndex = 58;
  469. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  470. //
  471. // pr_detail
  472. //
  473. this.pr_detail.AutoSize = true;
  474. this.pr_detail.CutLength = null;
  475. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.pr_detail.Location = new System.Drawing.Point(254, 678);
  477. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  478. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  479. this.pr_detail.Name = "pr_detail";
  480. this.pr_detail.Size = new System.Drawing.Size(0, 52);
  481. this.pr_detail.TabIndex = 190;
  482. this.pr_detail.Tag = "1";
  483. //
  484. // PrintNum
  485. //
  486. this.PrintNum.AllPower = null;
  487. this.PrintNum.BackColor = System.Drawing.Color.White;
  488. this.PrintNum.Enabled = false;
  489. this.PrintNum.ID = null;
  490. this.PrintNum.Location = new System.Drawing.Point(1528, 180);
  491. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  492. this.PrintNum.Name = "PrintNum";
  493. this.PrintNum.Power = null;
  494. this.PrintNum.Size = new System.Drawing.Size(194, 35);
  495. this.PrintNum.Str = null;
  496. this.PrintNum.Str1 = null;
  497. this.PrintNum.Str2 = null;
  498. this.PrintNum.TabIndex = 191;
  499. //
  500. // RefreshWeigh
  501. //
  502. this.RefreshWeigh.AllPower = null;
  503. this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
  504. this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
  505. this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
  506. this.RefreshWeigh.IsShowBorder = true;
  507. this.RefreshWeigh.Location = new System.Drawing.Point(495, 678);
  508. this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  509. this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
  510. this.RefreshWeigh.Name = "RefreshWeigh";
  511. this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
  512. this.RefreshWeigh.Power = null;
  513. this.RefreshWeigh.Size = new System.Drawing.Size(108, 48);
  514. this.RefreshWeigh.TabIndex = 194;
  515. this.RefreshWeigh.Text = "刷新重量";
  516. this.RefreshWeigh.UseVisualStyleBackColor = true;
  517. this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
  518. //
  519. // pr_colorboxgw
  520. //
  521. this.pr_colorboxgw.AutoSize = true;
  522. this.pr_colorboxgw.CutLength = null;
  523. this.pr_colorboxgw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.pr_colorboxgw.Location = new System.Drawing.Point(712, 572);
  525. this.pr_colorboxgw.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  526. this.pr_colorboxgw.MaximumSize = new System.Drawing.Size(300, 0);
  527. this.pr_colorboxgw.Name = "pr_colorboxgw";
  528. this.pr_colorboxgw.Size = new System.Drawing.Size(0, 52);
  529. this.pr_colorboxgw.TabIndex = 193;
  530. this.pr_colorboxgw.Tag = "1";
  531. //
  532. // pr_colorboxgw_label
  533. //
  534. this.pr_colorboxgw_label.AutoSize = true;
  535. this.pr_colorboxgw_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.pr_colorboxgw_label.Location = new System.Drawing.Point(486, 572);
  537. this.pr_colorboxgw_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  538. this.pr_colorboxgw_label.Name = "pr_colorboxgw_label";
  539. this.pr_colorboxgw_label.Size = new System.Drawing.Size(182, 52);
  540. this.pr_colorboxgw_label.TabIndex = 192;
  541. this.pr_colorboxgw_label.Text = "标准重量";
  542. //
  543. // Packing
  544. //
  545. this.Packing.AllPower = null;
  546. this.Packing.BackColor = System.Drawing.Color.Transparent;
  547. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  548. this.Packing.Image = null;
  549. this.Packing.IsShowBorder = true;
  550. this.Packing.Location = new System.Drawing.Point(968, 98);
  551. this.Packing.Margin = new System.Windows.Forms.Padding(6);
  552. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  553. this.Packing.Name = "Packing";
  554. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  555. this.Packing.Power = null;
  556. this.Packing.Size = new System.Drawing.Size(112, 48);
  557. this.Packing.TabIndex = 195;
  558. this.Packing.Text = "封大箱";
  559. this.Packing.UseVisualStyleBackColor = true;
  560. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  561. //
  562. // Packing_BigBoxWeigh
  563. //
  564. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  565. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  566. this.ClientSize = new System.Drawing.Size(1820, 1104);
  567. this.Controls.Add(this.Packing);
  568. this.Controls.Add(this.RefreshWeigh);
  569. this.Controls.Add(this.pr_colorboxgw);
  570. this.Controls.Add(this.pr_colorboxgw_label);
  571. this.Controls.Add(this.PrintNum);
  572. this.Controls.Add(this.pr_detail);
  573. this.Controls.Add(this.autoprint);
  574. this.Controls.Add(this.showResult);
  575. this.Controls.Add(this.BaudRate);
  576. this.Controls.Add(this.weightsum);
  577. this.Controls.Add(this.已称);
  578. this.Controls.Add(this.pa_packageqty);
  579. this.Controls.Add(this.pa_salecode);
  580. this.Controls.Add(this.pa_prodcode);
  581. this.Controls.Add(this.pa_totalqty);
  582. this.Controls.Add(this.pa_makecode);
  583. this.Controls.Add(this.StartWeight);
  584. this.Controls.Add(this.StopWeight);
  585. this.Controls.Add(this.label6);
  586. this.Controls.Add(this.OperateResult);
  587. this.Controls.Add(this.PrintLabel_label);
  588. this.Controls.Add(this.Printer_label);
  589. this.Controls.Add(this.Printer);
  590. this.Controls.Add(this.PrintLabel);
  591. this.Controls.Add(this.PA_PACKAGEQTY_label);
  592. this.Controls.Add(this.pa_salecode_label);
  593. this.Controls.Add(this.pr_detail_label);
  594. this.Controls.Add(this.label2);
  595. this.Controls.Add(this.PA_TOTALQTY_label);
  596. this.Controls.Add(this.pa_makecode_label);
  597. this.Controls.Add(this.panel4);
  598. this.Controls.Add(this.pa_outboxcode);
  599. this.Controls.Add(this.label15);
  600. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  601. this.Margin = new System.Windows.Forms.Padding(6);
  602. this.Name = "Packing_BigBoxWeigh";
  603. this.Tag = "Packing!BigBoxWeigh";
  604. this.Text = "大箱称重";
  605. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_BigBoxWeight_FormClosing);
  606. this.Load += new System.EventHandler(this.Make_BigBoxWeight_Load);
  607. this.SizeChanged += new System.EventHandler(this.Make_BigBoxWeight_SizeChanged);
  608. this.panel4.ResumeLayout(true);
  609. this.panel4.PerformLayout();
  610. this.ResumeLayout(true);
  611. this.PerformLayout();
  612. }
  613. #endregion
  614. private System.Windows.Forms.Label label15;
  615. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  616. private System.Windows.Forms.Panel panel4;
  617. private System.Windows.Forms.Label pr_colorboxunit;
  618. private System.Windows.Forms.Label label22;
  619. private System.Windows.Forms.Label weight;
  620. private System.Windows.Forms.Label pa_makecode_label;
  621. private System.Windows.Forms.Label PA_TOTALQTY_label;
  622. private System.Windows.Forms.Label label2;
  623. private System.Windows.Forms.Label pr_detail_label;
  624. private System.Windows.Forms.Label pa_salecode_label;
  625. private System.Windows.Forms.Label PA_PACKAGEQTY_label;
  626. private System.Windows.Forms.Label PrintLabel_label;
  627. private System.Windows.Forms.Label Printer_label;
  628. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  629. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  630. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  631. private System.Windows.Forms.Label label6;
  632. private CustomControl.ButtonUtil.NormalButton StartWeight;
  633. private CustomControl.ButtonUtil.NormalButton StopWeight;
  634. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  635. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  636. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  637. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  638. private CustomControl.ValueLabel.ValueLabel pa_packageqty;
  639. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  640. private System.Windows.Forms.ListView showResult;
  641. public System.Windows.Forms.ColumnHeader 箱号;
  642. public System.Windows.Forms.ColumnHeader 重量;
  643. public System.Windows.Forms.ColumnHeader 称重时间;
  644. private System.Windows.Forms.ColumnHeader columnHeader1;
  645. private CustomControl.ValueLabel.ValueLabel weightsum;
  646. private System.Windows.Forms.Label 已称;
  647. private CustomControl.CustomCheckBox.AutoPrintCheckBox autoprint;
  648. private CustomControl.ValueLabel.ValueLabel pr_detail;
  649. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  650. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  651. private CustomControl.ValueLabel.ValueLabel pr_colorboxgw;
  652. private System.Windows.Forms.Label pr_colorboxgw_label;
  653. private CustomControl.ButtonUtil.NormalButton Packing;
  654. }
  655. }