资源简介

代码片段和文件信息
// fileencrypt.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “fileencrypt.h“
#include “fileencryptDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp
BEGIN_MESSAGE_MAP(CFileencryptApp CWinApp)
//{{AFX_MSG_MAP(CFileencryptApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp construction
CFileencryptApp::CFileencryptApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFileencryptApp object
CFileencryptApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp initialization
BOOL CFileencryptApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CFileencryptDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3669 2007-05-08 08:52 fileencrypt\ReadMe.txt
文件 827 2007-05-08 08:52 fileencrypt\Resource.h
文件 213 2007-05-08 08:52 fileencrypt\StdAfx.cpp
文件 1054 2007-05-08 08:52 fileencrypt\StdAfx.h
文件 21412 2007-05-08 08:52 fileencrypt\fileencrypt.aps
文件 1382 2007-05-08 08:52 fileencrypt\fileencrypt.clw
文件 2133 2007-05-08 08:52 fileencrypt\fileencrypt.cpp
文件 4249 2007-05-08 08:52 fileencrypt\fileencrypt.dsp
文件 545 2007-05-08 08:52 fileencrypt\fileencrypt.dsw
文件 1379 2007-05-08 08:52 fileencrypt\fileencrypt.h
文件 74752 2007-05-08 08:52 fileencrypt\fileencrypt.ncb
文件 1860 2007-05-08 08:52 fileencrypt\fileencrypt.plg
文件 5591 2007-05-08 08:52 fileencrypt\fileencrypt.rc
文件 5558 2007-05-08 08:52 fileencrypt\fileencryptDlg.cpp
文件 1518 2007-05-08 08:52 fileencrypt\fileencryptDlg.h
文件 1078 2007-05-08 08:52 fileencrypt\res\fileencrypt.ico
文件 403 2007-05-08 08:52 fileencrypt\res\fileencrypt.rc2
目录 0 2009-05-18 15:34 fileencrypt\res
目录 0 2009-05-18 15:34 fileencrypt
----------- --------- ---------- ----- ----
127623 19
- 上一篇:上海交大通信原理实验循环码
- 下一篇:《网友设计与开发》中块元素与行内元素详解
相关资源
- SpringMVC文件上传与的实现.rar
- 中国1:400万基础地理数据
- AsyncTask文件控制暂停和继续,在状态
- 最新的北京地铁shp文件75146
- 希尔密码加密、解密和破密
- PNG加密解密工具73383
- 三菱fx3u解密软件
- 武汉市行政区划shp文件61656
- Rational Rose Common破解文件
- m1卡 ic卡可选择扇区初始化加密软件
- Web Api 通过文件流 文件到本地
- 右键属性文件校验插件可同时生成十
- CCS中如何生成LIB文件-并在另外CCS项目
- TI CCS V5.4 安装步骤及破解文件
- 清翔电子MCS51开发板资料_新版 01_开发
- 三星DDR800内存条PCB文件和原理图
- ASUS BIOS 加NVME协议文件: Nvme.ffs NV
- Zprotect专业版(无限制) 一机一码E
- adams vibration 练习原文件
- 加密软件漏洞评测系统 V8.9
- VC 获得文件属性 获取文件的创建时
- STM32基于rt_thread操作系统的SDHC卡文件
- C 大整数RSA加密
- [免费]安全加密软件U盘加密,文件加
- “暴风一号”(“1KB文件夹快捷方式
- 加密cad图形的lisp文件
- 德卡D3读卡器测试程序驱动文件
- dsp2812上128点FFTc程序以及其CMD文件
- hidusage.h hidpi.h 等USB开发用头文件
- zen_cart_1.3.9h_ 配置文件优化
评论
共有 条评论