Make_Repair.Designer.cs 67 KB

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