Make_ColorBoxWeigh.Designer.cs 42 KB

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