addsingerdlg.h

来自「一个学习ODBC访问Access数据库的好例子」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_ADDSINGERDLG_H__60171334_B83B_4CA7_9A0F_494B9BB908A1__INCLUDED_)
#define AFX_ADDSINGERDLG_H__60171334_B83B_4CA7_9A0F_494B9BB908A1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddSingerDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAddSingerDlg dialog

class CAddSingerDlg : public CDialog
{
// Construction
public:
	CAddSingerDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAddSingerDlg)
	enum { IDD = IDD_DLG_SINGER };
	CComboBox	m_strSingerSex;
	CString	m_strComment;
	CString	m_strDir;
	BOOL	m_bCheckComment;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAddSingerDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAddSingerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelendokComboSex();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADDSINGERDLG_H__60171334_B83B_4CA7_9A0F_494B9BB908A1__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?