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

📄 dpassword.h

📁 一个邮件客户端源代码,包括收发邮件,安排日程等很多内容
💻 H
字号:
#if !defined(AFX_DPASSWORD_H__31AF62C7_32CA_406D_874D_59A9B8BD3AF3__INCLUDED_)
#define AFX_DPASSWORD_H__31AF62C7_32CA_406D_874D_59A9B8BD3AF3__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// DPassword dialog

class DPassword : public CDialog
{
public:
	DPassword(BOOL bCnf);

	//{{AFX_DATA(DPassword)
	enum { IDD = IDD_PASSWORD };
	CString	m_sPassword;
	CString	m_sOpen;
	//}}AFX_DATA


	//{{AFX_VIRTUAL(DPassword)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

protected:
	BOOL		m_bCnf;
	UINT		m_nTimer;	// for CAPS notification

	//{{AFX_MSG(DPassword)
	virtual void OnOK();
	afx_msg void OnTimer(UINT nIDEvent);
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy();
	afx_msg void OnChangePassword();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DPASSWORD_H__31AF62C7_32CA_406D_874D_59A9B8BD3AF3__INCLUDED_)

⌨️ 快捷键说明

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