Special_MakeBad.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_MakeBad
  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(Special_MakeBad));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.mbr_solution_label = new System.Windows.Forms.Label();
  31. this.mbc_component_label = new System.Windows.Forms.Label();
  32. this.mbr_dutycode_label = new System.Windows.Forms.Label();
  33. this.nr_name_label = new System.Windows.Forms.Label();
  34. this.mbr_brgcode_label = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  39. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  40. this.mb_badlocation = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  42. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  43. this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  44. this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  45. this.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  46. this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  47. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.mbr_inman = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.SuspendLayout();
  54. //
  55. // Pallet_label
  56. //
  57. this.Pallet_label.AutoSize = true;
  58. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.Pallet_label.Location = new System.Drawing.Point(28, 316);
  60. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.Pallet_label.Name = "Pallet_label";
  62. this.Pallet_label.Size = new System.Drawing.Size(114, 41);
  63. this.Pallet_label.TabIndex = 1;
  64. this.Pallet_label.Text = "条码号";
  65. //
  66. // mbr_solution_label
  67. //
  68. this.mbr_solution_label.AutoSize = true;
  69. this.mbr_solution_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.mbr_solution_label.ForeColor = System.Drawing.Color.Black;
  71. this.mbr_solution_label.Location = new System.Drawing.Point(465, 567);
  72. this.mbr_solution_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  73. this.mbr_solution_label.Name = "mbr_solution_label";
  74. this.mbr_solution_label.Size = new System.Drawing.Size(146, 41);
  75. this.mbr_solution_label.TabIndex = 144;
  76. this.mbr_solution_label.Text = "解决方案";
  77. //
  78. // mbc_component_label
  79. //
  80. this.mbc_component_label.AutoSize = true;
  81. this.mbc_component_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.mbc_component_label.ForeColor = System.Drawing.Color.Black;
  83. this.mbc_component_label.Location = new System.Drawing.Point(6, 569);
  84. this.mbc_component_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.mbc_component_label.Name = "mbc_component_label";
  86. this.mbc_component_label.Size = new System.Drawing.Size(82, 41);
  87. this.mbc_component_label.TabIndex = 143;
  88. this.mbc_component_label.Text = "位号";
  89. //
  90. // mbr_dutycode_label
  91. //
  92. this.mbr_dutycode_label.AutoSize = true;
  93. this.mbr_dutycode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.mbr_dutycode_label.ForeColor = System.Drawing.Color.Black;
  95. this.mbr_dutycode_label.Location = new System.Drawing.Point(935, 487);
  96. this.mbr_dutycode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  97. this.mbr_dutycode_label.Name = "mbr_dutycode_label";
  98. this.mbr_dutycode_label.Size = new System.Drawing.Size(114, 41);
  99. this.mbr_dutycode_label.TabIndex = 142;
  100. this.mbr_dutycode_label.Text = "责任别";
  101. //
  102. // nr_name_label
  103. //
  104. this.nr_name_label.AutoSize = true;
  105. this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.nr_name_label.ForeColor = System.Drawing.Color.Black;
  107. this.nr_name_label.Location = new System.Drawing.Point(465, 485);
  108. this.nr_name_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  109. this.nr_name_label.Name = "nr_name_label";
  110. this.nr_name_label.Size = new System.Drawing.Size(146, 41);
  111. this.nr_name_label.TabIndex = 141;
  112. this.nr_name_label.Text = "不良原因";
  113. //
  114. // mbr_brgcode_label
  115. //
  116. this.mbr_brgcode_label.AutoSize = true;
  117. this.mbr_brgcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.mbr_brgcode_label.ForeColor = System.Drawing.Color.Black;
  119. this.mbr_brgcode_label.Location = new System.Drawing.Point(6, 485);
  120. this.mbr_brgcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  121. this.mbr_brgcode_label.Name = "mbr_brgcode_label";
  122. this.mbr_brgcode_label.Size = new System.Drawing.Size(178, 41);
  123. this.mbr_brgcode_label.TabIndex = 140;
  124. this.mbr_brgcode_label.Text = "不良原因组";
  125. //
  126. // label2
  127. //
  128. this.label2.AutoSize = true;
  129. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label2.Location = new System.Drawing.Point(15, 216);
  131. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  132. this.label2.Name = "label2";
  133. this.label2.Size = new System.Drawing.Size(146, 41);
  134. this.label2.TabIndex = 235;
  135. this.label2.Text = "工单编号";
  136. //
  137. // label1
  138. //
  139. this.label1.AutoSize = true;
  140. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.label1.Location = new System.Drawing.Point(472, 216);
  142. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  143. this.label1.Name = "label1";
  144. this.label1.Size = new System.Drawing.Size(146, 41);
  145. this.label1.TabIndex = 237;
  146. this.label1.Text = "线别编号";
  147. //
  148. // label3
  149. //
  150. this.label3.AutoSize = true;
  151. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.label3.ForeColor = System.Drawing.Color.Black;
  153. this.label3.Location = new System.Drawing.Point(28, 398);
  154. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  155. this.label3.Name = "label3";
  156. this.label3.Size = new System.Drawing.Size(146, 41);
  157. this.label3.TabIndex = 242;
  158. this.label3.Text = "不良代码";
  159. //
  160. // bc_code
  161. //
  162. this.bc_code.Condition = null;
  163. this.bc_code.Field = null;
  164. this.bc_code.Location = new System.Drawing.Point(204, 404);
  165. this.bc_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  166. this.bc_code.Name = "bc_code";
  167. this.bc_code.Size = new System.Drawing.Size(242, 35);
  168. this.bc_code.TabIndex = 244;
  169. this.bc_code.TableName = null;
  170. this.bc_code.Value = null;
  171. this.bc_code.ValueField = null;
  172. //
  173. // OperateResult
  174. //
  175. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.OperateResult.Location = new System.Drawing.Point(1352, 146);
  177. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  178. this.OperateResult.Name = "OperateResult";
  179. this.OperateResult.Size = new System.Drawing.Size(410, 610);
  180. this.OperateResult.TabIndex = 240;
  181. this.OperateResult.Text = "";
  182. //
  183. // mb_badlocation
  184. //
  185. this.mb_badlocation.AllPower = null;
  186. this.mb_badlocation.BackColor = System.Drawing.Color.White;
  187. this.mb_badlocation.ID = null;
  188. this.mb_badlocation.Location = new System.Drawing.Point(204, 575);
  189. this.mb_badlocation.Margin = new System.Windows.Forms.Padding(4);
  190. this.mb_badlocation.Name = "mb_badlocation";
  191. this.mb_badlocation.Power = null;
  192. this.mb_badlocation.Size = new System.Drawing.Size(242, 35);
  193. this.mb_badlocation.Str = null;
  194. this.mb_badlocation.Str1 = null;
  195. this.mb_badlocation.Str2 = null;
  196. this.mb_badlocation.TabIndex = 239;
  197. //
  198. // li_code
  199. //
  200. this.li_code.AllPower = "IFALL";
  201. this.li_code.Caller = null;
  202. this.li_code.Condition = null;
  203. this.li_code.DBTitle = "";
  204. this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  205. this.li_code.FormName = null;
  206. this.li_code.Location = new System.Drawing.Point(648, 216);
  207. this.li_code.Margin = new System.Windows.Forms.Padding(6);
  208. this.li_code.Name = "li_code";
  209. this.li_code.Power = "";
  210. this.li_code.ReturnData = null;
  211. this.li_code.SelectField = null;
  212. this.li_code.SetValueField = null;
  213. this.li_code.Size = new System.Drawing.Size(244, 46);
  214. this.li_code.TabIndex = 238;
  215. this.li_code.TableName = null;
  216. this.li_code.Tag = "makecode";
  217. this.li_code.TextBoxEnable = true;
  218. //
  219. // ma_code
  220. //
  221. this.ma_code.AllPower = "IFALL";
  222. this.ma_code.Caller = null;
  223. this.ma_code.Condition = null;
  224. this.ma_code.DBTitle = "";
  225. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  226. this.ma_code.FormName = null;
  227. this.ma_code.Location = new System.Drawing.Point(204, 216);
  228. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  229. this.ma_code.Name = "ma_code";
  230. this.ma_code.Power = "";
  231. this.ma_code.ReturnData = null;
  232. this.ma_code.SelectField = null;
  233. this.ma_code.SetValueField = null;
  234. this.ma_code.Size = new System.Drawing.Size(244, 46);
  235. this.ma_code.TabIndex = 236;
  236. this.ma_code.TableName = null;
  237. this.ma_code.Tag = "makecode";
  238. this.ma_code.TextBoxEnable = true;
  239. //
  240. // mbr_dutyname
  241. //
  242. this.mbr_dutyname.Condition = null;
  243. this.mbr_dutyname.Field = null;
  244. this.mbr_dutyname.Location = new System.Drawing.Point(1093, 491);
  245. this.mbr_dutyname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  246. this.mbr_dutyname.Name = "mbr_dutyname";
  247. this.mbr_dutyname.Size = new System.Drawing.Size(242, 35);
  248. this.mbr_dutyname.TabIndex = 151;
  249. this.mbr_dutyname.TableName = null;
  250. this.mbr_dutyname.Value = null;
  251. this.mbr_dutyname.ValueField = null;
  252. //
  253. // so_name
  254. //
  255. this.so_name.Condition = null;
  256. this.so_name.Field = null;
  257. this.so_name.Location = new System.Drawing.Point(641, 569);
  258. this.so_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  259. this.so_name.Name = "so_name";
  260. this.so_name.Size = new System.Drawing.Size(242, 35);
  261. this.so_name.TabIndex = 150;
  262. this.so_name.TableName = null;
  263. this.so_name.Value = null;
  264. this.so_name.ValueField = null;
  265. //
  266. // nr_name
  267. //
  268. this.nr_name.Condition = null;
  269. this.nr_name.Field = null;
  270. this.nr_name.Location = new System.Drawing.Point(641, 489);
  271. this.nr_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  272. this.nr_name.Name = "nr_name";
  273. this.nr_name.Size = new System.Drawing.Size(242, 35);
  274. this.nr_name.TabIndex = 149;
  275. this.nr_name.TableName = null;
  276. this.nr_name.Value = null;
  277. this.nr_name.ValueField = null;
  278. //
  279. // nrg_name
  280. //
  281. this.nrg_name.Condition = null;
  282. this.nrg_name.Field = null;
  283. this.nrg_name.Location = new System.Drawing.Point(204, 489);
  284. this.nrg_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.nrg_name.Name = "nrg_name";
  286. this.nrg_name.Size = new System.Drawing.Size(242, 35);
  287. this.nrg_name.TabIndex = 148;
  288. this.nrg_name.TableName = null;
  289. this.nrg_name.Value = null;
  290. this.nrg_name.ValueField = null;
  291. //
  292. // SaveRepairInf
  293. //
  294. this.SaveRepairInf.AllPower = "ifall";
  295. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  296. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  297. this.SaveRepairInf.Image = null;
  298. this.SaveRepairInf.IsShowBorder = true;
  299. this.SaveRepairInf.Location = new System.Drawing.Point(942, 649);
  300. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  301. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  302. this.SaveRepairInf.Name = "SaveRepairInf";
  303. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  304. this.SaveRepairInf.Power = null;
  305. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  306. this.SaveRepairInf.TabIndex = 145;
  307. this.SaveRepairInf.Tag = "IfRead";
  308. this.SaveRepairInf.Text = "保存维修信息";
  309. this.SaveRepairInf.UseVisualStyleBackColor = true;
  310. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  311. //
  312. // sn_code
  313. //
  314. this.sn_code.AllPower = null;
  315. this.sn_code.BackColor = System.Drawing.Color.White;
  316. this.sn_code.ID = null;
  317. this.sn_code.Location = new System.Drawing.Point(204, 322);
  318. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  319. this.sn_code.Name = "sn_code";
  320. this.sn_code.Power = null;
  321. this.sn_code.Size = new System.Drawing.Size(242, 35);
  322. this.sn_code.Str = null;
  323. this.sn_code.Str1 = null;
  324. this.sn_code.Str2 = null;
  325. this.sn_code.TabIndex = 2;
  326. //
  327. // label4
  328. //
  329. this.label4.AutoSize = true;
  330. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.label4.ForeColor = System.Drawing.Color.Black;
  332. this.label4.Location = new System.Drawing.Point(935, 566);
  333. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  334. this.label4.Name = "label4";
  335. this.label4.Size = new System.Drawing.Size(114, 41);
  336. this.label4.TabIndex = 245;
  337. this.label4.Text = "维修员";
  338. //
  339. // mbr_inman
  340. //
  341. this.mbr_inman.AllPower = null;
  342. this.mbr_inman.BackColor = System.Drawing.Color.White;
  343. this.mbr_inman.ID = null;
  344. this.mbr_inman.Location = new System.Drawing.Point(1093, 572);
  345. this.mbr_inman.Margin = new System.Windows.Forms.Padding(4);
  346. this.mbr_inman.Name = "mbr_inman";
  347. this.mbr_inman.Power = null;
  348. this.mbr_inman.Size = new System.Drawing.Size(242, 35);
  349. this.mbr_inman.Str = null;
  350. this.mbr_inman.Str1 = null;
  351. this.mbr_inman.Str2 = null;
  352. this.mbr_inman.TabIndex = 247;
  353. //
  354. // pr_code
  355. //
  356. this.pr_code.AllPower = "IFALL";
  357. this.pr_code.Caller = null;
  358. this.pr_code.Condition = null;
  359. this.pr_code.DBTitle = "";
  360. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  361. this.pr_code.FormName = null;
  362. this.pr_code.Location = new System.Drawing.Point(1093, 216);
  363. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  364. this.pr_code.Name = "pr_code";
  365. this.pr_code.Power = "";
  366. this.pr_code.ReturnData = null;
  367. this.pr_code.SelectField = null;
  368. this.pr_code.SetValueField = null;
  369. this.pr_code.Size = new System.Drawing.Size(244, 46);
  370. this.pr_code.TabIndex = 249;
  371. this.pr_code.TableName = null;
  372. this.pr_code.Tag = "makecode";
  373. this.pr_code.TextBoxEnable = true;
  374. //
  375. // label5
  376. //
  377. this.label5.AutoSize = true;
  378. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.label5.Location = new System.Drawing.Point(917, 216);
  380. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  381. this.label5.Name = "label5";
  382. this.label5.Size = new System.Drawing.Size(146, 41);
  383. this.label5.TabIndex = 248;
  384. this.label5.Text = "产品编号";
  385. //
  386. // Special_MakeBad
  387. //
  388. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  389. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  390. this.ClientSize = new System.Drawing.Size(1797, 1054);
  391. this.Controls.Add(this.pr_code);
  392. this.Controls.Add(this.label5);
  393. this.Controls.Add(this.mbr_inman);
  394. this.Controls.Add(this.label4);
  395. this.Controls.Add(this.bc_code);
  396. this.Controls.Add(this.label3);
  397. this.Controls.Add(this.OperateResult);
  398. this.Controls.Add(this.mb_badlocation);
  399. this.Controls.Add(this.li_code);
  400. this.Controls.Add(this.label1);
  401. this.Controls.Add(this.ma_code);
  402. this.Controls.Add(this.label2);
  403. this.Controls.Add(this.mbr_dutyname);
  404. this.Controls.Add(this.so_name);
  405. this.Controls.Add(this.nr_name);
  406. this.Controls.Add(this.nrg_name);
  407. this.Controls.Add(this.SaveRepairInf);
  408. this.Controls.Add(this.mbr_solution_label);
  409. this.Controls.Add(this.mbc_component_label);
  410. this.Controls.Add(this.mbr_dutycode_label);
  411. this.Controls.Add(this.nr_name_label);
  412. this.Controls.Add(this.mbr_brgcode_label);
  413. this.Controls.Add(this.sn_code);
  414. this.Controls.Add(this.Pallet_label);
  415. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  416. this.Margin = new System.Windows.Forms.Padding(4);
  417. this.Name = "Special_MakeBad";
  418. this.Tag = "Special!MakeBad";
  419. this.Text = "拆箱处理";
  420. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  421. this.ResumeLayout(true);
  422. this.PerformLayout();
  423. }
  424. #endregion
  425. private System.Windows.Forms.Label Pallet_label;
  426. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  427. private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
  428. private CustomControl.TextBoxWithIcon.BlurSearch so_name;
  429. private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
  430. private CustomControl.TextBoxWithIcon.BlurSearch nrg_name;
  431. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  432. private System.Windows.Forms.Label mbr_solution_label;
  433. private System.Windows.Forms.Label mbc_component_label;
  434. private System.Windows.Forms.Label mbr_dutycode_label;
  435. private System.Windows.Forms.Label nr_name_label;
  436. private System.Windows.Forms.Label mbr_brgcode_label;
  437. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  438. private System.Windows.Forms.Label label2;
  439. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  440. private System.Windows.Forms.Label label1;
  441. private CustomControl.TextBoxWithIcon.EnterTextBox mb_badlocation;
  442. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  443. private CustomControl.TextBoxWithIcon.BlurSearch bc_code;
  444. private System.Windows.Forms.Label label3;
  445. private System.Windows.Forms.Label label4;
  446. private CustomControl.TextBoxWithIcon.EnterTextBox mbr_inman;
  447. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  448. private System.Windows.Forms.Label label5;
  449. }
  450. }