Make_Repair.Designer.cs 67 KB

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