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

资源简介

C++实战源码-头像选择形式的登录窗体(入门级实例330).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Login.h“
#include “LoginDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CLoginApp

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

/////////////////////////////////////////////////////////////////////////////
// CLoginApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CLoginApp object

CLoginApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1142  2010-10-27 13:25  Login\Login.clw
     文件        2049  2008-03-20 19:08  Login\Login.cpp
     文件        5088  2008-03-21 08:55  Login\Login.dsp
     文件         533  2008-03-20 19:08  Login\Login.dsw
     文件        1313  2008-03-20 19:08  Login\Login.h
     文件        5845  2010-09-25 11:15  Login\Login.rc
     文件        5215  2009-02-23 16:42  Login\LoginDlg.cpp
     文件        1320  2009-02-23 16:34  Login\LoginDlg.h
     文件        1090  2008-03-21 08:50  Login\resource.h
     文件         207  2008-03-20 19:08  Login\StdAfx.cpp
     文件        1054  2008-03-20 19:08  Login\StdAfx.h
     文件        9110  2008-03-21 08:50  Login\res\17.ico
     文件        9110  2008-03-21 08:50  Login\res\18.ico
     文件        9110  2008-03-21 08:50  Login\res\20.ico
     文件        9110  2008-03-21 08:50  Login\res\21.ico
     文件        9110  2008-03-21 08:50  Login\res\22.ico
     文件        9110  2008-03-21 08:50  Login\res\27.ico
     文件        9110  2008-03-21 08:50  Login\res\30.ico
     文件        5694  2005-10-08 16:28  Login\res\Login.ico
     文件         397  2008-03-20 19:08  Login\res\Login.rc2
     文件       11776  2010-06-22 10:33  Login\res\Thumbs.db

评论

共有 条评论