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

📄 cauthwindow.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1996-1999 Network Associates, Inc.
	All rights reserved.

	$Id: CAuthWindow.h,v 1.5 1999/03/10 02:32:02 heller Exp $
____________________________________________________________________________*/
#ifndef CAUTHWINDOW_H
#define CAUTHWINDOW_H

class CAuthWindow : public CWnd
{
public:
	CAuthWindow();

	void	SetAuthWords(char *words);

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAuthWindow)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CAuthWindow();

	// Generated message map functions
protected:
	//{{AFX_MSG(CAuthWindow)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	CFont		mPFont, mPBFont;
	CStatic		mTitleStatic, mAuthStatic;
};

#endif

⌨️ 快捷键说明

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