Make_BigBoxWeight.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_BigBoxWeight
  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_BigBoxWeight));
  29. this.label15 = new System.Windows.Forms.Label();
  30. this.panel4 = new System.Windows.Forms.Panel();
  31. this.pr_colorboxunit = new System.Windows.Forms.Label();
  32. this.label22 = new System.Windows.Forms.Label();
  33. this.weight = new System.Windows.Forms.Label();
  34. this.pa_makecode_label = new System.Windows.Forms.Label();
  35. this.PA_TOTALQTY_label = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.pr_detail_label = new System.Windows.Forms.Label();
  38. this.pa_salecode_label = new System.Windows.Forms.Label();
  39. this.PA_PACKAGEQTY_label = new System.Windows.Forms.Label();
  40. this.PrintLabel_label = new System.Windows.Forms.Label();
  41. this.Printer_label = new System.Windows.Forms.Label();
  42. this.PrintLabel = new System.Windows.Forms.ComboBox();
  43. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.autoprint = new System.Windows.Forms.CheckBox();
  46. this.showResult = new System.Windows.Forms.ListView();
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.箱号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.重量 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.称重时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  52. this.pa_packageqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  53. this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  56. this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  60. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  61. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  62. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.panel4.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // label15
  68. //
  69. this.label15.AutoSize = true;
  70. this.label15.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.label15.Location = new System.Drawing.Point(29, 21);
  72. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.label15.Name = "label15";
  74. this.label15.Size = new System.Drawing.Size(107, 39);
  75. this.label15.TabIndex = 57;
  76. this.label15.Text = "大箱号";
  77. //
  78. // panel4
  79. //
  80. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.panel4.Controls.Add(this.pr_colorboxunit);
  82. this.panel4.Controls.Add(this.label22);
  83. this.panel4.Controls.Add(this.weight);
  84. this.panel4.Location = new System.Drawing.Point(37, 85);
  85. this.panel4.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  86. this.panel4.Name = "panel4";
  87. this.panel4.Size = new System.Drawing.Size(573, 98);
  88. this.panel4.TabIndex = 64;
  89. //
  90. // pr_colorboxunit
  91. //
  92. this.pr_colorboxunit.AutoSize = true;
  93. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  94. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  96. this.pr_colorboxunit.Location = new System.Drawing.Point(512, 35);
  97. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.pr_colorboxunit.Name = "pr_colorboxunit";
  99. this.pr_colorboxunit.Size = new System.Drawing.Size(38, 31);
  100. this.pr_colorboxunit.TabIndex = 42;
  101. this.pr_colorboxunit.Text = "克";
  102. //
  103. // label22
  104. //
  105. this.label22.AutoSize = true;
  106. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  107. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  109. this.label22.Location = new System.Drawing.Point(17, 35);
  110. this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label22.Name = "label22";
  112. this.label22.Size = new System.Drawing.Size(62, 31);
  113. this.label22.TabIndex = 20;
  114. this.label22.Text = "重量";
  115. //
  116. // weight
  117. //
  118. this.weight.AutoSize = true;
  119. this.weight.Font = new System.Drawing.Font("微软雅黑", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  121. this.weight.Location = new System.Drawing.Point(127, 22);
  122. this.weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.weight.Name = "weight";
  124. this.weight.Size = new System.Drawing.Size(0, 57);
  125. this.weight.TabIndex = 41;
  126. //
  127. // pa_makecode_label
  128. //
  129. this.pa_makecode_label.AutoSize = true;
  130. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.pa_makecode_label.Location = new System.Drawing.Point(45, 208);
  132. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  133. this.pa_makecode_label.Name = "pa_makecode_label";
  134. this.pa_makecode_label.Size = new System.Drawing.Size(90, 32);
  135. this.pa_makecode_label.TabIndex = 73;
  136. this.pa_makecode_label.Text = "工单号";
  137. //
  138. // PA_TOTALQTY_label
  139. //
  140. this.PA_TOTALQTY_label.AutoSize = true;
  141. this.PA_TOTALQTY_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.PA_TOTALQTY_label.Location = new System.Drawing.Point(45, 282);
  143. this.PA_TOTALQTY_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.PA_TOTALQTY_label.Name = "PA_TOTALQTY_label";
  145. this.PA_TOTALQTY_label.Size = new System.Drawing.Size(115, 32);
  146. this.PA_TOTALQTY_label.TabIndex = 74;
  147. this.PA_TOTALQTY_label.Text = "箱内容量";
  148. //
  149. // label2
  150. //
  151. this.label2.AutoSize = true;
  152. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label2.Location = new System.Drawing.Point(45, 357);
  154. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(115, 32);
  157. this.label2.TabIndex = 75;
  158. this.label2.Text = "产品编号";
  159. //
  160. // pr_detail_label
  161. //
  162. this.pr_detail_label.AutoSize = true;
  163. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.pr_detail_label.Location = new System.Drawing.Point(45, 424);
  165. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  166. this.pr_detail_label.Name = "pr_detail_label";
  167. this.pr_detail_label.Size = new System.Drawing.Size(115, 32);
  168. this.pr_detail_label.TabIndex = 76;
  169. this.pr_detail_label.Text = "名称规格";
  170. //
  171. // pa_salecode_label
  172. //
  173. this.pa_salecode_label.AutoSize = true;
  174. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.pa_salecode_label.Location = new System.Drawing.Point(324, 208);
  176. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.pa_salecode_label.Name = "pa_salecode_label";
  178. this.pa_salecode_label.Size = new System.Drawing.Size(115, 32);
  179. this.pa_salecode_label.TabIndex = 77;
  180. this.pa_salecode_label.Text = "订单编号";
  181. //
  182. // PA_PACKAGEQTY_label
  183. //
  184. this.PA_PACKAGEQTY_label.AutoSize = true;
  185. this.PA_PACKAGEQTY_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.PA_PACKAGEQTY_label.Location = new System.Drawing.Point(324, 282);
  187. this.PA_PACKAGEQTY_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.PA_PACKAGEQTY_label.Name = "PA_PACKAGEQTY_label";
  189. this.PA_PACKAGEQTY_label.Size = new System.Drawing.Size(115, 32);
  190. this.PA_PACKAGEQTY_label.TabIndex = 78;
  191. this.PA_PACKAGEQTY_label.Text = "箱内件数";
  192. //
  193. // PrintLabel_label
  194. //
  195. this.PrintLabel_label.AutoSize = true;
  196. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.PrintLabel_label.Location = new System.Drawing.Point(879, 67);
  198. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.PrintLabel_label.Name = "PrintLabel_label";
  200. this.PrintLabel_label.Size = new System.Drawing.Size(88, 25);
  201. this.PrintLabel_label.TabIndex = 169;
  202. this.PrintLabel_label.Text = "打印标签";
  203. //
  204. // Printer_label
  205. //
  206. this.Printer_label.AutoSize = true;
  207. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.Printer_label.Location = new System.Drawing.Point(879, 25);
  209. this.Printer_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.Printer_label.Name = "Printer_label";
  211. this.Printer_label.Size = new System.Drawing.Size(107, 25);
  212. this.Printer_label.TabIndex = 168;
  213. this.Printer_label.Text = "打印机列表";
  214. //
  215. // PrintLabel
  216. //
  217. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  218. this.PrintLabel.FormattingEnabled = true;
  219. this.PrintLabel.Location = new System.Drawing.Point(1019, 67);
  220. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  221. this.PrintLabel.Name = "PrintLabel";
  222. this.PrintLabel.Size = new System.Drawing.Size(159, 23);
  223. this.PrintLabel.TabIndex = 166;
  224. //
  225. // PrintNum
  226. //
  227. this.PrintNum.Location = new System.Drawing.Point(1019, 108);
  228. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  229. this.PrintNum.Name = "PrintNum";
  230. this.PrintNum.Size = new System.Drawing.Size(159, 25);
  231. this.PrintNum.TabIndex = 174;
  232. this.PrintNum.Value = new decimal(new int[] {
  233. 1,
  234. 0,
  235. 0,
  236. 0});
  237. //
  238. // label6
  239. //
  240. this.label6.AutoSize = true;
  241. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label6.Location = new System.Drawing.Point(879, 108);
  243. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  244. this.label6.Name = "label6";
  245. this.label6.Size = new System.Drawing.Size(92, 27);
  246. this.label6.TabIndex = 173;
  247. this.label6.Text = "打印张数";
  248. //
  249. // autoprint
  250. //
  251. this.autoprint.AutoSize = true;
  252. this.autoprint.Checked = true;
  253. this.autoprint.CheckState = System.Windows.Forms.CheckState.Checked;
  254. this.autoprint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.autoprint.Location = new System.Drawing.Point(884, 149);
  256. this.autoprint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  257. this.autoprint.Name = "autoprint";
  258. this.autoprint.Size = new System.Drawing.Size(91, 24);
  259. this.autoprint.TabIndex = 175;
  260. this.autoprint.Text = "自动打印";
  261. this.autoprint.UseVisualStyleBackColor = true;
  262. //
  263. // showResult
  264. //
  265. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  266. this.columnHeader1,
  267. this.箱号,
  268. this.重量,
  269. this.称重时间});
  270. this.showResult.Location = new System.Drawing.Point(641, 211);
  271. this.showResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  272. this.showResult.Name = "showResult";
  273. this.showResult.Size = new System.Drawing.Size(537, 466);
  274. this.showResult.TabIndex = 188;
  275. this.showResult.UseCompatibleStateImageBehavior = false;
  276. this.showResult.View = System.Windows.Forms.View.Details;
  277. //
  278. // columnHeader1
  279. //
  280. this.columnHeader1.Text = "";
  281. //
  282. // 箱号
  283. //
  284. this.箱号.Text = "箱号";
  285. this.箱号.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  286. //
  287. // 重量
  288. //
  289. this.重量.Text = "重量";
  290. this.重量.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  291. //
  292. // 称重时间
  293. //
  294. this.称重时间.Text = "称重时间";
  295. this.称重时间.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  296. this.称重时间.Width = 150;
  297. //
  298. // BaudRate
  299. //
  300. this.BaudRate.AllPower = null;
  301. this.BaudRate.BackColor = System.Drawing.Color.White;
  302. this.BaudRate.ID = null;
  303. this.BaudRate.Location = new System.Drawing.Point(709, 99);
  304. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  305. this.BaudRate.Name = "BaudRate";
  306. this.BaudRate.Negative = false;
  307. this.BaudRate.Power = null;
  308. this.BaudRate.Size = new System.Drawing.Size(159, 25);
  309. this.BaudRate.Str = null;
  310. this.BaudRate.Str1 = null;
  311. this.BaudRate.Str2 = null;
  312. this.BaudRate.TabIndex = 186;
  313. this.BaudRate.Visible = false;
  314. //
  315. // pa_packageqty
  316. //
  317. this.pa_packageqty.AutoSize = true;
  318. this.pa_packageqty.CutLength = null;
  319. this.pa_packageqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.pa_packageqty.Location = new System.Drawing.Point(457, 282);
  321. this.pa_packageqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.pa_packageqty.MaximumSize = new System.Drawing.Size(200, 0);
  323. this.pa_packageqty.Name = "pa_packageqty";
  324. this.pa_packageqty.Size = new System.Drawing.Size(0, 32);
  325. this.pa_packageqty.TabIndex = 183;
  326. this.pa_packageqty.Tag = "1";
  327. //
  328. // pa_salecode
  329. //
  330. this.pa_salecode.AutoSize = true;
  331. this.pa_salecode.CutLength = null;
  332. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.pa_salecode.Location = new System.Drawing.Point(457, 208);
  334. this.pa_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  335. this.pa_salecode.MaximumSize = new System.Drawing.Size(200, 0);
  336. this.pa_salecode.Name = "pa_salecode";
  337. this.pa_salecode.Size = new System.Drawing.Size(0, 32);
  338. this.pa_salecode.TabIndex = 182;
  339. this.pa_salecode.Tag = "1";
  340. //
  341. // pr_detail
  342. //
  343. this.pr_detail.AutoSize = true;
  344. this.pr_detail.CutLength = null;
  345. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.pr_detail.Location = new System.Drawing.Point(168, 425);
  347. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  349. this.pr_detail.Name = "pr_detail";
  350. this.pr_detail.Size = new System.Drawing.Size(0, 32);
  351. this.pr_detail.TabIndex = 181;
  352. this.pr_detail.Tag = "1";
  353. //
  354. // pa_prodcode
  355. //
  356. this.pa_prodcode.AutoSize = true;
  357. this.pa_prodcode.CutLength = null;
  358. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.pa_prodcode.Location = new System.Drawing.Point(168, 357);
  360. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  361. this.pa_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  362. this.pa_prodcode.Name = "pa_prodcode";
  363. this.pa_prodcode.Size = new System.Drawing.Size(0, 32);
  364. this.pa_prodcode.TabIndex = 180;
  365. this.pa_prodcode.Tag = "1";
  366. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  367. //
  368. // pa_totalqty
  369. //
  370. this.pa_totalqty.AutoSize = true;
  371. this.pa_totalqty.CutLength = null;
  372. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.pa_totalqty.Location = new System.Drawing.Point(168, 285);
  374. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  375. this.pa_totalqty.MaximumSize = new System.Drawing.Size(200, 0);
  376. this.pa_totalqty.Name = "pa_totalqty";
  377. this.pa_totalqty.Size = new System.Drawing.Size(0, 32);
  378. this.pa_totalqty.TabIndex = 179;
  379. this.pa_totalqty.Tag = "1";
  380. //
  381. // pa_makecode
  382. //
  383. this.pa_makecode.AutoSize = true;
  384. this.pa_makecode.CutLength = null;
  385. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.pa_makecode.Location = new System.Drawing.Point(165, 208);
  387. this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  388. this.pa_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  389. this.pa_makecode.Name = "pa_makecode";
  390. this.pa_makecode.Size = new System.Drawing.Size(0, 32);
  391. this.pa_makecode.TabIndex = 178;
  392. this.pa_makecode.Tag = "1";
  393. //
  394. // StartWeight
  395. //
  396. this.StartWeight.AllPower = null;
  397. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  398. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  399. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  400. this.StartWeight.IsShowBorder = true;
  401. this.StartWeight.Location = new System.Drawing.Point(641, 18);
  402. this.StartWeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  403. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  404. this.StartWeight.Name = "StartWeight";
  405. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  406. this.StartWeight.Power = null;
  407. this.StartWeight.Size = new System.Drawing.Size(100, 30);
  408. this.StartWeight.TabIndex = 177;
  409. this.StartWeight.Text = "开始称量";
  410. this.StartWeight.UseVisualStyleBackColor = true;
  411. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  412. //
  413. // StopWeight
  414. //
  415. this.StopWeight.AllPower = null;
  416. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  417. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  418. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  419. this.StopWeight.IsShowBorder = true;
  420. this.StopWeight.Location = new System.Drawing.Point(768, 18);
  421. this.StopWeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  422. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  423. this.StopWeight.Name = "StopWeight";
  424. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  425. this.StopWeight.Power = null;
  426. this.StopWeight.Size = new System.Drawing.Size(100, 30);
  427. this.StopWeight.TabIndex = 176;
  428. this.StopWeight.Text = "停止称量";
  429. this.StopWeight.UseVisualStyleBackColor = true;
  430. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  431. //
  432. // OperateResult
  433. //
  434. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.OperateResult.Location = new System.Drawing.Point(37, 473);
  436. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  437. this.OperateResult.Name = "OperateResult";
  438. this.OperateResult.Size = new System.Drawing.Size(573, 204);
  439. this.OperateResult.TabIndex = 171;
  440. this.OperateResult.Text = "";
  441. //
  442. // Printer
  443. //
  444. this.Printer.Location = new System.Drawing.Point(1019, 25);
  445. this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  446. this.Printer.Name = "Printer";
  447. this.Printer.Size = new System.Drawing.Size(159, 25);
  448. this.Printer.TabIndex = 167;
  449. //
  450. // pa_outboxcode
  451. //
  452. this.pa_outboxcode.AllPower = "ifall";
  453. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  454. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.pa_outboxcode.ID = null;
  456. this.pa_outboxcode.Location = new System.Drawing.Point(176, 18);
  457. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  458. this.pa_outboxcode.Name = "pa_outboxcode";
  459. this.pa_outboxcode.Power = "ifwrite";
  460. this.pa_outboxcode.Size = new System.Drawing.Size(432, 47);
  461. this.pa_outboxcode.Str = null;
  462. this.pa_outboxcode.Str1 = null;
  463. this.pa_outboxcode.Str2 = null;
  464. this.pa_outboxcode.TabIndex = 58;
  465. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  466. //
  467. // Make_BigBoxWeight
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.ClientSize = new System.Drawing.Size(1195, 690);
  472. this.Controls.Add(this.showResult);
  473. this.Controls.Add(this.BaudRate);
  474. this.Controls.Add(this.pa_packageqty);
  475. this.Controls.Add(this.pa_salecode);
  476. this.Controls.Add(this.pr_detail);
  477. this.Controls.Add(this.pa_prodcode);
  478. this.Controls.Add(this.pa_totalqty);
  479. this.Controls.Add(this.pa_makecode);
  480. this.Controls.Add(this.StartWeight);
  481. this.Controls.Add(this.StopWeight);
  482. this.Controls.Add(this.autoprint);
  483. this.Controls.Add(this.PrintNum);
  484. this.Controls.Add(this.label6);
  485. this.Controls.Add(this.OperateResult);
  486. this.Controls.Add(this.PrintLabel_label);
  487. this.Controls.Add(this.Printer_label);
  488. this.Controls.Add(this.Printer);
  489. this.Controls.Add(this.PrintLabel);
  490. this.Controls.Add(this.PA_PACKAGEQTY_label);
  491. this.Controls.Add(this.pa_salecode_label);
  492. this.Controls.Add(this.pr_detail_label);
  493. this.Controls.Add(this.label2);
  494. this.Controls.Add(this.PA_TOTALQTY_label);
  495. this.Controls.Add(this.pa_makecode_label);
  496. this.Controls.Add(this.panel4);
  497. this.Controls.Add(this.pa_outboxcode);
  498. this.Controls.Add(this.label15);
  499. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  500. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  501. this.Name = "Make_BigBoxWeight";
  502. this.Tag = "Make!BigBoxWeigh";
  503. this.Text = "大箱称重";
  504. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_BigBoxWeight_FormClosing);
  505. this.Load += new System.EventHandler(this.Make_BigBoxWeight_Load);
  506. this.SizeChanged += new System.EventHandler(this.Make_BigBoxWeight_SizeChanged);
  507. this.panel4.ResumeLayout(false);
  508. this.panel4.PerformLayout();
  509. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  510. this.ResumeLayout(false);
  511. this.PerformLayout();
  512. }
  513. #endregion
  514. private System.Windows.Forms.Label label15;
  515. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  516. private System.Windows.Forms.Panel panel4;
  517. private System.Windows.Forms.Label pr_colorboxunit;
  518. private System.Windows.Forms.Label label22;
  519. private System.Windows.Forms.Label weight;
  520. private System.Windows.Forms.Label pa_makecode_label;
  521. private System.Windows.Forms.Label PA_TOTALQTY_label;
  522. private System.Windows.Forms.Label label2;
  523. private System.Windows.Forms.Label pr_detail_label;
  524. private System.Windows.Forms.Label pa_salecode_label;
  525. private System.Windows.Forms.Label PA_PACKAGEQTY_label;
  526. private System.Windows.Forms.Label PrintLabel_label;
  527. private System.Windows.Forms.Label Printer_label;
  528. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  529. private System.Windows.Forms.ComboBox PrintLabel;
  530. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  531. private System.Windows.Forms.NumericUpDown PrintNum;
  532. private System.Windows.Forms.Label label6;
  533. private System.Windows.Forms.CheckBox autoprint;
  534. private CustomControl.ButtonUtil.NormalButton StartWeight;
  535. private CustomControl.ButtonUtil.NormalButton StopWeight;
  536. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  537. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  538. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  539. private CustomControl.ValueLabel.ValueLabel pr_detail;
  540. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  541. private CustomControl.ValueLabel.ValueLabel pa_packageqty;
  542. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  543. private System.Windows.Forms.ListView showResult;
  544. public System.Windows.Forms.ColumnHeader 箱号;
  545. public System.Windows.Forms.ColumnHeader 重量;
  546. public System.Windows.Forms.ColumnHeader 称重时间;
  547. private System.Windows.Forms.ColumnHeader columnHeader1;
  548. }
  549. }