• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-密码安全编辑框(入门级实例300).zip

资源截图

代码片段和文件信息

// SafeEdit.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “SafeEdit.h“
#include “SafeEditDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSafeEditApp

BEGIN_MESSAGE_MAP(CSafeEditApp CWinApp)
//{{AFX_MSG_MAP(CSafeEditApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSafeEditApp construction

CSafeEditApp::CSafeEditApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CSafeEditApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         960  2010-07-12 10:25  SafeEdit\resource.h
     文件        1272  2010-10-27 11:10  SafeEdit\SafeEdit.clw
     文件        2091  2008-10-16 09:42  SafeEdit\SafeEdit.cpp
     文件        4450  2010-07-12 10:27  SafeEdit\SafeEdit.dsp
     文件         541  2008-10-16 10:07  SafeEdit\SafeEdit.dsw
     文件        1346  2008-10-16 09:42  SafeEdit\SafeEdit.h
     文件        5559  2010-07-12 10:25  SafeEdit\SafeEdit.rc
     文件        4137  2009-01-08 14:48  SafeEdit\SafeEditDlg.cpp
     文件        1403  2009-01-08 14:50  SafeEdit\SafeEditDlg.h
     文件         942  2008-10-16 10:46  SafeEdit\SaveEdit.cpp
     文件        1225  2009-01-08 14:49  SafeEdit\SaveEdit.h
     文件         210  2008-10-16 09:42  SafeEdit\StdAfx.cpp
     文件        1054  2008-10-16 09:42  SafeEdit\StdAfx.h
     文件        5694  2008-10-16 12:59  SafeEdit\res\115.ico
     文件      162054  2010-07-12 10:25  SafeEdit\res\login.bmp
     文件        1078  2008-10-16 09:42  SafeEdit\res\SafeEdit.ico
     文件         400  2008-10-16 09:42  SafeEdit\res\SafeEdit.rc2
     文件        5120  2010-06-22 09:06  SafeEdit\res\Thumbs.db

评论

共有 条评论