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

📄 checkpassworddlg.h

📁 远程视频监控系统最新程序代码
💻 H
字号:
#if !defined(AFX_CHECKPASSWORDDLG_H__63A6E260_03A8_11D8_AE6F_DB0DECC514FD__INCLUDED_)
#define AFX_CHECKPASSWORDDLG_H__63A6E260_03A8_11D8_AE6F_DB0DECC514FD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCheckPasswordDlg dialog

class CCheckPasswordDlg : public CDialog
{
// Construction
public:
	CCheckPasswordDlg(CWnd* pParent = NULL);   // standard constructor
    char  m_nOldPassword[128];
// Dialog Data
	//{{AFX_DATA(CCheckPasswordDlg)
	enum { IDD = IDD_DIALOG_PASSWORD };
	CString	m_nPassword;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCheckPasswordDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCheckPasswordDlg)
	afx_msg void OnButtonOne();
	afx_msg void OnButtonTwo();
	afx_msg void OnButtonThree();
	afx_msg void OnButtonFour();
	afx_msg void OnButtonFive();
	afx_msg void OnButtonSix();
	afx_msg void OnButtonSeven();
	afx_msg void OnButtonEight();
	afx_msg void OnButtonNine();
	afx_msg void OnButtonZero();
	afx_msg void OnButtonBack();
	afx_msg void OnButtonA();
	afx_msg void OnButtonB();
	afx_msg void OnButtonC();
	afx_msg void OnButtonD();
	afx_msg void OnButtonE();
	afx_msg void OnButtonF();
	afx_msg void OnButtonG();
	afx_msg void OnButtonH();
	afx_msg void OnButtonI();
	afx_msg void OnButtonJ();
	afx_msg void OnButtonK();
	afx_msg void OnButtonL();
	afx_msg void OnButtonM();
	afx_msg void OnButtonN();
	afx_msg void OnButtonO();
	afx_msg void OnButtonP();
	afx_msg void OnButtonQ();
	afx_msg void OnButtonR();
	afx_msg void OnButtonS();
	afx_msg void OnButtonT();
	afx_msg void OnButtonU();
	afx_msg void OnButtonV();
	afx_msg void OnButtonW();
	afx_msg void OnButtonX();
	afx_msg void OnButtonY();
	afx_msg void OnButtonZ();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CHECKPASSWORDDLG_H__63A6E260_03A8_11D8_AE6F_DB0DECC514FD__INCLUDED_)

⌨️ 快捷键说明

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