Make_RepairOk.Designer.cs 70 KB

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