Make_ColorBoxWeigh.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxWeigh
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_ColorBoxWeigh));
  29. this.pr_colorboxgw_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.pr_colorboxunit = new System.Windows.Forms.Label();
  32. this.label22 = new System.Windows.Forms.Label();
  33. this.weight = new System.Windows.Forms.Label();
  34. this.panel4 = new System.Windows.Forms.Panel();
  35. this.label15 = new System.Windows.Forms.Label();
  36. this.pr_detail_label = new System.Windows.Forms.Label();
  37. this.ma_qty_label = new System.Windows.Forms.Label();
  38. this.ma_salecode_label = new System.Windows.Forms.Label();
  39. this.ms_makecode_label = new System.Windows.Forms.Label();
  40. this.PrintLabel = new System.Windows.Forms.ComboBox();
  41. this.Printer_label = new System.Windows.Forms.Label();
  42. this.PrintLabel_label = new System.Windows.Forms.Label();
  43. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.BaudRate = new System.Windows.Forms.Label();
  46. this.ComList = new System.Windows.Forms.Label();
  47. this.WeighRecord = new System.Windows.Forms.ListView();
  48. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  53. this.ob_checkno = new System.Windows.Forms.Label();
  54. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  55. this.ob_batchqty = new System.Windows.Forms.Label();
  56. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  57. this.ob_batchqty_label = new System.Windows.Forms.Label();
  58. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.pr_colorboxgw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  61. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  62. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  63. this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  64. this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  65. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  66. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  69. this.ma_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  70. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  71. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  72. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  74. this.panel4.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  76. this.groupBoxWithBorder2.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // pr_colorboxgw_label
  80. //
  81. this.pr_colorboxgw_label.AutoSize = true;
  82. this.pr_colorboxgw_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.pr_colorboxgw_label.Location = new System.Drawing.Point(16, 279);
  84. this.pr_colorboxgw_label.Name = "pr_colorboxgw_label";
  85. this.pr_colorboxgw_label.Size = new System.Drawing.Size(92, 27);
  86. this.pr_colorboxgw_label.TabIndex = 42;
  87. this.pr_colorboxgw_label.Text = "标准重量";
  88. //
  89. // pr_code_label
  90. //
  91. this.pr_code_label.AutoSize = true;
  92. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.pr_code_label.Location = new System.Drawing.Point(16, 336);
  94. this.pr_code_label.Name = "pr_code_label";
  95. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  96. this.pr_code_label.TabIndex = 40;
  97. this.pr_code_label.Text = "产品编号";
  98. //
  99. // pr_colorboxunit
  100. //
  101. this.pr_colorboxunit.AutoSize = true;
  102. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  103. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  105. this.pr_colorboxunit.Location = new System.Drawing.Point(317, 52);
  106. this.pr_colorboxunit.Name = "pr_colorboxunit";
  107. this.pr_colorboxunit.Size = new System.Drawing.Size(31, 25);
  108. this.pr_colorboxunit.TabIndex = 42;
  109. this.pr_colorboxunit.Text = "克";
  110. //
  111. // label22
  112. //
  113. this.label22.AutoSize = true;
  114. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  115. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  117. this.label22.Location = new System.Drawing.Point(16, 52);
  118. this.label22.Name = "label22";
  119. this.label22.Size = new System.Drawing.Size(50, 25);
  120. this.label22.TabIndex = 20;
  121. this.label22.Text = "重量";
  122. //
  123. // weight
  124. //
  125. this.weight.AutoSize = true;
  126. this.weight.Font = new System.Drawing.Font("微软雅黑", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  128. this.weight.Location = new System.Drawing.Point(98, 42);
  129. this.weight.Name = "weight";
  130. this.weight.Size = new System.Drawing.Size(0, 46);
  131. this.weight.TabIndex = 41;
  132. //
  133. // panel4
  134. //
  135. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  136. this.panel4.Controls.Add(this.pr_colorboxunit);
  137. this.panel4.Controls.Add(this.label22);
  138. this.panel4.Controls.Add(this.weight);
  139. this.panel4.Location = new System.Drawing.Point(16, 78);
  140. this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  141. this.panel4.Name = "panel4";
  142. this.panel4.Size = new System.Drawing.Size(368, 124);
  143. this.panel4.TabIndex = 63;
  144. //
  145. // label15
  146. //
  147. this.label15.AutoSize = true;
  148. this.label15.Font = new System.Drawing.Font("微软雅黑", 20F);
  149. this.label15.Location = new System.Drawing.Point(8, 18);
  150. this.label15.Name = "label15";
  151. this.label15.Size = new System.Drawing.Size(96, 35);
  152. this.label15.TabIndex = 56;
  153. this.label15.Text = "条码号";
  154. //
  155. // pr_detail_label
  156. //
  157. this.pr_detail_label.AutoSize = true;
  158. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.pr_detail_label.Location = new System.Drawing.Point(16, 442);
  160. this.pr_detail_label.Name = "pr_detail_label";
  161. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  162. this.pr_detail_label.TabIndex = 53;
  163. this.pr_detail_label.Text = "产品型号";
  164. //
  165. // ma_qty_label
  166. //
  167. this.ma_qty_label.AutoSize = true;
  168. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.ma_qty_label.Location = new System.Drawing.Point(16, 491);
  170. this.ma_qty_label.Name = "ma_qty_label";
  171. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  172. this.ma_qty_label.TabIndex = 55;
  173. this.ma_qty_label.Text = "工单数量";
  174. //
  175. // ma_salecode_label
  176. //
  177. this.ma_salecode_label.AutoSize = true;
  178. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.ma_salecode_label.Location = new System.Drawing.Point(16, 388);
  180. this.ma_salecode_label.Name = "ma_salecode_label";
  181. this.ma_salecode_label.Size = new System.Drawing.Size(92, 27);
  182. this.ma_salecode_label.TabIndex = 54;
  183. this.ma_salecode_label.Text = "订单编号";
  184. //
  185. // ms_makecode_label
  186. //
  187. this.ms_makecode_label.AutoSize = true;
  188. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.ms_makecode_label.Location = new System.Drawing.Point(16, 226);
  190. this.ms_makecode_label.Name = "ms_makecode_label";
  191. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  192. this.ms_makecode_label.TabIndex = 72;
  193. this.ms_makecode_label.Text = "制造单号";
  194. //
  195. // PrintLabel
  196. //
  197. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  198. this.PrintLabel.FormattingEnabled = true;
  199. this.PrintLabel.Location = new System.Drawing.Point(908, 118);
  200. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  201. this.PrintLabel.Name = "PrintLabel";
  202. this.PrintLabel.Size = new System.Drawing.Size(120, 20);
  203. this.PrintLabel.TabIndex = 159;
  204. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  205. //
  206. // Printer_label
  207. //
  208. this.Printer_label.AutoSize = true;
  209. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.Printer_label.Location = new System.Drawing.Point(800, 86);
  211. this.Printer_label.Name = "Printer_label";
  212. this.Printer_label.Size = new System.Drawing.Size(84, 20);
  213. this.Printer_label.TabIndex = 162;
  214. this.Printer_label.Text = "打印机列表";
  215. //
  216. // PrintLabel_label
  217. //
  218. this.PrintLabel_label.AutoSize = true;
  219. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.PrintLabel_label.Location = new System.Drawing.Point(800, 118);
  221. this.PrintLabel_label.Name = "PrintLabel_label";
  222. this.PrintLabel_label.Size = new System.Drawing.Size(69, 20);
  223. this.PrintLabel_label.TabIndex = 163;
  224. this.PrintLabel_label.Text = "打印标签";
  225. //
  226. // PrintNum
  227. //
  228. this.PrintNum.Enabled = false;
  229. this.PrintNum.Location = new System.Drawing.Point(908, 56);
  230. this.PrintNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  231. this.PrintNum.Name = "PrintNum";
  232. this.PrintNum.Size = new System.Drawing.Size(120, 21);
  233. this.PrintNum.TabIndex = 169;
  234. this.PrintNum.Value = new decimal(new int[] {
  235. 1,
  236. 0,
  237. 0,
  238. 0});
  239. //
  240. // label1
  241. //
  242. this.label1.AutoSize = true;
  243. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label1.Location = new System.Drawing.Point(800, 58);
  245. this.label1.Name = "label1";
  246. this.label1.Size = new System.Drawing.Size(69, 20);
  247. this.label1.TabIndex = 170;
  248. this.label1.Text = "打印张数";
  249. //
  250. // BaudRate
  251. //
  252. this.BaudRate.AutoSize = true;
  253. this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.BaudRate.Location = new System.Drawing.Point(914, 32);
  255. this.BaudRate.Name = "BaudRate";
  256. this.BaudRate.Size = new System.Drawing.Size(78, 20);
  257. this.BaudRate.TabIndex = 171;
  258. this.BaudRate.Text = "BaudRate";
  259. this.BaudRate.Visible = false;
  260. //
  261. // ComList
  262. //
  263. this.ComList.AutoSize = true;
  264. this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.ComList.Location = new System.Drawing.Point(914, 6);
  266. this.ComList.Name = "ComList";
  267. this.ComList.Size = new System.Drawing.Size(68, 20);
  268. this.ComList.TabIndex = 172;
  269. this.ComList.Text = "ComList";
  270. this.ComList.Visible = false;
  271. //
  272. // WeighRecord
  273. //
  274. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  275. this.columnHeader1,
  276. this.columnHeader2,
  277. this.columnHeader3,
  278. this.columnHeader4});
  279. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.WeighRecord.Location = new System.Drawing.Point(405, 218);
  281. this.WeighRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  282. this.WeighRecord.Name = "WeighRecord";
  283. this.WeighRecord.Size = new System.Drawing.Size(381, 334);
  284. this.WeighRecord.TabIndex = 173;
  285. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  286. this.WeighRecord.View = System.Windows.Forms.View.Details;
  287. //
  288. // columnHeader1
  289. //
  290. this.columnHeader1.Text = "";
  291. this.columnHeader1.Width = 23;
  292. //
  293. // columnHeader2
  294. //
  295. this.columnHeader2.Text = "序列号";
  296. this.columnHeader2.Width = 127;
  297. //
  298. // columnHeader3
  299. //
  300. this.columnHeader3.Text = "重量";
  301. this.columnHeader3.Width = 99;
  302. //
  303. // columnHeader4
  304. //
  305. this.columnHeader4.Text = "时间";
  306. this.columnHeader4.Width = 130;
  307. //
  308. // groupBoxWithBorder2
  309. //
  310. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  311. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  312. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  313. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  314. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  315. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  316. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  317. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.groupBoxWithBorder2.Location = new System.Drawing.Point(405, 78);
  319. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
  320. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  321. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
  322. this.groupBoxWithBorder2.Size = new System.Drawing.Size(380, 123);
  323. this.groupBoxWithBorder2.TabIndex = 175;
  324. this.groupBoxWithBorder2.TabStop = false;
  325. this.groupBoxWithBorder2.Text = "打印";
  326. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  327. //
  328. // ob_checkno
  329. //
  330. this.ob_checkno.AutoSize = true;
  331. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.ob_checkno.Location = new System.Drawing.Point(38, 90);
  333. this.ob_checkno.Name = "ob_checkno";
  334. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  335. this.ob_checkno.TabIndex = 179;
  336. this.ob_checkno.Visible = false;
  337. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  338. //
  339. // ob_nowcheckqty
  340. //
  341. this.ob_nowcheckqty.AutoSize = true;
  342. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.ob_nowcheckqty.Location = new System.Drawing.Point(283, 43);
  344. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  345. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  346. this.ob_nowcheckqty.TabIndex = 178;
  347. //
  348. // ob_batchqty
  349. //
  350. this.ob_batchqty.AutoSize = true;
  351. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.ob_batchqty.Location = new System.Drawing.Point(111, 43);
  353. this.ob_batchqty.Name = "ob_batchqty";
  354. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  355. this.ob_batchqty.TabIndex = 177;
  356. //
  357. // ob_nowcheckqty_label
  358. //
  359. this.ob_nowcheckqty_label.AutoSize = true;
  360. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(202, 43);
  362. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  363. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  364. this.ob_nowcheckqty_label.TabIndex = 176;
  365. this.ob_nowcheckqty_label.Text = "当前批数";
  366. //
  367. // ob_batchqty_label
  368. //
  369. this.ob_batchqty_label.AutoSize = true;
  370. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.ob_batchqty_label.Location = new System.Drawing.Point(30, 43);
  372. this.ob_batchqty_label.Name = "ob_batchqty_label";
  373. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  374. this.ob_batchqty_label.TabIndex = 175;
  375. this.ob_batchqty_label.Text = "标准批数";
  376. //
  377. // SendCheck
  378. //
  379. this.SendCheck.AllPower = "ifall";
  380. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  381. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  382. this.SendCheck.Enabled = false;
  383. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  384. this.SendCheck.Image = null;
  385. this.SendCheck.IsShowBorder = true;
  386. this.SendCheck.Location = new System.Drawing.Point(297, 86);
  387. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  388. this.SendCheck.Name = "SendCheck";
  389. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  390. this.SendCheck.Power = null;
  391. this.SendCheck.Size = new System.Drawing.Size(60, 24);
  392. this.SendCheck.TabIndex = 174;
  393. this.SendCheck.Tag = "ifread";
  394. this.SendCheck.Text = "送检";
  395. this.SendCheck.UseVisualStyleBackColor = true;
  396. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  397. //
  398. // pr_colorboxgw
  399. //
  400. this.pr_colorboxgw.AutoSize = true;
  401. this.pr_colorboxgw.CutLength = null;
  402. this.pr_colorboxgw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.pr_colorboxgw.Location = new System.Drawing.Point(128, 279);
  404. this.pr_colorboxgw.MaximumSize = new System.Drawing.Size(150, 0);
  405. this.pr_colorboxgw.Name = "pr_colorboxgw";
  406. this.pr_colorboxgw.Size = new System.Drawing.Size(0, 27);
  407. this.pr_colorboxgw.TabIndex = 80;
  408. this.pr_colorboxgw.Tag = "1";
  409. //
  410. // AutoPrint
  411. //
  412. this.AutoPrint.Checked = false;
  413. this.AutoPrint.Location = new System.Drawing.Point(804, 22);
  414. this.AutoPrint.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  415. this.AutoPrint.Name = "AutoPrint";
  416. this.AutoPrint.Size = new System.Drawing.Size(84, 27);
  417. this.AutoPrint.TabIndex = 174;
  418. //
  419. // pr_code
  420. //
  421. this.pr_code.AutoSize = true;
  422. this.pr_code.CutLength = null;
  423. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.pr_code.Location = new System.Drawing.Point(128, 336);
  425. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  426. this.pr_code.Name = "pr_code";
  427. this.pr_code.Size = new System.Drawing.Size(0, 27);
  428. this.pr_code.TabIndex = 79;
  429. this.pr_code.Tag = "1";
  430. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  431. //
  432. // PrinterList
  433. //
  434. this.PrinterList.Location = new System.Drawing.Point(908, 86);
  435. this.PrinterList.Margin = new System.Windows.Forms.Padding(4);
  436. this.PrinterList.Name = "PrinterList";
  437. this.PrinterList.Size = new System.Drawing.Size(118, 20);
  438. this.PrinterList.TabIndex = 160;
  439. //
  440. // StopWeight
  441. //
  442. this.StopWeight.AllPower = null;
  443. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  444. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  445. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  446. this.StopWeight.IsShowBorder = true;
  447. this.StopWeight.Location = new System.Drawing.Point(710, 22);
  448. this.StopWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  449. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  450. this.StopWeight.Name = "StopWeight";
  451. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  452. this.StopWeight.Power = null;
  453. this.StopWeight.Size = new System.Drawing.Size(75, 24);
  454. this.StopWeight.TabIndex = 158;
  455. this.StopWeight.Text = "停止称量";
  456. this.StopWeight.UseVisualStyleBackColor = true;
  457. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  458. //
  459. // StartWeight
  460. //
  461. this.StartWeight.AllPower = null;
  462. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  463. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  464. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  465. this.StartWeight.IsShowBorder = true;
  466. this.StartWeight.Location = new System.Drawing.Point(621, 22);
  467. this.StartWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  468. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  469. this.StartWeight.Name = "StartWeight";
  470. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  471. this.StartWeight.Power = null;
  472. this.StartWeight.Size = new System.Drawing.Size(75, 24);
  473. this.StartWeight.TabIndex = 157;
  474. this.StartWeight.Text = "开始称量";
  475. this.StartWeight.UseVisualStyleBackColor = true;
  476. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  477. //
  478. // Confirm
  479. //
  480. this.Confirm.AllPower = null;
  481. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  482. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  483. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  484. this.Confirm.IsShowBorder = true;
  485. this.Confirm.Location = new System.Drawing.Point(888, 150);
  486. this.Confirm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  487. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  488. this.Confirm.Name = "Confirm";
  489. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  490. this.Confirm.Power = null;
  491. this.Confirm.Size = new System.Drawing.Size(60, 24);
  492. this.Confirm.TabIndex = 152;
  493. this.Confirm.Text = "打印";
  494. this.Confirm.UseVisualStyleBackColor = true;
  495. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  496. //
  497. // ms_makecode
  498. //
  499. this.ms_makecode.AutoSize = true;
  500. this.ms_makecode.CutLength = null;
  501. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.ms_makecode.Location = new System.Drawing.Point(128, 226);
  503. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  504. this.ms_makecode.Name = "ms_makecode";
  505. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  506. this.ms_makecode.TabIndex = 77;
  507. this.ms_makecode.Tag = "1";
  508. //
  509. // ma_qty
  510. //
  511. this.ma_qty.AutoSize = true;
  512. this.ma_qty.CutLength = null;
  513. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.ma_qty.Location = new System.Drawing.Point(128, 491);
  515. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  516. this.ma_qty.Name = "ma_qty";
  517. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  518. this.ma_qty.TabIndex = 76;
  519. //
  520. // pr_detail
  521. //
  522. this.pr_detail.AutoSize = true;
  523. this.pr_detail.CutLength = null;
  524. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.pr_detail.Location = new System.Drawing.Point(128, 442);
  526. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  527. this.pr_detail.Name = "pr_detail";
  528. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  529. this.pr_detail.TabIndex = 75;
  530. //
  531. // ma_salecode
  532. //
  533. this.ma_salecode.AutoSize = true;
  534. this.ma_salecode.CutLength = null;
  535. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.ma_salecode.Location = new System.Drawing.Point(128, 388);
  537. this.ma_salecode.MaximumSize = new System.Drawing.Size(150, 0);
  538. this.ma_salecode.Name = "ma_salecode";
  539. this.ma_salecode.Size = new System.Drawing.Size(0, 27);
  540. this.ma_salecode.TabIndex = 73;
  541. //
  542. // Clean
  543. //
  544. this.Clean.AllPower = null;
  545. this.Clean.BackColor = System.Drawing.Color.Transparent;
  546. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  547. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  548. this.Clean.IsShowBorder = true;
  549. this.Clean.Location = new System.Drawing.Point(888, 558);
  550. this.Clean.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  551. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  552. this.Clean.Name = "Clean";
  553. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  554. this.Clean.Power = null;
  555. this.Clean.Size = new System.Drawing.Size(60, 24);
  556. this.Clean.TabIndex = 60;
  557. this.Clean.Text = "清除";
  558. this.Clean.UseVisualStyleBackColor = true;
  559. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  560. //
  561. // normalButton1
  562. //
  563. this.normalButton1.AllPower = null;
  564. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  565. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  566. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  567. this.normalButton1.IsShowBorder = true;
  568. this.normalButton1.Location = new System.Drawing.Point(21, 54);
  569. this.normalButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  570. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  571. this.normalButton1.Name = "normalButton1";
  572. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  573. this.normalButton1.Power = null;
  574. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  575. this.normalButton1.TabIndex = 59;
  576. this.normalButton1.Text = "normalButton1";
  577. this.normalButton1.UseVisualStyleBackColor = true;
  578. //
  579. // sncode
  580. //
  581. this.sncode.AllPower = "ifall";
  582. this.sncode.BackColor = System.Drawing.Color.White;
  583. this.sncode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.sncode.ID = null;
  585. this.sncode.Location = new System.Drawing.Point(110, 18);
  586. this.sncode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  587. this.sncode.Name = "sncode";
  588. this.sncode.Power = "ifwrite";
  589. this.sncode.Size = new System.Drawing.Size(504, 39);
  590. this.sncode.Str = null;
  591. this.sncode.Str1 = null;
  592. this.sncode.Str2 = null;
  593. this.sncode.TabIndex = 57;
  594. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  595. //
  596. // OperateResult
  597. //
  598. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.OperateResult.Location = new System.Drawing.Point(798, 187);
  600. this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  601. this.OperateResult.Name = "OperateResult";
  602. this.OperateResult.Size = new System.Drawing.Size(240, 364);
  603. this.OperateResult.TabIndex = 58;
  604. this.OperateResult.Text = "";
  605. //
  606. // Make_ColorBoxWeigh
  607. //
  608. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  609. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  610. this.ClientSize = new System.Drawing.Size(1042, 584);
  611. this.Controls.Add(this.groupBoxWithBorder2);
  612. this.Controls.Add(this.pr_colorboxgw);
  613. this.Controls.Add(this.AutoPrint);
  614. this.Controls.Add(this.pr_colorboxgw_label);
  615. this.Controls.Add(this.pr_code);
  616. this.Controls.Add(this.WeighRecord);
  617. this.Controls.Add(this.ComList);
  618. this.Controls.Add(this.pr_code_label);
  619. this.Controls.Add(this.BaudRate);
  620. this.Controls.Add(this.label1);
  621. this.Controls.Add(this.PrintNum);
  622. this.Controls.Add(this.PrintLabel_label);
  623. this.Controls.Add(this.Printer_label);
  624. this.Controls.Add(this.PrinterList);
  625. this.Controls.Add(this.PrintLabel);
  626. this.Controls.Add(this.StopWeight);
  627. this.Controls.Add(this.StartWeight);
  628. this.Controls.Add(this.Confirm);
  629. this.Controls.Add(this.ms_makecode);
  630. this.Controls.Add(this.ma_qty);
  631. this.Controls.Add(this.pr_detail);
  632. this.Controls.Add(this.ma_salecode);
  633. this.Controls.Add(this.ms_makecode_label);
  634. this.Controls.Add(this.Clean);
  635. this.Controls.Add(this.normalButton1);
  636. this.Controls.Add(this.sncode);
  637. this.Controls.Add(this.panel4);
  638. this.Controls.Add(this.label15);
  639. this.Controls.Add(this.pr_detail_label);
  640. this.Controls.Add(this.ma_qty_label);
  641. this.Controls.Add(this.ma_salecode_label);
  642. this.Controls.Add(this.OperateResult);
  643. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  644. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  645. this.Name = "Make_ColorBoxWeigh";
  646. this.Tag = "Make!ColorBoxWeigh";
  647. this.Text = "彩盒称重";
  648. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.彩盒称重_FormClosing);
  649. this.Load += new System.EventHandler(this.Make_ColorBoxWeigh_Load);
  650. this.SizeChanged += new System.EventHandler(this.彩盒称重_SizeChanged);
  651. this.panel4.ResumeLayout(true);
  652. this.panel4.PerformLayout();
  653. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  654. this.groupBoxWithBorder2.ResumeLayout(true);
  655. this.groupBoxWithBorder2.PerformLayout();
  656. this.ResumeLayout(true);
  657. this.PerformLayout();
  658. }
  659. #endregion
  660. private CustomControl.ButtonUtil.NormalButton Clean;
  661. private CustomControl.ButtonUtil.NormalButton normalButton1;
  662. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  663. private System.Windows.Forms.Label pr_colorboxgw_label;
  664. private System.Windows.Forms.Label pr_code_label;
  665. private System.Windows.Forms.Label pr_colorboxunit;
  666. private System.Windows.Forms.Label label22;
  667. private System.Windows.Forms.Label weight;
  668. private System.Windows.Forms.Panel panel4;
  669. private System.Windows.Forms.Label label15;
  670. private System.Windows.Forms.Label pr_detail_label;
  671. private System.Windows.Forms.Label ma_qty_label;
  672. private System.Windows.Forms.Label ma_salecode_label;
  673. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  674. private System.Windows.Forms.Label ms_makecode_label;
  675. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  676. private CustomControl.ValueLabel.ValueLabel pr_detail;
  677. private CustomControl.ValueLabel.ValueLabel ma_qty;
  678. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  679. private CustomControl.ValueLabel.ValueLabel pr_code;
  680. private CustomControl.ValueLabel.ValueLabel pr_colorboxgw;
  681. private CustomControl.ButtonUtil.NormalButton Confirm;
  682. private CustomControl.ButtonUtil.NormalButton StartWeight;
  683. private CustomControl.ButtonUtil.NormalButton StopWeight;
  684. private System.Windows.Forms.ComboBox PrintLabel;
  685. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  686. private System.Windows.Forms.Label Printer_label;
  687. private System.Windows.Forms.Label PrintLabel_label;
  688. private System.Windows.Forms.NumericUpDown PrintNum;
  689. private System.Windows.Forms.Label label1;
  690. private System.Windows.Forms.Label BaudRate;
  691. private System.Windows.Forms.Label ComList;
  692. private System.Windows.Forms.ListView WeighRecord;
  693. private System.Windows.Forms.ColumnHeader columnHeader1;
  694. private System.Windows.Forms.ColumnHeader columnHeader2;
  695. private System.Windows.Forms.ColumnHeader columnHeader3;
  696. private System.Windows.Forms.ColumnHeader columnHeader4;
  697. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  698. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  699. private System.Windows.Forms.Label ob_nowcheckqty;
  700. private System.Windows.Forms.Label ob_batchqty;
  701. private System.Windows.Forms.Label ob_nowcheckqty_label;
  702. private System.Windows.Forms.Label ob_batchqty_label;
  703. private CustomControl.ButtonUtil.NormalButton SendCheck;
  704. private System.Windows.Forms.Label ob_checkno;
  705. }
  706. }