Make_ColorBoxWeigh.Designer.cs 36 KB

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