STUDDLG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // StudDlg.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CStudentPage dialog
  15. #ifndef INC_STUDPAGE_H
  16. #define INC_STUDPAGE_H
  17. #include "rdc.h"
  18. // #include "msdgridctrl.h"
  19. class CStudentPage : public CPropertyPage
  20. {
  21. //  DECLARE_DYNCREATE(CStudentPage)
  22. // Construction
  23. public:
  24. CStudentPage();
  25. ~CStudentPage();
  26. // Dialog Data
  27. //{{AFX_DATA(CStudentPage)
  28. enum { IDD = IDD_STUDENT };
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CStudentPage)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // CMsDgridCtrl m_GridCtrl;
  40. // Generated message map functions
  41. //{{AFX_MSG(CStudentPage)
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. #endif