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

资源简介

C++实战源码-禁止列表框信息重复(入门级实例317).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Repeat.h“
#include “RepeatDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRepeatApp

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

/////////////////////////////////////////////////////////////////////////////
// CRepeatApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CRepeatApp object

CRepeatApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1155  2010-10-27 13:14  Repeat\Repeat.clw
     文件        2063  2007-03-14 15:05  Repeat\Repeat.cpp
     文件        4287  2010-10-06 14:08  Repeat\Repeat.dsp
     文件         535  2007-03-14 15:05  Repeat\Repeat.dsw
     文件        1324  2007-03-14 15:05  Repeat\Repeat.h
     文件        5649  2010-10-06 13:59  Repeat\Repeat.rc
     文件        4592  2010-10-06 13:58  Repeat\RepeatDlg.cpp
     文件        1374  2010-10-06 13:56  Repeat\RepeatDlg.h
     文件         912  2010-10-06 13:58  Repeat\resource.h
     文件         208  2007-03-14 15:05  Repeat\StdAfx.cpp
     文件        1054  2007-03-14 15:05  Repeat\StdAfx.h
     文件      258046  2010-10-06 13:52  Repeat\res\029.bmp
     文件        4842  2010-10-06 13:58  Repeat\res\insert.bmp
     文件        5694  2005-10-08 16:28  Repeat\res\Repeat.ico
     文件         398  2007-03-14 15:05  Repeat\res\Repeat.rc2
     文件       10240  2010-10-06 13:56  Repeat\res\Thumbs.db

评论

共有 条评论