choicedlg.h
来自「以前的课程设计,觉得功能不错,界面设计的也不错」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_CHOICEDLG_H__5AD0DB6A_796D_4120_9E55_45B021C6D1F0__INCLUDED_)
#define AFX_CHOICEDLG_H__5AD0DB6A_796D_4120_9E55_45B021C6D1F0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChoiceDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChoiceDlg dialog
class CChoiceDlg : public CDialog
{
// Construction
public:
CChoiceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChoiceDlg)
enum { IDD = IDD_CHOICE };
BOOL m_guanli;
CString m_id;
BOOL m_kuaiji;
BOOL m_lishi;
CString m_pass;
BOOL m_sheying;
BOOL m_tongji;
BOOL m_wudao;
BOOL m_yuwen;
BOOL m_zhengzhi;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChoiceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChoiceDlg)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnFind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHOICEDLG_H__5AD0DB6A_796D_4120_9E55_45B021C6D1F0__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?