Packing_BigBoxWeight.Designer.cs 36 KB

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