Make_RepairOk.Designer.cs 73 KB

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