Make_CartonBoxWeigh2N.Designer.cs 47 KB

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