Packing_ProdWeightSet.Designer.cs 26 KB

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