Make_Repair.Designer.cs 68 KB

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