addstudentinfor.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_ADDSTUDENTINFOR_H__8A562B7D_CB88_4E5D_B181_E528C22FB2D8__INCLUDED_)
- #define AFX_ADDSTUDENTINFOR_H__8A562B7D_CB88_4E5D_B181_E528C22FB2D8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // addstudentinfor.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // addstudentinfor dialog
- class addstudentinfor : public CDialog
- {
- // Construction
- public:
- addstudentinfor(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(addstudentinfor)
- enum { IDD = IDD_DIALOG12 };
- CString sid;
- CString sname;
- CString ssex;
- CString sclass;
- CString skecheng1;
- CString skecheng2;
- CString skecheng3;
- CString skecheng4;
- CString skecheng5;
- CString skecheng6;
- CString skecheng7;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(addstudentinfor)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(addstudentinfor)
- 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_ADDSTUDENTINFOR_H__8A562B7D_CB88_4E5D_B181_E528C22FB2D8__INCLUDED_)