Make_CartonBoxWeigh.Designer.cs 40 KB

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