StudentRecordset.cpp

#if !defined(AFX_MYDIALOG1_H__C07A58C9_D80B_470C_A078_53865E31C1BA__INCLUDED_)
#define AFX_MYDIALOG1_H__C07A58C9_D80B_470C_A078_53865E31C1BA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyDialog1.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMyDialog1 dialog

class CMyDialog1 : public CDialog
{
// Construction
public:
 CMyDialog1(CWnd* pParent = NULL);   // standard constructor
 CString  m_strID;
 

// Dialog Data
 //{{AFX_DATA(CMyDialog1)
 enum { IDD = IDD_DIALOG1 };
 CString m_EdictID;
 CString m_strName;
 CString m_strenglish;
 //}}AFX_DATA


// Overrides
 // ClassWizard generated virtual function overrides
 //{{AFX_VIRTUAL(CMyDialog1)
 protected:
 virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 //}}AFX_VIRTUAL

// Implementation
protected:

 // Generated message map functions
 //{{AFX_MSG(CMyDialog1)
 virtual void OnCancel();
 virtual void OnOK();
 //}}AFX_MSG
 DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYDIALOG1_H__C07A58C9_D80B_470C_A078_53865E31C1BA__INCLUDED_)

你可能感兴趣的:(StudentRecordset.cpp)