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.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(46, 92);
  76. this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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, 20);
  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, 4, 4, 4);
  161. this.PrintLabel.Name = "PrintLabel";
  162. this.PrintLabel.Size = new System.Drawing.Size(196, 26);
  163. this.PrintLabel.TabIndex = 162;
  164. //
  165. // printNum_label
  166. //
  167. this.printNum_label.AutoSize = true;
  168. this.printNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  169. this.printNum_label.Location = new System.Drawing.Point(978, 170);
  170. this.printNum_label.Name = "printNum_label";
  171. this.printNum_label.Size = new System.Drawing.Size(62, 31);
  172. this.printNum_label.TabIndex = 167;
  173. this.printNum_label.Text = "份数";
  174. //
  175. // label2
  176. //
  177. this.label2.AutoSize = true;
  178. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F);
  179. this.label2.Location = new System.Drawing.Point(39, 316);
  180. this.label2.Name = "label2";
  181. this.label2.Size = new System.Drawing.Size(107, 39);
  182. this.label2.TabIndex = 169;
  183. this.label2.Text = "工单号";
  184. //
  185. // label3
  186. //
  187. this.label3.AutoSize = true;
  188. this.label3.Font = new System.Drawing.Font("微软雅黑", 15F);
  189. this.label3.Location = new System.Drawing.Point(39, 378);
  190. this.label3.Name = "label3";
  191. this.label3.Size = new System.Drawing.Size(137, 39);
  192. this.label3.TabIndex = 170;
  193. this.label3.Text = "栈内总数";
  194. //
  195. // label4
  196. //
  197. this.label4.AutoSize = true;
  198. this.label4.Font = new System.Drawing.Font("微软雅黑", 15F);
  199. this.label4.Location = new System.Drawing.Point(39, 446);
  200. this.label4.Name = "label4";
  201. this.label4.Size = new System.Drawing.Size(137, 39);
  202. this.label4.TabIndex = 171;
  203. this.label4.Text = "产品编号";
  204. //
  205. // label5
  206. //
  207. this.label5.AutoSize = true;
  208. this.label5.Font = new System.Drawing.Font("微软雅黑", 15F);
  209. this.label5.Location = new System.Drawing.Point(39, 512);
  210. this.label5.Name = "label5";
  211. this.label5.Size = new System.Drawing.Size(137, 39);
  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(430, 316);
  220. this.label6.Name = "label6";
  221. this.label6.Size = new System.Drawing.Size(137, 39);
  222. this.label6.TabIndex = 173;
  223. this.label6.Text = "订单编号";
  224. //
  225. // label7
  226. //
  227. this.label7.AutoSize = true;
  228. this.label7.Font = new System.Drawing.Font("微软雅黑", 15F);
  229. this.label7.Location = new System.Drawing.Point(430, 378);
  230. this.label7.Name = "label7";
  231. this.label7.Size = new System.Drawing.Size(137, 39);
  232. this.label7.TabIndex = 174;
  233. this.label7.Text = "栈内件数";
  234. //
  235. // label8
  236. //
  237. this.label8.AutoSize = true;
  238. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.label8.Location = new System.Drawing.Point(978, 248);
  240. this.label8.Name = "label8";
  241. this.label8.Size = new System.Drawing.Size(62, 31);
  242. this.label8.TabIndex = 176;
  243. this.label8.Text = "已称";
  244. //
  245. // showResult
  246. //
  247. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  248. this.columnHeader1,
  249. this.columnHeader2,
  250. this.columnHeader3,
  251. this.columnHeader4});
  252. this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.showResult.Location = new System.Drawing.Point(770, 378);
  254. this.showResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  255. this.showResult.Name = "showResult";
  256. this.showResult.Size = new System.Drawing.Size(584, 506);
  257. this.showResult.TabIndex = 190;
  258. this.showResult.UseCompatibleStateImageBehavior = false;
  259. this.showResult.View = System.Windows.Forms.View.Details;
  260. //
  261. // columnHeader1
  262. //
  263. this.columnHeader1.Text = "";
  264. this.columnHeader1.Width = 20;
  265. //
  266. // columnHeader2
  267. //
  268. this.columnHeader2.Text = "栈板号";
  269. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  270. this.columnHeader2.Width = 150;
  271. //
  272. // columnHeader3
  273. //
  274. this.columnHeader3.Text = "重量";
  275. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  276. this.columnHeader3.Width = 130;
  277. //
  278. // columnHeader4
  279. //
  280. this.columnHeader4.Text = "称量时间";
  281. this.columnHeader4.Width = 160;
  282. //
  283. // pr_detailspec
  284. //
  285. this.pr_detailspec.AutoSize = true;
  286. this.pr_detailspec.Font = new System.Drawing.Font("微软雅黑", 15F);
  287. this.pr_detailspec.Location = new System.Drawing.Point(176, 512);
  288. this.pr_detailspec.Name = "pr_detailspec";
  289. this.pr_detailspec.Size = new System.Drawing.Size(0, 39);
  290. this.pr_detailspec.TabIndex = 192;
  291. //
  292. // autoPrint
  293. //
  294. this.autoPrint.Checked = false;
  295. this.autoPrint.Location = new System.Drawing.Point(983, 316);
  296. this.autoPrint.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  297. this.autoPrint.Name = "autoPrint";
  298. this.autoPrint.Size = new System.Drawing.Size(141, 41);
  299. this.autoPrint.TabIndex = 193;
  300. //
  301. // ComList
  302. //
  303. this.ComList.AutoSize = true;
  304. this.ComList.CutLength = null;
  305. this.ComList.Location = new System.Drawing.Point(669, 184);
  306. this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  307. this.ComList.MaximumSize = new System.Drawing.Size(225, 0);
  308. this.ComList.Name = "ComList";
  309. this.ComList.Size = new System.Drawing.Size(71, 18);
  310. this.ComList.TabIndex = 191;
  311. this.ComList.Text = "ComList";
  312. this.ComList.Visible = false;
  313. //
  314. // BaudRate
  315. //
  316. this.BaudRate.AllPower = null;
  317. this.BaudRate.BackColor = System.Drawing.Color.White;
  318. this.BaudRate.ID = null;
  319. this.BaudRate.Location = new System.Drawing.Point(670, 134);
  320. this.BaudRate.Margin = new System.Windows.Forms.Padding(4);
  321. this.BaudRate.Name = "BaudRate";
  322. this.BaudRate.Negative = false;
  323. this.BaudRate.Power = null;
  324. this.BaudRate.Size = new System.Drawing.Size(178, 28);
  325. this.BaudRate.Str = null;
  326. this.BaudRate.Str1 = null;
  327. this.BaudRate.Str2 = null;
  328. this.BaudRate.TabIndex = 189;
  329. this.BaudRate.Visible = false;
  330. //
  331. // stopWeigh
  332. //
  333. this.stopWeigh.AllPower = null;
  334. this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
  335. this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
  336. this.stopWeigh.Image = null;
  337. this.stopWeigh.IsShowBorder = true;
  338. this.stopWeigh.Location = new System.Drawing.Point(770, 20);
  339. this.stopWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  340. this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
  341. this.stopWeigh.Name = "stopWeigh";
  342. this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
  343. this.stopWeigh.Power = null;
  344. this.stopWeigh.Size = new System.Drawing.Size(108, 38);
  345. this.stopWeigh.TabIndex = 187;
  346. this.stopWeigh.Text = "停止称重";
  347. this.stopWeigh.UseVisualStyleBackColor = false;
  348. this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
  349. //
  350. // startWeigh
  351. //
  352. this.startWeigh.AllPower = null;
  353. this.startWeigh.BackColor = System.Drawing.Color.Transparent;
  354. this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
  355. this.startWeigh.Image = null;
  356. this.startWeigh.IsShowBorder = true;
  357. this.startWeigh.Location = new System.Drawing.Point(650, 20);
  358. this.startWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  359. this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
  360. this.startWeigh.Name = "startWeigh";
  361. this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
  362. this.startWeigh.Power = null;
  363. this.startWeigh.Size = new System.Drawing.Size(92, 38);
  364. this.startWeigh.TabIndex = 186;
  365. this.startWeigh.Text = "开始称重";
  366. this.startWeigh.UseVisualStyleBackColor = false;
  367. this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
  368. //
  369. // weightedNum
  370. //
  371. this.weightedNum.AllPower = null;
  372. this.weightedNum.BackColor = System.Drawing.Color.White;
  373. this.weightedNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.weightedNum.ID = null;
  375. this.weightedNum.Location = new System.Drawing.Point(1122, 248);
  376. this.weightedNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  377. this.weightedNum.Name = "weightedNum";
  378. this.weightedNum.Negative = false;
  379. this.weightedNum.Power = null;
  380. this.weightedNum.Size = new System.Drawing.Size(196, 28);
  381. this.weightedNum.Str = null;
  382. this.weightedNum.Str1 = null;
  383. this.weightedNum.Str2 = null;
  384. this.weightedNum.TabIndex = 185;
  385. this.weightedNum.Text = "0";
  386. //
  387. // PA_PACKAGEQTY
  388. //
  389. this.PA_PACKAGEQTY.AutoSize = true;
  390. this.PA_PACKAGEQTY.CutLength = null;
  391. this.PA_PACKAGEQTY.Font = new System.Drawing.Font("微软雅黑", 15F);
  392. this.PA_PACKAGEQTY.Location = new System.Drawing.Point(560, 378);
  393. this.PA_PACKAGEQTY.MaximumSize = new System.Drawing.Size(200, 0);
  394. this.PA_PACKAGEQTY.Name = "PA_PACKAGEQTY";
  395. this.PA_PACKAGEQTY.Size = new System.Drawing.Size(0, 39);
  396. this.PA_PACKAGEQTY.TabIndex = 184;
  397. //
  398. // pa_salecode
  399. //
  400. this.pa_salecode.AutoSize = true;
  401. this.pa_salecode.CutLength = null;
  402. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  403. this.pa_salecode.Location = new System.Drawing.Point(560, 316);
  404. this.pa_salecode.MaximumSize = new System.Drawing.Size(200, 0);
  405. this.pa_salecode.Name = "pa_salecode";
  406. this.pa_salecode.Size = new System.Drawing.Size(0, 39);
  407. this.pa_salecode.TabIndex = 183;
  408. //
  409. // pa_totalqty
  410. //
  411. this.pa_totalqty.AutoSize = true;
  412. this.pa_totalqty.CutLength = null;
  413. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F);
  414. this.pa_totalqty.Location = new System.Drawing.Point(176, 378);
  415. this.pa_totalqty.MaximumSize = new System.Drawing.Size(200, 0);
  416. this.pa_totalqty.Name = "pa_totalqty";
  417. this.pa_totalqty.Size = new System.Drawing.Size(0, 39);
  418. this.pa_totalqty.TabIndex = 180;
  419. //
  420. // pa_makecode
  421. //
  422. this.pa_makecode.AutoSize = true;
  423. this.pa_makecode.CutLength = null;
  424. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  425. this.pa_makecode.Location = new System.Drawing.Point(176, 316);
  426. this.pa_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  427. this.pa_makecode.Name = "pa_makecode";
  428. this.pa_makecode.Size = new System.Drawing.Size(0, 39);
  429. this.pa_makecode.TabIndex = 179;
  430. //
  431. // printNum
  432. //
  433. this.printNum.AllPower = null;
  434. this.printNum.BackColor = System.Drawing.Color.White;
  435. this.printNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.printNum.ID = null;
  437. this.printNum.Location = new System.Drawing.Point(1122, 170);
  438. this.printNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  439. this.printNum.Name = "printNum";
  440. this.printNum.Negative = false;
  441. this.printNum.Power = null;
  442. this.printNum.Size = new System.Drawing.Size(196, 28);
  443. this.printNum.Str = null;
  444. this.printNum.Str1 = null;
  445. this.printNum.Str2 = null;
  446. this.printNum.TabIndex = 178;
  447. this.printNum.Text = "1";
  448. //
  449. // OperateResult
  450. //
  451. this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.OperateResult.Location = new System.Drawing.Point(33, 574);
  453. this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  454. this.OperateResult.Name = "OperateResult";
  455. this.OperateResult.Size = new System.Drawing.Size(662, 310);
  456. this.OperateResult.TabIndex = 175;
  457. this.OperateResult.Text = "";
  458. //
  459. // Printer
  460. //
  461. this.Printer.Font = new System.Drawing.Font("宋体", 9F);
  462. this.Printer.Location = new System.Drawing.Point(1122, 24);
  463. this.Printer.Margin = new System.Windows.Forms.Padding(6);
  464. this.Printer.Name = "Printer";
  465. this.Printer.Size = new System.Drawing.Size(196, 32);
  466. this.Printer.TabIndex = 163;
  467. //
  468. // palletcode
  469. //
  470. this.palletcode.AllPower = null;
  471. this.palletcode.BackColor = System.Drawing.Color.White;
  472. this.palletcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.palletcode.ID = null;
  474. this.palletcode.Location = new System.Drawing.Point(183, 14);
  475. this.palletcode.Margin = new System.Windows.Forms.Padding(4);
  476. this.palletcode.Name = "palletcode";
  477. this.palletcode.Power = null;
  478. this.palletcode.Size = new System.Drawing.Size(416, 55);
  479. this.palletcode.Str = null;
  480. this.palletcode.Str1 = null;
  481. this.palletcode.Str2 = null;
  482. this.palletcode.TabIndex = 94;
  483. this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  484. //
  485. // pa_prodcode
  486. //
  487. this.pa_prodcode.AutoSize = true;
  488. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.pa_prodcode.Location = new System.Drawing.Point(176, 446);
  490. this.pa_prodcode.Name = "pa_prodcode";
  491. this.pa_prodcode.Size = new System.Drawing.Size(0, 39);
  492. this.pa_prodcode.TabIndex = 194;
  493. //
  494. // Make_PalletWeigh
  495. //
  496. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  497. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  498. this.ClientSize = new System.Drawing.Size(1402, 902);
  499. this.Controls.Add(this.pa_prodcode);
  500. this.Controls.Add(this.autoPrint);
  501. this.Controls.Add(this.pr_detailspec);
  502. this.Controls.Add(this.ComList);
  503. this.Controls.Add(this.showResult);
  504. this.Controls.Add(this.BaudRate);
  505. this.Controls.Add(this.stopWeigh);
  506. this.Controls.Add(this.startWeigh);
  507. this.Controls.Add(this.weightedNum);
  508. this.Controls.Add(this.PA_PACKAGEQTY);
  509. this.Controls.Add(this.pa_salecode);
  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.label1);
  523. this.Controls.Add(this.Printer_label);
  524. this.Controls.Add(this.Printer);
  525. this.Controls.Add(this.PrintLabel);
  526. this.Controls.Add(this.palletcode);
  527. this.Controls.Add(this.label15);
  528. this.Controls.Add(this.panel4);
  529. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  530. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  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.Label printNum_label;
  554. private System.Windows.Forms.Label label2;
  555. private System.Windows.Forms.Label label3;
  556. private System.Windows.Forms.Label label4;
  557. private System.Windows.Forms.Label label5;
  558. private System.Windows.Forms.Label label6;
  559. private System.Windows.Forms.Label label7;
  560. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  561. private System.Windows.Forms.Label label8;
  562. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  563. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  564. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  565. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  566. private CustomControl.ValueLabel.ValueLabel PA_PACKAGEQTY;
  567. private CustomControl.TextBoxWithIcon.NumOnlyTextBox weightedNum;
  568. private CustomControl.ButtonUtil.NormalButton startWeigh;
  569. private CustomControl.ButtonUtil.NormalButton stopWeigh;
  570. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  571. private System.Windows.Forms.ListView showResult;
  572. private System.Windows.Forms.ColumnHeader columnHeader1;
  573. private System.Windows.Forms.ColumnHeader columnHeader2;
  574. private System.Windows.Forms.ColumnHeader columnHeader3;
  575. private System.Windows.Forms.ColumnHeader columnHeader4;
  576. private CustomControl.ValueLabel.ValueLabel ComList;
  577. private System.Windows.Forms.Label pr_detailspec;
  578. private CustomControl.CustomCheckBox.AutoPrintCheckBox autoPrint;
  579. private System.Windows.Forms.Label pa_prodcode;
  580. }
  581. }