Make_PalletWeigh.Designer.cs 30 KB

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