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

资源简介

C++实战源码-圆角窗体(入门级实例255).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RoundRect.h“
#include “RoundRectDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRoundRectApp

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

/////////////////////////////////////////////////////////////////////////////
// CRoundRectApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CRoundRectAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         540  2007-08-21 15:44  RoundRect\Resource.h
     文件         983  2010-10-26 18:45  RoundRect\RoundRect.clw
     文件        2105  2007-08-21 15:44  RoundRect\RoundRect.cpp
     文件        4213  2007-08-21 15:44  RoundRect\RoundRect.dsp
     文件         541  2007-08-21 15:44  RoundRect\RoundRect.dsw
     文件        1357  2007-08-21 15:44  RoundRect\RoundRect.h
     文件        5128  2007-08-21 15:44  RoundRect\RoundRect.rc
     文件        4302  2007-08-21 15:44  RoundRect\RoundRectDlg.cpp
     文件        1375  2007-08-21 15:44  RoundRect\RoundRectDlg.h
     文件         211  2007-08-21 15:44  RoundRect\StdAfx.cpp
     文件        1054  2007-08-21 15:44  RoundRect\StdAfx.h
     文件        1078  2007-08-21 15:44  RoundRect\res\RoundRect.ico
     文件         401  2007-08-21 15:44  RoundRect\res\RoundRect.rc2

评论

共有 条评论