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

Windows编程

开发平台:

Visual C++

  1. // InstrDlg.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. // CInstructorPage dialog
  15. #ifndef INC_INSTRPAGE_H
  16. #define INC_INSTRPAGE_H
  17. #include "rdc.h"
  18. class CInstructorPage : public CPropertyPage
  19. {
  20. //  DECLARE_DYNCREATE(CInstructorPage)
  21. // Construction
  22. public:
  23. CInstructorPage();
  24. ~CInstructorPage();
  25. // Dialog Data
  26. //{{AFX_DATA(CInstructorPage)
  27. enum { IDD = IDD_INSTRUCTOR };
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CInstructorPage)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. //  CMsDgridCtrl m_GridCtrl;
  39. // Generated message map functions
  40. //{{AFX_MSG(CInstructorPage)
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. #endif