Make_PalletWeigh.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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.autoPrint = new System.Windows.Forms.CheckBox();
  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.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.weightedNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  56. this.PA_PACKAGEQTY = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pa_prodcode = 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.pr_detailspec = 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, 92);
  76. this.panel4.Margin = new System.Windows.Forms.Padding(4);
  77. this.panel4.Name = "panel4";
  78. this.panel4.Size = new System.Drawing.Size(552, 186);
  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, 76);
  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. //
  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(22, 76);
  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(75, 38);
  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(156, 64);
  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, 58);
  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(46, 16);
  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(128, 46);
  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(978, 94);
  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(110, 31);
  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(978, 21);
  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(134, 31);
  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(1125, 100);
  160. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
  161. this.PrintLabel.Name = "PrintLabel";
  162. this.PrintLabel.Size = new System.Drawing.Size(196, 26);
  163. this.PrintLabel.TabIndex = 162;
  164. //
  165. // autoPrint
  166. //
  167. this.autoPrint.AutoSize = true;
  168. this.autoPrint.Checked = true;
  169. this.autoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  170. this.autoPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
  171. this.autoPrint.Location = new System.Drawing.Point(984, 321);
  172. this.autoPrint.Name = "autoPrint";
  173. this.autoPrint.Size = new System.Drawing.Size(136, 35);
  174. this.autoPrint.TabIndex = 166;
  175. this.autoPrint.Text = "自动打印";
  176. this.autoPrint.UseVisualStyleBackColor = true;
  177. //
  178. // printNum_label
  179. //
  180. this.printNum_label.AutoSize = true;
  181. this.printNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  182. this.printNum_label.Location = new System.Drawing.Point(978, 171);
  183. this.printNum_label.Name = "printNum_label";
  184. this.printNum_label.Size = new System.Drawing.Size(62, 31);
  185. this.printNum_label.TabIndex = 167;
  186. this.printNum_label.Text = "份数";
  187. //
  188. // label2
  189. //
  190. this.label2.AutoSize = true;
  191. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F);
  192. this.label2.Location = new System.Drawing.Point(39, 316);
  193. this.label2.Name = "label2";
  194. this.label2.Size = new System.Drawing.Size(107, 39);
  195. this.label2.TabIndex = 169;
  196. this.label2.Text = "工单号";
  197. //
  198. // label3
  199. //
  200. this.label3.AutoSize = true;
  201. this.label3.Font = new System.Drawing.Font("微软雅黑", 15F);
  202. this.label3.Location = new System.Drawing.Point(39, 378);
  203. this.label3.Name = "label3";
  204. this.label3.Size = new System.Drawing.Size(137, 39);
  205. this.label3.TabIndex = 170;
  206. this.label3.Text = "栈内总数";
  207. //
  208. // label4
  209. //
  210. this.label4.AutoSize = true;
  211. this.label4.Font = new System.Drawing.Font("微软雅黑", 15F);
  212. this.label4.Location = new System.Drawing.Point(39, 446);
  213. this.label4.Name = "label4";
  214. this.label4.Size = new System.Drawing.Size(137, 39);
  215. this.label4.TabIndex = 171;
  216. this.label4.Text = "产品编号";
  217. //
  218. // label5
  219. //
  220. this.label5.AutoSize = true;
  221. this.label5.Font = new System.Drawing.Font("微软雅黑", 15F);
  222. this.label5.Location = new System.Drawing.Point(39, 513);
  223. this.label5.Name = "label5";
  224. this.label5.Size = new System.Drawing.Size(137, 39);
  225. this.label5.TabIndex = 172;
  226. this.label5.Text = "名称规格";
  227. //
  228. // label6
  229. //
  230. this.label6.AutoSize = true;
  231. this.label6.Font = new System.Drawing.Font("微软雅黑", 15F);
  232. this.label6.Location = new System.Drawing.Point(430, 316);
  233. this.label6.Name = "label6";
  234. this.label6.Size = new System.Drawing.Size(137, 39);
  235. this.label6.TabIndex = 173;
  236. this.label6.Text = "订单编号";
  237. //
  238. // label7
  239. //
  240. this.label7.AutoSize = true;
  241. this.label7.Font = new System.Drawing.Font("微软雅黑", 15F);
  242. this.label7.Location = new System.Drawing.Point(430, 378);
  243. this.label7.Name = "label7";
  244. this.label7.Size = new System.Drawing.Size(137, 39);
  245. this.label7.TabIndex = 174;
  246. this.label7.Text = "栈内件数";
  247. //
  248. // label8
  249. //
  250. this.label8.AutoSize = true;
  251. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.label8.Location = new System.Drawing.Point(978, 248);
  253. this.label8.Name = "label8";
  254. this.label8.Size = new System.Drawing.Size(62, 31);
  255. this.label8.TabIndex = 176;
  256. this.label8.Text = "已称";
  257. //
  258. // showResult
  259. //
  260. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  261. this.columnHeader1,
  262. this.columnHeader2,
  263. this.columnHeader3,
  264. this.columnHeader4});
  265. this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.showResult.Location = new System.Drawing.Point(770, 378);
  267. this.showResult.Name = "showResult";
  268. this.showResult.Size = new System.Drawing.Size(584, 506);
  269. this.showResult.TabIndex = 190;
  270. this.showResult.UseCompatibleStateImageBehavior = false;
  271. this.showResult.View = System.Windows.Forms.View.Details;
  272. //
  273. // columnHeader1
  274. //
  275. this.columnHeader1.Text = "";
  276. this.columnHeader1.Width = 20;
  277. //
  278. // columnHeader2
  279. //
  280. this.columnHeader2.Text = "栈板号";
  281. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  282. this.columnHeader2.Width = 150;
  283. //
  284. // columnHeader3
  285. //
  286. this.columnHeader3.Text = "重量";
  287. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  288. this.columnHeader3.Width = 130;
  289. //
  290. // columnHeader4
  291. //
  292. this.columnHeader4.Text = "称量时间";
  293. this.columnHeader4.Width = 160;
  294. //
  295. // ComList
  296. //
  297. this.ComList.AutoSize = true;
  298. this.ComList.CutLength = null;
  299. this.ComList.Location = new System.Drawing.Point(669, 184);
  300. this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  301. this.ComList.MaximumSize = new System.Drawing.Size(225, 0);
  302. this.ComList.Name = "ComList";
  303. this.ComList.Size = new System.Drawing.Size(71, 18);
  304. this.ComList.TabIndex = 191;
  305. this.ComList.Text = "ComList";
  306. this.ComList.Visible = false;
  307. //
  308. // BaudRate
  309. //
  310. this.BaudRate.AllPower = null;
  311. this.BaudRate.BackColor = System.Drawing.Color.White;
  312. this.BaudRate.ID = null;
  313. this.BaudRate.Location = new System.Drawing.Point(670, 134);
  314. this.BaudRate.Margin = new System.Windows.Forms.Padding(4);
  315. this.BaudRate.Name = "BaudRate";
  316. this.BaudRate.Negative = false;
  317. this.BaudRate.Power = null;
  318. this.BaudRate.Size = new System.Drawing.Size(178, 28);
  319. this.BaudRate.Str = null;
  320. this.BaudRate.Str1 = null;
  321. this.BaudRate.Str2 = null;
  322. this.BaudRate.TabIndex = 189;
  323. this.BaudRate.Visible = false;
  324. //
  325. // stopWeigh
  326. //
  327. this.stopWeigh.AllPower = null;
  328. this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
  329. this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
  330. this.stopWeigh.Image = null;
  331. this.stopWeigh.IsShowBorder = true;
  332. this.stopWeigh.Location = new System.Drawing.Point(770, 21);
  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(650, 21);
  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(92, 38);
  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. // weightedNum
  362. //
  363. this.weightedNum.AllPower = null;
  364. this.weightedNum.BackColor = System.Drawing.Color.White;
  365. this.weightedNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.weightedNum.ID = null;
  367. this.weightedNum.Location = new System.Drawing.Point(1122, 248);
  368. this.weightedNum.Name = "weightedNum";
  369. this.weightedNum.Negative = false;
  370. this.weightedNum.Power = null;
  371. this.weightedNum.Size = new System.Drawing.Size(196, 28);
  372. this.weightedNum.Str = null;
  373. this.weightedNum.Str1 = null;
  374. this.weightedNum.Str2 = null;
  375. this.weightedNum.TabIndex = 185;
  376. this.weightedNum.Text = "0";
  377. //
  378. // PA_PACKAGEQTY
  379. //
  380. this.PA_PACKAGEQTY.AutoSize = true;
  381. this.PA_PACKAGEQTY.CutLength = null;
  382. this.PA_PACKAGEQTY.Font = new System.Drawing.Font("微软雅黑", 15F);
  383. this.PA_PACKAGEQTY.Location = new System.Drawing.Point(560, 378);
  384. this.PA_PACKAGEQTY.MaximumSize = new System.Drawing.Size(200, 0);
  385. this.PA_PACKAGEQTY.Name = "PA_PACKAGEQTY";
  386. this.PA_PACKAGEQTY.Size = new System.Drawing.Size(0, 39);
  387. this.PA_PACKAGEQTY.TabIndex = 184;
  388. //
  389. // pa_salecode
  390. //
  391. this.pa_salecode.AutoSize = true;
  392. this.pa_salecode.CutLength = null;
  393. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  394. this.pa_salecode.Location = new System.Drawing.Point(560, 316);
  395. this.pa_salecode.MaximumSize = new System.Drawing.Size(200, 0);
  396. this.pa_salecode.Name = "pa_salecode";
  397. this.pa_salecode.Size = new System.Drawing.Size(0, 39);
  398. this.pa_salecode.TabIndex = 183;
  399. //
  400. // pa_prodcode
  401. //
  402. this.pa_prodcode.AutoSize = true;
  403. this.pa_prodcode.CutLength = null;
  404. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F);
  405. this.pa_prodcode.Location = new System.Drawing.Point(176, 446);
  406. this.pa_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  407. this.pa_prodcode.Name = "pa_prodcode";
  408. this.pa_prodcode.Size = new System.Drawing.Size(0, 39);
  409. this.pa_prodcode.TabIndex = 181;
  410. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  411. //
  412. // pa_totalqty
  413. //
  414. this.pa_totalqty.AutoSize = true;
  415. this.pa_totalqty.CutLength = null;
  416. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F);
  417. this.pa_totalqty.Location = new System.Drawing.Point(176, 378);
  418. this.pa_totalqty.MaximumSize = new System.Drawing.Size(200, 0);
  419. this.pa_totalqty.Name = "pa_totalqty";
  420. this.pa_totalqty.Size = new System.Drawing.Size(0, 39);
  421. this.pa_totalqty.TabIndex = 180;
  422. //
  423. // pa_makecode
  424. //
  425. this.pa_makecode.AutoSize = true;
  426. this.pa_makecode.CutLength = null;
  427. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  428. this.pa_makecode.Location = new System.Drawing.Point(176, 316);
  429. this.pa_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  430. this.pa_makecode.Name = "pa_makecode";
  431. this.pa_makecode.Size = new System.Drawing.Size(0, 39);
  432. this.pa_makecode.TabIndex = 179;
  433. //
  434. // printNum
  435. //
  436. this.printNum.AllPower = null;
  437. this.printNum.BackColor = System.Drawing.Color.White;
  438. this.printNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.printNum.ID = null;
  440. this.printNum.Location = new System.Drawing.Point(1122, 171);
  441. this.printNum.Name = "printNum";
  442. this.printNum.Negative = false;
  443. this.printNum.Power = null;
  444. this.printNum.Size = new System.Drawing.Size(196, 28);
  445. this.printNum.Str = null;
  446. this.printNum.Str1 = null;
  447. this.printNum.Str2 = null;
  448. this.printNum.TabIndex = 178;
  449. this.printNum.Text = "1";
  450. //
  451. // OperateResult
  452. //
  453. this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.OperateResult.Location = new System.Drawing.Point(33, 574);
  455. this.OperateResult.Name = "OperateResult";
  456. this.OperateResult.Size = new System.Drawing.Size(662, 310);
  457. this.OperateResult.TabIndex = 175;
  458. this.OperateResult.Text = "";
  459. //
  460. // Printer
  461. //
  462. this.Printer.Font = new System.Drawing.Font("宋体", 9F);
  463. this.Printer.Location = new System.Drawing.Point(1122, 24);
  464. this.Printer.Margin = new System.Windows.Forms.Padding(6);
  465. this.Printer.Name = "Printer";
  466. this.Printer.Size = new System.Drawing.Size(196, 33);
  467. this.Printer.TabIndex = 163;
  468. //
  469. // palletcode
  470. //
  471. this.palletcode.AllPower = null;
  472. this.palletcode.BackColor = System.Drawing.Color.White;
  473. this.palletcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.palletcode.ID = null;
  475. this.palletcode.Location = new System.Drawing.Point(183, 14);
  476. this.palletcode.Margin = new System.Windows.Forms.Padding(4);
  477. this.palletcode.Name = "palletcode";
  478. this.palletcode.Power = null;
  479. this.palletcode.Size = new System.Drawing.Size(416, 55);
  480. this.palletcode.Str = null;
  481. this.palletcode.Str1 = null;
  482. this.palletcode.Str2 = null;
  483. this.palletcode.TabIndex = 94;
  484. this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  485. //
  486. // pr_detailspec
  487. //
  488. this.pr_detailspec.AutoSize = true;
  489. this.pr_detailspec.Font = new System.Drawing.Font("微软雅黑", 15F);
  490. this.pr_detailspec.Location = new System.Drawing.Point(176, 513);
  491. this.pr_detailspec.Name = "pr_detailspec";
  492. this.pr_detailspec.Size = new System.Drawing.Size(0, 39);
  493. this.pr_detailspec.TabIndex = 192;
  494. //
  495. // Make_PalletWeigh
  496. //
  497. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  498. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  499. this.ClientSize = new System.Drawing.Size(1402, 902);
  500. this.Controls.Add(this.pr_detailspec);
  501. this.Controls.Add(this.ComList);
  502. this.Controls.Add(this.showResult);
  503. this.Controls.Add(this.BaudRate);
  504. this.Controls.Add(this.stopWeigh);
  505. this.Controls.Add(this.startWeigh);
  506. this.Controls.Add(this.weightedNum);
  507. this.Controls.Add(this.PA_PACKAGEQTY);
  508. this.Controls.Add(this.pa_salecode);
  509. this.Controls.Add(this.pa_prodcode);
  510. this.Controls.Add(this.pa_totalqty);
  511. this.Controls.Add(this.pa_makecode);
  512. this.Controls.Add(this.printNum);
  513. this.Controls.Add(this.label8);
  514. this.Controls.Add(this.OperateResult);
  515. this.Controls.Add(this.label7);
  516. this.Controls.Add(this.label6);
  517. this.Controls.Add(this.label5);
  518. this.Controls.Add(this.label4);
  519. this.Controls.Add(this.label3);
  520. this.Controls.Add(this.label2);
  521. this.Controls.Add(this.printNum_label);
  522. this.Controls.Add(this.autoPrint);
  523. this.Controls.Add(this.label1);
  524. this.Controls.Add(this.Printer_label);
  525. this.Controls.Add(this.Printer);
  526. this.Controls.Add(this.PrintLabel);
  527. this.Controls.Add(this.palletcode);
  528. this.Controls.Add(this.label15);
  529. this.Controls.Add(this.panel4);
  530. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  531. this.Name = "Make_PalletWeigh";
  532. this.Tag = "Make!PalletWeigh";
  533. this.Text = "栈板称重";
  534. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletWeigh_FormClosing);
  535. this.Load += new System.EventHandler(this.Make_PalletWeigh_Load);
  536. this.SizeChanged += new System.EventHandler(this.Make_PalletWeigh_SizeChanged);
  537. this.panel4.ResumeLayout(true);
  538. this.panel4.PerformLayout();
  539. this.ResumeLayout(true);
  540. this.PerformLayout();
  541. }
  542. #endregion
  543. private System.Windows.Forms.Panel panel4;
  544. private System.Windows.Forms.Label pr_cartonunit;
  545. private System.Windows.Forms.Label label22;
  546. private System.Windows.Forms.Label weight;
  547. private CustomControl.TextBoxWithIcon.EnterTextBox palletcode;
  548. private System.Windows.Forms.Label label15;
  549. private System.Windows.Forms.Label label1;
  550. private System.Windows.Forms.Label Printer_label;
  551. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  552. private System.Windows.Forms.ComboBox PrintLabel;
  553. private System.Windows.Forms.CheckBox autoPrint;
  554. private System.Windows.Forms.Label printNum_label;
  555. private System.Windows.Forms.Label label2;
  556. private System.Windows.Forms.Label label3;
  557. private System.Windows.Forms.Label label4;
  558. private System.Windows.Forms.Label label5;
  559. private System.Windows.Forms.Label label6;
  560. private System.Windows.Forms.Label label7;
  561. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  562. private System.Windows.Forms.Label label8;
  563. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  564. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  565. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  566. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  567. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  568. private CustomControl.ValueLabel.ValueLabel PA_PACKAGEQTY;
  569. private CustomControl.TextBoxWithIcon.NumOnlyTextBox weightedNum;
  570. private CustomControl.ButtonUtil.NormalButton startWeigh;
  571. private CustomControl.ButtonUtil.NormalButton stopWeigh;
  572. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  573. private System.Windows.Forms.ListView showResult;
  574. private System.Windows.Forms.ColumnHeader columnHeader1;
  575. private System.Windows.Forms.ColumnHeader columnHeader2;
  576. private System.Windows.Forms.ColumnHeader columnHeader3;
  577. private System.Windows.Forms.ColumnHeader columnHeader4;
  578. private CustomControl.ValueLabel.ValueLabel ComList;
  579. private System.Windows.Forms.Label pr_detailspec;
  580. }
  581. }