setusernamepwdlg.h

来自「系统将动态实时的住宿登记、客房调整、销售报表等有机地联系在一起」· C头文件 代码 · 共 56 行

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

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

/////////////////////////////////////////////////////////////////////////////
// CSetusernamepwdlg dialog

class CSetusernamepwdlg : public CDialog
{
// Construction
public:
	CSetusernamepwdlg(CWnd* pParent = NULL);   // standard constructor
   // 定义ADO连接、命令、记录集变量指针
	_ConnectionPtr	m_pConnection;
	_CommandPtr		m_pCommand;
	_RecordsetPtr	m_pRecordset,m_pRecordsetsetabilty;
    void Onaddinfotosetuserabilitytable();
// Dialog Data
	//{{AFX_DATA(CSetusernamepwdlg)
	enum { IDD = IDD_DIg_set_usernamepwd };
	CString	m_pwdsure;
	CString	m_pwd;
	CString	m_userid;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetusernamepwdlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetusernamepwdlg)
	virtual void OnOK();
	afx_msg void OnnamepwdinputCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SETUSERNAMEPWDLG_H__4EBAA6AC_1A94_4528_A46C_341D2790684C__INCLUDED_)

⌨️ 快捷键说明

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