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

📄 setusernamepwdlg.h

📁 系统主要包括住宿管理,客房管理,查询统计,报表管理,系统设置五个模块,适用于中小型宾馆酒店。
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -