Make_CartonBoxWeigh.Designer.cs 41 KB

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