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

📄 cfiletransferdialog.h

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

	$Id: CFileTransferDialog.h,v 1.4 1999/03/10 02:33:20 heller Exp $
____________________________________________________________________________*/
#ifndef CFILETRANSFERDIALOG_H
#define CFILETRANSFERDIALOG_H

#include "PGPFone.h"

class CFileTransferDialog : public CPropertyPage
{
	DECLARE_DYNCREATE(CFileTransferDialog)

public:
				CFileTransferDialog();
				~CFileTransferDialog();

	void		GetParameters(PGPFoneOptions *options);
	void		SetParameters(PGPFoneOptions *options);

	//{{AFX_DATA(CFileTransferDialog)
	enum { IDD = IDD_FILETRANSFER };
	CString	mReceiveFolderString;
	//}}AFX_DATA

protected:
	//{{AFX_VIRTUAL(CFileTransferDialog)
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CFileTransferDialog)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	
	DECLARE_MESSAGE_MAP()
};

#endif

⌨️ 快捷键说明

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