Make_Repair.Designer.cs 72 KB

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