lockwindow.h

来自「一个简易超市系统,有进货,销售.等功能 对学习有C++数据库操作有一定的帮助」· C头文件 代码 · 共 48 行

H
48
字号
#if !defined(AFX_LOCKWINDOW_H__7347D10E_9F8D_46B5_AF4E_6A47815D71AD__INCLUDED_)
#define AFX_LOCKWINDOW_H__7347D10E_9F8D_46B5_AF4E_6A47815D71AD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CLockWindow dialog

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

// Dialog Data
	//{{AFX_DATA(CLockWindow)
	enum { IDD = IDD_LOCK_DIALOG };
	CString	m_psw1;
	CString	m_psw2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CLockWindow)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LOCKWINDOW_H__7347D10E_9F8D_46B5_AF4E_6A47815D71AD__INCLUDED_)

⌨️ 快捷键说明

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