Make_ColorBoxWeigh.Designer.cs 37 KB

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