StudentDlg.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- // StudentDlg.h : header file
- //
- #if !defined(AFX_STUDENTDLG_H__AB376271_D19A_40C4_83C1_F6ED565DDECD__INCLUDED_)
- #define AFX_STUDENTDLG_H__AB376271_D19A_40C4_83C1_F6ED565DDECD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CStudentDlg dialog
- class CStudentDlg : public CDialog
- {
- // Construction
- public:
- CStudentDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CStudentDlg)
- enum { IDD = IDD_STUDENT_DIALOG };
- CListBox m_ctrlLBInfo;
- CString m_strEditName;
- int m_nRadioSex;
- BOOL m_bChkMusic;
- BOOL m_bChkDance;
- BOOL m_bChkSport;
- BOOL m_bChkTour;
- CString m_strSpecial;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStudentDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CStudentDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnDisplay();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STUDENTDLG_H__AB376271_D19A_40C4_83C1_F6ED565DDECD__INCLUDED_)