Make_Repair.Designer.cs 63 KB

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