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

资源简介

C++实战源码-具有分隔条的静态文本控件(入门级实例290).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “LevelStatic.h“
#include “LevelStaticDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CLevelStaticApp

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

/////////////////////////////////////////////////////////////////////////////
// CLevelStaticApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1437  2010-10-27 09:44  LevelStatic\LevelStatic.clw
     文件        2133  2007-05-22 18:27  LevelStatic\LevelStatic.cpp
     文件        4509  2010-10-06 09:26  LevelStatic\LevelStatic.dsp
     文件         547  2007-05-22 18:27  LevelStatic\LevelStatic.dsw
     文件        1379  2007-05-22 18:27  LevelStatic\LevelStatic.h
     文件        5831  2010-10-06 09:17  LevelStatic\LevelStatic.rc
     文件        1668  2010-06-02 14:19  LevelStatic\LevelStatic1.cpp
     文件        1163  2007-05-22 18:44  LevelStatic\LevelStatic1.h
     文件        4224  2010-06-02 13:08  LevelStatic\LevelStaticDlg.cpp
     文件        1420  2010-06-02 13:08  LevelStatic\LevelStaticDlg.h
     文件         963  2010-10-06 09:15  LevelStatic\resource.h
     文件         213  2007-05-22 18:27  LevelStatic\StdAfx.cpp
     文件        1054  2007-05-22 18:27  LevelStatic\StdAfx.h
     文件      156510  2010-10-06 09:15  LevelStatic\res\002.bmp
     文件        5694  2007-05-22 18:51  LevelStatic\res\11.ico
     文件        1078  2007-05-22 18:27  LevelStatic\res\LevelStatic.ico
     文件         403  2007-05-22 18:27  LevelStatic\res\LevelStatic.rc2
     文件        5632  2010-06-22 09:01  LevelStatic\res\Thumbs.db

评论

共有 条评论