⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addsingerdlg.h

📁 一个学习ODBC访问Access数据库的好例子
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -