Make_Repair.Designer.cs 62 KB

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