Make_Repair.Designer.cs 70 KB

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