password.h

来自「VC下基于SQL的图书管理系统源代码」· C头文件 代码 · 共 23 行

H
23
字号
// Password.h: interface for the Password class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PASSWORD_H__87F40C92_A297_4787_8633_2EED4E3ABB8B__INCLUDED_)
#define AFX_PASSWORD_H__87F40C92_A297_4787_8633_2EED4E3ABB8B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class Password  
{
public:
	Password();
	virtual ~Password();
	CString m_Password;
public:
	void GetData(CString PassId);
};

#endif // !defined(AFX_PASSWORD_H__87F40C92_A297_4787_8633_2EED4E3ABB8B__INCLUDED_)

⌨️ 快捷键说明

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