Make_Repair.Designer.cs 69 KB

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