Make_CartonBoxWeigh.Designer.cs 42 KB

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