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

数据库系统

开发平台:

Visual C++

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