Make_Repair.Designer.cs 60 KB

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