Special_CancelMaekBad.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelMaekBad
  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(Special_CancelMaekBad));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.Info = new System.Windows.Forms.DataGridView();
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.pr_code = new System.Windows.Forms.Label();
  35. this.badname = new System.Windows.Forms.TextBox();
  36. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.Search = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.badreason = new System.Windows.Forms.TextBox();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.mb_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.mb_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.mbr_brname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.mbr_dutycode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.mbr_solutionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.mb_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. ((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // ma_code_label
  64. //
  65. this.ma_code_label.AutoSize = true;
  66. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.ma_code_label.Location = new System.Drawing.Point(32, 14);
  68. this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.ma_code_label.Name = "ma_code_label";
  70. this.ma_code_label.Size = new System.Drawing.Size(114, 41);
  71. this.ma_code_label.TabIndex = 213;
  72. this.ma_code_label.Text = "工单号";
  73. //
  74. // pr_code_label
  75. //
  76. this.pr_code_label.AutoSize = true;
  77. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.pr_code_label.Location = new System.Drawing.Point(444, 16);
  79. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.pr_code_label.Name = "pr_code_label";
  81. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  82. this.pr_code_label.TabIndex = 215;
  83. this.pr_code_label.Text = "产品编号";
  84. //
  85. // Info
  86. //
  87. this.Info.AllowUserToAddRows = false;
  88. this.Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  89. this.Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  90. this.Choose,
  91. this.mb_sncode,
  92. this.mb_id,
  93. this.mb_badcode,
  94. this.mb_badname,
  95. this.mbr_brname,
  96. this.mbr_dutycode,
  97. this.mbr_solutionname,
  98. this.mb_stepcode,
  99. this.st_name});
  100. this.Info.Location = new System.Drawing.Point(12, 119);
  101. this.Info.Name = "Info";
  102. this.Info.RowTemplate.Height = 37;
  103. this.Info.Size = new System.Drawing.Size(1542, 607);
  104. this.Info.TabIndex = 218;
  105. //
  106. // pr_detail
  107. //
  108. this.pr_detail.AutoSize = true;
  109. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.pr_detail.Location = new System.Drawing.Point(1073, 17);
  111. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  112. this.pr_detail.Name = "pr_detail";
  113. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  114. this.pr_detail.TabIndex = 220;
  115. //
  116. // label4
  117. //
  118. this.label4.AutoSize = true;
  119. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label4.Location = new System.Drawing.Point(901, 17);
  121. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(146, 41);
  124. this.label4.TabIndex = 221;
  125. this.label4.Text = "产品名称";
  126. //
  127. // pr_code
  128. //
  129. this.pr_code.AutoSize = true;
  130. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.pr_code.Location = new System.Drawing.Point(602, 17);
  132. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  133. this.pr_code.Name = "pr_code";
  134. this.pr_code.Size = new System.Drawing.Size(0, 41);
  135. this.pr_code.TabIndex = 223;
  136. //
  137. // badname
  138. //
  139. this.badname.Location = new System.Drawing.Point(179, 70);
  140. this.badname.Name = "badname";
  141. this.badname.Size = new System.Drawing.Size(199, 35);
  142. this.badname.TabIndex = 224;
  143. //
  144. // dataGridViewCheckBoxColumn1
  145. //
  146. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  147. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  148. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  149. this.dataGridViewCheckBoxColumn1.Width = 80;
  150. //
  151. // dataGridViewTextBoxColumn1
  152. //
  153. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  154. this.dataGridViewTextBoxColumn1.DataPropertyName = "afr_barcode";
  155. this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
  156. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  157. this.dataGridViewTextBoxColumn1.Visible = false;
  158. this.dataGridViewTextBoxColumn1.Width = 5;
  159. //
  160. // dataGridViewTextBoxColumn2
  161. //
  162. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  163. this.dataGridViewTextBoxColumn2.DataPropertyName = "afr_prodcode";
  164. this.dataGridViewTextBoxColumn2.HeaderText = "物料编号";
  165. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  166. this.dataGridViewTextBoxColumn2.Visible = false;
  167. this.dataGridViewTextBoxColumn2.Width = 5;
  168. //
  169. // dataGridViewTextBoxColumn3
  170. //
  171. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  172. this.dataGridViewTextBoxColumn3.DataPropertyName = "afr_cucode";
  173. this.dataGridViewTextBoxColumn3.HeaderText = "客户名称";
  174. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  175. this.dataGridViewTextBoxColumn3.Width = 5;
  176. //
  177. // dataGridViewTextBoxColumn4
  178. //
  179. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  180. this.dataGridViewTextBoxColumn4.DataPropertyName = "mbr_dutycode";
  181. this.dataGridViewTextBoxColumn4.HeaderText = "责任别";
  182. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  183. this.dataGridViewTextBoxColumn4.Width = 5;
  184. //
  185. // dataGridViewTextBoxColumn5
  186. //
  187. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  188. this.dataGridViewTextBoxColumn5.DataPropertyName = "mbr_solutionname";
  189. this.dataGridViewTextBoxColumn5.HeaderText = "解决方案";
  190. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  191. this.dataGridViewTextBoxColumn5.Width = 5;
  192. //
  193. // dataGridViewTextBoxColumn6
  194. //
  195. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  196. this.dataGridViewTextBoxColumn6.DataPropertyName = "mbr_solutionname";
  197. this.dataGridViewTextBoxColumn6.HeaderText = "解决方案";
  198. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  199. this.dataGridViewTextBoxColumn6.Width = 5;
  200. //
  201. // dataGridViewTextBoxColumn7
  202. //
  203. this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  204. this.dataGridViewTextBoxColumn7.DataPropertyName = "mbr_solutionname";
  205. this.dataGridViewTextBoxColumn7.HeaderText = "解决方案";
  206. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  207. this.dataGridViewTextBoxColumn7.Width = 5;
  208. //
  209. // Delete
  210. //
  211. this.Delete.AllPower = null;
  212. this.Delete.BackColor = System.Drawing.Color.Transparent;
  213. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  214. this.Delete.Image = null;
  215. this.Delete.IsShowBorder = true;
  216. this.Delete.Location = new System.Drawing.Point(990, 66);
  217. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  218. this.Delete.Name = "Delete";
  219. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  220. this.Delete.Power = null;
  221. this.Delete.Size = new System.Drawing.Size(119, 38);
  222. this.Delete.TabIndex = 226;
  223. this.Delete.Text = "删除";
  224. this.Delete.UseVisualStyleBackColor = false;
  225. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  226. //
  227. // Search
  228. //
  229. this.Search.AllPower = null;
  230. this.Search.BackColor = System.Drawing.Color.Transparent;
  231. this.Search.DownImage = ((System.Drawing.Image)(resources.GetObject("Search.DownImage")));
  232. this.Search.Image = null;
  233. this.Search.IsShowBorder = true;
  234. this.Search.Location = new System.Drawing.Point(825, 66);
  235. this.Search.MoveImage = ((System.Drawing.Image)(resources.GetObject("Search.MoveImage")));
  236. this.Search.Name = "Search";
  237. this.Search.NormalImage = ((System.Drawing.Image)(resources.GetObject("Search.NormalImage")));
  238. this.Search.Power = null;
  239. this.Search.Size = new System.Drawing.Size(119, 38);
  240. this.Search.TabIndex = 225;
  241. this.Search.Text = "搜索";
  242. this.Search.UseVisualStyleBackColor = false;
  243. this.Search.Click += new System.EventHandler(this.Search_Click);
  244. //
  245. // ma_code
  246. //
  247. this.ma_code.AllPower = null;
  248. this.ma_code.Caller = null;
  249. this.ma_code.Condition = null;
  250. this.ma_code.DBTitle = null;
  251. this.ma_code.FormName = null;
  252. this.ma_code.Location = new System.Drawing.Point(173, 18);
  253. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  254. this.ma_code.Name = "ma_code";
  255. this.ma_code.Power = null;
  256. this.ma_code.ReturnData = null;
  257. this.ma_code.SelectField = null;
  258. this.ma_code.SetValueField = null;
  259. this.ma_code.Size = new System.Drawing.Size(235, 40);
  260. this.ma_code.TabIndex = 212;
  261. this.ma_code.TableName = null;
  262. this.ma_code.TextBoxEnable = false;
  263. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  264. //
  265. // badreason
  266. //
  267. this.badreason.Location = new System.Drawing.Point(543, 69);
  268. this.badreason.Name = "badreason";
  269. this.badreason.Size = new System.Drawing.Size(199, 35);
  270. this.badreason.TabIndex = 227;
  271. //
  272. // label1
  273. //
  274. this.label1.AutoSize = true;
  275. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label1.Location = new System.Drawing.Point(32, 65);
  277. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  278. this.label1.Name = "label1";
  279. this.label1.Size = new System.Drawing.Size(146, 41);
  280. this.label1.TabIndex = 228;
  281. this.label1.Text = "不良名称";
  282. //
  283. // label2
  284. //
  285. this.label2.AutoSize = true;
  286. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.label2.Location = new System.Drawing.Point(387, 65);
  288. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  289. this.label2.Name = "label2";
  290. this.label2.Size = new System.Drawing.Size(146, 41);
  291. this.label2.TabIndex = 229;
  292. this.label2.Text = "不良原因";
  293. //
  294. // Choose
  295. //
  296. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  297. this.Choose.HeaderText = "勾选";
  298. this.Choose.Name = "Choose";
  299. this.Choose.Width = 80;
  300. //
  301. // mb_sncode
  302. //
  303. this.mb_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  304. this.mb_sncode.DataPropertyName = "mb_sncode";
  305. this.mb_sncode.HeaderText = "SN号";
  306. this.mb_sncode.Name = "mb_sncode";
  307. this.mb_sncode.Width = 5;
  308. //
  309. // mb_id
  310. //
  311. this.mb_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  312. this.mb_id.DataPropertyName = "mb_id";
  313. this.mb_id.HeaderText = "mb_id";
  314. this.mb_id.Name = "mb_id";
  315. this.mb_id.Visible = false;
  316. this.mb_id.Width = 5;
  317. //
  318. // mb_badcode
  319. //
  320. this.mb_badcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  321. this.mb_badcode.DataPropertyName = "mb_badcode";
  322. this.mb_badcode.HeaderText = "不良代码";
  323. this.mb_badcode.Name = "mb_badcode";
  324. this.mb_badcode.Width = 5;
  325. //
  326. // mb_badname
  327. //
  328. this.mb_badname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  329. this.mb_badname.DataPropertyName = "mb_badname";
  330. this.mb_badname.HeaderText = "不良名称";
  331. this.mb_badname.Name = "mb_badname";
  332. this.mb_badname.Width = 5;
  333. //
  334. // mbr_brname
  335. //
  336. this.mbr_brname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  337. this.mbr_brname.DataPropertyName = "mbr_brname";
  338. this.mbr_brname.HeaderText = "不良原因";
  339. this.mbr_brname.Name = "mbr_brname";
  340. this.mbr_brname.Width = 5;
  341. //
  342. // mbr_dutycode
  343. //
  344. this.mbr_dutycode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  345. this.mbr_dutycode.DataPropertyName = "mbr_dutycode";
  346. this.mbr_dutycode.HeaderText = "责任别";
  347. this.mbr_dutycode.Name = "mbr_dutycode";
  348. this.mbr_dutycode.Width = 5;
  349. //
  350. // mbr_solutionname
  351. //
  352. this.mbr_solutionname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  353. this.mbr_solutionname.DataPropertyName = "mbr_solutionname";
  354. this.mbr_solutionname.HeaderText = "解决方案";
  355. this.mbr_solutionname.Name = "mbr_solutionname";
  356. this.mbr_solutionname.Width = 5;
  357. //
  358. // mb_stepcode
  359. //
  360. this.mb_stepcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  361. this.mb_stepcode.DataPropertyName = "mb_stepcode";
  362. this.mb_stepcode.HeaderText = "工序编号";
  363. this.mb_stepcode.Name = "mb_stepcode";
  364. this.mb_stepcode.Width = 5;
  365. //
  366. // st_name
  367. //
  368. this.st_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  369. this.st_name.DataPropertyName = "st_name";
  370. this.st_name.HeaderText = "工序名称";
  371. this.st_name.Name = "st_name";
  372. this.st_name.Width = 5;
  373. //
  374. // Special_CancelMaekBad
  375. //
  376. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  377. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  378. this.ClientSize = new System.Drawing.Size(1566, 802);
  379. this.Controls.Add(this.label2);
  380. this.Controls.Add(this.label1);
  381. this.Controls.Add(this.badreason);
  382. this.Controls.Add(this.Delete);
  383. this.Controls.Add(this.Search);
  384. this.Controls.Add(this.badname);
  385. this.Controls.Add(this.pr_code);
  386. this.Controls.Add(this.label4);
  387. this.Controls.Add(this.pr_detail);
  388. this.Controls.Add(this.Info);
  389. this.Controls.Add(this.pr_code_label);
  390. this.Controls.Add(this.ma_code_label);
  391. this.Controls.Add(this.ma_code);
  392. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  393. this.Margin = new System.Windows.Forms.Padding(4);
  394. this.Name = "Special_CancelMaekBad";
  395. this.Tag = "Special!Special_CancelMaekBad";
  396. this.Text = "出货单取消出货";
  397. this.Load += new System.EventHandler(this.Special_CancelProdinout_Load);
  398. this.SizeChanged += new System.EventHandler(this.Special_AfterSaleIn_SizeChanged);
  399. ((System.ComponentModel.ISupportInitialize)(this.Info)).EndInit();
  400. this.ResumeLayout(true);
  401. this.PerformLayout();
  402. }
  403. #endregion
  404. private System.Windows.Forms.Label ma_code_label;
  405. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  406. private System.Windows.Forms.Label pr_code_label;
  407. private System.Windows.Forms.DataGridView Info;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  411. private System.Windows.Forms.Label pr_detail;
  412. private System.Windows.Forms.Label label4;
  413. private System.Windows.Forms.Label pr_code;
  414. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  418. private System.Windows.Forms.TextBox badname;
  419. private CustomControl.ButtonUtil.NormalButton Search;
  420. private CustomControl.ButtonUtil.NormalButton Delete;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  422. private System.Windows.Forms.TextBox badreason;
  423. private System.Windows.Forms.Label label1;
  424. private System.Windows.Forms.Label label2;
  425. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn mb_sncode;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn mb_id;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_brname;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_dutycode;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_solutionname;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn mb_stepcode;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
  435. }
  436. }