Make_CartonBoxWeigh.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CartonBoxWeigh
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CartonBoxWeigh));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.panel6 = new System.Windows.Forms.Panel();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.ob_checkno = new System.Windows.Forms.Label();
  33. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  35. this.ob_batchqty = new System.Windows.Forms.Label();
  36. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  37. this.ob_batchqty_label = new System.Windows.Forms.Label();
  38. this.pr_cartongw_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.weight_label = 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.WeighRecord = new System.Windows.Forms.ListView();
  53. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  54. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  55. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  56. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  57. this.pr_sendchecktype = new System.Windows.Forms.Label();
  58. this.RefreshWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  61. this.ComList = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  62. this.BaudRate = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  66. this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  67. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  68. this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  70. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  71. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  72. this.ma_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  73. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  74. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  75. this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  76. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  77. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  78. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  79. this.panel6.SuspendLayout();
  80. this.panel4.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  82. this.SuspendLayout();
  83. //
  84. // ma_code_label
  85. //
  86. this.ma_code_label.AutoSize = true;
  87. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.ma_code_label.Location = new System.Drawing.Point(41, 417);
  89. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.ma_code_label.Name = "ma_code_label";
  91. this.ma_code_label.Size = new System.Drawing.Size(115, 32);
  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(563, 95);
  106. this.panel6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  107. this.panel6.Name = "panel6";
  108. this.panel6.Size = new System.Drawing.Size(537, 155);
  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(37, 85);
  116. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(101, 30);
  119. this.label3.TabIndex = 184;
  120. this.label3.Text = "当前批号";
  121. //
  122. // ob_checkno
  123. //
  124. this.ob_checkno.AutoSize = true;
  125. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 13F);
  126. this.ob_checkno.Location = new System.Drawing.Point(168, 85);
  127. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.ob_checkno.Name = "ob_checkno";
  129. this.ob_checkno.Size = new System.Drawing.Size(0, 30);
  130. this.ob_checkno.TabIndex = 184;
  131. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  132. //
  133. // SendCheck
  134. //
  135. this.SendCheck.AllPower = "ifall";
  136. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  137. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  138. this.SendCheck.Enabled = false;
  139. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  140. this.SendCheck.Image = null;
  141. this.SendCheck.IsShowBorder = true;
  142. this.SendCheck.Location = new System.Drawing.Point(413, 110);
  143. this.SendCheck.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  144. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  145. this.SendCheck.Name = "SendCheck";
  146. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  147. this.SendCheck.Power = null;
  148. this.SendCheck.Size = new System.Drawing.Size(75, 30);
  149. this.SendCheck.TabIndex = 183;
  150. this.SendCheck.Tag = "ifread";
  151. this.SendCheck.Text = "送检";
  152. this.SendCheck.UseVisualStyleBackColor = true;
  153. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  154. //
  155. // ob_nowcheckqty
  156. //
  157. this.ob_nowcheckqty.AutoSize = true;
  158. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  159. this.ob_nowcheckqty.Location = new System.Drawing.Point(416, 27);
  160. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  162. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 30);
  163. this.ob_nowcheckqty.TabIndex = 182;
  164. //
  165. // ob_batchqty
  166. //
  167. this.ob_batchqty.AutoSize = true;
  168. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  169. this.ob_batchqty.Location = new System.Drawing.Point(167, 27);
  170. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  171. this.ob_batchqty.Name = "ob_batchqty";
  172. this.ob_batchqty.Size = new System.Drawing.Size(0, 30);
  173. this.ob_batchqty.TabIndex = 181;
  174. //
  175. // ob_nowcheckqty_label
  176. //
  177. this.ob_nowcheckqty_label.AutoSize = true;
  178. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  179. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(293, 27);
  180. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  182. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(101, 30);
  183. this.ob_nowcheckqty_label.TabIndex = 180;
  184. this.ob_nowcheckqty_label.Text = "当前批数";
  185. //
  186. // ob_batchqty_label
  187. //
  188. this.ob_batchqty_label.AutoSize = true;
  189. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  190. this.ob_batchqty_label.Location = new System.Drawing.Point(37, 27);
  191. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  192. this.ob_batchqty_label.Name = "ob_batchqty_label";
  193. this.ob_batchqty_label.Size = new System.Drawing.Size(101, 30);
  194. this.ob_batchqty_label.TabIndex = 179;
  195. this.ob_batchqty_label.Text = "标准批数";
  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, 282);
  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, 347);
  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.weight_label);
  224. this.panel4.Controls.Add(this.weight);
  225. this.panel4.Location = new System.Drawing.Point(34, 95);
  226. this.panel4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  227. this.panel4.Name = "panel4";
  228. this.panel4.Size = new System.Drawing.Size(495, 155);
  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(20, 107);
  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. // weight_label
  246. //
  247. this.weight_label.AutoSize = true;
  248. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  249. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  251. this.weight_label.Location = new System.Drawing.Point(20, 63);
  252. this.weight_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.weight_label.Name = "weight_label";
  254. this.weight_label.Size = new System.Drawing.Size(62, 31);
  255. this.weight_label.TabIndex = 20;
  256. this.weight_label.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.Green;
  266. this.weight.Location = new System.Drawing.Point(101, 38);
  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, 607);
  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, 547);
  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, 182);
  321. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  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(1113, 138);
  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(1113, 182);
  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(1113, 97);
  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. // WeighRecord
  361. //
  362. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  363. this.columnHeader1,
  364. this.columnHeader2,
  365. this.columnHeader3,
  366. this.columnHeader4});
  367. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.WeighRecord.Location = new System.Drawing.Point(563, 267);
  369. this.WeighRecord.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  370. this.WeighRecord.Name = "WeighRecord";
  371. this.WeighRecord.Size = new System.Drawing.Size(537, 376);
  372. this.WeighRecord.TabIndex = 174;
  373. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  374. this.WeighRecord.View = System.Windows.Forms.View.Details;
  375. //
  376. // columnHeader1
  377. //
  378. this.columnHeader1.Text = "";
  379. this.columnHeader1.Width = 23;
  380. //
  381. // columnHeader2
  382. //
  383. this.columnHeader2.Text = "箱号";
  384. this.columnHeader2.Width = 127;
  385. //
  386. // columnHeader3
  387. //
  388. this.columnHeader3.Text = "重量";
  389. this.columnHeader3.Width = 99;
  390. //
  391. // columnHeader4
  392. //
  393. this.columnHeader4.Text = "时间";
  394. this.columnHeader4.Width = 130;
  395. //
  396. // pr_sendchecktype
  397. //
  398. this.pr_sendchecktype.AutoSize = true;
  399. this.pr_sendchecktype.Location = new System.Drawing.Point(827, 675);
  400. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  401. this.pr_sendchecktype.Name = "pr_sendchecktype";
  402. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 15);
  403. this.pr_sendchecktype.TabIndex = 187;
  404. this.pr_sendchecktype.Visible = false;
  405. //
  406. // RefreshWeigh
  407. //
  408. this.RefreshWeigh.AllPower = null;
  409. this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
  410. this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
  411. this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
  412. this.RefreshWeigh.IsShowBorder = true;
  413. this.RefreshWeigh.Location = new System.Drawing.Point(445, 282);
  414. this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  415. this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
  416. this.RefreshWeigh.Name = "RefreshWeigh";
  417. this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
  418. this.RefreshWeigh.Power = null;
  419. this.RefreshWeigh.Size = new System.Drawing.Size(80, 30);
  420. this.RefreshWeigh.TabIndex = 186;
  421. this.RefreshWeigh.Text = "刷新重量";
  422. this.RefreshWeigh.UseVisualStyleBackColor = true;
  423. this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
  424. //
  425. // PrintNum
  426. //
  427. this.PrintNum.AllPower = null;
  428. this.PrintNum.BackColor = System.Drawing.Color.White;
  429. this.PrintNum.Enabled = false;
  430. this.PrintNum.ID = null;
  431. this.PrintNum.Location = new System.Drawing.Point(1248, 97);
  432. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  433. this.PrintNum.Name = "PrintNum";
  434. this.PrintNum.Power = null;
  435. this.PrintNum.Size = new System.Drawing.Size(123, 25);
  436. this.PrintNum.Str = null;
  437. this.PrintNum.Str1 = null;
  438. this.PrintNum.Str2 = null;
  439. this.PrintNum.TabIndex = 185;
  440. //
  441. // AutoPrint
  442. //
  443. this.AutoPrint.Checked = false;
  444. this.AutoPrint.Location = new System.Drawing.Point(1117, 48);
  445. this.AutoPrint.Name = "AutoPrint";
  446. this.AutoPrint.Size = new System.Drawing.Size(117, 35);
  447. this.AutoPrint.TabIndex = 175;
  448. //
  449. // ComList
  450. //
  451. this.ComList.AutoSize = true;
  452. this.ComList.CutLength = null;
  453. this.ComList.Location = new System.Drawing.Point(1250, 68);
  454. this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  455. this.ComList.MaximumSize = new System.Drawing.Size(200, 0);
  456. this.ComList.Name = "ComList";
  457. this.ComList.Size = new System.Drawing.Size(63, 15);
  458. this.ComList.TabIndex = 173;
  459. this.ComList.Text = "ComList";
  460. this.ComList.Visible = false;
  461. //
  462. // BaudRate
  463. //
  464. this.BaudRate.AutoSize = true;
  465. this.BaudRate.CutLength = null;
  466. this.BaudRate.Location = new System.Drawing.Point(1250, 48);
  467. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  468. this.BaudRate.MaximumSize = new System.Drawing.Size(200, 0);
  469. this.BaudRate.Name = "BaudRate";
  470. this.BaudRate.Size = new System.Drawing.Size(71, 15);
  471. this.BaudRate.TabIndex = 172;
  472. this.BaudRate.Text = "BaudRate";
  473. this.BaudRate.Visible = false;
  474. //
  475. // pr_cartongw
  476. //
  477. this.pr_cartongw.AutoSize = true;
  478. this.pr_cartongw.CutLength = null;
  479. this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.pr_cartongw.Location = new System.Drawing.Point(188, 282);
  481. this.pr_cartongw.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  482. this.pr_cartongw.MaximumSize = new System.Drawing.Size(200, 0);
  483. this.pr_cartongw.Name = "pr_cartongw";
  484. this.pr_cartongw.Size = new System.Drawing.Size(0, 32);
  485. this.pr_cartongw.TabIndex = 80;
  486. this.pr_cartongw.Tag = "1";
  487. //
  488. // pr_code
  489. //
  490. this.pr_code.AutoSize = true;
  491. this.pr_code.CutLength = null;
  492. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.pr_code.Location = new System.Drawing.Point(188, 347);
  494. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  495. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  496. this.pr_code.Name = "pr_code";
  497. this.pr_code.Size = new System.Drawing.Size(0, 32);
  498. this.pr_code.TabIndex = 79;
  499. this.pr_code.Tag = "1";
  500. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  501. //
  502. // PrinterList
  503. //
  504. this.PrinterList.Location = new System.Drawing.Point(1248, 138);
  505. this.PrinterList.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  506. this.PrinterList.Name = "PrinterList";
  507. this.PrinterList.Size = new System.Drawing.Size(160, 27);
  508. this.PrinterList.TabIndex = 158;
  509. //
  510. // StartWeight
  511. //
  512. this.StartWeight.AllPower = null;
  513. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  514. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  515. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  516. this.StartWeight.IsShowBorder = true;
  517. this.StartWeight.Location = new System.Drawing.Point(827, 30);
  518. this.StartWeight.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  519. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  520. this.StartWeight.Name = "StartWeight";
  521. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  522. this.StartWeight.Power = null;
  523. this.StartWeight.Size = new System.Drawing.Size(80, 30);
  524. this.StartWeight.TabIndex = 156;
  525. this.StartWeight.Text = "开始称量";
  526. this.StartWeight.UseVisualStyleBackColor = true;
  527. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  528. //
  529. // Confirm
  530. //
  531. this.Confirm.AllPower = null;
  532. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  533. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  534. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  535. this.Confirm.IsShowBorder = true;
  536. this.Confirm.Location = new System.Drawing.Point(1248, 222);
  537. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  538. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  539. this.Confirm.Name = "Confirm";
  540. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  541. this.Confirm.Power = null;
  542. this.Confirm.Size = new System.Drawing.Size(59, 28);
  543. this.Confirm.TabIndex = 152;
  544. this.Confirm.Text = "打印";
  545. this.Confirm.UseVisualStyleBackColor = true;
  546. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  547. //
  548. // StopWeight
  549. //
  550. this.StopWeight.AllPower = null;
  551. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  552. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  553. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  554. this.StopWeight.IsShowBorder = true;
  555. this.StopWeight.Location = new System.Drawing.Point(955, 30);
  556. this.StopWeight.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  557. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  558. this.StopWeight.Name = "StopWeight";
  559. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  560. this.StopWeight.Power = null;
  561. this.StopWeight.Size = new System.Drawing.Size(80, 30);
  562. this.StopWeight.TabIndex = 102;
  563. this.StopWeight.Text = "停止称量";
  564. this.StopWeight.UseVisualStyleBackColor = true;
  565. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  566. //
  567. // ma_code
  568. //
  569. this.ma_code.AutoSize = true;
  570. this.ma_code.CutLength = null;
  571. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.ma_code.Location = new System.Drawing.Point(188, 417);
  573. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  574. this.ma_code.MaximumSize = new System.Drawing.Size(200, 0);
  575. this.ma_code.Name = "ma_code";
  576. this.ma_code.Size = new System.Drawing.Size(0, 32);
  577. this.ma_code.TabIndex = 101;
  578. this.ma_code.Tag = "1";
  579. //
  580. // ma_qty
  581. //
  582. this.ma_qty.AutoSize = true;
  583. this.ma_qty.CutLength = null;
  584. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.ma_qty.Location = new System.Drawing.Point(188, 607);
  586. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  587. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  588. this.ma_qty.Name = "ma_qty";
  589. this.ma_qty.Size = new System.Drawing.Size(0, 32);
  590. this.ma_qty.TabIndex = 100;
  591. //
  592. // pr_detail
  593. //
  594. this.pr_detail.AutoSize = true;
  595. this.pr_detail.CutLength = null;
  596. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.pr_detail.Location = new System.Drawing.Point(188, 480);
  598. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  599. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  600. this.pr_detail.Name = "pr_detail";
  601. this.pr_detail.Size = new System.Drawing.Size(0, 32);
  602. this.pr_detail.TabIndex = 99;
  603. //
  604. // ma_salecode
  605. //
  606. this.ma_salecode.AutoSize = true;
  607. this.ma_salecode.CutLength = null;
  608. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.ma_salecode.Location = new System.Drawing.Point(188, 547);
  610. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  611. this.ma_salecode.MaximumSize = new System.Drawing.Size(200, 0);
  612. this.ma_salecode.Name = "ma_salecode";
  613. this.ma_salecode.Size = new System.Drawing.Size(0, 32);
  614. this.ma_salecode.TabIndex = 98;
  615. //
  616. // Clean
  617. //
  618. this.Clean.AllPower = null;
  619. this.Clean.BackColor = System.Drawing.Color.Transparent;
  620. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  621. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  622. this.Clean.IsShowBorder = true;
  623. this.Clean.Location = new System.Drawing.Point(1236, 662);
  624. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  625. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  626. this.Clean.Name = "Clean";
  627. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  628. this.Clean.Power = null;
  629. this.Clean.Size = new System.Drawing.Size(100, 30);
  630. this.Clean.TabIndex = 89;
  631. this.Clean.Text = "清除";
  632. this.Clean.UseVisualStyleBackColor = true;
  633. //
  634. // normalButton1
  635. //
  636. this.normalButton1.AllPower = null;
  637. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  638. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  639. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  640. this.normalButton1.IsShowBorder = true;
  641. this.normalButton1.Location = new System.Drawing.Point(34, 68);
  642. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  643. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  644. this.normalButton1.Name = "normalButton1";
  645. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  646. this.normalButton1.Power = null;
  647. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  648. this.normalButton1.TabIndex = 88;
  649. this.normalButton1.Text = "normalButton1";
  650. this.normalButton1.UseVisualStyleBackColor = true;
  651. //
  652. // outboxcode
  653. //
  654. this.outboxcode.AllPower = null;
  655. this.outboxcode.BackColor = System.Drawing.Color.White;
  656. this.outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.outboxcode.ID = null;
  658. this.outboxcode.Location = new System.Drawing.Point(125, 27);
  659. this.outboxcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  660. this.outboxcode.Name = "outboxcode";
  661. this.outboxcode.Power = null;
  662. this.outboxcode.Size = new System.Drawing.Size(657, 47);
  663. this.outboxcode.Str = null;
  664. this.outboxcode.Str1 = null;
  665. this.outboxcode.Str2 = null;
  666. this.outboxcode.TabIndex = 86;
  667. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  668. //
  669. // OperateResult
  670. //
  671. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.OperateResult.Location = new System.Drawing.Point(1113, 267);
  673. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  674. this.OperateResult.Name = "OperateResult";
  675. this.OperateResult.Size = new System.Drawing.Size(297, 376);
  676. this.OperateResult.TabIndex = 87;
  677. this.OperateResult.Text = "";
  678. //
  679. // fileSystemWatcher1
  680. //
  681. this.fileSystemWatcher1.EnableRaisingEvents = true;
  682. this.fileSystemWatcher1.SynchronizingObject = this;
  683. //
  684. // StepCount
  685. //
  686. this.StepCount.LineCode = null;
  687. this.StepCount.Location = new System.Drawing.Point(1117, 222);
  688. this.StepCount.Name = "StepCount";
  689. this.StepCount.Size = new System.Drawing.Size(106, 28);
  690. this.StepCount.Source = null;
  691. this.StepCount.StepCode = null;
  692. this.StepCount.TabIndex = 188;
  693. //
  694. // Make_CartonBoxWeigh
  695. //
  696. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  697. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  698. this.ClientSize = new System.Drawing.Size(1292, 700);
  699. this.Controls.Add(this.StepCount);
  700. this.Controls.Add(this.pr_sendchecktype);
  701. this.Controls.Add(this.RefreshWeigh);
  702. this.Controls.Add(this.PrintNum);
  703. this.Controls.Add(this.AutoPrint);
  704. this.Controls.Add(this.WeighRecord);
  705. this.Controls.Add(this.ComList);
  706. this.Controls.Add(this.BaudRate);
  707. this.Controls.Add(this.pr_cartongw);
  708. this.Controls.Add(this.label2);
  709. this.Controls.Add(this.pr_cartongw_label);
  710. this.Controls.Add(this.pr_code);
  711. this.Controls.Add(this.label1);
  712. this.Controls.Add(this.pr_code_label);
  713. this.Controls.Add(this.Printer_label);
  714. this.Controls.Add(this.PrinterList);
  715. this.Controls.Add(this.PrintLabel);
  716. this.Controls.Add(this.StartWeight);
  717. this.Controls.Add(this.Confirm);
  718. this.Controls.Add(this.StopWeight);
  719. this.Controls.Add(this.ma_code);
  720. this.Controls.Add(this.ma_qty);
  721. this.Controls.Add(this.pr_detail);
  722. this.Controls.Add(this.ma_salecode);
  723. this.Controls.Add(this.ma_code_label);
  724. this.Controls.Add(this.Clean);
  725. this.Controls.Add(this.normalButton1);
  726. this.Controls.Add(this.outboxcode);
  727. this.Controls.Add(this.panel6);
  728. this.Controls.Add(this.panel4);
  729. this.Controls.Add(this.label15);
  730. this.Controls.Add(this.pr_detail_label);
  731. this.Controls.Add(this.ma_qty_label);
  732. this.Controls.Add(this.ma_salecode_label);
  733. this.Controls.Add(this.OperateResult);
  734. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  735. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  736. this.Name = "Make_CartonBoxWeigh";
  737. this.Tag = "Make!CartonBoxWeigh";
  738. this.Text = "卡通箱称重";
  739. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
  740. this.Load += new System.EventHandler(this.卡通箱称重_Load);
  741. this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
  742. this.panel6.ResumeLayout(true);
  743. this.panel6.PerformLayout();
  744. this.panel4.ResumeLayout(true);
  745. this.panel4.PerformLayout();
  746. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  747. this.ResumeLayout(true);
  748. this.PerformLayout();
  749. }
  750. #endregion
  751. private CustomControl.ButtonUtil.NormalButton StopWeight;
  752. private CustomControl.ValueLabel.ValueLabel ma_code;
  753. private CustomControl.ValueLabel.ValueLabel ma_qty;
  754. private CustomControl.ValueLabel.ValueLabel pr_detail;
  755. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  756. private System.Windows.Forms.Label ma_code_label;
  757. private CustomControl.ButtonUtil.NormalButton Clean;
  758. private CustomControl.ButtonUtil.NormalButton normalButton1;
  759. private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
  760. private System.Windows.Forms.Panel panel6;
  761. private CustomControl.ValueLabel.ValueLabel pr_cartongw;
  762. private CustomControl.ValueLabel.ValueLabel pr_code;
  763. private System.Windows.Forms.Label pr_cartongw_label;
  764. private System.Windows.Forms.Label pr_code_label;
  765. private System.Windows.Forms.Panel panel4;
  766. private System.Windows.Forms.Label pr_cartonunit;
  767. private System.Windows.Forms.Label weight_label;
  768. private System.Windows.Forms.Label weight;
  769. private System.Windows.Forms.Label label15;
  770. private System.Windows.Forms.Label pr_detail_label;
  771. private System.Windows.Forms.Label ma_qty_label;
  772. private System.Windows.Forms.Label ma_salecode_label;
  773. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  774. private CustomControl.ButtonUtil.NormalButton Confirm;
  775. private CustomControl.ButtonUtil.NormalButton StartWeight;
  776. private System.Windows.Forms.ComboBox PrintLabel;
  777. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  778. private System.Windows.Forms.Label Printer_label;
  779. private System.Windows.Forms.Label label1;
  780. private System.Windows.Forms.Label label2;
  781. private CustomControl.ValueLabel.ValueLabel BaudRate;
  782. private CustomControl.ValueLabel.ValueLabel ComList;
  783. private System.Windows.Forms.ListView WeighRecord;
  784. private System.Windows.Forms.ColumnHeader columnHeader1;
  785. private System.Windows.Forms.ColumnHeader columnHeader2;
  786. private System.Windows.Forms.ColumnHeader columnHeader3;
  787. private System.Windows.Forms.ColumnHeader columnHeader4;
  788. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  789. private System.Windows.Forms.Label ob_nowcheckqty;
  790. private System.Windows.Forms.Label ob_batchqty;
  791. private System.Windows.Forms.Label ob_nowcheckqty_label;
  792. private System.Windows.Forms.Label ob_batchqty_label;
  793. private CustomControl.ButtonUtil.NormalButton SendCheck;
  794. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  795. private System.Windows.Forms.Label label3;
  796. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  797. private System.Windows.Forms.Label pr_sendchecktype;
  798. private System.IO.FileSystemWatcher fileSystemWatcher1;
  799. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  800. public System.Windows.Forms.Label ob_checkno;
  801. }
  802. }