Make_Repair.Designer.cs 67 KB

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