Make_BigBoxWeight.Designer.cs 31 KB

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