Make_Repair.Designer.cs 63 KB

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