Make_Repair.Designer.cs 66 KB

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