Make_BigBoxWeight.Designer.cs 31 KB

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