user_modifypsw.h

来自「大华DVR的客户端开发包和Demo,从网上是下载不到的。」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_USER_MODIFYPSW_H__3265C3E8_01D4_40E7_BBE4_04514D817845__INCLUDED_)
#define AFX_USER_MODIFYPSW_H__3265C3E8_01D4_40E7_BBE4_04514D817845__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CUser_ModifyPsw dialog

class CUser_ModifyPsw : public CDialog
{
// Construction
public:
	CUser_ModifyPsw(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CUser_ModifyPsw)
	enum { IDD = IDD_USER_MODIFY_PSW };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CUser_ModifyPsw)
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnOk();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	void SetEnvrmt(USER_MANAGE_INFO *info, DWORD userIdx, DeviceNode *dev);
	
private:
	USER_MANAGE_INFO *m_user_info;
	DeviceNode *m_dev;
	DWORD m_userIdx;
};

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

#endif // !defined(AFX_USER_MODIFYPSW_H__3265C3E8_01D4_40E7_BBE4_04514D817845__INCLUDED_)

⌨️ 快捷键说明

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