Make_ColorBoxWeigh.Designer.cs 42 KB

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