Packing_CartonBoxWeigh_ReadLine.Designer.cs 50 KB

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