Make_PalletWeigh.Designer.cs 30 KB

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