Make_CartonBoxWeigh.Designer.cs 34 KB

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