PasswordDlg.h
资源名称:Password.rar [点击查看]
上传用户:e531521e
上传日期:2022-05-23
资源大小:1835k
文件大小:1k
源码类别:
钩子与API截获
开发平台:
Visual C++
- // PasswordDlg.h : header file
- //
- #if !defined(AFX_PASSWORDDLG_H__C1718FE5_3992_4ABD_841F_1778AEA4BC91__INCLUDED_)
- #define AFX_PASSWORDDLG_H__C1718FE5_3992_4ABD_841F_1778AEA4BC91__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CPasswordDlg dialog
- class CPasswordDlg : public CDialog
- {
- // Construction
- public:
- CPasswordDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPasswordDlg)
- enum { IDD = IDD_PASSWORD_DIALOG };
- CButton m_ButtonCheck;
- CString m_strUserName;
- CString m_strPassword;
- CString m_strShowPass;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPasswordDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPasswordDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnChangeEditpass();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PASSWORDDLG_H__C1718FE5_3992_4ABD_841F_1778AEA4BC91__INCLUDED_)