Packing_ProdWeightSet.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_ProdWeightSet
  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(Packing_ProdWeightSet));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_code = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.pr_spec = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.showResult = new System.Windows.Forms.ListView();
  37. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.panel4 = new System.Windows.Forms.Panel();
  43. this.errorValue = new System.Windows.Forms.TextBox();
  44. this.standardWeight = new System.Windows.Forms.TextBox();
  45. this.confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.unit = new System.Windows.Forms.Label();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.pr_cartonunit = new System.Windows.Forms.Label();
  50. this.label22 = new System.Windows.Forms.Label();
  51. this.weight = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  54. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  55. this.ComList = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  56. this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  57. this.stopWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  58. this.startWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  60. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  61. this.panel4.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // ms_makecode_label
  65. //
  66. this.ms_makecode_label.AutoSize = true;
  67. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.ms_makecode_label.Location = new System.Drawing.Point(44, 24);
  69. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  70. this.ms_makecode_label.Name = "ms_makecode_label";
  71. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  72. this.ms_makecode_label.TabIndex = 212;
  73. this.ms_makecode_label.Text = "工单号";
  74. //
  75. // pr_code
  76. //
  77. this.pr_code.AutoSize = true;
  78. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  79. this.pr_code.Location = new System.Drawing.Point(193, 99);
  80. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.pr_code.Name = "pr_code";
  82. this.pr_code.Size = new System.Drawing.Size(0, 41);
  83. this.pr_code.TabIndex = 215;
  84. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  90. this.label2.Location = new System.Drawing.Point(44, 99);
  91. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(146, 41);
  94. this.label2.TabIndex = 214;
  95. this.label2.Text = "产品编号";
  96. //
  97. // pr_detail
  98. //
  99. this.pr_detail.AutoSize = true;
  100. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  101. this.pr_detail.Location = new System.Drawing.Point(193, 171);
  102. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.pr_detail.Name = "pr_detail";
  104. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  105. this.pr_detail.TabIndex = 217;
  106. //
  107. // label3
  108. //
  109. this.label3.AutoSize = true;
  110. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  111. this.label3.Location = new System.Drawing.Point(44, 171);
  112. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.label3.Name = "label3";
  114. this.label3.Size = new System.Drawing.Size(146, 41);
  115. this.label3.TabIndex = 216;
  116. this.label3.Text = "产品名称";
  117. //
  118. // pr_spec
  119. //
  120. this.pr_spec.AutoSize = true;
  121. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.pr_spec.Location = new System.Drawing.Point(193, 243);
  123. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.pr_spec.MaximumSize = new System.Drawing.Size(733, 80);
  125. this.pr_spec.Name = "pr_spec";
  126. this.pr_spec.Size = new System.Drawing.Size(0, 41);
  127. this.pr_spec.TabIndex = 219;
  128. //
  129. // label5
  130. //
  131. this.label5.AutoSize = true;
  132. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  133. this.label5.Location = new System.Drawing.Point(44, 243);
  134. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label5.Name = "label5";
  136. this.label5.Size = new System.Drawing.Size(82, 41);
  137. this.label5.TabIndex = 218;
  138. this.label5.Text = "规格";
  139. //
  140. // showResult
  141. //
  142. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  143. this.columnHeader1,
  144. this.columnHeader2,
  145. this.columnHeader3,
  146. this.columnHeader4,
  147. this.columnHeader5});
  148. this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.showResult.HideSelection = false;
  150. this.showResult.Location = new System.Drawing.Point(571, 333);
  151. this.showResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  152. this.showResult.Name = "showResult";
  153. this.showResult.Size = new System.Drawing.Size(876, 408);
  154. this.showResult.TabIndex = 220;
  155. this.showResult.UseCompatibleStateImageBehavior = false;
  156. this.showResult.View = System.Windows.Forms.View.Details;
  157. //
  158. // columnHeader1
  159. //
  160. this.columnHeader1.Text = "";
  161. this.columnHeader1.Width = 5;
  162. //
  163. // columnHeader2
  164. //
  165. this.columnHeader2.Text = "序号";
  166. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  167. this.columnHeader2.Width = 110;
  168. //
  169. // columnHeader3
  170. //
  171. this.columnHeader3.Text = "序列号";
  172. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  173. this.columnHeader3.Width = 200;
  174. //
  175. // columnHeader4
  176. //
  177. this.columnHeader4.Text = "重量(单位)";
  178. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  179. this.columnHeader4.Width = 160;
  180. //
  181. // columnHeader5
  182. //
  183. this.columnHeader5.Text = "时间";
  184. this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  185. this.columnHeader5.Width = 170;
  186. //
  187. // panel4
  188. //
  189. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  190. this.panel4.Controls.Add(this.errorValue);
  191. this.panel4.Controls.Add(this.standardWeight);
  192. this.panel4.Controls.Add(this.confirm);
  193. this.panel4.Controls.Add(this.label7);
  194. this.panel4.Controls.Add(this.unit);
  195. this.panel4.Controls.Add(this.label6);
  196. this.panel4.Controls.Add(this.pr_cartonunit);
  197. this.panel4.Controls.Add(this.label22);
  198. this.panel4.Controls.Add(this.weight);
  199. this.panel4.Location = new System.Drawing.Point(760, 24);
  200. this.panel4.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  201. this.panel4.Name = "panel4";
  202. this.panel4.Size = new System.Drawing.Size(686, 207);
  203. this.panel4.TabIndex = 221;
  204. //
  205. // errorValue
  206. //
  207. this.errorValue.Location = new System.Drawing.Point(327, 25);
  208. this.errorValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  209. this.errorValue.Name = "errorValue";
  210. this.errorValue.Size = new System.Drawing.Size(132, 35);
  211. this.errorValue.TabIndex = 52;
  212. this.errorValue.Enter += new System.EventHandler(this.standardWeight_Enter);
  213. this.errorValue.Leave += new System.EventHandler(this.standardWeight_Leave);
  214. //
  215. // standardWeight
  216. //
  217. this.standardWeight.Location = new System.Drawing.Point(111, 25);
  218. this.standardWeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  219. this.standardWeight.Name = "standardWeight";
  220. this.standardWeight.Size = new System.Drawing.Size(132, 35);
  221. this.standardWeight.TabIndex = 51;
  222. this.standardWeight.Enter += new System.EventHandler(this.standardWeight_Enter);
  223. this.standardWeight.Leave += new System.EventHandler(this.standardWeight_Leave);
  224. //
  225. // confirm
  226. //
  227. this.confirm.AllPower = null;
  228. this.confirm.BackColor = System.Drawing.Color.Transparent;
  229. this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
  230. this.confirm.Image = null;
  231. this.confirm.IsShowBorder = true;
  232. this.confirm.Location = new System.Drawing.Point(493, 115);
  233. this.confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  234. this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
  235. this.confirm.Name = "confirm";
  236. this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
  237. this.confirm.Power = null;
  238. this.confirm.Size = new System.Drawing.Size(100, 37);
  239. this.confirm.TabIndex = 227;
  240. this.confirm.Text = "保存";
  241. this.confirm.UseVisualStyleBackColor = false;
  242. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  243. //
  244. // label7
  245. //
  246. this.label7.AutoSize = true;
  247. this.label7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label7.Location = new System.Drawing.Point(24, 29);
  249. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.label7.Name = "label7";
  251. this.label7.Size = new System.Drawing.Size(69, 35);
  252. this.label7.TabIndex = 50;
  253. this.label7.Text = "标准";
  254. //
  255. // unit
  256. //
  257. this.unit.AutoSize = true;
  258. this.unit.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.unit.Location = new System.Drawing.Point(495, 29);
  260. this.unit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.unit.Name = "unit";
  262. this.unit.Size = new System.Drawing.Size(47, 35);
  263. this.unit.TabIndex = 47;
  264. this.unit.Text = "kg";
  265. //
  266. // label6
  267. //
  268. this.label6.AutoSize = true;
  269. this.label6.Location = new System.Drawing.Point(269, 29);
  270. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  271. this.label6.Name = "label6";
  272. this.label6.Size = new System.Drawing.Size(34, 24);
  273. this.label6.TabIndex = 44;
  274. this.label6.Text = "±";
  275. //
  276. // pr_cartonunit
  277. //
  278. this.pr_cartonunit.AutoSize = true;
  279. this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  280. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  282. this.pr_cartonunit.Location = new System.Drawing.Point(603, 115);
  283. this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  284. this.pr_cartonunit.Name = "pr_cartonunit";
  285. this.pr_cartonunit.Size = new System.Drawing.Size(60, 50);
  286. this.pr_cartonunit.TabIndex = 42;
  287. this.pr_cartonunit.Text = "克";
  288. this.pr_cartonunit.Visible = false;
  289. //
  290. // label22
  291. //
  292. this.label22.AutoSize = true;
  293. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  294. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  296. this.label22.Location = new System.Drawing.Point(19, 115);
  297. this.label22.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  298. this.label22.Name = "label22";
  299. this.label22.Size = new System.Drawing.Size(98, 50);
  300. this.label22.TabIndex = 20;
  301. this.label22.Text = "重量";
  302. //
  303. // weight
  304. //
  305. this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  306. | System.Windows.Forms.AnchorStyles.Left)
  307. | System.Windows.Forms.AnchorStyles.Right)));
  308. this.weight.AutoSize = true;
  309. this.weight.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  311. this.weight.Location = new System.Drawing.Point(197, 99);
  312. this.weight.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  313. this.weight.Name = "weight";
  314. this.weight.Size = new System.Drawing.Size(0, 78);
  315. this.weight.TabIndex = 41;
  316. //
  317. // label1
  318. //
  319. this.label1.AutoSize = true;
  320. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.label1.Location = new System.Drawing.Point(20, 701);
  322. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  323. this.label1.Name = "label1";
  324. this.label1.Size = new System.Drawing.Size(114, 41);
  325. this.label1.TabIndex = 229;
  326. this.label1.Text = "序列号";
  327. //
  328. // sncode
  329. //
  330. this.sncode.AllPower = null;
  331. this.sncode.BackColor = System.Drawing.Color.White;
  332. this.sncode.Font = new System.Drawing.Font("微软雅黑", 9F);
  333. this.sncode.ID = null;
  334. this.sncode.Location = new System.Drawing.Point(147, 701);
  335. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  336. this.sncode.Name = "sncode";
  337. this.sncode.Power = null;
  338. this.sncode.Size = new System.Drawing.Size(248, 39);
  339. this.sncode.Str = null;
  340. this.sncode.Str1 = null;
  341. this.sncode.Str2 = null;
  342. this.sncode.TabIndex = 228;
  343. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  344. //
  345. // OperateResult
  346. //
  347. this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.OperateResult.Location = new System.Drawing.Point(28, 331);
  349. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  350. this.OperateResult.Name = "OperateResult";
  351. this.OperateResult.Size = new System.Drawing.Size(441, 337);
  352. this.OperateResult.TabIndex = 226;
  353. this.OperateResult.Text = "";
  354. //
  355. // ComList
  356. //
  357. this.ComList.AutoSize = true;
  358. this.ComList.CutLength = null;
  359. this.ComList.Location = new System.Drawing.Point(1272, 304);
  360. this.ComList.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  361. this.ComList.MaximumSize = new System.Drawing.Size(300, 0);
  362. this.ComList.Name = "ComList";
  363. this.ComList.Size = new System.Drawing.Size(94, 24);
  364. this.ComList.TabIndex = 225;
  365. this.ComList.Text = "ComList";
  366. this.ComList.Visible = false;
  367. //
  368. // BaudRate
  369. //
  370. this.BaudRate.AllPower = null;
  371. this.BaudRate.BackColor = System.Drawing.Color.White;
  372. this.BaudRate.ID = null;
  373. this.BaudRate.Location = new System.Drawing.Point(1283, 259);
  374. this.BaudRate.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  375. this.BaudRate.Name = "BaudRate";
  376. this.BaudRate.Negative = false;
  377. this.BaudRate.Power = null;
  378. this.BaudRate.Size = new System.Drawing.Size(65, 35);
  379. this.BaudRate.Str = null;
  380. this.BaudRate.Str1 = null;
  381. this.BaudRate.Str2 = null;
  382. this.BaudRate.TabIndex = 224;
  383. this.BaudRate.Visible = false;
  384. //
  385. // stopWeigh
  386. //
  387. this.stopWeigh.AllPower = null;
  388. this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
  389. this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
  390. this.stopWeigh.Image = null;
  391. this.stopWeigh.IsShowBorder = true;
  392. this.stopWeigh.Location = new System.Drawing.Point(1077, 251);
  393. this.stopWeigh.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  394. this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
  395. this.stopWeigh.Name = "stopWeigh";
  396. this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
  397. this.stopWeigh.Power = null;
  398. this.stopWeigh.Size = new System.Drawing.Size(144, 51);
  399. this.stopWeigh.TabIndex = 223;
  400. this.stopWeigh.Text = "停止称重";
  401. this.stopWeigh.UseVisualStyleBackColor = false;
  402. this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
  403. //
  404. // startWeigh
  405. //
  406. this.startWeigh.AllPower = null;
  407. this.startWeigh.BackColor = System.Drawing.Color.Transparent;
  408. this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
  409. this.startWeigh.Image = null;
  410. this.startWeigh.IsShowBorder = true;
  411. this.startWeigh.Location = new System.Drawing.Point(872, 251);
  412. this.startWeigh.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  413. this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
  414. this.startWeigh.Name = "startWeigh";
  415. this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
  416. this.startWeigh.Power = null;
  417. this.startWeigh.Size = new System.Drawing.Size(124, 51);
  418. this.startWeigh.TabIndex = 222;
  419. this.startWeigh.Text = "开始称重";
  420. this.startWeigh.UseVisualStyleBackColor = false;
  421. this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
  422. //
  423. // ma_code
  424. //
  425. this.ma_code.AllPower = "IFALL";
  426. this.ma_code.Caller = null;
  427. this.ma_code.Condition = null;
  428. this.ma_code.DBTitle = "";
  429. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  430. this.ma_code.FormName = null;
  431. this.ma_code.Location = new System.Drawing.Point(201, 24);
  432. this.ma_code.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  433. this.ma_code.Name = "ma_code";
  434. this.ma_code.Power = "";
  435. this.ma_code.ReturnData = null;
  436. this.ma_code.SelectField = null;
  437. this.ma_code.SetValueField = null;
  438. this.ma_code.Size = new System.Drawing.Size(283, 45);
  439. this.ma_code.TabIndex = 213;
  440. this.ma_code.TableName = null;
  441. this.ma_code.Tag = "makecode";
  442. this.ma_code.TextBoxEnable = true;
  443. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  444. //
  445. // Remark
  446. //
  447. this.Remark.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.Remark.Location = new System.Drawing.Point(521, 140);
  449. this.Remark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  450. this.Remark.Name = "Remark";
  451. this.Remark.Size = new System.Drawing.Size(219, 141);
  452. this.Remark.TabIndex = 230;
  453. this.Remark.Text = "";
  454. //
  455. // Packing_ProdWeightSet
  456. //
  457. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  458. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  459. this.ClientSize = new System.Drawing.Size(1493, 795);
  460. this.Controls.Add(this.Remark);
  461. this.Controls.Add(this.label1);
  462. this.Controls.Add(this.sncode);
  463. this.Controls.Add(this.OperateResult);
  464. this.Controls.Add(this.ComList);
  465. this.Controls.Add(this.BaudRate);
  466. this.Controls.Add(this.stopWeigh);
  467. this.Controls.Add(this.startWeigh);
  468. this.Controls.Add(this.panel4);
  469. this.Controls.Add(this.showResult);
  470. this.Controls.Add(this.pr_spec);
  471. this.Controls.Add(this.label5);
  472. this.Controls.Add(this.pr_detail);
  473. this.Controls.Add(this.label3);
  474. this.Controls.Add(this.pr_code);
  475. this.Controls.Add(this.label2);
  476. this.Controls.Add(this.ma_code);
  477. this.Controls.Add(this.ms_makecode_label);
  478. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  479. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  480. this.Name = "Packing_ProdWeightSet";
  481. this.Tag = "Packing!ProdWeightSet";
  482. this.Text = "Packing_ProdWeightSet";
  483. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Packing_ProdWeightSet_FormClosing);
  484. this.Load += new System.EventHandler(this.Packing_ProdWeightSet_Load);
  485. this.SizeChanged += new System.EventHandler(this.Packing_ProdWeightSet_SizeChanged);
  486. this.panel4.ResumeLayout(true);
  487. this.panel4.PerformLayout();
  488. this.ResumeLayout(true);
  489. this.PerformLayout();
  490. }
  491. #endregion
  492. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  493. private System.Windows.Forms.Label ms_makecode_label;
  494. private System.Windows.Forms.Label pr_code;
  495. private System.Windows.Forms.Label label2;
  496. private System.Windows.Forms.Label pr_detail;
  497. private System.Windows.Forms.Label label3;
  498. private System.Windows.Forms.Label pr_spec;
  499. private System.Windows.Forms.Label label5;
  500. private System.Windows.Forms.ListView showResult;
  501. private System.Windows.Forms.ColumnHeader columnHeader1;
  502. private System.Windows.Forms.ColumnHeader columnHeader2;
  503. private System.Windows.Forms.ColumnHeader columnHeader3;
  504. private System.Windows.Forms.ColumnHeader columnHeader4;
  505. private System.Windows.Forms.ColumnHeader columnHeader5;
  506. private System.Windows.Forms.Panel panel4;
  507. private System.Windows.Forms.Label pr_cartonunit;
  508. private System.Windows.Forms.Label label22;
  509. private System.Windows.Forms.Label weight;
  510. private CustomControl.ValueLabel.ValueLabel ComList;
  511. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  512. private CustomControl.ButtonUtil.NormalButton stopWeigh;
  513. private CustomControl.ButtonUtil.NormalButton startWeigh;
  514. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  515. private CustomControl.ButtonUtil.NormalButton confirm;
  516. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  517. private System.Windows.Forms.Label label1;
  518. private System.Windows.Forms.Label label6;
  519. private System.Windows.Forms.Label unit;
  520. private System.Windows.Forms.Label label7;
  521. private System.Windows.Forms.TextBox errorValue;
  522. private System.Windows.Forms.TextBox standardWeight;
  523. private CustomControl.RichText.RichTextAutoBottom Remark;
  524. }
  525. }