Packing_PalletWeigh.Designer.cs 31 KB

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