Make_CartonBoxWeigh.Designer.cs 34 KB

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