Make_Repair.Designer.cs 59 KB

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