Make_PalletWeigh.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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.ComList = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  52. this.stopWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.startWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.weightedNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  55. this.PA_PACKAGEQTY = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  56. this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.printNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  61. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  62. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  63. this.palletcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.pr_detailspec = new System.Windows.Forms.Label();
  65. this.autoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  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, 77);
  76. this.panel4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  77. this.panel4.Name = "panel4";
  78. this.panel4.Size = new System.Drawing.Size(491, 155);
  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, 63);
  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, 63);
  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, 53);
  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, 13);
  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, 17);
  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, 83);
  160. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  161. this.PrintLabel.Name = "PrintLabel";
  162. this.PrintLabel.Size = new System.Drawing.Size(175, 23);
  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(869, 142);
  170. this.printNum_label.Name = "printNum_label";
  171. this.printNum_label.Size = new System.Drawing.Size(52, 27);
  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(35, 263);
  180. this.label2.Name = "label2";
  181. this.label2.Size = new System.Drawing.Size(90, 32);
  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(35, 315);
  190. this.label3.Name = "label3";
  191. this.label3.Size = new System.Drawing.Size(115, 32);
  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(35, 372);
  200. this.label4.Name = "label4";
  201. this.label4.Size = new System.Drawing.Size(115, 32);
  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(35, 427);
  210. this.label5.Name = "label5";
  211. this.label5.Size = new System.Drawing.Size(115, 32);
  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(382, 263);
  220. this.label6.Name = "label6";
  221. this.label6.Size = new System.Drawing.Size(115, 32);
  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(382, 315);
  230. this.label7.Name = "label7";
  231. this.label7.Size = new System.Drawing.Size(115, 32);
  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(869, 207);
  240. this.label8.Name = "label8";
  241. this.label8.Size = new System.Drawing.Size(52, 27);
  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(684, 315);
  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(520, 422);
  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. // ComList
  284. //
  285. this.ComList.AutoSize = true;
  286. this.ComList.CutLength = null;
  287. this.ComList.Location = new System.Drawing.Point(595, 153);
  288. this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  289. this.ComList.MaximumSize = new System.Drawing.Size(200, 0);
  290. this.ComList.Name = "ComList";
  291. this.ComList.Size = new System.Drawing.Size(63, 15);
  292. this.ComList.TabIndex = 191;
  293. this.ComList.Text = "ComList";
  294. this.ComList.Visible = false;
  295. //
  296. // BaudRate
  297. //
  298. this.BaudRate.AllPower = null;
  299. this.BaudRate.BackColor = System.Drawing.Color.White;
  300. this.BaudRate.ID = null;
  301. this.BaudRate.Location = new System.Drawing.Point(596, 112);
  302. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  303. this.BaudRate.Name = "BaudRate";
  304. this.BaudRate.Negative = false;
  305. this.BaudRate.Power = null;
  306. this.BaudRate.Size = new System.Drawing.Size(159, 25);
  307. this.BaudRate.Str = null;
  308. this.BaudRate.Str1 = null;
  309. this.BaudRate.Str2 = null;
  310. this.BaudRate.TabIndex = 189;
  311. this.BaudRate.Visible = false;
  312. //
  313. // stopWeigh
  314. //
  315. this.stopWeigh.AllPower = null;
  316. this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
  317. this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
  318. this.stopWeigh.Image = null;
  319. this.stopWeigh.IsShowBorder = true;
  320. this.stopWeigh.Location = new System.Drawing.Point(684, 17);
  321. this.stopWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  322. this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
  323. this.stopWeigh.Name = "stopWeigh";
  324. this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
  325. this.stopWeigh.Power = null;
  326. this.stopWeigh.Size = new System.Drawing.Size(96, 32);
  327. this.stopWeigh.TabIndex = 187;
  328. this.stopWeigh.Text = "停止称重";
  329. this.stopWeigh.UseVisualStyleBackColor = false;
  330. this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
  331. //
  332. // startWeigh
  333. //
  334. this.startWeigh.AllPower = null;
  335. this.startWeigh.BackColor = System.Drawing.Color.Transparent;
  336. this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
  337. this.startWeigh.Image = null;
  338. this.startWeigh.IsShowBorder = true;
  339. this.startWeigh.Location = new System.Drawing.Point(578, 17);
  340. this.startWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  341. this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
  342. this.startWeigh.Name = "startWeigh";
  343. this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
  344. this.startWeigh.Power = null;
  345. this.startWeigh.Size = new System.Drawing.Size(82, 32);
  346. this.startWeigh.TabIndex = 186;
  347. this.startWeigh.Text = "开始称重";
  348. this.startWeigh.UseVisualStyleBackColor = false;
  349. this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
  350. //
  351. // weightedNum
  352. //
  353. this.weightedNum.AllPower = null;
  354. this.weightedNum.BackColor = System.Drawing.Color.White;
  355. this.weightedNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.weightedNum.ID = null;
  357. this.weightedNum.Location = new System.Drawing.Point(997, 207);
  358. this.weightedNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  359. this.weightedNum.Name = "weightedNum";
  360. this.weightedNum.Negative = false;
  361. this.weightedNum.Power = null;
  362. this.weightedNum.Size = new System.Drawing.Size(175, 25);
  363. this.weightedNum.Str = null;
  364. this.weightedNum.Str1 = null;
  365. this.weightedNum.Str2 = null;
  366. this.weightedNum.TabIndex = 185;
  367. this.weightedNum.Text = "0";
  368. //
  369. // PA_PACKAGEQTY
  370. //
  371. this.PA_PACKAGEQTY.AutoSize = true;
  372. this.PA_PACKAGEQTY.CutLength = null;
  373. this.PA_PACKAGEQTY.Font = new System.Drawing.Font("微软雅黑", 15F);
  374. this.PA_PACKAGEQTY.Location = new System.Drawing.Point(498, 315);
  375. this.PA_PACKAGEQTY.MaximumSize = new System.Drawing.Size(178, 0);
  376. this.PA_PACKAGEQTY.Name = "PA_PACKAGEQTY";
  377. this.PA_PACKAGEQTY.Size = new System.Drawing.Size(0, 32);
  378. this.PA_PACKAGEQTY.TabIndex = 184;
  379. //
  380. // pa_salecode
  381. //
  382. this.pa_salecode.AutoSize = true;
  383. this.pa_salecode.CutLength = null;
  384. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  385. this.pa_salecode.Location = new System.Drawing.Point(498, 263);
  386. this.pa_salecode.MaximumSize = new System.Drawing.Size(178, 0);
  387. this.pa_salecode.Name = "pa_salecode";
  388. this.pa_salecode.Size = new System.Drawing.Size(0, 32);
  389. this.pa_salecode.TabIndex = 183;
  390. //
  391. // pa_prodcode
  392. //
  393. this.pa_prodcode.AutoSize = true;
  394. this.pa_prodcode.CutLength = null;
  395. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F);
  396. this.pa_prodcode.Location = new System.Drawing.Point(156, 372);
  397. this.pa_prodcode.MaximumSize = new System.Drawing.Size(178, 0);
  398. this.pa_prodcode.Name = "pa_prodcode";
  399. this.pa_prodcode.Size = new System.Drawing.Size(0, 32);
  400. this.pa_prodcode.TabIndex = 181;
  401. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  402. //
  403. // pa_totalqty
  404. //
  405. this.pa_totalqty.AutoSize = true;
  406. this.pa_totalqty.CutLength = null;
  407. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F);
  408. this.pa_totalqty.Location = new System.Drawing.Point(156, 315);
  409. this.pa_totalqty.MaximumSize = new System.Drawing.Size(178, 0);
  410. this.pa_totalqty.Name = "pa_totalqty";
  411. this.pa_totalqty.Size = new System.Drawing.Size(0, 32);
  412. this.pa_totalqty.TabIndex = 180;
  413. //
  414. // pa_makecode
  415. //
  416. this.pa_makecode.AutoSize = true;
  417. this.pa_makecode.CutLength = null;
  418. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F);
  419. this.pa_makecode.Location = new System.Drawing.Point(156, 263);
  420. this.pa_makecode.MaximumSize = new System.Drawing.Size(178, 0);
  421. this.pa_makecode.Name = "pa_makecode";
  422. this.pa_makecode.Size = new System.Drawing.Size(0, 32);
  423. this.pa_makecode.TabIndex = 179;
  424. //
  425. // printNum
  426. //
  427. this.printNum.AllPower = null;
  428. this.printNum.BackColor = System.Drawing.Color.White;
  429. this.printNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.printNum.ID = null;
  431. this.printNum.Location = new System.Drawing.Point(997, 142);
  432. this.printNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  433. this.printNum.Name = "printNum";
  434. this.printNum.Negative = false;
  435. this.printNum.Power = null;
  436. this.printNum.Size = new System.Drawing.Size(175, 25);
  437. this.printNum.Str = null;
  438. this.printNum.Str1 = null;
  439. this.printNum.Str2 = null;
  440. this.printNum.TabIndex = 178;
  441. this.printNum.Text = "1";
  442. //
  443. // OperateResult
  444. //
  445. this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.OperateResult.Location = new System.Drawing.Point(29, 478);
  447. this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  448. this.OperateResult.Name = "OperateResult";
  449. this.OperateResult.Size = new System.Drawing.Size(589, 259);
  450. this.OperateResult.TabIndex = 175;
  451. this.OperateResult.Text = "";
  452. //
  453. // Printer
  454. //
  455. this.Printer.Font = new System.Drawing.Font("宋体", 9F);
  456. this.Printer.Location = new System.Drawing.Point(997, 20);
  457. this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  458. this.Printer.Name = "Printer";
  459. this.Printer.Size = new System.Drawing.Size(174, 27);
  460. this.Printer.TabIndex = 163;
  461. //
  462. // palletcode
  463. //
  464. this.palletcode.AllPower = null;
  465. this.palletcode.BackColor = System.Drawing.Color.White;
  466. this.palletcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.palletcode.ID = null;
  468. this.palletcode.Location = new System.Drawing.Point(163, 12);
  469. this.palletcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  470. this.palletcode.Name = "palletcode";
  471. this.palletcode.Power = null;
  472. this.palletcode.Size = new System.Drawing.Size(370, 47);
  473. this.palletcode.Str = null;
  474. this.palletcode.Str1 = null;
  475. this.palletcode.Str2 = null;
  476. this.palletcode.TabIndex = 94;
  477. this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  478. //
  479. // pr_detailspec
  480. //
  481. this.pr_detailspec.AutoSize = true;
  482. this.pr_detailspec.Font = new System.Drawing.Font("微软雅黑", 15F);
  483. this.pr_detailspec.Location = new System.Drawing.Point(156, 427);
  484. this.pr_detailspec.Name = "pr_detailspec";
  485. this.pr_detailspec.Size = new System.Drawing.Size(0, 32);
  486. this.pr_detailspec.TabIndex = 192;
  487. //
  488. // autoPrint
  489. //
  490. this.autoPrint.Checked = false;
  491. this.autoPrint.Location = new System.Drawing.Point(874, 263);
  492. this.autoPrint.Name = "autoPrint";
  493. this.autoPrint.Size = new System.Drawing.Size(125, 34);
  494. this.autoPrint.TabIndex = 193;
  495. //
  496. // Make_PalletWeigh
  497. //
  498. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  499. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  500. this.ClientSize = new System.Drawing.Size(1246, 752);
  501. this.Controls.Add(this.autoPrint);
  502. this.Controls.Add(this.pr_detailspec);
  503. this.Controls.Add(this.ComList);
  504. this.Controls.Add(this.showResult);
  505. this.Controls.Add(this.BaudRate);
  506. this.Controls.Add(this.stopWeigh);
  507. this.Controls.Add(this.startWeigh);
  508. this.Controls.Add(this.weightedNum);
  509. this.Controls.Add(this.PA_PACKAGEQTY);
  510. this.Controls.Add(this.pa_salecode);
  511. this.Controls.Add(this.pa_prodcode);
  512. this.Controls.Add(this.pa_totalqty);
  513. this.Controls.Add(this.pa_makecode);
  514. this.Controls.Add(this.printNum);
  515. this.Controls.Add(this.label8);
  516. this.Controls.Add(this.OperateResult);
  517. this.Controls.Add(this.label7);
  518. this.Controls.Add(this.label6);
  519. this.Controls.Add(this.label5);
  520. this.Controls.Add(this.label4);
  521. this.Controls.Add(this.label3);
  522. this.Controls.Add(this.label2);
  523. this.Controls.Add(this.printNum_label);
  524. this.Controls.Add(this.label1);
  525. this.Controls.Add(this.Printer_label);
  526. this.Controls.Add(this.Printer);
  527. this.Controls.Add(this.PrintLabel);
  528. this.Controls.Add(this.palletcode);
  529. this.Controls.Add(this.label15);
  530. this.Controls.Add(this.panel4);
  531. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  532. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  533. this.Name = "Make_PalletWeigh";
  534. this.Tag = "Make!PalletWeigh";
  535. this.Text = "栈板称重";
  536. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletWeigh_FormClosing);
  537. this.Load += new System.EventHandler(this.Make_PalletWeigh_Load);
  538. this.SizeChanged += new System.EventHandler(this.Make_PalletWeigh_SizeChanged);
  539. this.panel4.ResumeLayout(false);
  540. this.panel4.PerformLayout();
  541. this.ResumeLayout(false);
  542. this.PerformLayout();
  543. }
  544. #endregion
  545. private System.Windows.Forms.Panel panel4;
  546. private System.Windows.Forms.Label pr_cartonunit;
  547. private System.Windows.Forms.Label label22;
  548. private System.Windows.Forms.Label weight;
  549. private CustomControl.TextBoxWithIcon.EnterTextBox palletcode;
  550. private System.Windows.Forms.Label label15;
  551. private System.Windows.Forms.Label label1;
  552. private System.Windows.Forms.Label Printer_label;
  553. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  554. private System.Windows.Forms.ComboBox PrintLabel;
  555. private System.Windows.Forms.Label printNum_label;
  556. private System.Windows.Forms.Label label2;
  557. private System.Windows.Forms.Label label3;
  558. private System.Windows.Forms.Label label4;
  559. private System.Windows.Forms.Label label5;
  560. private System.Windows.Forms.Label label6;
  561. private System.Windows.Forms.Label label7;
  562. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  563. private System.Windows.Forms.Label label8;
  564. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  565. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  566. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  567. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  568. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  569. private CustomControl.ValueLabel.ValueLabel PA_PACKAGEQTY;
  570. private CustomControl.TextBoxWithIcon.NumOnlyTextBox weightedNum;
  571. private CustomControl.ButtonUtil.NormalButton startWeigh;
  572. private CustomControl.ButtonUtil.NormalButton stopWeigh;
  573. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  574. private System.Windows.Forms.ListView showResult;
  575. private System.Windows.Forms.ColumnHeader columnHeader1;
  576. private System.Windows.Forms.ColumnHeader columnHeader2;
  577. private System.Windows.Forms.ColumnHeader columnHeader3;
  578. private System.Windows.Forms.ColumnHeader columnHeader4;
  579. private CustomControl.ValueLabel.ValueLabel ComList;
  580. private System.Windows.Forms.Label pr_detailspec;
  581. private CustomControl.CustomCheckBox.AutoPrintCheckBox autoPrint;
  582. }
  583. }