www.pudn.com > StuMis.rar > StuMisDlg.h


// StuMisDlg.h : header file 
// 
 
#if !defined(AFX_STUMISDLG_H__4FB6DB95_0B78_43C9_9A25_E9F6C4A983FB__INCLUDED_) 
#define AFX_STUMISDLG_H__4FB6DB95_0B78_43C9_9A25_E9F6C4A983FB__INCLUDED_ 
 
#include "EditDlg.h" 
#include "JWinputDlg.h" 
#include "NewInputDlg.h" 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CStuMisDlg dialog 
 
class CStuMisDlg : public CDialog 
{ 
// Construction 
public: 
 
	CPropertySheet m_Sheet; 
	CStuMisDlg(CWnd* pParent = NULL);	// standard constructor 
    CNewInputDlg  m_newinputdlg; 
	CJWinputDlg  m_JWinputdlg; 
	CEditDlg  m_editdlg; 
// Dialog Data 
	//{{AFX_DATA(CStuMisDlg) 
	enum { IDD = IDD_STUMIS_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CStuMisDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CStuMisDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_STUMISDLG_H__4FB6DB95_0B78_43C9_9A25_E9F6C4A983FB__INCLUDED_)