Packing_CartonBoxWeigh.Designer.cs 42 KB

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