cfiletransferdialog.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 43 行

H
43
字号
/*____________________________________________________________________________
	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 + =
减小字号Ctrl + -
显示快捷键?