Make_Repair.Designer.cs 60 KB

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