Make_ColorBoxWeigh.Designer.cs 39 KB

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