Packing_BigBoxWeight.Designer.cs 30 KB

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