Make_Repair.Designer.cs 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_Repair
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_Repair));
  30. this.label14 = new System.Windows.Forms.Label();
  31. this.bc_name_label = new System.Windows.Forms.Label();
  32. this.bg_name_label = new System.Windows.Forms.Label();
  33. this.mbr_brgcode_label = new System.Windows.Forms.Label();
  34. this.nr_name_label = new System.Windows.Forms.Label();
  35. this.mbr_dutycode_label = new System.Windows.Forms.Label();
  36. this.mbc_component_label = new System.Windows.Forms.Label();
  37. this.mbr_solution_label = new System.Windows.Forms.Label();
  38. this.mbl_loc_label = new System.Windows.Forms.Label();
  39. this.mbp_part_label = new System.Windows.Forms.Label();
  40. this.GetSNCode_Label = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.BadCodeTree = new System.Windows.Forms.TreeView();
  43. this.LocationSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.ComponentSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.bc_code = new System.Windows.Forms.Label();
  46. this.bg_code = new System.Windows.Forms.Label();
  47. this.nrg_code = new System.Windows.Forms.Label();
  48. this.so_code = new System.Windows.Forms.Label();
  49. this.mbr_dutycode = new System.Windows.Forms.Label();
  50. this.mbc_component = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  51. this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  52. this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  53. this.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  54. this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  55. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  56. this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.ms_reworkcheckno = new System.Windows.Forms.Label();
  58. this.ms_makecode_label = new System.Windows.Forms.Label();
  59. this.ms_sncode_label = new System.Windows.Forms.Label();
  60. this.ms_checkno = new System.Windows.Forms.Label();
  61. this.RepairComplete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  62. this.ms_sncode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  63. this.Scrap = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. this.nr_code = new System.Windows.Forms.Label();
  65. this.st_rstepcode_label = new System.Windows.Forms.Label();
  66. this.ma_craftcode_label = new System.Windows.Forms.Label();
  67. this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  68. this.pr_detail_label = new System.Windows.Forms.Label();
  69. this.ms_prodcode_label = new System.Windows.Forms.Label();
  70. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  72. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  73. this.mb_badremark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
  74. this.bd_soncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  75. this.mbp_partdgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  76. this.mbp_part1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.DeleteCom = new System.Windows.Forms.DataGridViewImageColumn();
  78. this.mbp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.mbl_locdgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  80. this.mbl_loc1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.DeletePos = new System.Windows.Forms.DataGridViewImageColumn();
  82. this.mbl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.RefreshTreeView = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
  84. this.GetSNCode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  85. this.NewRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  86. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  87. this.DeleteRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  88. this.mbl_loc = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  89. this.bc_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  90. this.bg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  91. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  92. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  93. this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  94. this.SaveBadLocation = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  95. ((System.ComponentModel.ISupportInitialize)(this.LocationSource)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).BeginInit();
  97. this.groupBoxWithBorder1.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.mbp_partdgv)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.mbl_locdgv)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.RefreshTreeView)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // label14
  104. //
  105. this.label14.AutoSize = true;
  106. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.label14.Location = new System.Drawing.Point(654, 144);
  108. this.label14.Name = "label14";
  109. this.label14.Size = new System.Drawing.Size(74, 21);
  110. this.label14.TabIndex = 46;
  111. this.label14.Text = "不良备注";
  112. //
  113. // bc_name_label
  114. //
  115. this.bc_name_label.AutoSize = true;
  116. this.bc_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.bc_name_label.ForeColor = System.Drawing.Color.Black;
  118. this.bc_name_label.Location = new System.Drawing.Point(406, 142);
  119. this.bc_name_label.Name = "bc_name_label";
  120. this.bc_name_label.Size = new System.Drawing.Size(74, 21);
  121. this.bc_name_label.TabIndex = 44;
  122. this.bc_name_label.Text = "不良代码";
  123. //
  124. // bg_name_label
  125. //
  126. this.bg_name_label.AutoSize = true;
  127. this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.bg_name_label.Location = new System.Drawing.Point(163, 142);
  129. this.bg_name_label.Name = "bg_name_label";
  130. this.bg_name_label.Size = new System.Drawing.Size(90, 21);
  131. this.bg_name_label.TabIndex = 40;
  132. this.bg_name_label.Text = "不良代码组";
  133. //
  134. // mbr_brgcode_label
  135. //
  136. this.mbr_brgcode_label.AutoSize = true;
  137. this.mbr_brgcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.mbr_brgcode_label.ForeColor = System.Drawing.Color.Black;
  139. this.mbr_brgcode_label.Location = new System.Drawing.Point(163, 187);
  140. this.mbr_brgcode_label.Name = "mbr_brgcode_label";
  141. this.mbr_brgcode_label.Size = new System.Drawing.Size(90, 21);
  142. this.mbr_brgcode_label.TabIndex = 93;
  143. this.mbr_brgcode_label.Text = "不良原因组";
  144. //
  145. // nr_name_label
  146. //
  147. this.nr_name_label.AutoSize = true;
  148. this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.nr_name_label.ForeColor = System.Drawing.Color.Black;
  150. this.nr_name_label.Location = new System.Drawing.Point(406, 187);
  151. this.nr_name_label.Name = "nr_name_label";
  152. this.nr_name_label.Size = new System.Drawing.Size(74, 21);
  153. this.nr_name_label.TabIndex = 95;
  154. this.nr_name_label.Text = "不良原因";
  155. //
  156. // mbr_dutycode_label
  157. //
  158. this.mbr_dutycode_label.AutoSize = true;
  159. this.mbr_dutycode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.mbr_dutycode_label.ForeColor = System.Drawing.Color.Black;
  161. this.mbr_dutycode_label.Location = new System.Drawing.Point(654, 187);
  162. this.mbr_dutycode_label.Name = "mbr_dutycode_label";
  163. this.mbr_dutycode_label.Size = new System.Drawing.Size(58, 21);
  164. this.mbr_dutycode_label.TabIndex = 97;
  165. this.mbr_dutycode_label.Text = "责任别";
  166. //
  167. // mbc_component_label
  168. //
  169. this.mbc_component_label.AutoSize = true;
  170. this.mbc_component_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.mbc_component_label.ForeColor = System.Drawing.Color.Black;
  172. this.mbc_component_label.Location = new System.Drawing.Point(163, 229);
  173. this.mbc_component_label.Name = "mbc_component_label";
  174. this.mbc_component_label.Size = new System.Drawing.Size(74, 21);
  175. this.mbc_component_label.TabIndex = 99;
  176. this.mbc_component_label.Text = "不良组件";
  177. //
  178. // mbr_solution_label
  179. //
  180. this.mbr_solution_label.AutoSize = true;
  181. this.mbr_solution_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.mbr_solution_label.ForeColor = System.Drawing.Color.Black;
  183. this.mbr_solution_label.Location = new System.Drawing.Point(406, 228);
  184. this.mbr_solution_label.Name = "mbr_solution_label";
  185. this.mbr_solution_label.Size = new System.Drawing.Size(74, 21);
  186. this.mbr_solution_label.TabIndex = 101;
  187. this.mbr_solution_label.Text = "解决方案";
  188. //
  189. // mbl_loc_label
  190. //
  191. this.mbl_loc_label.AutoSize = true;
  192. this.mbl_loc_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.mbl_loc_label.ForeColor = System.Drawing.Color.Black;
  194. this.mbl_loc_label.Location = new System.Drawing.Point(163, 287);
  195. this.mbl_loc_label.Name = "mbl_loc_label";
  196. this.mbl_loc_label.Size = new System.Drawing.Size(74, 21);
  197. this.mbl_loc_label.TabIndex = 103;
  198. this.mbl_loc_label.Text = "不良位置";
  199. //
  200. // mbp_part_label
  201. //
  202. this.mbp_part_label.AutoSize = true;
  203. this.mbp_part_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.mbp_part_label.ForeColor = System.Drawing.Color.Black;
  205. this.mbp_part_label.Location = new System.Drawing.Point(454, 287);
  206. this.mbp_part_label.Name = "mbp_part_label";
  207. this.mbp_part_label.Size = new System.Drawing.Size(74, 21);
  208. this.mbp_part_label.TabIndex = 105;
  209. this.mbp_part_label.Text = "不良零件";
  210. //
  211. // GetSNCode_Label
  212. //
  213. this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)));
  215. this.GetSNCode_Label.AutoSize = true;
  216. this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.GetSNCode_Label.Location = new System.Drawing.Point(163, 533);
  218. this.GetSNCode_Label.Name = "GetSNCode_Label";
  219. this.GetSNCode_Label.Size = new System.Drawing.Size(58, 21);
  220. this.GetSNCode_Label.TabIndex = 113;
  221. this.GetSNCode_Label.Text = "序列号";
  222. //
  223. // label2
  224. //
  225. this.label2.AutoSize = true;
  226. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.label2.ForeColor = System.Drawing.Color.Black;
  228. this.label2.Location = new System.Drawing.Point(8, 118);
  229. this.label2.Name = "label2";
  230. this.label2.Size = new System.Drawing.Size(74, 22);
  231. this.label2.TabIndex = 117;
  232. this.label2.Text = "不良信息";
  233. //
  234. // BadCodeTree
  235. //
  236. this.BadCodeTree.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.BadCodeTree.Location = new System.Drawing.Point(11, 144);
  238. this.BadCodeTree.Margin = new System.Windows.Forms.Padding(2);
  239. this.BadCodeTree.Name = "BadCodeTree";
  240. this.BadCodeTree.Size = new System.Drawing.Size(144, 426);
  241. this.BadCodeTree.TabIndex = 118;
  242. this.BadCodeTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.BadCodeTree_NodeMouseClick);
  243. //
  244. // bc_code
  245. //
  246. this.bc_code.AutoSize = true;
  247. this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.bc_code.ForeColor = System.Drawing.Color.Black;
  249. this.bc_code.Location = new System.Drawing.Point(862, 225);
  250. this.bc_code.Name = "bc_code";
  251. this.bc_code.Size = new System.Drawing.Size(0, 21);
  252. this.bc_code.TabIndex = 122;
  253. this.bc_code.Visible = false;
  254. //
  255. // bg_code
  256. //
  257. this.bg_code.AutoSize = true;
  258. this.bg_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.bg_code.ForeColor = System.Drawing.Color.Black;
  260. this.bg_code.Location = new System.Drawing.Point(827, 225);
  261. this.bg_code.Name = "bg_code";
  262. this.bg_code.Size = new System.Drawing.Size(0, 21);
  263. this.bg_code.TabIndex = 123;
  264. this.bg_code.Visible = false;
  265. //
  266. // nrg_code
  267. //
  268. this.nrg_code.AutoSize = true;
  269. this.nrg_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.nrg_code.ForeColor = System.Drawing.Color.Black;
  271. this.nrg_code.Location = new System.Drawing.Point(799, 260);
  272. this.nrg_code.Name = "nrg_code";
  273. this.nrg_code.Size = new System.Drawing.Size(0, 21);
  274. this.nrg_code.TabIndex = 136;
  275. this.nrg_code.Visible = false;
  276. //
  277. // so_code
  278. //
  279. this.so_code.AutoSize = true;
  280. this.so_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.so_code.ForeColor = System.Drawing.Color.Black;
  282. this.so_code.Location = new System.Drawing.Point(820, 263);
  283. this.so_code.Name = "so_code";
  284. this.so_code.Size = new System.Drawing.Size(0, 21);
  285. this.so_code.TabIndex = 137;
  286. this.so_code.Visible = false;
  287. //
  288. // mbr_dutycode
  289. //
  290. this.mbr_dutycode.AutoSize = true;
  291. this.mbr_dutycode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.mbr_dutycode.ForeColor = System.Drawing.Color.Black;
  293. this.mbr_dutycode.Location = new System.Drawing.Point(778, 263);
  294. this.mbr_dutycode.Name = "mbr_dutycode";
  295. this.mbr_dutycode.Size = new System.Drawing.Size(0, 21);
  296. this.mbr_dutycode.TabIndex = 138;
  297. this.mbr_dutycode.Visible = false;
  298. //
  299. // mbc_component
  300. //
  301. this.mbc_component.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  302. this.mbc_component.FormattingEnabled = true;
  303. this.mbc_component.Items.AddRange(new object[] {
  304. "",
  305. "主板",
  306. "液晶屏",
  307. "电路板",
  308. "其他"});
  309. this.mbc_component.Location = new System.Drawing.Point(262, 229);
  310. this.mbc_component.Name = "mbc_component";
  311. this.mbc_component.Size = new System.Drawing.Size(121, 20);
  312. this.mbc_component.TabIndex = 139;
  313. //
  314. // mbr_dutyname
  315. //
  316. this.mbr_dutyname.Condition = null;
  317. this.mbr_dutyname.Field = null;
  318. this.mbr_dutyname.Location = new System.Drawing.Point(733, 189);
  319. this.mbr_dutyname.Margin = new System.Windows.Forms.Padding(2);
  320. this.mbr_dutyname.Name = "mbr_dutyname";
  321. this.mbr_dutyname.Size = new System.Drawing.Size(121, 21);
  322. this.mbr_dutyname.TabIndex = 135;
  323. this.mbr_dutyname.TableName = null;
  324. this.mbr_dutyname.Value = null;
  325. this.mbr_dutyname.ValueField = null;
  326. this.mbr_dutyname.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.mbr_dutyname_UserControlTextChanged);
  327. //
  328. // so_name
  329. //
  330. this.so_name.Condition = null;
  331. this.so_name.Field = null;
  332. this.so_name.Location = new System.Drawing.Point(502, 229);
  333. this.so_name.Margin = new System.Windows.Forms.Padding(2);
  334. this.so_name.Name = "so_name";
  335. this.so_name.Size = new System.Drawing.Size(121, 21);
  336. this.so_name.TabIndex = 133;
  337. this.so_name.TableName = null;
  338. this.so_name.Value = null;
  339. this.so_name.ValueField = null;
  340. this.so_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.so_name_UserControlTextChanged);
  341. //
  342. // nr_name
  343. //
  344. this.nr_name.Condition = null;
  345. this.nr_name.Field = null;
  346. this.nr_name.Location = new System.Drawing.Point(502, 189);
  347. this.nr_name.Margin = new System.Windows.Forms.Padding(2);
  348. this.nr_name.Name = "nr_name";
  349. this.nr_name.Size = new System.Drawing.Size(121, 21);
  350. this.nr_name.TabIndex = 132;
  351. this.nr_name.TableName = null;
  352. this.nr_name.Value = null;
  353. this.nr_name.ValueField = null;
  354. this.nr_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.nr_name_UserControlTextChanged);
  355. //
  356. // nrg_name
  357. //
  358. this.nrg_name.Condition = null;
  359. this.nrg_name.Field = null;
  360. this.nrg_name.Location = new System.Drawing.Point(262, 189);
  361. this.nrg_name.Margin = new System.Windows.Forms.Padding(2);
  362. this.nrg_name.Name = "nrg_name";
  363. this.nrg_name.Size = new System.Drawing.Size(121, 21);
  364. this.nrg_name.TabIndex = 131;
  365. this.nrg_name.TableName = null;
  366. this.nrg_name.Value = null;
  367. this.nrg_name.ValueField = null;
  368. this.nrg_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.nrg_name_UserControlTextChanged);
  369. //
  370. // groupBoxWithBorder1
  371. //
  372. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  373. this.groupBoxWithBorder1.Controls.Add(this.cd_stepcode);
  374. this.groupBoxWithBorder1.Controls.Add(this.ms_reworkcheckno);
  375. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode_label);
  376. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode_label);
  377. this.groupBoxWithBorder1.Controls.Add(this.ms_checkno);
  378. this.groupBoxWithBorder1.Controls.Add(this.RepairComplete);
  379. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode);
  380. this.groupBoxWithBorder1.Controls.Add(this.Scrap);
  381. this.groupBoxWithBorder1.Controls.Add(this.nr_code);
  382. this.groupBoxWithBorder1.Controls.Add(this.st_rstepcode_label);
  383. this.groupBoxWithBorder1.Controls.Add(this.ma_craftcode_label);
  384. this.groupBoxWithBorder1.Controls.Add(this.cr_code);
  385. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  386. this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode_label);
  387. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  388. this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode);
  389. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  390. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F);
  391. this.groupBoxWithBorder1.Location = new System.Drawing.Point(9, 8);
  392. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  393. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  394. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  395. this.groupBoxWithBorder1.Size = new System.Drawing.Size(880, 102);
  396. this.groupBoxWithBorder1.TabIndex = 130;
  397. this.groupBoxWithBorder1.TabStop = false;
  398. this.groupBoxWithBorder1.Text = "工单信息";
  399. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  400. //
  401. // cd_stepcode
  402. //
  403. this.cd_stepcode.AllPower = "ifall";
  404. this.cd_stepcode.Caller = null;
  405. this.cd_stepcode.Condition = null;
  406. this.cd_stepcode.DBTitle = "回流工序";
  407. this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  408. this.cd_stepcode.FormName = null;
  409. this.cd_stepcode.Location = new System.Drawing.Point(356, 69);
  410. this.cd_stepcode.Name = "cd_stepcode";
  411. this.cd_stepcode.Power = "ifspecial";
  412. this.cd_stepcode.ReturnData = null;
  413. this.cd_stepcode.SelectField = null;
  414. this.cd_stepcode.SetValueField = null;
  415. this.cd_stepcode.Size = new System.Drawing.Size(150, 22);
  416. this.cd_stepcode.TabIndex = 68;
  417. this.cd_stepcode.TableName = null;
  418. this.cd_stepcode.Tag = "";
  419. this.cd_stepcode.TextBoxEnable = false;
  420. //
  421. // ms_reworkcheckno
  422. //
  423. this.ms_reworkcheckno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  424. | System.Windows.Forms.AnchorStyles.Left)));
  425. this.ms_reworkcheckno.AutoSize = true;
  426. this.ms_reworkcheckno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.ms_reworkcheckno.Location = new System.Drawing.Point(791, 58);
  428. this.ms_reworkcheckno.Name = "ms_reworkcheckno";
  429. this.ms_reworkcheckno.Size = new System.Drawing.Size(74, 21);
  430. this.ms_reworkcheckno.TabIndex = 129;
  431. this.ms_reworkcheckno.Text = "返修批号";
  432. this.ms_reworkcheckno.Visible = false;
  433. //
  434. // ms_makecode_label
  435. //
  436. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  437. | System.Windows.Forms.AnchorStyles.Left)));
  438. this.ms_makecode_label.AutoSize = true;
  439. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.ms_makecode_label.Location = new System.Drawing.Point(202, 26);
  441. this.ms_makecode_label.Name = "ms_makecode_label";
  442. this.ms_makecode_label.Size = new System.Drawing.Size(58, 21);
  443. this.ms_makecode_label.TabIndex = 37;
  444. this.ms_makecode_label.Text = "工单号";
  445. //
  446. // ms_sncode_label
  447. //
  448. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  449. | System.Windows.Forms.AnchorStyles.Left)));
  450. this.ms_sncode_label.AutoSize = true;
  451. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.ms_sncode_label.Location = new System.Drawing.Point(14, 25);
  453. this.ms_sncode_label.Name = "ms_sncode_label";
  454. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  455. this.ms_sncode_label.TabIndex = 38;
  456. this.ms_sncode_label.Text = "序列号";
  457. //
  458. // ms_checkno
  459. //
  460. this.ms_checkno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  461. | System.Windows.Forms.AnchorStyles.Left)));
  462. this.ms_checkno.AutoSize = true;
  463. this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.ms_checkno.Location = new System.Drawing.Point(789, 26);
  465. this.ms_checkno.Name = "ms_checkno";
  466. this.ms_checkno.Size = new System.Drawing.Size(74, 21);
  467. this.ms_checkno.TabIndex = 128;
  468. this.ms_checkno.Text = "送检批号";
  469. this.ms_checkno.Visible = false;
  470. //
  471. // RepairComplete
  472. //
  473. this.RepairComplete.AllPower = "ifall";
  474. this.RepairComplete.BackColor = System.Drawing.Color.Transparent;
  475. this.RepairComplete.DownImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.DownImage")));
  476. this.RepairComplete.Font = new System.Drawing.Font("微软雅黑", 9F);
  477. this.RepairComplete.Image = null;
  478. this.RepairComplete.IsShowBorder = true;
  479. this.RepairComplete.Location = new System.Drawing.Point(536, 66);
  480. this.RepairComplete.MoveImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.MoveImage")));
  481. this.RepairComplete.Name = "RepairComplete";
  482. this.RepairComplete.NormalImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.NormalImage")));
  483. this.RepairComplete.Power = null;
  484. this.RepairComplete.Size = new System.Drawing.Size(68, 24);
  485. this.RepairComplete.TabIndex = 55;
  486. this.RepairComplete.Tag = "IfRead";
  487. this.RepairComplete.Text = "完成维修";
  488. this.RepairComplete.UseVisualStyleBackColor = true;
  489. this.RepairComplete.Click += new System.EventHandler(this.RepairComplete_Click);
  490. //
  491. // ms_sncode
  492. //
  493. this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  494. | System.Windows.Forms.AnchorStyles.Left)));
  495. this.ms_sncode.AutoSize = true;
  496. this.ms_sncode.CutLength = null;
  497. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.ms_sncode.Location = new System.Drawing.Point(89, 26);
  499. this.ms_sncode.MaximumSize = new System.Drawing.Size(150, 0);
  500. this.ms_sncode.Name = "ms_sncode";
  501. this.ms_sncode.Size = new System.Drawing.Size(0, 21);
  502. this.ms_sncode.TabIndex = 126;
  503. //
  504. // Scrap
  505. //
  506. this.Scrap.AllPower = "ifall";
  507. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  508. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  509. this.Scrap.Font = new System.Drawing.Font("微软雅黑", 9F);
  510. this.Scrap.Image = null;
  511. this.Scrap.IsShowBorder = true;
  512. this.Scrap.Location = new System.Drawing.Point(631, 66);
  513. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  514. this.Scrap.Name = "Scrap";
  515. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  516. this.Scrap.Power = null;
  517. this.Scrap.Size = new System.Drawing.Size(68, 24);
  518. this.Scrap.TabIndex = 56;
  519. this.Scrap.Tag = "IfRead";
  520. this.Scrap.Text = "报废";
  521. this.Scrap.UseVisualStyleBackColor = true;
  522. this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
  523. //
  524. // nr_code
  525. //
  526. this.nr_code.AutoSize = true;
  527. this.nr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.nr_code.ForeColor = System.Drawing.Color.Black;
  529. this.nr_code.Location = new System.Drawing.Point(839, 221);
  530. this.nr_code.Name = "nr_code";
  531. this.nr_code.Size = new System.Drawing.Size(0, 21);
  532. this.nr_code.TabIndex = 125;
  533. //
  534. // st_rstepcode_label
  535. //
  536. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  537. | System.Windows.Forms.AnchorStyles.Left)));
  538. this.st_rstepcode_label.AutoSize = true;
  539. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.st_rstepcode_label.Location = new System.Drawing.Point(264, 64);
  541. this.st_rstepcode_label.Name = "st_rstepcode_label";
  542. this.st_rstepcode_label.Size = new System.Drawing.Size(74, 21);
  543. this.st_rstepcode_label.TabIndex = 65;
  544. this.st_rstepcode_label.Text = "回流工序";
  545. //
  546. // ma_craftcode_label
  547. //
  548. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  549. | System.Windows.Forms.AnchorStyles.Left)));
  550. this.ma_craftcode_label.AutoSize = true;
  551. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.ma_craftcode_label.Location = new System.Drawing.Point(14, 64);
  553. this.ma_craftcode_label.Name = "ma_craftcode_label";
  554. this.ma_craftcode_label.Size = new System.Drawing.Size(74, 21);
  555. this.ma_craftcode_label.TabIndex = 66;
  556. this.ma_craftcode_label.Text = "回流途程";
  557. //
  558. // cr_code
  559. //
  560. this.cr_code.AllPower = "ifall";
  561. this.cr_code.Caller = null;
  562. this.cr_code.Condition = null;
  563. this.cr_code.DBTitle = "回流途程";
  564. this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  565. this.cr_code.FormName = null;
  566. this.cr_code.Location = new System.Drawing.Point(91, 69);
  567. this.cr_code.Name = "cr_code";
  568. this.cr_code.Power = "ifspecial";
  569. this.cr_code.ReturnData = null;
  570. this.cr_code.SelectField = null;
  571. this.cr_code.SetValueField = null;
  572. this.cr_code.Size = new System.Drawing.Size(150, 23);
  573. this.cr_code.TabIndex = 67;
  574. this.cr_code.TableName = null;
  575. this.cr_code.Tag = "ma_craftcode";
  576. this.cr_code.TextBoxEnable = false;
  577. this.cr_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cr_code_UserControlTextChanged);
  578. //
  579. // pr_detail_label
  580. //
  581. this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  582. | System.Windows.Forms.AnchorStyles.Left)));
  583. this.pr_detail_label.AutoSize = true;
  584. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.pr_detail_label.Location = new System.Drawing.Point(636, 26);
  586. this.pr_detail_label.Name = "pr_detail_label";
  587. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  588. this.pr_detail_label.TabIndex = 61;
  589. this.pr_detail_label.Text = "产品名称";
  590. //
  591. // ms_prodcode_label
  592. //
  593. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  594. | System.Windows.Forms.AnchorStyles.Left)));
  595. this.ms_prodcode_label.AutoSize = true;
  596. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.ms_prodcode_label.Location = new System.Drawing.Point(407, 26);
  598. this.ms_prodcode_label.Name = "ms_prodcode_label";
  599. this.ms_prodcode_label.Size = new System.Drawing.Size(74, 21);
  600. this.ms_prodcode_label.TabIndex = 62;
  601. this.ms_prodcode_label.Text = "产品编号";
  602. //
  603. // pr_detail
  604. //
  605. this.pr_detail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  606. | System.Windows.Forms.AnchorStyles.Left)));
  607. this.pr_detail.AutoSize = true;
  608. this.pr_detail.CutLength = null;
  609. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.pr_detail.Location = new System.Drawing.Point(732, 26);
  611. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  612. this.pr_detail.Name = "pr_detail";
  613. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  614. this.pr_detail.TabIndex = 82;
  615. //
  616. // ms_prodcode
  617. //
  618. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  619. | System.Windows.Forms.AnchorStyles.Left)));
  620. this.ms_prodcode.AutoSize = true;
  621. this.ms_prodcode.CutLength = null;
  622. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.ms_prodcode.Location = new System.Drawing.Point(503, 26);
  624. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  625. this.ms_prodcode.Name = "ms_prodcode";
  626. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  627. this.ms_prodcode.TabIndex = 20;
  628. this.ms_prodcode.TextChanged += new System.EventHandler(this.ms_prodcode_TextChanged);
  629. //
  630. // ms_makecode
  631. //
  632. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  633. | System.Windows.Forms.AnchorStyles.Left)));
  634. this.ms_makecode.AutoSize = true;
  635. this.ms_makecode.CutLength = null;
  636. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.ms_makecode.Location = new System.Drawing.Point(282, 26);
  638. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  639. this.ms_makecode.Name = "ms_makecode";
  640. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  641. this.ms_makecode.TabIndex = 85;
  642. //
  643. // mb_badremark
  644. //
  645. this.mb_badremark.Location = new System.Drawing.Point(733, 143);
  646. this.mb_badremark.Margin = new System.Windows.Forms.Padding(4);
  647. this.mb_badremark.Name = "mb_badremark";
  648. this.mb_badremark.Size = new System.Drawing.Size(140, 21);
  649. this.mb_badremark.TabIndex = 127;
  650. this.mb_badremark.TextAreaEnable = true;
  651. this.mb_badremark.TextBoxEnable = true;
  652. //
  653. // bd_soncode
  654. //
  655. this.bd_soncode.AllPower = null;
  656. this.bd_soncode.Caller = null;
  657. this.bd_soncode.Condition = null;
  658. this.bd_soncode.DBTitle = null;
  659. this.bd_soncode.FormName = null;
  660. this.bd_soncode.Location = new System.Drawing.Point(528, 288);
  661. this.bd_soncode.Margin = new System.Windows.Forms.Padding(2);
  662. this.bd_soncode.Name = "bd_soncode";
  663. this.bd_soncode.Power = null;
  664. this.bd_soncode.ReturnData = null;
  665. this.bd_soncode.SelectField = null;
  666. this.bd_soncode.SetValueField = null;
  667. this.bd_soncode.Size = new System.Drawing.Size(137, 21);
  668. this.bd_soncode.TabIndex = 124;
  669. this.bd_soncode.TableName = null;
  670. this.bd_soncode.Tag = "bd_soncode";
  671. this.bd_soncode.TextBoxEnable = true;
  672. //
  673. // mbp_partdgv
  674. //
  675. this.mbp_partdgv.AllowUserToAddRows = false;
  676. this.mbp_partdgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  677. this.mbp_partdgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  678. this.mbp_part1,
  679. this.DeleteCom,
  680. this.mbp_id});
  681. this.mbp_partdgv.Location = new System.Drawing.Point(458, 325);
  682. this.mbp_partdgv.Margin = new System.Windows.Forms.Padding(2);
  683. this.mbp_partdgv.Name = "mbp_partdgv";
  684. this.mbp_partdgv.RowTemplate.Height = 27;
  685. this.mbp_partdgv.Size = new System.Drawing.Size(262, 152);
  686. this.mbp_partdgv.TabIndex = 121;
  687. this.mbp_partdgv.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.mbp_partdgv_CellContentClick);
  688. //
  689. // mbp_part1
  690. //
  691. this.mbp_part1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  692. this.mbp_part1.DataPropertyName = "mbp_part";
  693. this.mbp_part1.HeaderText = "已选择不良零件";
  694. this.mbp_part1.Name = "mbp_part1";
  695. this.mbp_part1.ReadOnly = true;
  696. //
  697. // DeleteCom
  698. //
  699. this.DeleteCom.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  700. this.DeleteCom.HeaderText = "删除";
  701. this.DeleteCom.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  702. this.DeleteCom.Name = "DeleteCom";
  703. this.DeleteCom.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  704. this.DeleteCom.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  705. this.DeleteCom.Width = 80;
  706. //
  707. // mbp_id
  708. //
  709. this.mbp_id.DataPropertyName = "mbp_id";
  710. this.mbp_id.HeaderText = "mbp_id";
  711. this.mbp_id.Name = "mbp_id";
  712. this.mbp_id.Visible = false;
  713. //
  714. // mbl_locdgv
  715. //
  716. this.mbl_locdgv.AllowUserToAddRows = false;
  717. this.mbl_locdgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  718. this.mbl_locdgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  719. this.mbl_loc1,
  720. this.DeletePos,
  721. this.mbl_id});
  722. this.mbl_locdgv.Location = new System.Drawing.Point(166, 325);
  723. this.mbl_locdgv.Margin = new System.Windows.Forms.Padding(2);
  724. this.mbl_locdgv.Name = "mbl_locdgv";
  725. this.mbl_locdgv.RowTemplate.Height = 27;
  726. this.mbl_locdgv.Size = new System.Drawing.Size(262, 152);
  727. this.mbl_locdgv.TabIndex = 120;
  728. this.mbl_locdgv.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.mbl_locdgv_CellContentClick);
  729. //
  730. // mbl_loc1
  731. //
  732. this.mbl_loc1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  733. this.mbl_loc1.DataPropertyName = "mbl_loc";
  734. this.mbl_loc1.HeaderText = "已选择不良位置";
  735. this.mbl_loc1.Name = "mbl_loc1";
  736. this.mbl_loc1.ReadOnly = true;
  737. //
  738. // DeletePos
  739. //
  740. this.DeletePos.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  741. this.DeletePos.HeaderText = "删除";
  742. this.DeletePos.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  743. this.DeletePos.Name = "DeletePos";
  744. this.DeletePos.Width = 80;
  745. //
  746. // mbl_id
  747. //
  748. this.mbl_id.DataPropertyName = "mbl_id";
  749. this.mbl_id.HeaderText = "mbl_id";
  750. this.mbl_id.Name = "mbl_id";
  751. this.mbl_id.Visible = false;
  752. //
  753. // RefreshTreeView
  754. //
  755. this.RefreshTreeView.AllPower = null;
  756. this.RefreshTreeView.Cursor = System.Windows.Forms.Cursors.Hand;
  757. this.RefreshTreeView.Image = global::UAS_MES_NEW.Properties.Resources.refresh;
  758. this.RefreshTreeView.Location = new System.Drawing.Point(85, 118);
  759. this.RefreshTreeView.Margin = new System.Windows.Forms.Padding(2);
  760. this.RefreshTreeView.Name = "RefreshTreeView";
  761. this.RefreshTreeView.Power = null;
  762. this.RefreshTreeView.Size = new System.Drawing.Size(20, 20);
  763. this.RefreshTreeView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  764. this.RefreshTreeView.TabIndex = 119;
  765. this.RefreshTreeView.TabStop = false;
  766. this.RefreshTreeView.Click += new System.EventHandler(this.RefreshTreeView_Click);
  767. //
  768. // GetSNCode
  769. //
  770. this.GetSNCode.AllPower = null;
  771. this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  772. | System.Windows.Forms.AnchorStyles.Left)));
  773. this.GetSNCode.BackColor = System.Drawing.Color.White;
  774. this.GetSNCode.ID = null;
  775. this.GetSNCode.Location = new System.Drawing.Point(244, 534);
  776. this.GetSNCode.Name = "GetSNCode";
  777. this.GetSNCode.Power = null;
  778. this.GetSNCode.Size = new System.Drawing.Size(188, 21);
  779. this.GetSNCode.Str = null;
  780. this.GetSNCode.Str1 = null;
  781. this.GetSNCode.Str2 = null;
  782. this.GetSNCode.TabIndex = 114;
  783. this.GetSNCode.Tag = "Read";
  784. this.GetSNCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GetSNCode_KeyDown);
  785. //
  786. // NewRepairInf
  787. //
  788. this.NewRepairInf.AllPower = "ifall";
  789. this.NewRepairInf.BackColor = System.Drawing.Color.Transparent;
  790. this.NewRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.DownImage")));
  791. this.NewRepairInf.Image = null;
  792. this.NewRepairInf.IsShowBorder = true;
  793. this.NewRepairInf.Location = new System.Drawing.Point(292, 493);
  794. this.NewRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.MoveImage")));
  795. this.NewRepairInf.Name = "NewRepairInf";
  796. this.NewRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.NormalImage")));
  797. this.NewRepairInf.Power = null;
  798. this.NewRepairInf.Size = new System.Drawing.Size(86, 24);
  799. this.NewRepairInf.TabIndex = 112;
  800. this.NewRepairInf.Tag = "IfRead";
  801. this.NewRepairInf.Text = "新增维修信息";
  802. this.NewRepairInf.UseVisualStyleBackColor = true;
  803. this.NewRepairInf.Click += new System.EventHandler(this.NewRepairInf_Click);
  804. //
  805. // SaveRepairInf
  806. //
  807. this.SaveRepairInf.AllPower = "ifall";
  808. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  809. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  810. this.SaveRepairInf.Image = null;
  811. this.SaveRepairInf.IsShowBorder = true;
  812. this.SaveRepairInf.Location = new System.Drawing.Point(656, 227);
  813. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  814. this.SaveRepairInf.Name = "SaveRepairInf";
  815. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  816. this.SaveRepairInf.Power = null;
  817. this.SaveRepairInf.Size = new System.Drawing.Size(86, 24);
  818. this.SaveRepairInf.TabIndex = 111;
  819. this.SaveRepairInf.Tag = "IfRead";
  820. this.SaveRepairInf.Text = "保存维修信息";
  821. this.SaveRepairInf.UseVisualStyleBackColor = true;
  822. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  823. //
  824. // DeleteRepairInf
  825. //
  826. this.DeleteRepairInf.AllPower = "ifall";
  827. this.DeleteRepairInf.BackColor = System.Drawing.Color.Transparent;
  828. this.DeleteRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.DownImage")));
  829. this.DeleteRepairInf.Image = null;
  830. this.DeleteRepairInf.IsShowBorder = true;
  831. this.DeleteRepairInf.Location = new System.Drawing.Point(421, 493);
  832. this.DeleteRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.MoveImage")));
  833. this.DeleteRepairInf.Name = "DeleteRepairInf";
  834. this.DeleteRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.NormalImage")));
  835. this.DeleteRepairInf.Power = null;
  836. this.DeleteRepairInf.Size = new System.Drawing.Size(57, 24);
  837. this.DeleteRepairInf.TabIndex = 110;
  838. this.DeleteRepairInf.Tag = "IfRead";
  839. this.DeleteRepairInf.Text = "删除";
  840. this.DeleteRepairInf.UseVisualStyleBackColor = true;
  841. this.DeleteRepairInf.Click += new System.EventHandler(this.DeleteRepairInf_Click);
  842. //
  843. // mbl_loc
  844. //
  845. this.mbl_loc.AllPower = null;
  846. this.mbl_loc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  847. | System.Windows.Forms.AnchorStyles.Left)));
  848. this.mbl_loc.BackColor = System.Drawing.Color.White;
  849. this.mbl_loc.ID = null;
  850. this.mbl_loc.Location = new System.Drawing.Point(262, 289);
  851. this.mbl_loc.Name = "mbl_loc";
  852. this.mbl_loc.Power = null;
  853. this.mbl_loc.Size = new System.Drawing.Size(122, 21);
  854. this.mbl_loc.Str = null;
  855. this.mbl_loc.Str1 = null;
  856. this.mbl_loc.Str2 = null;
  857. this.mbl_loc.TabIndex = 104;
  858. this.mbl_loc.Tag = "Read";
  859. this.mbl_loc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mbl_loc_KeyDown);
  860. //
  861. // bc_name
  862. //
  863. this.bc_name.AllPower = null;
  864. this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  865. | System.Windows.Forms.AnchorStyles.Left)));
  866. this.bc_name.BackColor = System.Drawing.Color.White;
  867. this.bc_name.Enabled = false;
  868. this.bc_name.ID = null;
  869. this.bc_name.Location = new System.Drawing.Point(502, 143);
  870. this.bc_name.Name = "bc_name";
  871. this.bc_name.Power = null;
  872. this.bc_name.Size = new System.Drawing.Size(121, 21);
  873. this.bc_name.Str = null;
  874. this.bc_name.Str1 = null;
  875. this.bc_name.Str2 = null;
  876. this.bc_name.TabIndex = 92;
  877. this.bc_name.Tag = "Read";
  878. //
  879. // bg_name
  880. //
  881. this.bg_name.AllPower = null;
  882. this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  883. | System.Windows.Forms.AnchorStyles.Left)));
  884. this.bg_name.BackColor = System.Drawing.Color.White;
  885. this.bg_name.Enabled = false;
  886. this.bg_name.ForeColor = System.Drawing.Color.Red;
  887. this.bg_name.ID = null;
  888. this.bg_name.Location = new System.Drawing.Point(262, 144);
  889. this.bg_name.Name = "bg_name";
  890. this.bg_name.Power = null;
  891. this.bg_name.Size = new System.Drawing.Size(121, 21);
  892. this.bg_name.Str = null;
  893. this.bg_name.Str1 = null;
  894. this.bg_name.Str2 = null;
  895. this.bg_name.TabIndex = 91;
  896. this.bg_name.Tag = "Read";
  897. //
  898. // OperatResult
  899. //
  900. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  901. this.OperatResult.Location = new System.Drawing.Point(733, 287);
  902. this.OperatResult.Name = "OperatResult";
  903. this.OperatResult.Size = new System.Drawing.Size(157, 250);
  904. this.OperatResult.TabIndex = 87;
  905. this.OperatResult.Text = "";
  906. //
  907. // Clean
  908. //
  909. this.Clean.AllPower = null;
  910. this.Clean.BackColor = System.Drawing.Color.Transparent;
  911. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  912. this.Clean.Image = null;
  913. this.Clean.IsShowBorder = true;
  914. this.Clean.Location = new System.Drawing.Point(782, 542);
  915. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  916. this.Clean.Name = "Clean";
  917. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  918. this.Clean.Power = null;
  919. this.Clean.Size = new System.Drawing.Size(60, 24);
  920. this.Clean.TabIndex = 81;
  921. this.Clean.Tag = "IfRead";
  922. this.Clean.Text = "清除";
  923. this.Clean.UseVisualStyleBackColor = true;
  924. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  925. //
  926. // NewBadCode
  927. //
  928. this.NewBadCode.AllPower = "ifall";
  929. this.NewBadCode.BackColor = System.Drawing.Color.Transparent;
  930. this.NewBadCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.DownImage")));
  931. this.NewBadCode.Image = null;
  932. this.NewBadCode.IsShowBorder = true;
  933. this.NewBadCode.Location = new System.Drawing.Point(164, 493);
  934. this.NewBadCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.MoveImage")));
  935. this.NewBadCode.Name = "NewBadCode";
  936. this.NewBadCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.NormalImage")));
  937. this.NewBadCode.Power = null;
  938. this.NewBadCode.Size = new System.Drawing.Size(86, 24);
  939. this.NewBadCode.TabIndex = 60;
  940. this.NewBadCode.Tag = "IfRead";
  941. this.NewBadCode.Text = "新增不良代码";
  942. this.NewBadCode.UseVisualStyleBackColor = true;
  943. this.NewBadCode.Click += new System.EventHandler(this.NewBadCode_Click);
  944. //
  945. // SaveBadLocation
  946. //
  947. this.SaveBadLocation.AllPower = "ifall";
  948. this.SaveBadLocation.BackColor = System.Drawing.Color.Transparent;
  949. this.SaveBadLocation.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.DownImage")));
  950. this.SaveBadLocation.Enabled = false;
  951. this.SaveBadLocation.Image = null;
  952. this.SaveBadLocation.IsShowBorder = true;
  953. this.SaveBadLocation.Location = new System.Drawing.Point(385, 287);
  954. this.SaveBadLocation.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.MoveImage")));
  955. this.SaveBadLocation.Name = "SaveBadLocation";
  956. this.SaveBadLocation.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.NormalImage")));
  957. this.SaveBadLocation.Power = null;
  958. this.SaveBadLocation.Size = new System.Drawing.Size(46, 24);
  959. this.SaveBadLocation.TabIndex = 59;
  960. this.SaveBadLocation.Tag = "IfRead";
  961. this.SaveBadLocation.Text = "保存";
  962. this.SaveBadLocation.UseVisualStyleBackColor = true;
  963. this.SaveBadLocation.Click += new System.EventHandler(this.SaveBadLocation_Click);
  964. //
  965. // Make_Repair
  966. //
  967. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  968. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  969. this.ClientSize = new System.Drawing.Size(900, 579);
  970. this.Controls.Add(this.mbc_component);
  971. this.Controls.Add(this.mbr_dutycode);
  972. this.Controls.Add(this.so_code);
  973. this.Controls.Add(this.nrg_code);
  974. this.Controls.Add(this.mbr_dutyname);
  975. this.Controls.Add(this.so_name);
  976. this.Controls.Add(this.nr_name);
  977. this.Controls.Add(this.nrg_name);
  978. this.Controls.Add(this.groupBoxWithBorder1);
  979. this.Controls.Add(this.mb_badremark);
  980. this.Controls.Add(this.bd_soncode);
  981. this.Controls.Add(this.bg_code);
  982. this.Controls.Add(this.bc_code);
  983. this.Controls.Add(this.mbp_partdgv);
  984. this.Controls.Add(this.mbl_locdgv);
  985. this.Controls.Add(this.RefreshTreeView);
  986. this.Controls.Add(this.BadCodeTree);
  987. this.Controls.Add(this.label2);
  988. this.Controls.Add(this.GetSNCode);
  989. this.Controls.Add(this.GetSNCode_Label);
  990. this.Controls.Add(this.NewRepairInf);
  991. this.Controls.Add(this.SaveRepairInf);
  992. this.Controls.Add(this.DeleteRepairInf);
  993. this.Controls.Add(this.mbp_part_label);
  994. this.Controls.Add(this.mbl_loc);
  995. this.Controls.Add(this.mbl_loc_label);
  996. this.Controls.Add(this.mbr_solution_label);
  997. this.Controls.Add(this.mbc_component_label);
  998. this.Controls.Add(this.mbr_dutycode_label);
  999. this.Controls.Add(this.nr_name_label);
  1000. this.Controls.Add(this.mbr_brgcode_label);
  1001. this.Controls.Add(this.bc_name);
  1002. this.Controls.Add(this.bg_name);
  1003. this.Controls.Add(this.OperatResult);
  1004. this.Controls.Add(this.Clean);
  1005. this.Controls.Add(this.NewBadCode);
  1006. this.Controls.Add(this.SaveBadLocation);
  1007. this.Controls.Add(this.label14);
  1008. this.Controls.Add(this.bc_name_label);
  1009. this.Controls.Add(this.bg_name_label);
  1010. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1011. this.Name = "Make_Repair";
  1012. this.Tag = "Make!Repair";
  1013. this.Text = "维修作业";
  1014. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_Repair_FormClosing);
  1015. this.Load += new System.EventHandler(this.Make_Repair_Load);
  1016. this.SizeChanged += new System.EventHandler(this.Make_Repair_SizeChanged);
  1017. ((System.ComponentModel.ISupportInitialize)(this.LocationSource)).EndInit();
  1018. ((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).EndInit();
  1019. this.groupBoxWithBorder1.ResumeLayout(true);
  1020. this.groupBoxWithBorder1.PerformLayout();
  1021. ((System.ComponentModel.ISupportInitialize)(this.mbp_partdgv)).EndInit();
  1022. ((System.ComponentModel.ISupportInitialize)(this.mbl_locdgv)).EndInit();
  1023. ((System.ComponentModel.ISupportInitialize)(this.RefreshTreeView)).EndInit();
  1024. this.ResumeLayout(true);
  1025. this.PerformLayout();
  1026. }
  1027. #endregion
  1028. private CustomControl.ButtonUtil.NormalButton RepairComplete;
  1029. private CustomControl.ButtonUtil.NormalButton Scrap;
  1030. private CustomControl.ButtonUtil.NormalButton SaveBadLocation;
  1031. private CustomControl.ButtonUtil.NormalButton NewBadCode;
  1032. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  1033. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  1034. private System.Windows.Forms.Label ma_craftcode_label;
  1035. private System.Windows.Forms.Label st_rstepcode_label;
  1036. private System.Windows.Forms.Label ms_prodcode_label;
  1037. private System.Windows.Forms.Label label14;
  1038. private System.Windows.Forms.Label bc_name_label;
  1039. private System.Windows.Forms.Label bg_name_label;
  1040. private System.Windows.Forms.Label ms_sncode_label;
  1041. private System.Windows.Forms.Label ms_makecode_label;
  1042. private CustomControl.ButtonUtil.NormalButton Clean;
  1043. private CustomControl.ValueLabel.ValueLabel pr_detail;
  1044. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  1045. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  1046. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  1047. private CustomControl.TextBoxWithIcon.EnterTextBox bg_name;
  1048. private CustomControl.TextBoxWithIcon.EnterTextBox bc_name;
  1049. private System.Windows.Forms.Label mbr_brgcode_label;
  1050. private System.Windows.Forms.Label nr_name_label;
  1051. private System.Windows.Forms.Label mbr_dutycode_label;
  1052. private System.Windows.Forms.Label mbc_component_label;
  1053. private System.Windows.Forms.Label mbr_solution_label;
  1054. private System.Windows.Forms.Label mbl_loc_label;
  1055. private System.Windows.Forms.Label mbp_part_label;
  1056. private CustomControl.ButtonUtil.NormalButton DeleteRepairInf;
  1057. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  1058. private CustomControl.ButtonUtil.NormalButton NewRepairInf;
  1059. private CustomControl.TextBoxWithIcon.SnCollectionBox GetSNCode;
  1060. private System.Windows.Forms.Label GetSNCode_Label;
  1061. private System.Windows.Forms.Label label2;
  1062. private System.Windows.Forms.TreeView BadCodeTree;
  1063. private CustomControl.ClickPicBox.ClickPicBox RefreshTreeView;
  1064. private CustomControl.TextBoxWithIcon.EnterTextBox mbl_loc;
  1065. private CustomControl.DataGrid_View.DataGridViewWithCheckBox mbl_locdgv;
  1066. private CustomControl.DataGrid_View.DataGridViewWithCheckBox mbp_partdgv;
  1067. private System.Windows.Forms.BindingSource LocationSource;
  1068. private System.Windows.Forms.BindingSource ComponentSource;
  1069. private System.Windows.Forms.Label bc_code;
  1070. private System.Windows.Forms.Label bg_code;
  1071. private CustomControl.TextBoxWithIcon.SearchTextBox bd_soncode;
  1072. private System.Windows.Forms.Label nr_code;
  1073. private CustomControl.ValueLabel.ValueLabel ms_sncode;
  1074. private CustomControl.TextBoxWithIcon.TextBoxWithTextArea mb_badremark;
  1075. private System.Windows.Forms.DataGridViewTextBoxColumn mbp_part1;
  1076. private System.Windows.Forms.DataGridViewImageColumn DeleteCom;
  1077. private System.Windows.Forms.DataGridViewTextBoxColumn mbp_id;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn mbl_loc1;
  1079. private System.Windows.Forms.DataGridViewImageColumn DeletePos;
  1080. private System.Windows.Forms.DataGridViewTextBoxColumn mbl_id;
  1081. private System.Windows.Forms.Label pr_detail_label;
  1082. private System.Windows.Forms.Label ms_checkno;
  1083. private System.Windows.Forms.Label ms_reworkcheckno;
  1084. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1085. private CustomControl.TextBoxWithIcon.BlurSearch nrg_name;
  1086. private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
  1087. private CustomControl.TextBoxWithIcon.BlurSearch so_name;
  1088. private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
  1089. private System.Windows.Forms.Label nrg_code;
  1090. private System.Windows.Forms.Label so_code;
  1091. private System.Windows.Forms.Label mbr_dutycode;
  1092. private CustomControl.ComBoxWithFocus.ComBoxWithFocus mbc_component;
  1093. }
  1094. }