Make_CartonBoxWeigh.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CartonBoxWeigh
  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_CartonBoxWeigh));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.mcd_okqty = new System.Windows.Forms.Label();
  31. this.mcd_okqty_label = new System.Windows.Forms.Label();
  32. this.panel6 = new System.Windows.Forms.Panel();
  33. this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  34. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  35. this.pr_cartongw_label = new System.Windows.Forms.Label();
  36. this.pr_code_label = new System.Windows.Forms.Label();
  37. this.panel4 = new System.Windows.Forms.Panel();
  38. this.pr_cartonunit = new System.Windows.Forms.Label();
  39. this.label22 = new System.Windows.Forms.Label();
  40. this.weight = new System.Windows.Forms.Label();
  41. this.label15 = new System.Windows.Forms.Label();
  42. this.pr_detail_label = new System.Windows.Forms.Label();
  43. this.ma_qty_label = new System.Windows.Forms.Label();
  44. this.ma_salecode_label = new System.Windows.Forms.Label();
  45. this.Search_label = new System.Windows.Forms.Label();
  46. this.PriLabel = new System.Windows.Forms.RadioButton();
  47. this.SupPriLabel = new System.Windows.Forms.RadioButton();
  48. this.PrintLabel = new System.Windows.Forms.ComboBox();
  49. this.Printer_label = new System.Windows.Forms.Label();
  50. this.ComList_label = new System.Windows.Forms.Label();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  53. this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  56. this.pd_barcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.Search = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  58. this.dataGridViewWithSerialNum1 = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  59. this.pa_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.pa_weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.weight_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.user = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  64. this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.ma_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  71. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  72. this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
  73. this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  74. this.BaudRate_label = new System.Windows.Forms.Label();
  75. this.panel6.SuspendLayout();
  76. this.panel4.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // ma_code_label
  81. //
  82. this.ma_code_label.AutoSize = true;
  83. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.ma_code_label.Location = new System.Drawing.Point(31, 242);
  85. this.ma_code_label.Name = "ma_code_label";
  86. this.ma_code_label.Size = new System.Drawing.Size(96, 28);
  87. this.ma_code_label.TabIndex = 97;
  88. this.ma_code_label.Text = "制造单号";
  89. //
  90. // mcd_okqty
  91. //
  92. this.mcd_okqty.AutoSize = true;
  93. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.mcd_okqty.Location = new System.Drawing.Point(105, 482);
  95. this.mcd_okqty.Name = "mcd_okqty";
  96. this.mcd_okqty.Size = new System.Drawing.Size(0, 28);
  97. this.mcd_okqty.TabIndex = 94;
  98. //
  99. // mcd_okqty_label
  100. //
  101. this.mcd_okqty_label.AutoSize = true;
  102. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.mcd_okqty_label.Location = new System.Drawing.Point(31, 482);
  104. this.mcd_okqty_label.Name = "mcd_okqty_label";
  105. this.mcd_okqty_label.Size = new System.Drawing.Size(59, 28);
  106. this.mcd_okqty_label.TabIndex = 92;
  107. this.mcd_okqty_label.Text = "已称:";
  108. //
  109. // panel6
  110. //
  111. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  112. this.panel6.Controls.Add(this.pr_cartongw);
  113. this.panel6.Controls.Add(this.pr_code);
  114. this.panel6.Controls.Add(this.pr_cartongw_label);
  115. this.panel6.Controls.Add(this.pr_code_label);
  116. this.panel6.Location = new System.Drawing.Point(466, 76);
  117. this.panel6.Name = "panel6";
  118. this.panel6.Size = new System.Drawing.Size(452, 125);
  119. this.panel6.TabIndex = 90;
  120. //
  121. // pr_cartongw
  122. //
  123. this.pr_cartongw.AutoSize = true;
  124. this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.pr_cartongw.Location = new System.Drawing.Point(176, 72);
  126. this.pr_cartongw.Name = "pr_cartongw";
  127. this.pr_cartongw.Size = new System.Drawing.Size(0, 31);
  128. this.pr_cartongw.TabIndex = 80;
  129. this.pr_cartongw.Tag = "1";
  130. //
  131. // pr_code
  132. //
  133. this.pr_code.AutoSize = true;
  134. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.pr_code.Location = new System.Drawing.Point(176, 21);
  136. this.pr_code.Name = "pr_code";
  137. this.pr_code.Size = new System.Drawing.Size(0, 31);
  138. this.pr_code.TabIndex = 79;
  139. this.pr_code.Tag = "1";
  140. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  141. //
  142. // pr_cartongw_label
  143. //
  144. this.pr_cartongw_label.AutoSize = true;
  145. this.pr_cartongw_label.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.pr_cartongw_label.Location = new System.Drawing.Point(35, 72);
  147. this.pr_cartongw_label.Name = "pr_cartongw_label";
  148. this.pr_cartongw_label.Size = new System.Drawing.Size(110, 31);
  149. this.pr_cartongw_label.TabIndex = 42;
  150. this.pr_cartongw_label.Text = "标准重量";
  151. //
  152. // pr_code_label
  153. //
  154. this.pr_code_label.AutoSize = true;
  155. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.pr_code_label.Location = new System.Drawing.Point(34, 21);
  157. this.pr_code_label.Name = "pr_code_label";
  158. this.pr_code_label.Size = new System.Drawing.Size(110, 31);
  159. this.pr_code_label.TabIndex = 40;
  160. this.pr_code_label.Text = "产品编号";
  161. //
  162. // panel4
  163. //
  164. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  165. this.panel4.Controls.Add(this.pr_cartonunit);
  166. this.panel4.Controls.Add(this.label22);
  167. this.panel4.Controls.Add(this.weight);
  168. this.panel4.Location = new System.Drawing.Point(25, 76);
  169. this.panel4.Name = "panel4";
  170. this.panel4.Size = new System.Drawing.Size(402, 125);
  171. this.panel4.TabIndex = 91;
  172. //
  173. // pr_cartonunit
  174. //
  175. this.pr_cartonunit.AutoSize = true;
  176. this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  177. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  179. this.pr_cartonunit.Location = new System.Drawing.Point(328, 51);
  180. this.pr_cartonunit.Name = "pr_cartonunit";
  181. this.pr_cartonunit.Size = new System.Drawing.Size(31, 25);
  182. this.pr_cartonunit.TabIndex = 42;
  183. this.pr_cartonunit.Text = "克";
  184. //
  185. // label22
  186. //
  187. this.label22.AutoSize = true;
  188. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  189. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  191. this.label22.Location = new System.Drawing.Point(15, 51);
  192. this.label22.Name = "label22";
  193. this.label22.Size = new System.Drawing.Size(50, 25);
  194. this.label22.TabIndex = 20;
  195. this.label22.Text = "重量";
  196. //
  197. // weight
  198. //
  199. this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  200. | System.Windows.Forms.AnchorStyles.Left)
  201. | System.Windows.Forms.AnchorStyles.Right)));
  202. this.weight.AutoSize = true;
  203. this.weight.Font = new System.Drawing.Font("微软雅黑", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  205. this.weight.Location = new System.Drawing.Point(133, 25);
  206. this.weight.Name = "weight";
  207. this.weight.Size = new System.Drawing.Size(0, 75);
  208. this.weight.TabIndex = 41;
  209. //
  210. // label15
  211. //
  212. this.label15.AutoSize = true;
  213. this.label15.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.label15.Location = new System.Drawing.Point(19, 21);
  215. this.label15.Name = "label15";
  216. this.label15.Size = new System.Drawing.Size(86, 31);
  217. this.label15.TabIndex = 85;
  218. this.label15.Text = "条码号";
  219. //
  220. // pr_detail_label
  221. //
  222. this.pr_detail_label.AutoSize = true;
  223. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.pr_detail_label.Location = new System.Drawing.Point(31, 366);
  225. this.pr_detail_label.Name = "pr_detail_label";
  226. this.pr_detail_label.Size = new System.Drawing.Size(96, 28);
  227. this.pr_detail_label.TabIndex = 82;
  228. this.pr_detail_label.Text = "产品型号";
  229. //
  230. // ma_qty_label
  231. //
  232. this.ma_qty_label.AutoSize = true;
  233. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.ma_qty_label.Location = new System.Drawing.Point(31, 430);
  235. this.ma_qty_label.Name = "ma_qty_label";
  236. this.ma_qty_label.Size = new System.Drawing.Size(96, 28);
  237. this.ma_qty_label.TabIndex = 84;
  238. this.ma_qty_label.Text = "工单数量";
  239. //
  240. // ma_salecode_label
  241. //
  242. this.ma_salecode_label.AutoSize = true;
  243. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.ma_salecode_label.Location = new System.Drawing.Point(31, 301);
  245. this.ma_salecode_label.Name = "ma_salecode_label";
  246. this.ma_salecode_label.Size = new System.Drawing.Size(96, 28);
  247. this.ma_salecode_label.TabIndex = 83;
  248. this.ma_salecode_label.Text = "订单编号";
  249. //
  250. // Search_label
  251. //
  252. this.Search_label.AutoSize = true;
  253. this.Search_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.Search_label.Location = new System.Drawing.Point(608, 219);
  255. this.Search_label.Name = "Search_label";
  256. this.Search_label.Size = new System.Drawing.Size(74, 21);
  257. this.Search_label.TabIndex = 105;
  258. this.Search_label.Text = "查找历史";
  259. //
  260. // PriLabel
  261. //
  262. this.PriLabel.AutoSize = true;
  263. this.PriLabel.Checked = true;
  264. this.PriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.PriLabel.Location = new System.Drawing.Point(970, 170);
  266. this.PriLabel.Name = "PriLabel";
  267. this.PriLabel.Size = new System.Drawing.Size(92, 25);
  268. this.PriLabel.TabIndex = 154;
  269. this.PriLabel.TabStop = true;
  270. this.PriLabel.Text = "打印标签";
  271. this.PriLabel.UseVisualStyleBackColor = true;
  272. //
  273. // SupPriLabel
  274. //
  275. this.SupPriLabel.AutoSize = true;
  276. this.SupPriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.SupPriLabel.Location = new System.Drawing.Point(1086, 170);
  278. this.SupPriLabel.Name = "SupPriLabel";
  279. this.SupPriLabel.Size = new System.Drawing.Size(92, 25);
  280. this.SupPriLabel.TabIndex = 155;
  281. this.SupPriLabel.Text = "补打标签";
  282. this.SupPriLabel.UseVisualStyleBackColor = true;
  283. //
  284. // PrintLabel
  285. //
  286. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  287. this.PrintLabel.FormattingEnabled = true;
  288. this.PrintLabel.Location = new System.Drawing.Point(1031, 133);
  289. this.PrintLabel.Name = "PrintLabel";
  290. this.PrintLabel.Size = new System.Drawing.Size(121, 20);
  291. this.PrintLabel.TabIndex = 157;
  292. //
  293. // Printer_label
  294. //
  295. this.Printer_label.AutoSize = true;
  296. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.Printer_label.Location = new System.Drawing.Point(930, 99);
  298. this.Printer_label.Name = "Printer_label";
  299. this.Printer_label.Size = new System.Drawing.Size(84, 20);
  300. this.Printer_label.TabIndex = 159;
  301. this.Printer_label.Text = "打印机列表";
  302. //
  303. // ComList_label
  304. //
  305. this.ComList_label.AutoSize = true;
  306. this.ComList_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.ComList_label.Location = new System.Drawing.Point(974, 64);
  308. this.ComList_label.Name = "ComList_label";
  309. this.ComList_label.Size = new System.Drawing.Size(39, 20);
  310. this.ComList_label.TabIndex = 160;
  311. this.ComList_label.Text = "串口";
  312. //
  313. // label1
  314. //
  315. this.label1.AutoSize = true;
  316. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.label1.Location = new System.Drawing.Point(944, 131);
  318. this.label1.Name = "label1";
  319. this.label1.Size = new System.Drawing.Size(69, 20);
  320. this.label1.TabIndex = 161;
  321. this.label1.Text = "打印标签";
  322. //
  323. // Printer
  324. //
  325. this.Printer.Location = new System.Drawing.Point(1031, 99);
  326. this.Printer.Margin = new System.Windows.Forms.Padding(4);
  327. this.Printer.Name = "Printer";
  328. this.Printer.Size = new System.Drawing.Size(120, 22);
  329. this.Printer.TabIndex = 158;
  330. //
  331. // StartWeight
  332. //
  333. this.StartWeight.AllPower = null;
  334. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  335. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  336. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  337. this.StartWeight.IsShowBorder = true;
  338. this.StartWeight.Location = new System.Drawing.Point(748, 26);
  339. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  340. this.StartWeight.Name = "StartWeight";
  341. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  342. this.StartWeight.Power = null;
  343. this.StartWeight.Size = new System.Drawing.Size(75, 24);
  344. this.StartWeight.TabIndex = 156;
  345. this.StartWeight.Text = "开始称量";
  346. this.StartWeight.UseVisualStyleBackColor = true;
  347. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  348. //
  349. // Cancel
  350. //
  351. this.Cancel.AllPower = null;
  352. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  353. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  354. this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
  355. this.Cancel.IsShowBorder = true;
  356. this.Cancel.Location = new System.Drawing.Point(1086, 214);
  357. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  358. this.Cancel.Name = "Cancel";
  359. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  360. this.Cancel.Power = null;
  361. this.Cancel.Size = new System.Drawing.Size(75, 23);
  362. this.Cancel.TabIndex = 153;
  363. this.Cancel.Text = "取消";
  364. this.Cancel.UseVisualStyleBackColor = true;
  365. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  366. //
  367. // Confirm
  368. //
  369. this.Confirm.AllPower = null;
  370. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  371. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  372. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  373. this.Confirm.IsShowBorder = true;
  374. this.Confirm.Location = new System.Drawing.Point(970, 214);
  375. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  376. this.Confirm.Name = "Confirm";
  377. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  378. this.Confirm.Power = null;
  379. this.Confirm.Size = new System.Drawing.Size(75, 23);
  380. this.Confirm.TabIndex = 152;
  381. this.Confirm.Text = "打印";
  382. this.Confirm.UseVisualStyleBackColor = true;
  383. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  384. //
  385. // pd_barcode
  386. //
  387. this.pd_barcode.AutoSize = true;
  388. this.pd_barcode.Location = new System.Drawing.Point(1029, 14);
  389. this.pd_barcode.Name = "pd_barcode";
  390. this.pd_barcode.Size = new System.Drawing.Size(65, 12);
  391. this.pd_barcode.TabIndex = 107;
  392. this.pd_barcode.Text = "pd_barcode";
  393. this.pd_barcode.Visible = false;
  394. //
  395. // Search
  396. //
  397. this.Search.AllPower = null;
  398. this.Search.Caller = null;
  399. this.Search.Condition = null;
  400. this.Search.DBTitle = "查找历史";
  401. this.Search.FormName = null;
  402. this.Search.Location = new System.Drawing.Point(701, 219);
  403. this.Search.Name = "Search";
  404. this.Search.Power = null;
  405. this.Search.SelectField = null;
  406. this.Search.SetValueField = null;
  407. this.Search.Size = new System.Drawing.Size(216, 21);
  408. this.Search.TabIndex = 104;
  409. this.Search.TableName = null;
  410. this.Search.TextBoxEnable = false;
  411. //
  412. // dataGridViewWithSerialNum1
  413. //
  414. this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
  415. this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  416. this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  417. this.pa_outboxcode,
  418. this.pa_weight,
  419. this.weight_time,
  420. this.user});
  421. this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(466, 253);
  422. this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
  423. this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
  424. this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(452, 266);
  425. this.dataGridViewWithSerialNum1.TabIndex = 103;
  426. //
  427. // pa_outboxcode
  428. //
  429. this.pa_outboxcode.HeaderText = "箱号";
  430. this.pa_outboxcode.Name = "pa_outboxcode";
  431. //
  432. // pa_weight
  433. //
  434. this.pa_weight.HeaderText = "重量";
  435. this.pa_weight.Name = "pa_weight";
  436. //
  437. // weight_time
  438. //
  439. this.weight_time.HeaderText = "称量时间";
  440. this.weight_time.Name = "weight_time";
  441. //
  442. // user
  443. //
  444. this.user.HeaderText = "操作员";
  445. this.user.Name = "user";
  446. //
  447. // StopWeight
  448. //
  449. this.StopWeight.AllPower = null;
  450. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  451. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  452. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  453. this.StopWeight.IsShowBorder = true;
  454. this.StopWeight.Location = new System.Drawing.Point(843, 26);
  455. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  456. this.StopWeight.Name = "StopWeight";
  457. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  458. this.StopWeight.Power = null;
  459. this.StopWeight.Size = new System.Drawing.Size(75, 24);
  460. this.StopWeight.TabIndex = 102;
  461. this.StopWeight.Text = "停止称量";
  462. this.StopWeight.UseVisualStyleBackColor = true;
  463. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  464. //
  465. // ma_code
  466. //
  467. this.ma_code.AutoSize = true;
  468. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.ma_code.Location = new System.Drawing.Point(141, 249);
  470. this.ma_code.Name = "ma_code";
  471. this.ma_code.Size = new System.Drawing.Size(0, 21);
  472. this.ma_code.TabIndex = 101;
  473. this.ma_code.Tag = "1";
  474. //
  475. // ma_qty
  476. //
  477. this.ma_qty.AutoSize = true;
  478. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.ma_qty.Location = new System.Drawing.Point(141, 437);
  480. this.ma_qty.Name = "ma_qty";
  481. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  482. this.ma_qty.TabIndex = 100;
  483. //
  484. // pr_detail
  485. //
  486. this.pr_detail.AutoSize = true;
  487. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.pr_detail.Location = new System.Drawing.Point(141, 373);
  489. this.pr_detail.Name = "pr_detail";
  490. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  491. this.pr_detail.TabIndex = 99;
  492. //
  493. // ma_salecode
  494. //
  495. this.ma_salecode.AutoSize = true;
  496. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.ma_salecode.Location = new System.Drawing.Point(141, 308);
  498. this.ma_salecode.Name = "ma_salecode";
  499. this.ma_salecode.Size = new System.Drawing.Size(0, 21);
  500. this.ma_salecode.TabIndex = 98;
  501. //
  502. // Clean
  503. //
  504. this.Clean.AllPower = null;
  505. this.Clean.BackColor = System.Drawing.Color.Transparent;
  506. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  507. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  508. this.Clean.IsShowBorder = true;
  509. this.Clean.Location = new System.Drawing.Point(1024, 573);
  510. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  511. this.Clean.Name = "Clean";
  512. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  513. this.Clean.Power = null;
  514. this.Clean.Size = new System.Drawing.Size(75, 24);
  515. this.Clean.TabIndex = 89;
  516. this.Clean.Text = "清除";
  517. this.Clean.UseVisualStyleBackColor = true;
  518. //
  519. // normalButton1
  520. //
  521. this.normalButton1.AllPower = null;
  522. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  523. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  524. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  525. this.normalButton1.IsShowBorder = true;
  526. this.normalButton1.Location = new System.Drawing.Point(25, 55);
  527. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  528. this.normalButton1.Name = "normalButton1";
  529. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  530. this.normalButton1.Power = null;
  531. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  532. this.normalButton1.TabIndex = 88;
  533. this.normalButton1.Text = "normalButton1";
  534. this.normalButton1.UseVisualStyleBackColor = true;
  535. //
  536. // outboxcode
  537. //
  538. this.outboxcode.AllPower = null;
  539. this.outboxcode.BackColor = System.Drawing.Color.White;
  540. this.outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.outboxcode.ID = null;
  542. this.outboxcode.Location = new System.Drawing.Point(111, 21);
  543. this.outboxcode.Name = "outboxcode";
  544. this.outboxcode.Power = null;
  545. this.outboxcode.Size = new System.Drawing.Size(618, 39);
  546. this.outboxcode.Str = null;
  547. this.outboxcode.Str1 = null;
  548. this.outboxcode.Str2 = null;
  549. this.outboxcode.TabIndex = 86;
  550. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  551. //
  552. // OperateResult
  553. //
  554. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.OperateResult.Location = new System.Drawing.Point(938, 253);
  556. this.OperateResult.Name = "OperateResult";
  557. this.OperateResult.Size = new System.Drawing.Size(246, 302);
  558. this.OperateResult.TabIndex = 87;
  559. this.OperateResult.Text = "";
  560. //
  561. // ComList
  562. //
  563. this.ComList.Location = new System.Drawing.Point(1031, 64);
  564. this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  565. this.ComList.Name = "ComList";
  566. this.ComList.Size = new System.Drawing.Size(121, 20);
  567. this.ComList.TabIndex = 162;
  568. //
  569. // BaudRate
  570. //
  571. this.BaudRate.AllPower = null;
  572. this.BaudRate.BackColor = System.Drawing.Color.White;
  573. this.BaudRate.ID = null;
  574. this.BaudRate.Location = new System.Drawing.Point(1032, 29);
  575. this.BaudRate.Name = "BaudRate";
  576. this.BaudRate.Negative = false;
  577. this.BaudRate.Power = null;
  578. this.BaudRate.Size = new System.Drawing.Size(120, 21);
  579. this.BaudRate.Str = null;
  580. this.BaudRate.Str1 = null;
  581. this.BaudRate.Str2 = null;
  582. this.BaudRate.TabIndex = 168;
  583. //
  584. // BaudRate_label
  585. //
  586. this.BaudRate_label.AutoSize = true;
  587. this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.BaudRate_label.Location = new System.Drawing.Point(959, 29);
  589. this.BaudRate_label.Name = "BaudRate_label";
  590. this.BaudRate_label.Size = new System.Drawing.Size(54, 20);
  591. this.BaudRate_label.TabIndex = 167;
  592. this.BaudRate_label.Text = "波特率";
  593. //
  594. // Make_CartonBoxWeigh
  595. //
  596. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  597. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  598. this.ClientSize = new System.Drawing.Size(1190, 608);
  599. this.Controls.Add(this.BaudRate);
  600. this.Controls.Add(this.BaudRate_label);
  601. this.Controls.Add(this.ComList);
  602. this.Controls.Add(this.label1);
  603. this.Controls.Add(this.ComList_label);
  604. this.Controls.Add(this.Printer_label);
  605. this.Controls.Add(this.Printer);
  606. this.Controls.Add(this.PrintLabel);
  607. this.Controls.Add(this.StartWeight);
  608. this.Controls.Add(this.SupPriLabel);
  609. this.Controls.Add(this.PriLabel);
  610. this.Controls.Add(this.Cancel);
  611. this.Controls.Add(this.Confirm);
  612. this.Controls.Add(this.pd_barcode);
  613. this.Controls.Add(this.Search_label);
  614. this.Controls.Add(this.Search);
  615. this.Controls.Add(this.dataGridViewWithSerialNum1);
  616. this.Controls.Add(this.StopWeight);
  617. this.Controls.Add(this.ma_code);
  618. this.Controls.Add(this.ma_qty);
  619. this.Controls.Add(this.pr_detail);
  620. this.Controls.Add(this.ma_salecode);
  621. this.Controls.Add(this.ma_code_label);
  622. this.Controls.Add(this.mcd_okqty);
  623. this.Controls.Add(this.mcd_okqty_label);
  624. this.Controls.Add(this.Clean);
  625. this.Controls.Add(this.normalButton1);
  626. this.Controls.Add(this.outboxcode);
  627. this.Controls.Add(this.panel6);
  628. this.Controls.Add(this.panel4);
  629. this.Controls.Add(this.label15);
  630. this.Controls.Add(this.pr_detail_label);
  631. this.Controls.Add(this.ma_qty_label);
  632. this.Controls.Add(this.ma_salecode_label);
  633. this.Controls.Add(this.OperateResult);
  634. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  635. this.Name = "Make_CartonBoxWeigh";
  636. this.Tag = "Make!CartonBoxWeigh";
  637. this.Text = "卡通箱称重";
  638. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
  639. this.Load += new System.EventHandler(this.卡通箱称重_Load);
  640. this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
  641. this.panel6.ResumeLayout(false);
  642. this.panel6.PerformLayout();
  643. this.panel4.ResumeLayout(false);
  644. this.panel4.PerformLayout();
  645. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
  646. this.ResumeLayout(false);
  647. this.PerformLayout();
  648. }
  649. #endregion
  650. private CustomControl.ButtonUtil.NormalButton StopWeight;
  651. private CustomControl.ValueLabel.ValueLabel ma_code;
  652. private CustomControl.ValueLabel.ValueLabel ma_qty;
  653. private CustomControl.ValueLabel.ValueLabel pr_detail;
  654. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  655. private System.Windows.Forms.Label ma_code_label;
  656. private System.Windows.Forms.Label mcd_okqty;
  657. private System.Windows.Forms.Label mcd_okqty_label;
  658. private CustomControl.ButtonUtil.NormalButton Clean;
  659. private CustomControl.ButtonUtil.NormalButton normalButton1;
  660. private CustomControl.TextBoxWithIcon.MaCodeTextBox outboxcode;
  661. private System.Windows.Forms.Panel panel6;
  662. private CustomControl.ValueLabel.ValueLabel pr_cartongw;
  663. private CustomControl.ValueLabel.ValueLabel pr_code;
  664. private System.Windows.Forms.Label pr_cartongw_label;
  665. private System.Windows.Forms.Label pr_code_label;
  666. private System.Windows.Forms.Panel panel4;
  667. private System.Windows.Forms.Label pr_cartonunit;
  668. private System.Windows.Forms.Label label22;
  669. private System.Windows.Forms.Label weight;
  670. private System.Windows.Forms.Label label15;
  671. private System.Windows.Forms.Label pr_detail_label;
  672. private System.Windows.Forms.Label ma_qty_label;
  673. private System.Windows.Forms.Label ma_salecode_label;
  674. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  675. private CustomControl.DataGrid_View.DataGridViewWithSerialNum dataGridViewWithSerialNum1;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn pa_weight;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn weight_time;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn user;
  680. private CustomControl.TextBoxWithIcon.SearchTextBox Search;
  681. private System.Windows.Forms.Label Search_label;
  682. private CustomControl.ValueLabel.ValueLabel pd_barcode;
  683. private CustomControl.ButtonUtil.NormalButton Confirm;
  684. private System.Windows.Forms.RadioButton PriLabel;
  685. private System.Windows.Forms.RadioButton SupPriLabel;
  686. private CustomControl.ButtonUtil.NormalButton StartWeight;
  687. private System.Windows.Forms.ComboBox PrintLabel;
  688. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  689. private System.Windows.Forms.Label Printer_label;
  690. private System.Windows.Forms.Label ComList_label;
  691. private System.Windows.Forms.Label label1;
  692. private CustomControl.ButtonUtil.NormalButton Cancel;
  693. private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
  694. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  695. private System.Windows.Forms.Label BaudRate_label;
  696. }
  697. }