StudentInfoDlg.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:3k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_)
  2. #define AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StudentInfoDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStudentInfoDlg dialog
  10. class CStudentInfoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CStudentInfoDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CStudentInfoDlg)
  17. enum { IDD = IDD_DIALOG_STUDENT_INFO };
  18. CEdit m_ctrCode;
  19. CComboBox m_ctrMajor;
  20. CComboBox m_ctrDept;
  21. CComboBox m_ctrClass;
  22. CString m_strClass;
  23. CString m_strDept;
  24. CString m_strSex;
  25. CString m_strMajor;
  26. CTime m_tmBirth;
  27. CTime m_tmEnroll;
  28. CTime m_tmGraduate;
  29. CString m_strAddress;
  30. CString m_strDept1;
  31. CString m_strDept2;
  32. CString m_strDept3;
  33. CString m_strDuty1;
  34. CString m_strDuty2;
  35. CString m_strDuty3;
  36. CString m_strEdusys;
  37. CString m_strFamily;
  38. CString m_strFolk;
  39. CString m_strIDCard;
  40. CString m_strName1;
  41. CString m_strName2;
  42. CString m_strName3;
  43. CString m_strNative;
  44. CString m_strOldName;
  45. CString m_strPhone;
  46. CString m_strDegist1;
  47. CString m_strDegist2;
  48. CString m_strDegist3;
  49. CString m_strDegist4;
  50. CString m_strDegist5;
  51. CString m_strDegist6;
  52. CString m_strHonorDate1;
  53. CString m_strHonorDate2;
  54. CString m_strHonorDate3;
  55. CString m_strHonorDate4;
  56. CString m_strHonorDate5;
  57. CString m_strHonorDate6;
  58. CString m_strPhone1;
  59. CString m_strPhone2;
  60. CString m_strPhone3;
  61. CString m_strPolitical;
  62. CString m_strPolitical1;
  63. CString m_strPolitical3;
  64. CString m_strPolitical2;
  65. CString m_strPostCode;
  66. CString m_strRelation1;
  67. CString m_strRelation2;
  68. CString m_strRelation3;
  69. CString m_strRemark1;
  70. CString m_strRemark2;
  71. CString m_strRemark3;
  72. CString m_strRemark4;
  73. CString m_strRemark5;
  74. CString m_strRemark6;
  75. CString m_strScore1;
  76. CString m_strScore10;
  77. CString m_strScore2;
  78. CString m_strScore3;
  79. CString m_strScore4;
  80. CString m_strScore5;
  81. CString m_strScore6;
  82. CString m_strScore7;
  83. CString m_strScore8;
  84. CString m_strScore9;
  85. CString m_strCode;
  86. CString m_strName;
  87. //}}AFX_DATA
  88. // Overrides
  89. // ClassWizard generated virtual function overrides
  90. //{{AFX_VIRTUAL(CStudentInfoDlg)
  91. protected:
  92. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  93. //}}AFX_VIRTUAL
  94. // Implementation
  95. protected:
  96. // Generated message map functions
  97. //{{AFX_MSG(CStudentInfoDlg)
  98. virtual BOOL OnInitDialog();
  99. afx_msg void OnSelchangeComboSdepartment();
  100. afx_msg void OnSelchangeComboSmajor();
  101. afx_msg void OnSetfocusComboSmajor();
  102. afx_msg void OnSetfocusComboClass();
  103. virtual void OnOK();
  104. //}}AFX_MSG
  105. DECLARE_MESSAGE_MAP()
  106. private:
  107. BOOL m_bNew;
  108. };
  109. //{{AFX_INSERT_LOCATION}}
  110. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  111. #endif // !defined(AFX_STUDENTINFODLG_H__AAEC3FA3_5D24_4025_B9F0_29119F2B0C53__INCLUDED_)