Packing_CartonBoxWeigh.Designer.cs 45 KB

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