Make_BigBoxWeight.Designer.cs 32 KB

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