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

📄 optionspasswordpolicy.h

📁 Password Safe Password Safe is a password database utility. Users can keep their passwords securely
💻 H
字号:
#if !defined(AFX_OPTIONSPASSWORDPOLICY_H__62F727BC_2E3E_4299_BB17_6FFD9AC73C23__INCLUDED_)#define AFX_OPTIONSPASSWORDPOLICY_H__62F727BC_2E3E_4299_BB17_6FFD9AC73C23__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// OptionsPasswordPolicy.h : header file///////////////////////////////////////////////////////////////////////////////// COptionsPasswordPolicy dialogclass COptionsPasswordPolicy : public CPropertyPage{	DECLARE_DYNCREATE(COptionsPasswordPolicy)// Constructionpublic:	COptionsPasswordPolicy();	~COptionsPasswordPolicy();// Dialog Data	//{{AFX_DATA(COptionsPasswordPolicy)	enum { IDD = IDD_PS_PASSWORDPOLICY };	UINT	m_pwlendefault;	BOOL	m_pwusedigits;	BOOL	m_pwusehexdigits;	BOOL	m_pwuselowercase;	BOOL	m_pwusesymbols;	BOOL	m_pwuseuppercase;	BOOL	m_pweasyvision;	//}}AFX_DATA// Overrides	// ClassWizard generate virtual function overrides	//{{AFX_VIRTUAL(COptionsPasswordPolicy)	protected:	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support	//}}AFX_VIRTUAL// Implementationprotected:	// Generated message map functions	//{{AFX_MSG(COptionsPasswordPolicy)	virtual BOOL OnInitDialog();	afx_msg void OnUselowercase();	afx_msg void OnUseuppercase();	afx_msg void OnUsedigits();	afx_msg void OnUsesymbols();	afx_msg void OnUsehexdigits();	afx_msg void OnUseeasyvision();	afx_msg BOOL OnKillActive();	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_OPTIONSPASSWORDPOLICY_H__62F727BC_2E3E_4299_BB17_6FFD9AC73C23__INCLUDED_)

⌨️ 快捷键说明

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