Make_CartonBoxWeighN.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CartonBoxWeighN
  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_CartonBoxWeighN));
  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.lpn = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  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(46, 556);
  91. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.ma_code_label.Name = "ma_code_label";
  93. this.ma_code_label.Size = new System.Drawing.Size(137, 39);
  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(46, 392);
  102. this.pr_cartongw_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.pr_cartongw_label.Name = "pr_cartongw_label";
  104. this.pr_cartongw_label.Size = new System.Drawing.Size(137, 39);
  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(46, 472);
  113. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.pr_code_label.Name = "pr_code_label";
  115. this.pr_code_label.Size = new System.Drawing.Size(137, 39);
  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(39, 36);
  124. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.label15.Name = "label15";
  126. this.label15.Size = new System.Drawing.Size(92, 46);
  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(46, 630);
  135. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.pr_detail_label.Name = "pr_detail_label";
  137. this.pr_detail_label.Size = new System.Drawing.Size(137, 39);
  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(46, 784);
  146. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.ma_qty_label.Name = "ma_qty_label";
  148. this.ma_qty_label.Size = new System.Drawing.Size(137, 39);
  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(46, 712);
  157. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.ma_salecode_label.Name = "ma_salecode_label";
  159. this.ma_salecode_label.Size = new System.Drawing.Size(137, 39);
  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(1404, 218);
  168. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  169. this.PrintLabel.Name = "PrintLabel";
  170. this.PrintLabel.Size = new System.Drawing.Size(180, 26);
  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(1252, 166);
  179. this.Printer_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.Printer_label.Name = "Printer_label";
  181. this.Printer_label.Size = new System.Drawing.Size(123, 30);
  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(1252, 218);
  190. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label1.Name = "label1";
  192. this.label1.Size = new System.Drawing.Size(101, 30);
  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(1252, 118);
  201. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.label2.Name = "label2";
  203. this.label2.Size = new System.Drawing.Size(101, 30);
  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(633, 376);
  217. this.WeighRecord.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  218. this.WeighRecord.Name = "WeighRecord";
  219. this.WeighRecord.Size = new System.Drawing.Size(604, 450);
  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(930, 810);
  248. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.pr_sendchecktype.Name = "pr_sendchecktype";
  250. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 18);
  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(501, 392);
  262. this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(90, 36);
  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(1404, 118);
  280. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  281. this.PrintNum.Name = "PrintNum";
  282. this.PrintNum.Power = null;
  283. this.PrintNum.Size = new System.Drawing.Size(138, 28);
  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(1257, 58);
  293. this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  294. this.AutoPrint.Name = "AutoPrint";
  295. this.AutoPrint.Size = new System.Drawing.Size(132, 42);
  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(1407, 82);
  303. this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  304. this.ComList.MaximumSize = new System.Drawing.Size(225, 0);
  305. this.ComList.Name = "ComList";
  306. this.ComList.Size = new System.Drawing.Size(71, 18);
  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(1407, 58);
  316. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  317. this.BaudRate.MaximumSize = new System.Drawing.Size(225, 0);
  318. this.BaudRate.Name = "BaudRate";
  319. this.BaudRate.Size = new System.Drawing.Size(80, 18);
  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(212, 392);
  330. this.pr_cartongw.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  331. this.pr_cartongw.MaximumSize = new System.Drawing.Size(225, 0);
  332. this.pr_cartongw.Name = "pr_cartongw";
  333. this.pr_cartongw.Size = new System.Drawing.Size(0, 39);
  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(212, 472);
  343. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  344. this.pr_code.MaximumSize = new System.Drawing.Size(225, 0);
  345. this.pr_code.Name = "pr_code";
  346. this.pr_code.Size = new System.Drawing.Size(0, 39);
  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(1404, 166);
  354. this.PrinterList.Margin = new System.Windows.Forms.Padding(6);
  355. this.PrinterList.Name = "PrinterList";
  356. this.PrinterList.Size = new System.Drawing.Size(180, 34);
  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(930, 36);
  367. this.StartWeight.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(90, 36);
  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(1404, 266);
  386. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(66, 34);
  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(1074, 36);
  405. this.StopWeight.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(90, 36);
  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(212, 556);
  422. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  423. this.ma_code.MaximumSize = new System.Drawing.Size(225, 0);
  424. this.ma_code.Name = "ma_code";
  425. this.ma_code.Size = new System.Drawing.Size(0, 39);
  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(212, 784);
  435. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  436. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  437. this.ma_qty.Name = "ma_qty";
  438. this.ma_qty.Size = new System.Drawing.Size(0, 39);
  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(212, 630);
  447. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  448. this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0);
  449. this.pr_detail.Name = "pr_detail";
  450. this.pr_detail.Size = new System.Drawing.Size(0, 39);
  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(212, 712);
  459. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  460. this.ma_salecode.MaximumSize = new System.Drawing.Size(225, 0);
  461. this.ma_salecode.Name = "ma_salecode";
  462. this.ma_salecode.Size = new System.Drawing.Size(0, 39);
  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(1390, 794);
  473. this.Clean.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(112, 36);
  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(39, 82);
  491. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  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(141, 34);
  508. this.outboxcode.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  509. this.outboxcode.Name = "outboxcode";
  510. this.outboxcode.Power = null;
  511. this.outboxcode.Size = new System.Drawing.Size(739, 55);
  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(1252, 322);
  522. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  523. this.OperateResult.Name = "OperateResult";
  524. this.OperateResult.Size = new System.Drawing.Size(334, 450);
  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(1257, 266);
  537. this.StepCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  538. this.StepCount.Name = "StepCount";
  539. this.StepCount.Size = new System.Drawing.Size(120, 34);
  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(141, 102);
  551. this.sn.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  552. this.sn.Name = "sn";
  553. this.sn.Power = null;
  554. this.sn.Size = new System.Drawing.Size(739, 55);
  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(39, 104);
  566. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  567. this.label4.Name = "label4";
  568. this.label4.Size = new System.Drawing.Size(70, 46);
  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(933, 111);
  580. this.sncheck.Name = "sncheck";
  581. this.sncheck.Size = new System.Drawing.Size(122, 32);
  582. this.sncheck.TabIndex = 191;
  583. this.sncheck.Text = "SN校验";
  584. this.sncheck.UseVisualStyleBackColor = true;
  585. //
  586. // label3
  587. //
  588. this.label3.AutoSize = true;
  589. this.label3.Font = new System.Drawing.Font("微软雅黑", 13F);
  590. this.label3.Location = new System.Drawing.Point(680, 307);
  591. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  592. this.label3.Name = "label3";
  593. this.label3.Size = new System.Drawing.Size(119, 35);
  594. this.label3.TabIndex = 197;
  595. this.label3.Text = "当前批号";
  596. //
  597. // ob_checkno
  598. //
  599. this.ob_checkno.AutoSize = true;
  600. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 13F);
  601. this.ob_checkno.Location = new System.Drawing.Point(827, 307);
  602. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  603. this.ob_checkno.Name = "ob_checkno";
  604. this.ob_checkno.Size = new System.Drawing.Size(0, 35);
  605. this.ob_checkno.TabIndex = 198;
  606. //
  607. // SendCheck
  608. //
  609. this.SendCheck.AllPower = "ifall";
  610. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  611. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  612. this.SendCheck.Enabled = false;
  613. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  614. this.SendCheck.Image = null;
  615. this.SendCheck.IsShowBorder = true;
  616. this.SendCheck.Location = new System.Drawing.Point(1103, 337);
  617. this.SendCheck.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  618. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  619. this.SendCheck.Name = "SendCheck";
  620. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  621. this.SendCheck.Power = null;
  622. this.SendCheck.Size = new System.Drawing.Size(84, 36);
  623. this.SendCheck.TabIndex = 196;
  624. this.SendCheck.Tag = "ifread";
  625. this.SendCheck.Text = "送检";
  626. this.SendCheck.UseVisualStyleBackColor = true;
  627. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  628. //
  629. // ob_nowcheckqty
  630. //
  631. this.ob_nowcheckqty.AutoSize = true;
  632. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  633. this.ob_nowcheckqty.Location = new System.Drawing.Point(1106, 239);
  634. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  635. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  636. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 35);
  637. this.ob_nowcheckqty.TabIndex = 195;
  638. //
  639. // ob_batchqty
  640. //
  641. this.ob_batchqty.AutoSize = true;
  642. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  643. this.ob_batchqty.Location = new System.Drawing.Point(826, 239);
  644. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  645. this.ob_batchqty.Name = "ob_batchqty";
  646. this.ob_batchqty.Size = new System.Drawing.Size(0, 35);
  647. this.ob_batchqty.TabIndex = 194;
  648. //
  649. // ob_nowcheckqty_label
  650. //
  651. this.ob_nowcheckqty_label.AutoSize = true;
  652. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  653. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(968, 239);
  654. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  655. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  656. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(119, 35);
  657. this.ob_nowcheckqty_label.TabIndex = 193;
  658. this.ob_nowcheckqty_label.Text = "当前批数";
  659. //
  660. // ob_batchqty_label
  661. //
  662. this.ob_batchqty_label.AutoSize = true;
  663. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  664. this.ob_batchqty_label.Location = new System.Drawing.Point(680, 239);
  665. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  666. this.ob_batchqty_label.Name = "ob_batchqty_label";
  667. this.ob_batchqty_label.Size = new System.Drawing.Size(119, 35);
  668. this.ob_batchqty_label.TabIndex = 192;
  669. this.ob_batchqty_label.Text = "标准批数";
  670. //
  671. // pr_cartonunit
  672. //
  673. this.pr_cartonunit.AutoSize = true;
  674. this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  675. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  677. this.pr_cartonunit.Location = new System.Drawing.Point(46, 308);
  678. this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  679. this.pr_cartonunit.Name = "pr_cartonunit";
  680. this.pr_cartonunit.Size = new System.Drawing.Size(46, 38);
  681. this.pr_cartonunit.TabIndex = 200;
  682. this.pr_cartonunit.Text = "克";
  683. this.pr_cartonunit.Visible = false;
  684. //
  685. // weight_label
  686. //
  687. this.weight_label.AutoSize = true;
  688. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  689. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  691. this.weight_label.Location = new System.Drawing.Point(46, 252);
  692. this.weight_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  693. this.weight_label.Name = "weight_label";
  694. this.weight_label.Size = new System.Drawing.Size(75, 38);
  695. this.weight_label.TabIndex = 199;
  696. this.weight_label.Text = "重量";
  697. //
  698. // weight
  699. //
  700. this.weight.AutoSize = true;
  701. this.weight.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  702. this.weight.ForeColor = System.Drawing.Color.Lime;
  703. this.weight.Location = new System.Drawing.Point(140, 252);
  704. this.weight.Name = "weight";
  705. this.weight.Size = new System.Drawing.Size(0, 97);
  706. this.weight.TabIndex = 201;
  707. //
  708. // label122
  709. //
  710. this.label122.AutoSize = true;
  711. this.label122.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.label122.Location = new System.Drawing.Point(39, 180);
  713. this.label122.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  714. this.label122.Name = "label122";
  715. this.label122.Size = new System.Drawing.Size(89, 46);
  716. this.label122.TabIndex = 202;
  717. this.label122.Text = "LPN";
  718. //
  719. // lpn
  720. //
  721. this.lpn.AllPower = null;
  722. this.lpn.BackColor = System.Drawing.Color.White;
  723. this.lpn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.lpn.ID = null;
  725. this.lpn.Location = new System.Drawing.Point(141, 177);
  726. this.lpn.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  727. this.lpn.Name = "lpn";
  728. this.lpn.Power = null;
  729. this.lpn.Size = new System.Drawing.Size(739, 55);
  730. this.lpn.Str = null;
  731. this.lpn.Str1 = null;
  732. this.lpn.Str2 = null;
  733. this.lpn.TabIndex = 203;
  734. this.lpn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lpn_KeyDown);
  735. //
  736. // Make_CartonBoxWeighN
  737. //
  738. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  739. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  740. this.ClientSize = new System.Drawing.Size(1616, 885);
  741. this.Controls.Add(this.lpn);
  742. this.Controls.Add(this.label122);
  743. this.Controls.Add(this.weight);
  744. this.Controls.Add(this.pr_cartonunit);
  745. this.Controls.Add(this.weight_label);
  746. this.Controls.Add(this.label3);
  747. this.Controls.Add(this.ob_checkno);
  748. this.Controls.Add(this.SendCheck);
  749. this.Controls.Add(this.ob_nowcheckqty);
  750. this.Controls.Add(this.ob_batchqty);
  751. this.Controls.Add(this.ob_nowcheckqty_label);
  752. this.Controls.Add(this.ob_batchqty_label);
  753. this.Controls.Add(this.sncheck);
  754. this.Controls.Add(this.sn);
  755. this.Controls.Add(this.label4);
  756. this.Controls.Add(this.StepCount);
  757. this.Controls.Add(this.pr_sendchecktype);
  758. this.Controls.Add(this.RefreshWeigh);
  759. this.Controls.Add(this.PrintNum);
  760. this.Controls.Add(this.AutoPrint);
  761. this.Controls.Add(this.WeighRecord);
  762. this.Controls.Add(this.ComList);
  763. this.Controls.Add(this.BaudRate);
  764. this.Controls.Add(this.pr_cartongw);
  765. this.Controls.Add(this.label2);
  766. this.Controls.Add(this.pr_cartongw_label);
  767. this.Controls.Add(this.pr_code);
  768. this.Controls.Add(this.label1);
  769. this.Controls.Add(this.pr_code_label);
  770. this.Controls.Add(this.Printer_label);
  771. this.Controls.Add(this.PrinterList);
  772. this.Controls.Add(this.PrintLabel);
  773. this.Controls.Add(this.StartWeight);
  774. this.Controls.Add(this.Confirm);
  775. this.Controls.Add(this.StopWeight);
  776. this.Controls.Add(this.ma_code);
  777. this.Controls.Add(this.ma_qty);
  778. this.Controls.Add(this.pr_detail);
  779. this.Controls.Add(this.ma_salecode);
  780. this.Controls.Add(this.ma_code_label);
  781. this.Controls.Add(this.Clean);
  782. this.Controls.Add(this.normalButton1);
  783. this.Controls.Add(this.outboxcode);
  784. this.Controls.Add(this.label15);
  785. this.Controls.Add(this.pr_detail_label);
  786. this.Controls.Add(this.ma_qty_label);
  787. this.Controls.Add(this.ma_salecode_label);
  788. this.Controls.Add(this.OperateResult);
  789. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  790. this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  791. this.Name = "Make_CartonBoxWeighN";
  792. this.Tag = "Make!CartonBoxWeighN";
  793. this.Text = "卡通箱称重";
  794. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
  795. this.Load += new System.EventHandler(this.卡通箱称重_Load);
  796. this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
  797. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  798. this.ResumeLayout(false);
  799. this.PerformLayout();
  800. }
  801. #endregion
  802. private CustomControl.ButtonUtil.NormalButton StopWeight;
  803. private CustomControl.ValueLabel.ValueLabel ma_code;
  804. private CustomControl.ValueLabel.ValueLabel ma_qty;
  805. private CustomControl.ValueLabel.ValueLabel pr_detail;
  806. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  807. private System.Windows.Forms.Label ma_code_label;
  808. private CustomControl.ButtonUtil.NormalButton Clean;
  809. private CustomControl.ButtonUtil.NormalButton normalButton1;
  810. private CustomControl.TextBoxWithIcon.EnterTextBox outboxcode;
  811. private CustomControl.ValueLabel.ValueLabel pr_cartongw;
  812. private CustomControl.ValueLabel.ValueLabel pr_code;
  813. private System.Windows.Forms.Label pr_cartongw_label;
  814. private System.Windows.Forms.Label pr_code_label;
  815. private System.Windows.Forms.Label label15;
  816. private System.Windows.Forms.Label pr_detail_label;
  817. private System.Windows.Forms.Label ma_qty_label;
  818. private System.Windows.Forms.Label ma_salecode_label;
  819. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  820. private CustomControl.ButtonUtil.NormalButton Confirm;
  821. private CustomControl.ButtonUtil.NormalButton StartWeight;
  822. private UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  823. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  824. private System.Windows.Forms.Label Printer_label;
  825. private System.Windows.Forms.Label label1;
  826. private System.Windows.Forms.Label label2;
  827. private CustomControl.ValueLabel.ValueLabel BaudRate;
  828. private CustomControl.ValueLabel.ValueLabel ComList;
  829. private System.Windows.Forms.ListView WeighRecord;
  830. private System.Windows.Forms.ColumnHeader columnHeader1;
  831. private System.Windows.Forms.ColumnHeader columnHeader2;
  832. private System.Windows.Forms.ColumnHeader columnHeader3;
  833. private System.Windows.Forms.ColumnHeader columnHeader4;
  834. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  835. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  836. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  837. private System.Windows.Forms.Label pr_sendchecktype;
  838. private System.IO.FileSystemWatcher fileSystemWatcher1;
  839. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  840. private System.Windows.Forms.CheckBox sncheck;
  841. private CustomControl.TextBoxWithIcon.SnCollectionBox sn;
  842. private System.Windows.Forms.Label label4;
  843. private System.Windows.Forms.Label label3;
  844. public System.Windows.Forms.Label ob_checkno;
  845. private CustomControl.ButtonUtil.NormalButton SendCheck;
  846. private System.Windows.Forms.Label ob_nowcheckqty;
  847. private System.Windows.Forms.Label ob_batchqty;
  848. private System.Windows.Forms.Label ob_nowcheckqty_label;
  849. private System.Windows.Forms.Label ob_batchqty_label;
  850. private System.Windows.Forms.Label pr_cartonunit;
  851. private System.Windows.Forms.Label weight_label;
  852. private System.Windows.Forms.Label weight;
  853. private System.Windows.Forms.Label label122;
  854. private CustomControl.TextBoxWithIcon.EnterTextBox lpn;
  855. }
  856. }