华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
857 B

5 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. using DevExpress.XtraEditors;
  9. namespace ICSSoft.Frame.APP.Quality_Management
  10. {
  11. public partial class FormICSTRACK : DevExpress.XtraEditors.XtraForm
  12. {
  13. public FormICSTRACK()
  14. {
  15. InitializeComponent();
  16. }
  17. private void btnOutPut_Click(object sender, EventArgs e)
  18. {
  19. //try
  20. //{
  21. // FormOutExcel foe = new FormOutExcel(this.Tag.ToString(), grdDetail);
  22. // foe.ShowDialog();
  23. //}
  24. //catch (Exception ex)
  25. //{
  26. // MessageBox.Show("异常:" + ex.Message, "异常", MessageBoxButtons.OK, MessageBoxIcon.Error);
  27. //}
  28. }
  29. }
  30. }