StudentInfoDlg.h
资源名称:school.rar [点击查看]
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:3k
源码类别:
数据库系统
开发平台:
Visual C++
- #if !defined(AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_)
- #define AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // StudentInfoDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStudentInfoDlg dialog
- class CStudentInfoDlg : public CDialog
- {
- // Construction
- public:
- CStudentInfoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CStudentInfoDlg)
- enum { IDD = IDD_DIALOG_STUDENT_INFO };
- CEdit m_ctrCode;
- CComboBox m_ctrMajor;
- CComboBox m_ctrDept;
- CComboBox m_ctrClass;
- CString m_strClass;
- CString m_strDept;
- CString m_strSex;
- CString m_strMajor;
- CTime m_tmBirth;
- CTime m_tmEnroll;
- CTime m_tmGraduate;
- CString m_strAddress;
- CString m_strDept1;
- CString m_strDept2;
- CString m_strDept3;
- CString m_strDuty1;
- CString m_strDuty2;
- CString m_strDuty3;
- CString m_strEdusys;
- CString m_strFamily;
- CString m_strFolk;
- CString m_strIDCard;
- CString m_strName1;
- CString m_strName2;
- CString m_strName3;
- CString m_strNative;
- CString m_strOldName;
- CString m_strPhone;
- CString m_strDegist1;
- CString m_strDegist2;
- CString m_strDegist3;
- CString m_strDegist4;
- CString m_strDegist5;
- CString m_strDegist6;
- CString m_strHonorDate1;
- CString m_strHonorDate2;
- CString m_strHonorDate3;
- CString m_strHonorDate4;
- CString m_strHonorDate5;
- CString m_strHonorDate6;
- CString m_strPhone1;
- CString m_strPhone2;
- CString m_strPhone3;
- CString m_strPolitical;
- CString m_strPolitical1;
- CString m_strPolitical3;
- CString m_strPolitical2;
- CString m_strPostCode;
- CString m_strRelation1;
- CString m_strRelation2;
- CString m_strRelation3;
- CString m_strRemark1;
- CString m_strRemark2;
- CString m_strRemark3;
- CString m_strRemark4;
- CString m_strRemark5;
- CString m_strRemark6;
- CString m_strScore1;
- CString m_strScore10;
- CString m_strScore2;
- CString m_strScore3;
- CString m_strScore4;
- CString m_strScore5;
- CString m_strScore6;
- CString m_strScore7;
- CString m_strScore8;
- CString m_strScore9;
- CString m_strCode;
- CString m_strName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStudentInfoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CStudentInfoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeComboSdepartment();
- afx_msg void OnSelchangeComboSmajor();
- afx_msg void OnSetfocusComboSmajor();
- afx_msg void OnSetfocusComboClass();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- BOOL m_bNew;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_)