Make_Repair.Designer.cs 63 KB

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