addnewstudentdialog.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_ADDNEWSTUDENTDIALOG_H__44634F52_7F14_40B3_A78B_3954864EA007__INCLUDED_)
- #define AFX_ADDNEWSTUDENTDIALOG_H__44634F52_7F14_40B3_A78B_3954864EA007__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // addnewstudentdialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // addnewstudentdialog dialog
- class addnewstudentdialog : public CDialog
- {
- // Construction
- public:
- addnewstudentdialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(addnewstudentdialog)
- enum { IDD = IDD_DIALOG11 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(addnewstudentdialog)
- public:
- virtual int DoModal();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(addnewstudentdialog)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ADDNEWSTUDENTDIALOG_H__44634F52_7F14_40B3_A78B_3954864EA007__INCLUDED_)