Make_Repair.Designer.cs 65 KB

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