Make_BigBoxWeight.Designer.cs 30 KB

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