📄 passwordptddlg.h
字号:
// PasswordPTDDlg.h : header file
//
#if !defined(AFX_PASSWORDPTDDLG_H__EF317D67_A343_11D2_B122_20DE4CC10000__INCLUDED_)
#define AFX_PASSWORDPTDDLG_H__EF317D67_A343_11D2_B122_20DE4CC10000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CPasswordPTDDlg dialog
// ja- include for atl registry
//#include <Atlbase.h>
class CPasswordPTDDlg : public CDialog
{
// Construction
public:
void ClearFields();
void ShowControls(BOOL bShow);
CString m_sPassword;
BOOL CheckPassword();
CPasswordPTDDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPasswordPTDDlg)
enum { IDD = IDD_PASSWORDPTD_DIALOG };
CButton m_oChangeOkButton;
CEdit m_oOldEdit;
CEdit m_oNewEdit;
CEdit m_oConfirmEdit;
CStatic m_oOldPWStatic;
CStatic m_oNewPWStatic;
CStatic m_oConfirmPWStatic;
CButton m_oChangeStaticBox;
CButton m_ChangePWButton;
CStatic m_oStatusStatic;
CString m_sPasswordEdit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPasswordPTDDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CPasswordPTDDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnChangePwButton();
afx_msg void OnChangeOkButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PASSWORDPTDDLG_H__EF317D67_A343_11D2_B122_20DE4CC10000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -