Make_RepairoffLine.Designer.cs 76 KB

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