Make_Repair.Designer.cs 69 KB

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