Make_PalletWeigh.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. namespace UAS_MES_NEW.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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PalletWeigh));
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.pr_colorboxunit = new System.Windows.Forms.Label();
  32. this.weight_label = new System.Windows.Forms.Label();
  33. this.panel4 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  34. this.weight = new System.Windows.Forms.Label();
  35. this.label15 = new System.Windows.Forms.Label();
  36. this.pr_detail_label = new System.Windows.Forms.Label();
  37. this.ma_salecode_label = new System.Windows.Forms.Label();
  38. this.ms_makecode_label = new System.Windows.Forms.Label();
  39. this.Printer_label = new System.Windows.Forms.Label();
  40. this.PrintLabel_label = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.BaudRate = new System.Windows.Forms.Label();
  43. this.ComList = new System.Windows.Forms.Label();
  44. this.WeighRecord = new System.Windows.Forms.ListView();
  45. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.pr_sendchecktype = new System.Windows.Forms.Label();
  50. this.CollectRemark = new System.Windows.Forms.CheckBox();
  51. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  52. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  53. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  55. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  56. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  57. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  58. this.StopWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  60. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.ma_salecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  63. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  65. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  66. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  67. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  68. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  69. this.panel4.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // pr_code_label
  73. //
  74. this.pr_code_label.AutoSize = true;
  75. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.pr_code_label.Location = new System.Drawing.Point(24, 529);
  77. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  78. this.pr_code_label.Name = "pr_code_label";
  79. this.pr_code_label.Size = new System.Drawing.Size(182, 52);
  80. this.pr_code_label.TabIndex = 40;
  81. this.pr_code_label.Text = "产品编号";
  82. //
  83. // pr_colorboxunit
  84. //
  85. this.pr_colorboxunit.AutoSize = true;
  86. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  87. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  89. this.pr_colorboxunit.Location = new System.Drawing.Point(32, 196);
  90. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.pr_colorboxunit.Name = "pr_colorboxunit";
  92. this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
  93. this.pr_colorboxunit.TabIndex = 42;
  94. this.pr_colorboxunit.Text = "克";
  95. this.pr_colorboxunit.Visible = false;
  96. //
  97. // weight_label
  98. //
  99. this.weight_label.AutoSize = true;
  100. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  101. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  103. this.weight_label.Location = new System.Drawing.Point(32, 68);
  104. this.weight_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  105. this.weight_label.Name = "weight_label";
  106. this.weight_label.Size = new System.Drawing.Size(98, 50);
  107. this.weight_label.TabIndex = 20;
  108. this.weight_label.Text = "重量";
  109. this.weight_label.Visible = false;
  110. //
  111. // panel4
  112. //
  113. this.panel4.BorderColor = System.Drawing.Color.Black;
  114. this.panel4.Controls.Add(this.weight);
  115. this.panel4.Controls.Add(this.pr_colorboxunit);
  116. this.panel4.Controls.Add(this.weight_label);
  117. this.panel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  118. this.panel4.Location = new System.Drawing.Point(32, 156);
  119. this.panel4.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  120. this.panel4.Name = "panel4";
  121. this.panel4.Size = new System.Drawing.Size(1480, 246);
  122. this.panel4.TabIndex = 63;
  123. this.panel4.TabStop = false;
  124. this.panel4.Text = "重量";
  125. this.panel4.TextColor = System.Drawing.Color.Black;
  126. //
  127. // weight
  128. //
  129. this.weight.Font = new System.Drawing.Font("微软雅黑", 40F);
  130. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  131. this.weight.Location = new System.Drawing.Point(235, 51);
  132. this.weight.Name = "weight";
  133. this.weight.Size = new System.Drawing.Size(331, 148);
  134. this.weight.TabIndex = 43;
  135. //
  136. // label15
  137. //
  138. this.label15.AutoSize = true;
  139. this.label15.Font = new System.Drawing.Font("微软雅黑", 20F);
  140. this.label15.Location = new System.Drawing.Point(16, 36);
  141. this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  142. this.label15.Name = "label15";
  143. this.label15.Size = new System.Drawing.Size(192, 70);
  144. this.label15.TabIndex = 56;
  145. this.label15.Text = "卡板号";
  146. //
  147. // pr_detail_label
  148. //
  149. this.pr_detail_label.AutoSize = true;
  150. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.pr_detail_label.Location = new System.Drawing.Point(24, 719);
  152. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  153. this.pr_detail_label.Name = "pr_detail_label";
  154. this.pr_detail_label.Size = new System.Drawing.Size(182, 52);
  155. this.pr_detail_label.TabIndex = 53;
  156. this.pr_detail_label.Text = "产品规格";
  157. //
  158. // ma_salecode_label
  159. //
  160. this.ma_salecode_label.AutoSize = true;
  161. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.ma_salecode_label.Location = new System.Drawing.Point(24, 625);
  163. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  164. this.ma_salecode_label.Name = "ma_salecode_label";
  165. this.ma_salecode_label.Size = new System.Drawing.Size(182, 52);
  166. this.ma_salecode_label.TabIndex = 54;
  167. this.ma_salecode_label.Text = "订单编号";
  168. //
  169. // ms_makecode_label
  170. //
  171. this.ms_makecode_label.AutoSize = true;
  172. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.ms_makecode_label.Location = new System.Drawing.Point(24, 437);
  174. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  175. this.ms_makecode_label.Name = "ms_makecode_label";
  176. this.ms_makecode_label.Size = new System.Drawing.Size(182, 52);
  177. this.ms_makecode_label.TabIndex = 72;
  178. this.ms_makecode_label.Text = "制造单号";
  179. //
  180. // Printer_label
  181. //
  182. this.Printer_label.AutoSize = true;
  183. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.Printer_label.Location = new System.Drawing.Point(1540, 172);
  185. this.Printer_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  186. this.Printer_label.Name = "Printer_label";
  187. this.Printer_label.Size = new System.Drawing.Size(162, 38);
  188. this.Printer_label.TabIndex = 162;
  189. this.Printer_label.Text = "打印机列表";
  190. //
  191. // PrintLabel_label
  192. //
  193. this.PrintLabel_label.AutoSize = true;
  194. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.PrintLabel_label.Location = new System.Drawing.Point(1540, 236);
  196. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  197. this.PrintLabel_label.Name = "PrintLabel_label";
  198. this.PrintLabel_label.Size = new System.Drawing.Size(133, 38);
  199. this.PrintLabel_label.TabIndex = 163;
  200. this.PrintLabel_label.Text = "打印标签";
  201. //
  202. // label1
  203. //
  204. this.label1.AutoSize = true;
  205. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.label1.Location = new System.Drawing.Point(1540, 116);
  207. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  208. this.label1.Name = "label1";
  209. this.label1.Size = new System.Drawing.Size(133, 38);
  210. this.label1.TabIndex = 170;
  211. this.label1.Text = "打印张数";
  212. //
  213. // BaudRate
  214. //
  215. this.BaudRate.AutoSize = true;
  216. this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.BaudRate.Location = new System.Drawing.Point(1768, 64);
  218. this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  219. this.BaudRate.Name = "BaudRate";
  220. this.BaudRate.Size = new System.Drawing.Size(150, 38);
  221. this.BaudRate.TabIndex = 171;
  222. this.BaudRate.Text = "BaudRate";
  223. this.BaudRate.Visible = false;
  224. //
  225. // ComList
  226. //
  227. this.ComList.AutoSize = true;
  228. this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.ComList.Location = new System.Drawing.Point(1768, 12);
  230. this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  231. this.ComList.Name = "ComList";
  232. this.ComList.Size = new System.Drawing.Size(128, 38);
  233. this.ComList.TabIndex = 172;
  234. this.ComList.Text = "ComList";
  235. this.ComList.Visible = false;
  236. //
  237. // WeighRecord
  238. //
  239. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  240. this.columnHeader1,
  241. this.columnHeader2,
  242. this.columnHeader3,
  243. this.columnHeader4});
  244. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.WeighRecord.HideSelection = false;
  246. this.WeighRecord.Location = new System.Drawing.Point(754, 436);
  247. this.WeighRecord.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  248. this.WeighRecord.Name = "WeighRecord";
  249. this.WeighRecord.Size = new System.Drawing.Size(758, 664);
  250. this.WeighRecord.TabIndex = 173;
  251. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  252. this.WeighRecord.View = System.Windows.Forms.View.Details;
  253. //
  254. // columnHeader1
  255. //
  256. this.columnHeader1.Text = "";
  257. this.columnHeader1.Width = 23;
  258. //
  259. // columnHeader2
  260. //
  261. this.columnHeader2.Text = "序列号";
  262. this.columnHeader2.Width = 127;
  263. //
  264. // columnHeader3
  265. //
  266. this.columnHeader3.Text = "重量";
  267. this.columnHeader3.Width = 99;
  268. //
  269. // columnHeader4
  270. //
  271. this.columnHeader4.Text = "时间";
  272. this.columnHeader4.Width = 140;
  273. //
  274. // pr_sendchecktype
  275. //
  276. this.pr_sendchecktype.AutoSize = true;
  277. this.pr_sendchecktype.Location = new System.Drawing.Point(1012, 1124);
  278. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  279. this.pr_sendchecktype.Name = "pr_sendchecktype";
  280. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  281. this.pr_sendchecktype.TabIndex = 1;
  282. this.pr_sendchecktype.Visible = false;
  283. //
  284. // CollectRemark
  285. //
  286. this.CollectRemark.AutoSize = true;
  287. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  288. this.CollectRemark.Location = new System.Drawing.Point(1544, 348);
  289. this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
  290. this.CollectRemark.Name = "CollectRemark";
  291. this.CollectRemark.Size = new System.Drawing.Size(155, 39);
  292. this.CollectRemark.TabIndex = 195;
  293. this.CollectRemark.Text = "采集备注";
  294. this.CollectRemark.UseVisualStyleBackColor = true;
  295. //
  296. // Remark
  297. //
  298. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.Remark.Location = new System.Drawing.Point(1536, 404);
  300. this.Remark.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  301. this.Remark.Name = "Remark";
  302. this.Remark.Size = new System.Drawing.Size(476, 156);
  303. this.Remark.TabIndex = 194;
  304. this.Remark.Text = "";
  305. //
  306. // StepCount
  307. //
  308. this.StepCount.LineCode = null;
  309. this.StepCount.Location = new System.Drawing.Point(1546, 292);
  310. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  311. this.StepCount.Name = "StepCount";
  312. this.StepCount.Size = new System.Drawing.Size(160, 44);
  313. this.StepCount.Source = null;
  314. this.StepCount.StepCode = null;
  315. this.StepCount.TabIndex = 189;
  316. //
  317. // PrintNum
  318. //
  319. this.PrintNum.AllPower = null;
  320. this.PrintNum.BackColor = System.Drawing.Color.White;
  321. this.PrintNum.Enabled = false;
  322. this.PrintNum.ID = null;
  323. this.PrintNum.Location = new System.Drawing.Point(1756, 116);
  324. this.PrintNum.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  325. this.PrintNum.Name = "PrintNum";
  326. this.PrintNum.Power = null;
  327. this.PrintNum.Size = new System.Drawing.Size(152, 35);
  328. this.PrintNum.Str = null;
  329. this.PrintNum.Str1 = null;
  330. this.PrintNum.Str2 = null;
  331. this.PrintNum.TabIndex = 176;
  332. //
  333. // AutoPrint
  334. //
  335. this.AutoPrint.Checked = false;
  336. this.AutoPrint.Location = new System.Drawing.Point(1548, 44);
  337. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4);
  338. this.AutoPrint.Name = "AutoPrint";
  339. this.AutoPrint.Size = new System.Drawing.Size(210, 44);
  340. this.AutoPrint.TabIndex = 174;
  341. //
  342. // pr_code
  343. //
  344. this.pr_code.AutoSize = true;
  345. this.pr_code.CutLength = null;
  346. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.pr_code.Location = new System.Drawing.Point(248, 529);
  348. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  349. this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
  350. this.pr_code.Name = "pr_code";
  351. this.pr_code.Size = new System.Drawing.Size(0, 52);
  352. this.pr_code.TabIndex = 79;
  353. this.pr_code.Tag = "1";
  354. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  355. //
  356. // PrinterList
  357. //
  358. this.PrinterList.Location = new System.Drawing.Point(1756, 172);
  359. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  360. this.PrinterList.Name = "PrinterList";
  361. this.PrinterList.Size = new System.Drawing.Size(236, 40);
  362. this.PrinterList.TabIndex = 160;
  363. //
  364. // PrintLabel
  365. //
  366. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  367. this.PrintLabel.FormattingEnabled = true;
  368. this.PrintLabel.Location = new System.Drawing.Point(1756, 236);
  369. this.PrintLabel.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  370. this.PrintLabel.Name = "PrintLabel";
  371. this.PrintLabel.Size = new System.Drawing.Size(236, 32);
  372. this.PrintLabel.TabIndex = 159;
  373. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  374. //
  375. // StopWeight
  376. //
  377. this.StopWeight.AllPower = null;
  378. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  379. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  380. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  381. this.StopWeight.IsShowBorder = true;
  382. this.StopWeight.Location = new System.Drawing.Point(1362, 48);
  383. this.StopWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  384. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  385. this.StopWeight.Name = "StopWeight";
  386. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  387. this.StopWeight.Power = null;
  388. this.StopWeight.Size = new System.Drawing.Size(108, 48);
  389. this.StopWeight.TabIndex = 158;
  390. this.StopWeight.Text = "停止称量";
  391. this.StopWeight.UseVisualStyleBackColor = true;
  392. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  393. //
  394. // StartWeight
  395. //
  396. this.StartWeight.AllPower = null;
  397. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  398. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  399. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  400. this.StartWeight.IsShowBorder = true;
  401. this.StartWeight.Location = new System.Drawing.Point(1204, 48);
  402. this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  403. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  404. this.StartWeight.Name = "StartWeight";
  405. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  406. this.StartWeight.Power = null;
  407. this.StartWeight.Size = new System.Drawing.Size(108, 48);
  408. this.StartWeight.TabIndex = 157;
  409. this.StartWeight.Text = "开始称量";
  410. this.StartWeight.UseVisualStyleBackColor = true;
  411. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  412. //
  413. // Confirm
  414. //
  415. this.Confirm.AllPower = null;
  416. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  417. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  418. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  419. this.Confirm.IsShowBorder = true;
  420. this.Confirm.Location = new System.Drawing.Point(1756, 292);
  421. this.Confirm.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  422. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  423. this.Confirm.Name = "Confirm";
  424. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  425. this.Confirm.Power = null;
  426. this.Confirm.Size = new System.Drawing.Size(140, 48);
  427. this.Confirm.TabIndex = 152;
  428. this.Confirm.Text = "打印标签";
  429. this.Confirm.UseVisualStyleBackColor = true;
  430. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  431. //
  432. // pr_spec
  433. //
  434. this.pr_spec.AutoSize = true;
  435. this.pr_spec.CutLength = null;
  436. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.pr_spec.Location = new System.Drawing.Point(248, 719);
  438. this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  439. this.pr_spec.MaximumSize = new System.Drawing.Size(300, 0);
  440. this.pr_spec.Name = "pr_spec";
  441. this.pr_spec.Size = new System.Drawing.Size(0, 52);
  442. this.pr_spec.TabIndex = 75;
  443. //
  444. // ma_salecode
  445. //
  446. this.ma_salecode.AutoSize = true;
  447. this.ma_salecode.CutLength = null;
  448. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.ma_salecode.Location = new System.Drawing.Point(248, 625);
  450. this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  451. this.ma_salecode.MaximumSize = new System.Drawing.Size(300, 0);
  452. this.ma_salecode.Name = "ma_salecode";
  453. this.ma_salecode.Size = new System.Drawing.Size(0, 52);
  454. this.ma_salecode.TabIndex = 75;
  455. //
  456. // Clean
  457. //
  458. this.Clean.AllPower = null;
  459. this.Clean.BackColor = System.Drawing.Color.Transparent;
  460. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  461. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  462. this.Clean.IsShowBorder = true;
  463. this.Clean.Location = new System.Drawing.Point(1716, 1116);
  464. this.Clean.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  465. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  466. this.Clean.Name = "Clean";
  467. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  468. this.Clean.Power = null;
  469. this.Clean.Size = new System.Drawing.Size(120, 48);
  470. this.Clean.TabIndex = 60;
  471. this.Clean.Text = "清除";
  472. this.Clean.UseVisualStyleBackColor = true;
  473. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  474. //
  475. // normalButton1
  476. //
  477. this.normalButton1.AllPower = null;
  478. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  479. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  480. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  481. this.normalButton1.IsShowBorder = true;
  482. this.normalButton1.Location = new System.Drawing.Point(42, 108);
  483. this.normalButton1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  484. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  485. this.normalButton1.Name = "normalButton1";
  486. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  487. this.normalButton1.Power = null;
  488. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  489. this.normalButton1.TabIndex = 59;
  490. this.normalButton1.Text = "normalButton1";
  491. this.normalButton1.UseVisualStyleBackColor = true;
  492. //
  493. // sncode
  494. //
  495. this.sncode.AllPower = "ifall";
  496. this.sncode.BackColor = System.Drawing.Color.White;
  497. this.sncode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.sncode.ID = null;
  499. this.sncode.Location = new System.Drawing.Point(220, 36);
  500. this.sncode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  501. this.sncode.Name = "sncode";
  502. this.sncode.Power = "";
  503. this.sncode.Size = new System.Drawing.Size(934, 71);
  504. this.sncode.Str = null;
  505. this.sncode.Str1 = null;
  506. this.sncode.Str2 = null;
  507. this.sncode.TabIndex = 57;
  508. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  509. //
  510. // OperateResult
  511. //
  512. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.OperateResult.Location = new System.Drawing.Point(1536, 578);
  514. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  515. this.OperateResult.Name = "OperateResult";
  516. this.OperateResult.Size = new System.Drawing.Size(476, 518);
  517. this.OperateResult.TabIndex = 58;
  518. this.OperateResult.Text = "";
  519. //
  520. // LockMakeCode
  521. //
  522. this.LockMakeCode.AutoSize = true;
  523. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.LockMakeCode.LeaveEvent = false;
  525. this.LockMakeCode.Location = new System.Drawing.Point(552, 451);
  526. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
  527. this.LockMakeCode.Name = "LockMakeCode";
  528. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  529. this.LockMakeCode.TabIndex = 206;
  530. this.LockMakeCode.Text = "锁定";
  531. this.LockMakeCode.UseVisualStyleBackColor = true;
  532. //
  533. // ma_code
  534. //
  535. this.ma_code.AllPower = null;
  536. this.ma_code.Caller = null;
  537. this.ma_code.Condition = null;
  538. this.ma_code.DBTitle = null;
  539. this.ma_code.FormName = null;
  540. this.ma_code.Location = new System.Drawing.Point(220, 449);
  541. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  542. this.ma_code.Name = "ma_code";
  543. this.ma_code.Power = null;
  544. this.ma_code.ReturnData = null;
  545. this.ma_code.SelectField = null;
  546. this.ma_code.SetValueField = null;
  547. this.ma_code.Size = new System.Drawing.Size(298, 42);
  548. this.ma_code.TabIndex = 205;
  549. this.ma_code.TableName = null;
  550. this.ma_code.TextBoxEnable = true;
  551. //
  552. // Make_PalletWeigh
  553. //
  554. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  555. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  556. this.ClientSize = new System.Drawing.Size(2026, 1168);
  557. this.Controls.Add(this.LockMakeCode);
  558. this.Controls.Add(this.ma_code);
  559. this.Controls.Add(this.CollectRemark);
  560. this.Controls.Add(this.Remark);
  561. this.Controls.Add(this.StepCount);
  562. this.Controls.Add(this.pr_sendchecktype);
  563. this.Controls.Add(this.PrintNum);
  564. this.Controls.Add(this.AutoPrint);
  565. this.Controls.Add(this.pr_code);
  566. this.Controls.Add(this.WeighRecord);
  567. this.Controls.Add(this.ComList);
  568. this.Controls.Add(this.pr_code_label);
  569. this.Controls.Add(this.BaudRate);
  570. this.Controls.Add(this.label1);
  571. this.Controls.Add(this.PrintLabel_label);
  572. this.Controls.Add(this.Printer_label);
  573. this.Controls.Add(this.PrinterList);
  574. this.Controls.Add(this.PrintLabel);
  575. this.Controls.Add(this.StopWeight);
  576. this.Controls.Add(this.StartWeight);
  577. this.Controls.Add(this.Confirm);
  578. this.Controls.Add(this.pr_spec);
  579. this.Controls.Add(this.ma_salecode);
  580. this.Controls.Add(this.ms_makecode_label);
  581. this.Controls.Add(this.Clean);
  582. this.Controls.Add(this.normalButton1);
  583. this.Controls.Add(this.sncode);
  584. this.Controls.Add(this.panel4);
  585. this.Controls.Add(this.label15);
  586. this.Controls.Add(this.pr_detail_label);
  587. this.Controls.Add(this.ma_salecode_label);
  588. this.Controls.Add(this.OperateResult);
  589. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  590. this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  591. this.Name = "Make_PalletWeigh";
  592. this.Tag = "Make!ColorBoxWeigh";
  593. this.Text = "彩盒称重";
  594. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.彩盒称重_FormClosing);
  595. this.Load += new System.EventHandler(this.Make_ColorBoxWeigh_Load);
  596. this.SizeChanged += new System.EventHandler(this.彩盒称重_SizeChanged);
  597. this.panel4.ResumeLayout(true);
  598. this.panel4.PerformLayout();
  599. this.ResumeLayout(true);
  600. this.PerformLayout();
  601. }
  602. #endregion
  603. private CustomControl.ButtonUtil.NormalButton Clean;
  604. private CustomControl.ButtonUtil.NormalButton normalButton1;
  605. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  606. private System.Windows.Forms.Label pr_code_label;
  607. private System.Windows.Forms.Label pr_colorboxunit;
  608. private System.Windows.Forms.Label weight_label;
  609. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder panel4;
  610. private System.Windows.Forms.Label label15;
  611. private System.Windows.Forms.Label pr_detail_label;
  612. private System.Windows.Forms.Label ma_salecode_label;
  613. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  614. private System.Windows.Forms.Label ms_makecode_label;
  615. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  616. private CustomControl.ValueLabel.ValueLabel pr_spec;
  617. private CustomControl.ValueLabel.ValueLabel pr_code;
  618. private CustomControl.ButtonUtil.NormalButton Confirm;
  619. private CustomControl.ButtonUtil.NormalButton StartWeight;
  620. private CustomControl.ButtonUtil.NormalButton StopWeight;
  621. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  622. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  623. private System.Windows.Forms.Label Printer_label;
  624. private System.Windows.Forms.Label PrintLabel_label;
  625. private System.Windows.Forms.Label label1;
  626. private System.Windows.Forms.Label BaudRate;
  627. private System.Windows.Forms.Label ComList;
  628. private System.Windows.Forms.ListView WeighRecord;
  629. private System.Windows.Forms.ColumnHeader columnHeader1;
  630. private System.Windows.Forms.ColumnHeader columnHeader2;
  631. private System.Windows.Forms.ColumnHeader columnHeader3;
  632. private System.Windows.Forms.ColumnHeader columnHeader4;
  633. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  634. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  635. private System.Windows.Forms.Label pr_sendchecktype;
  636. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  637. private CustomControl.RichText.RichTextAutoBottom Remark;
  638. private System.Windows.Forms.CheckBox CollectRemark;
  639. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  640. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  641. private System.Windows.Forms.Label weight;
  642. }
  643. }