Make_Repair.Designer.cs 71 KB

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