Make_Repair.Designer.cs 72 KB

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