studentaddcourse.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_STUDENTADDCOURSE_H__21B83064_BFCE_46FC_B5EC_86B910A949CA__INCLUDED_)
  2. #define AFX_STUDENTADDCOURSE_H__21B83064_BFCE_46FC_B5EC_86B910A949CA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // studentaddcourse.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // studentaddcourse dialog
  10. class studentaddcourse : public CDialog
  11. {
  12. // Construction
  13. public:
  14. studentaddcourse(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(studentaddcourse)
  17. enum { IDD = IDD_DIALOG7 };
  18. CString stnewcourse;
  19. CString student;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(studentaddcourse)
  24. public:
  25. virtual int DoModal();
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(studentaddcourse)
  33. virtual void OnOK();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_STUDENTADDCOURSE_H__21B83064_BFCE_46FC_B5EC_86B910A949CA__INCLUDED_)