Make_PalletWeigh.Designer.cs 29 KB

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