Make_Repair.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_Repair));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.GetSNCode_Label = 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.Refueling = new System.Windows.Forms.CheckBox();
  35. this.ma_prodcode_label = new System.Windows.Forms.Label();
  36. this.pr_detail_label = new System.Windows.Forms.Label();
  37. this.label14 = new System.Windows.Forms.Label();
  38. this.label13 = new System.Windows.Forms.Label();
  39. this.label12 = new System.Windows.Forms.Label();
  40. this.st_name_label = new System.Windows.Forms.Label();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.ms_nextstepcode_label = new System.Windows.Forms.Label();
  43. this.ms_sncode_label = new System.Windows.Forms.Label();
  44. this.ma_code_label = new System.Windows.Forms.Label();
  45. this.OperatResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  46. this.st_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.ms_nextstepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  53. this.BadCodeGrid = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  54. this.GetSNCode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  55. this.cd_stepcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  56. this.cr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.AddRow = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.Scrap = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  60. this.RepairComplete = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  61. this.bc_groupcode1 = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  62. this.bc_reason = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  63. this.RepairResult = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  64. this.label2 = new System.Windows.Forms.Label();
  65. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
  66. this.mb_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.mb_dutyman = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.bc_note = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.mb_badremark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.bc_groupcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.mb_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.panel2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.BadCodeGrid)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // panel2
  79. //
  80. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  81. this.panel2.Controls.Add(this.label1);
  82. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.panel2.Location = new System.Drawing.Point(0, 0);
  84. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  85. this.panel2.Name = "panel2";
  86. this.panel2.Size = new System.Drawing.Size(1320, 36);
  87. this.panel2.TabIndex = 32;
  88. //
  89. // label1
  90. //
  91. this.label1.AutoSize = true;
  92. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  94. this.label1.Location = new System.Drawing.Point(16, 5);
  95. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(92, 27);
  98. this.label1.TabIndex = 0;
  99. this.label1.Text = "维修作业";
  100. //
  101. // GetSNCode_Label
  102. //
  103. this.GetSNCode_Label.AutoSize = true;
  104. this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.GetSNCode_Label.Location = new System.Drawing.Point(32, 665);
  106. this.GetSNCode_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.GetSNCode_Label.Name = "GetSNCode_Label";
  108. this.GetSNCode_Label.Size = new System.Drawing.Size(0, 27);
  109. this.GetSNCode_Label.TabIndex = 77;
  110. //
  111. // ma_craftcode_label
  112. //
  113. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)));
  115. this.ma_craftcode_label.AutoSize = true;
  116. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.ma_craftcode_label.Location = new System.Drawing.Point(31, 710);
  118. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.ma_craftcode_label.Name = "ma_craftcode_label";
  120. this.ma_craftcode_label.Size = new System.Drawing.Size(92, 27);
  121. this.ma_craftcode_label.TabIndex = 66;
  122. this.ma_craftcode_label.Text = "回流工艺";
  123. //
  124. // st_rstepcode_label
  125. //
  126. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Left)));
  128. this.st_rstepcode_label.AutoSize = true;
  129. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.st_rstepcode_label.Location = new System.Drawing.Point(419, 712);
  131. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.st_rstepcode_label.Name = "st_rstepcode_label";
  133. this.st_rstepcode_label.Size = new System.Drawing.Size(92, 27);
  134. this.st_rstepcode_label.TabIndex = 65;
  135. this.st_rstepcode_label.Text = "回流工序";
  136. //
  137. // Refueling
  138. //
  139. this.Refueling.AutoSize = true;
  140. this.Refueling.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.Refueling.Location = new System.Drawing.Point(424, 662);
  142. this.Refueling.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  143. this.Refueling.Name = "Refueling";
  144. this.Refueling.Size = new System.Drawing.Size(74, 31);
  145. this.Refueling.TabIndex = 64;
  146. this.Refueling.Text = "换料";
  147. this.Refueling.UseVisualStyleBackColor = true;
  148. this.Refueling.CheckedChanged += new System.EventHandler(this.Refueling_CheckedChanged);
  149. //
  150. // ma_prodcode_label
  151. //
  152. this.ma_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  153. | System.Windows.Forms.AnchorStyles.Left)));
  154. this.ma_prodcode_label.AutoSize = true;
  155. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ma_prodcode_label.Location = new System.Drawing.Point(448, 104);
  157. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.ma_prodcode_label.Name = "ma_prodcode_label";
  159. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  160. this.ma_prodcode_label.TabIndex = 62;
  161. this.ma_prodcode_label.Text = "产品代码";
  162. //
  163. // pr_detail_label
  164. //
  165. this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Left)));
  167. this.pr_detail_label.AutoSize = true;
  168. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.pr_detail_label.Location = new System.Drawing.Point(867, 104);
  170. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  171. this.pr_detail_label.Name = "pr_detail_label";
  172. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  173. this.pr_detail_label.TabIndex = 61;
  174. this.pr_detail_label.Text = "产品名称";
  175. //
  176. // label14
  177. //
  178. this.label14.AutoSize = true;
  179. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.label14.Location = new System.Drawing.Point(995, 299);
  181. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.label14.Name = "label14";
  183. this.label14.Size = new System.Drawing.Size(92, 27);
  184. this.label14.TabIndex = 46;
  185. this.label14.Text = "不良备注";
  186. //
  187. // label13
  188. //
  189. this.label13.AutoSize = true;
  190. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.label13.Location = new System.Drawing.Point(995, 354);
  192. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.label13.Name = "label13";
  194. this.label13.Size = new System.Drawing.Size(92, 27);
  195. this.label13.TabIndex = 45;
  196. this.label13.Text = "维修结果";
  197. //
  198. // label12
  199. //
  200. this.label12.AutoSize = true;
  201. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label12.ForeColor = System.Drawing.Color.Red;
  203. this.label12.Location = new System.Drawing.Point(995, 242);
  204. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.label12.Name = "label12";
  206. this.label12.Size = new System.Drawing.Size(92, 27);
  207. this.label12.TabIndex = 44;
  208. this.label12.Text = "不良原因";
  209. //
  210. // st_name_label
  211. //
  212. this.st_name_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  213. | System.Windows.Forms.AnchorStyles.Left)));
  214. this.st_name_label.AutoSize = true;
  215. this.st_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.st_name_label.Location = new System.Drawing.Point(867, 60);
  217. this.st_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.st_name_label.Name = "st_name_label";
  219. this.st_name_label.Size = new System.Drawing.Size(92, 27);
  220. this.st_name_label.TabIndex = 42;
  221. this.st_name_label.Text = "工序名称";
  222. //
  223. // label8
  224. //
  225. this.label8.AutoSize = true;
  226. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.label8.Location = new System.Drawing.Point(995, 188);
  228. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.label8.Name = "label8";
  230. this.label8.Size = new System.Drawing.Size(92, 27);
  231. this.label8.TabIndex = 40;
  232. this.label8.Text = "不良组别";
  233. //
  234. // ms_nextstepcode_label
  235. //
  236. this.ms_nextstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  237. | System.Windows.Forms.AnchorStyles.Left)));
  238. this.ms_nextstepcode_label.AutoSize = true;
  239. this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.ms_nextstepcode_label.Location = new System.Drawing.Point(448, 60);
  241. this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  242. this.ms_nextstepcode_label.Name = "ms_nextstepcode_label";
  243. this.ms_nextstepcode_label.Size = new System.Drawing.Size(92, 27);
  244. this.ms_nextstepcode_label.TabIndex = 39;
  245. this.ms_nextstepcode_label.Text = "工序编号";
  246. //
  247. // ms_sncode_label
  248. //
  249. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  250. | System.Windows.Forms.AnchorStyles.Left)));
  251. this.ms_sncode_label.AutoSize = true;
  252. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.ms_sncode_label.Location = new System.Drawing.Point(16, 60);
  254. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  255. this.ms_sncode_label.Name = "ms_sncode_label";
  256. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  257. this.ms_sncode_label.TabIndex = 38;
  258. this.ms_sncode_label.Text = "序列号";
  259. //
  260. // ma_code_label
  261. //
  262. this.ma_code_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)));
  264. this.ma_code_label.AutoSize = true;
  265. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.ma_code_label.Location = new System.Drawing.Point(16, 104);
  267. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  268. this.ma_code_label.Name = "ma_code_label";
  269. this.ma_code_label.Size = new System.Drawing.Size(72, 27);
  270. this.ma_code_label.TabIndex = 37;
  271. this.ma_code_label.Text = "工单号";
  272. //
  273. // OperatResult
  274. //
  275. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.OperatResult.Location = new System.Drawing.Point(1007, 450);
  277. this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  278. this.OperatResult.Name = "OperatResult";
  279. this.OperatResult.Size = new System.Drawing.Size(300, 240);
  280. this.OperatResult.TabIndex = 87;
  281. this.OperatResult.Text = "";
  282. //
  283. // st_name
  284. //
  285. this.st_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)));
  287. this.st_name.AutoSize = true;
  288. this.st_name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.st_name.Location = new System.Drawing.Point(995, 60);
  290. this.st_name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  291. this.st_name.Name = "st_name";
  292. this.st_name.Size = new System.Drawing.Size(0, 27);
  293. this.st_name.TabIndex = 86;
  294. //
  295. // ma_code
  296. //
  297. this.ma_code.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  298. | System.Windows.Forms.AnchorStyles.Left)));
  299. this.ma_code.AutoSize = true;
  300. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.ma_code.Location = new System.Drawing.Point(123, 104);
  302. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.ma_code.Name = "ma_code";
  304. this.ma_code.Size = new System.Drawing.Size(0, 27);
  305. this.ma_code.TabIndex = 85;
  306. this.ma_code.TextChanged += new System.EventHandler(this.ma_code_TextChanged);
  307. //
  308. // ms_nextstepcode
  309. //
  310. this.ms_nextstepcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  311. | System.Windows.Forms.AnchorStyles.Left)));
  312. this.ms_nextstepcode.AutoSize = true;
  313. this.ms_nextstepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.ms_nextstepcode.Location = new System.Drawing.Point(576, 60);
  315. this.ms_nextstepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  316. this.ms_nextstepcode.Name = "ms_nextstepcode";
  317. this.ms_nextstepcode.Size = new System.Drawing.Size(0, 27);
  318. this.ms_nextstepcode.TabIndex = 84;
  319. //
  320. // ma_prodcode
  321. //
  322. this.ma_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  323. | System.Windows.Forms.AnchorStyles.Left)));
  324. this.ma_prodcode.AutoSize = true;
  325. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.ma_prodcode.Location = new System.Drawing.Point(576, 104);
  327. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  328. this.ma_prodcode.Name = "ma_prodcode";
  329. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  330. this.ma_prodcode.TabIndex = 83;
  331. //
  332. // pr_detail
  333. //
  334. this.pr_detail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  335. | System.Windows.Forms.AnchorStyles.Left)));
  336. this.pr_detail.AutoSize = true;
  337. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.pr_detail.Location = new System.Drawing.Point(995, 104);
  339. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.pr_detail.Name = "pr_detail";
  341. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  342. this.pr_detail.TabIndex = 82;
  343. //
  344. // Clean
  345. //
  346. this.Clean.AllPower = null;
  347. this.Clean.BackColor = System.Drawing.Color.Transparent;
  348. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  349. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  350. this.Clean.IsShowBorder = true;
  351. this.Clean.Location = new System.Drawing.Point(1119, 708);
  352. this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  353. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  354. this.Clean.Name = "Clean";
  355. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  356. this.Clean.Power = null;
  357. this.Clean.Size = new System.Drawing.Size(80, 30);
  358. this.Clean.TabIndex = 81;
  359. this.Clean.Tag = "IfWrite";
  360. this.Clean.Text = "清除";
  361. this.Clean.UseVisualStyleBackColor = true;
  362. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  363. //
  364. // ms_sncode
  365. //
  366. this.ms_sncode.AllPower = null;
  367. this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  368. | System.Windows.Forms.AnchorStyles.Left)));
  369. this.ms_sncode.BackColor = System.Drawing.Color.White;
  370. this.ms_sncode.ID = null;
  371. this.ms_sncode.Location = new System.Drawing.Point(123, 62);
  372. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  373. this.ms_sncode.Name = "ms_sncode";
  374. this.ms_sncode.Power = null;
  375. this.ms_sncode.Size = new System.Drawing.Size(228, 25);
  376. this.ms_sncode.Str = null;
  377. this.ms_sncode.Str1 = null;
  378. this.ms_sncode.Str2 = null;
  379. this.ms_sncode.TabIndex = 80;
  380. this.ms_sncode.Tag = "Read";
  381. //
  382. // BadCodeGrid
  383. //
  384. this.BadCodeGrid.AllowUserToAddRows = false;
  385. this.BadCodeGrid.AllowUserToDeleteRows = false;
  386. this.BadCodeGrid.BackgroundColor = System.Drawing.Color.WhiteSmoke;
  387. this.BadCodeGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  388. this.BadCodeGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  389. this.mb_badcode,
  390. this.mb_id,
  391. this.bc_groupcode,
  392. this.bc_name,
  393. this.mb_badremark,
  394. this.bc_note,
  395. this.mb_dutyman,
  396. this.mb_status});
  397. this.BadCodeGrid.GridColor = System.Drawing.SystemColors.Control;
  398. this.BadCodeGrid.Location = new System.Drawing.Point(21, 178);
  399. this.BadCodeGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  400. this.BadCodeGrid.Name = "BadCodeGrid";
  401. this.BadCodeGrid.ReadOnly = true;
  402. this.BadCodeGrid.RowTemplate.Height = 23;
  403. this.BadCodeGrid.Size = new System.Drawing.Size(957, 470);
  404. this.BadCodeGrid.TabIndex = 79;
  405. this.BadCodeGrid.DataSourceChanged += new System.EventHandler(this.BadCodeGrid_DataSourceChanged);
  406. this.BadCodeGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BadCodeGrid_CellClick);
  407. //
  408. // GetSNCode
  409. //
  410. this.GetSNCode.AllPower = "ifall";
  411. this.GetSNCode.BackColor = System.Drawing.Color.White;
  412. this.GetSNCode.ID = null;
  413. this.GetSNCode.Location = new System.Drawing.Point(143, 665);
  414. this.GetSNCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  415. this.GetSNCode.Name = "GetSNCode";
  416. this.GetSNCode.Power = null;
  417. this.GetSNCode.Size = new System.Drawing.Size(253, 25);
  418. this.GetSNCode.Str = null;
  419. this.GetSNCode.Str1 = null;
  420. this.GetSNCode.Str2 = null;
  421. this.GetSNCode.TabIndex = 78;
  422. this.GetSNCode.Tag = "IfWrite";
  423. this.GetSNCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GetSNCode_KeyDown);
  424. //
  425. // cd_stepcode
  426. //
  427. this.cd_stepcode.AllPower = null;
  428. this.cd_stepcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  429. | System.Windows.Forms.AnchorStyles.Left)));
  430. this.cd_stepcode.Caller = null;
  431. this.cd_stepcode.Condition = null;
  432. this.cd_stepcode.DBTitle = "回流工序";
  433. this.cd_stepcode.FormName = null;
  434. this.cd_stepcode.Location = new System.Drawing.Point(539, 712);
  435. this.cd_stepcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  436. this.cd_stepcode.Name = "cd_stepcode";
  437. this.cd_stepcode.Power = null;
  438. this.cd_stepcode.SelectField = null;
  439. this.cd_stepcode.SetValueField = null;
  440. this.cd_stepcode.Size = new System.Drawing.Size(256, 25);
  441. this.cd_stepcode.TabIndex = 68;
  442. this.cd_stepcode.TableName = null;
  443. this.cd_stepcode.Tag = "Read";
  444. this.cd_stepcode.TextBoxEnable = false;
  445. //
  446. // cr_code
  447. //
  448. this.cr_code.AllPower = null;
  449. this.cr_code.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  450. | System.Windows.Forms.AnchorStyles.Left)));
  451. this.cr_code.Caller = null;
  452. this.cr_code.Condition = null;
  453. this.cr_code.DBTitle = "回流工艺";
  454. this.cr_code.FormName = null;
  455. this.cr_code.Location = new System.Drawing.Point(143, 712);
  456. this.cr_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  457. this.cr_code.Name = "cr_code";
  458. this.cr_code.Power = null;
  459. this.cr_code.SelectField = null;
  460. this.cr_code.SetValueField = null;
  461. this.cr_code.Size = new System.Drawing.Size(255, 25);
  462. this.cr_code.TabIndex = 67;
  463. this.cr_code.TableName = null;
  464. this.cr_code.Tag = "Read";
  465. this.cr_code.TextBoxEnable = false;
  466. this.cr_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cr_code_UserControlTextChanged);
  467. //
  468. // AddRow
  469. //
  470. this.AddRow.AllPower = "ifall";
  471. this.AddRow.BackColor = System.Drawing.Color.Transparent;
  472. this.AddRow.DownImage = ((System.Drawing.Image)(resources.GetObject("AddRow.DownImage")));
  473. this.AddRow.Enabled = false;
  474. this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
  475. this.AddRow.IsShowBorder = true;
  476. this.AddRow.Location = new System.Drawing.Point(1185, 402);
  477. this.AddRow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  478. this.AddRow.MoveImage = ((System.Drawing.Image)(resources.GetObject("AddRow.MoveImage")));
  479. this.AddRow.Name = "AddRow";
  480. this.AddRow.NormalImage = ((System.Drawing.Image)(resources.GetObject("AddRow.NormalImage")));
  481. this.AddRow.Power = null;
  482. this.AddRow.Size = new System.Drawing.Size(91, 30);
  483. this.AddRow.TabIndex = 60;
  484. this.AddRow.Tag = "IfWrite";
  485. this.AddRow.Text = "新增";
  486. this.AddRow.UseVisualStyleBackColor = true;
  487. this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
  488. //
  489. // Save
  490. //
  491. this.Save.AllPower = "ifall";
  492. this.Save.BackColor = System.Drawing.Color.Transparent;
  493. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  494. this.Save.Enabled = false;
  495. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  496. this.Save.IsShowBorder = true;
  497. this.Save.Location = new System.Drawing.Point(1043, 402);
  498. this.Save.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  499. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  500. this.Save.Name = "Save";
  501. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  502. this.Save.Power = null;
  503. this.Save.Size = new System.Drawing.Size(91, 30);
  504. this.Save.TabIndex = 59;
  505. this.Save.Tag = "IfWrite";
  506. this.Save.Text = "保存";
  507. this.Save.UseVisualStyleBackColor = true;
  508. this.Save.Click += new System.EventHandler(this.Save_Click);
  509. //
  510. // Scrap
  511. //
  512. this.Scrap.AllPower = "ifall";
  513. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  514. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  515. this.Scrap.Enabled = false;
  516. this.Scrap.Image = ((System.Drawing.Image)(resources.GetObject("Scrap.Image")));
  517. this.Scrap.IsShowBorder = true;
  518. this.Scrap.Location = new System.Drawing.Point(824, 660);
  519. this.Scrap.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  520. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  521. this.Scrap.Name = "Scrap";
  522. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  523. this.Scrap.Power = null;
  524. this.Scrap.Size = new System.Drawing.Size(91, 30);
  525. this.Scrap.TabIndex = 56;
  526. this.Scrap.Tag = "IfWrite";
  527. this.Scrap.Text = "报废";
  528. this.Scrap.UseVisualStyleBackColor = true;
  529. this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
  530. //
  531. // RepairComplete
  532. //
  533. this.RepairComplete.AllPower = "ifall";
  534. this.RepairComplete.BackColor = System.Drawing.Color.Transparent;
  535. this.RepairComplete.DownImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.DownImage")));
  536. this.RepairComplete.Enabled = false;
  537. this.RepairComplete.Image = ((System.Drawing.Image)(resources.GetObject("RepairComplete.Image")));
  538. this.RepairComplete.IsShowBorder = true;
  539. this.RepairComplete.Location = new System.Drawing.Point(683, 660);
  540. this.RepairComplete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  541. this.RepairComplete.MoveImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.MoveImage")));
  542. this.RepairComplete.Name = "RepairComplete";
  543. this.RepairComplete.NormalImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.NormalImage")));
  544. this.RepairComplete.Power = null;
  545. this.RepairComplete.Size = new System.Drawing.Size(91, 30);
  546. this.RepairComplete.TabIndex = 55;
  547. this.RepairComplete.Tag = "IfWrite";
  548. this.RepairComplete.Text = "完成维修";
  549. this.RepairComplete.UseVisualStyleBackColor = true;
  550. this.RepairComplete.Click += new System.EventHandler(this.RepairComplete_Click);
  551. //
  552. // bc_groupcode1
  553. //
  554. this.bc_groupcode1.FormattingEnabled = true;
  555. this.bc_groupcode1.Location = new System.Drawing.Point(1101, 189);
  556. this.bc_groupcode1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  557. this.bc_groupcode1.Name = "bc_groupcode1";
  558. this.bc_groupcode1.Size = new System.Drawing.Size(200, 23);
  559. this.bc_groupcode1.TabIndex = 54;
  560. this.bc_groupcode1.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode1_SelectedIndexChanged);
  561. //
  562. // bc_reason
  563. //
  564. this.bc_reason.FormattingEnabled = true;
  565. this.bc_reason.Location = new System.Drawing.Point(1101, 242);
  566. this.bc_reason.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  567. this.bc_reason.Name = "bc_reason";
  568. this.bc_reason.Size = new System.Drawing.Size(200, 23);
  569. this.bc_reason.TabIndex = 53;
  570. this.bc_reason.SelectedIndexChanged += new System.EventHandler(this.bc_reason_SelectedIndexChanged);
  571. this.bc_reason.TextChanged += new System.EventHandler(this.bc_reason_TextChanged);
  572. //
  573. // RepairResult
  574. //
  575. this.RepairResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  576. this.RepairResult.FormattingEnabled = true;
  577. this.RepairResult.Location = new System.Drawing.Point(1101, 355);
  578. this.RepairResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  579. this.RepairResult.Name = "RepairResult";
  580. this.RepairResult.Size = new System.Drawing.Size(200, 23);
  581. this.RepairResult.TabIndex = 52;
  582. this.RepairResult.SelectedIndexChanged += new System.EventHandler(this.RepairResult_SelectedIndexChanged);
  583. this.RepairResult.TextChanged += new System.EventHandler(this.RepairResult_TextChanged);
  584. //
  585. // label2
  586. //
  587. this.label2.AutoSize = true;
  588. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.label2.ForeColor = System.Drawing.Color.Blue;
  590. this.label2.Location = new System.Drawing.Point(16, 146);
  591. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  592. this.label2.Name = "label2";
  593. this.label2.Size = new System.Drawing.Size(92, 27);
  594. this.label2.TabIndex = 88;
  595. this.label2.Text = "不良信息";
  596. //
  597. // bc_remark
  598. //
  599. this.bc_remark.Location = new System.Drawing.Point(1101, 299);
  600. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  601. this.bc_remark.Name = "bc_remark";
  602. this.bc_remark.Size = new System.Drawing.Size(200, 25);
  603. this.bc_remark.TabIndex = 90;
  604. //
  605. // mb_status
  606. //
  607. this.mb_status.DataPropertyName = "mb_status";
  608. this.mb_status.HeaderText = "维修结果";
  609. this.mb_status.Name = "mb_status";
  610. this.mb_status.ReadOnly = true;
  611. this.mb_status.Width = 128;
  612. //
  613. // mb_dutyman
  614. //
  615. this.mb_dutyman.DataPropertyName = "mb_dutyman";
  616. this.mb_dutyman.HeaderText = "责任方";
  617. this.mb_dutyman.Name = "mb_dutyman";
  618. this.mb_dutyman.ReadOnly = true;
  619. this.mb_dutyman.Width = 120;
  620. //
  621. // bc_note
  622. //
  623. this.bc_note.DataPropertyName = "bc_note";
  624. this.bc_note.HeaderText = "解决方案";
  625. this.bc_note.Name = "bc_note";
  626. this.bc_note.ReadOnly = true;
  627. this.bc_note.Width = 140;
  628. //
  629. // mb_badremark
  630. //
  631. this.mb_badremark.DataPropertyName = "mb_badremark";
  632. this.mb_badremark.HeaderText = "不良备注";
  633. this.mb_badremark.Name = "mb_badremark";
  634. this.mb_badremark.ReadOnly = true;
  635. this.mb_badremark.Width = 140;
  636. //
  637. // bc_name
  638. //
  639. this.bc_name.DataPropertyName = "bc_name";
  640. this.bc_name.HeaderText = "不良原因";
  641. this.bc_name.Name = "bc_name";
  642. this.bc_name.ReadOnly = true;
  643. this.bc_name.Width = 140;
  644. //
  645. // bc_groupcode
  646. //
  647. this.bc_groupcode.DataPropertyName = "bc_groupcode";
  648. this.bc_groupcode.HeaderText = "不良组别";
  649. this.bc_groupcode.Name = "bc_groupcode";
  650. this.bc_groupcode.ReadOnly = true;
  651. this.bc_groupcode.Width = 120;
  652. //
  653. // mb_id
  654. //
  655. this.mb_id.DataPropertyName = "mb_id";
  656. this.mb_id.HeaderText = "mb_id";
  657. this.mb_id.Name = "mb_id";
  658. this.mb_id.ReadOnly = true;
  659. this.mb_id.Visible = false;
  660. //
  661. // mb_badcode
  662. //
  663. this.mb_badcode.DataPropertyName = "mb_badcode";
  664. this.mb_badcode.HeaderText = "不良原因码";
  665. this.mb_badcode.Name = "mb_badcode";
  666. this.mb_badcode.ReadOnly = true;
  667. this.mb_badcode.Width = 110;
  668. //
  669. // Make_Repair
  670. //
  671. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  672. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  673. this.ClientSize = new System.Drawing.Size(1320, 760);
  674. this.Controls.Add(this.bc_remark);
  675. this.Controls.Add(this.label2);
  676. this.Controls.Add(this.OperatResult);
  677. this.Controls.Add(this.st_name);
  678. this.Controls.Add(this.ma_code);
  679. this.Controls.Add(this.ms_nextstepcode);
  680. this.Controls.Add(this.ma_prodcode);
  681. this.Controls.Add(this.pr_detail);
  682. this.Controls.Add(this.ma_prodcode_label);
  683. this.Controls.Add(this.pr_detail_label);
  684. this.Controls.Add(this.Clean);
  685. this.Controls.Add(this.ms_sncode);
  686. this.Controls.Add(this.BadCodeGrid);
  687. this.Controls.Add(this.GetSNCode);
  688. this.Controls.Add(this.GetSNCode_Label);
  689. this.Controls.Add(this.cd_stepcode);
  690. this.Controls.Add(this.cr_code);
  691. this.Controls.Add(this.ma_craftcode_label);
  692. this.Controls.Add(this.st_rstepcode_label);
  693. this.Controls.Add(this.Refueling);
  694. this.Controls.Add(this.AddRow);
  695. this.Controls.Add(this.Save);
  696. this.Controls.Add(this.Scrap);
  697. this.Controls.Add(this.RepairComplete);
  698. this.Controls.Add(this.bc_groupcode1);
  699. this.Controls.Add(this.bc_reason);
  700. this.Controls.Add(this.RepairResult);
  701. this.Controls.Add(this.label14);
  702. this.Controls.Add(this.label13);
  703. this.Controls.Add(this.label12);
  704. this.Controls.Add(this.st_name_label);
  705. this.Controls.Add(this.label8);
  706. this.Controls.Add(this.ms_nextstepcode_label);
  707. this.Controls.Add(this.ms_sncode_label);
  708. this.Controls.Add(this.ma_code_label);
  709. this.Controls.Add(this.panel2);
  710. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  711. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  712. this.Name = "Make_Repair";
  713. this.Tag = "Make!Repair";
  714. this.Text = "维修作业";
  715. this.Activated += new System.EventHandler(this.维修作业_Activated);
  716. this.Load += new System.EventHandler(this.维修作业_Load);
  717. this.SizeChanged += new System.EventHandler(this.维修作业_SizeChanged);
  718. this.panel2.ResumeLayout(false);
  719. this.panel2.PerformLayout();
  720. ((System.ComponentModel.ISupportInitialize)(this.BadCodeGrid)).EndInit();
  721. this.ResumeLayout(false);
  722. this.PerformLayout();
  723. }
  724. #endregion
  725. private CustomControl.ComBoxWithFocus.ComBoxWithFocus RepairResult;
  726. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_reason;
  727. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode1;
  728. private CustomControl.ButtonUtil.NormalButton RepairComplete;
  729. private CustomControl.ButtonUtil.NormalButton Scrap;
  730. private CustomControl.ButtonUtil.NormalButton Save;
  731. private CustomControl.ButtonUtil.NormalButton AddRow;
  732. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  733. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  734. private CustomControl.TextBoxWithIcon.MaCodeTextBox GetSNCode;
  735. private System.Windows.Forms.Panel panel2;
  736. private System.Windows.Forms.Label label1;
  737. private System.Windows.Forms.Label GetSNCode_Label;
  738. private System.Windows.Forms.Label ma_craftcode_label;
  739. private System.Windows.Forms.Label st_rstepcode_label;
  740. private System.Windows.Forms.CheckBox Refueling;
  741. private System.Windows.Forms.Label ma_prodcode_label;
  742. private System.Windows.Forms.Label pr_detail_label;
  743. private System.Windows.Forms.Label label14;
  744. private System.Windows.Forms.Label label13;
  745. private System.Windows.Forms.Label label12;
  746. private System.Windows.Forms.Label st_name_label;
  747. private System.Windows.Forms.Label label8;
  748. private System.Windows.Forms.Label ms_nextstepcode_label;
  749. private System.Windows.Forms.Label ms_sncode_label;
  750. private System.Windows.Forms.Label ma_code_label;
  751. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BadCodeGrid;
  752. private CustomControl.TextBoxWithIcon.MaCodeTextBox ms_sncode;
  753. private CustomControl.ButtonUtil.NormalButton Clean;
  754. private CustomControl.ValueLabel.ValueLabel pr_detail;
  755. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  756. private CustomControl.ValueLabel.ValueLabel ms_nextstepcode;
  757. private CustomControl.ValueLabel.ValueLabel ma_code;
  758. private CustomControl.ValueLabel.ValueLabel st_name;
  759. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  760. private System.Windows.Forms.Label label2;
  761. private CustomControl.TextBoxWithIcon.TextBoxWithTextArea bc_remark;
  762. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  763. private System.Windows.Forms.DataGridViewTextBoxColumn mb_id;
  764. private System.Windows.Forms.DataGridViewTextBoxColumn bc_groupcode;
  765. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  766. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badremark;
  767. private System.Windows.Forms.DataGridViewTextBoxColumn bc_note;
  768. private System.Windows.Forms.DataGridViewTextBoxColumn mb_dutyman;
  769. private System.Windows.Forms.DataGridViewTextBoxColumn mb_status;
  770. }
  771. }