Make_ColorBoxWeigh.Designer.cs 41 KB

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