Make_PalletWeigh.Designer.cs 30 KB

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