Make_CartonBoxWeigh.Designer.cs 36 KB

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