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

资源简介

C++实战源码-艺术图案万花筒(入门级实例451).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Kale.h“

#include “MainFrm.h“
#include “KaleDoc.h“
#include “KaleView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CKaleApp

BEGIN_MESSAGE_MAP(CKaleApp CWinApp)
//{{AFX_MSG_MAP(CKaleApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CKaleApp construction


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1925  2010-07-10 10:44  Kale\Kale.clw
     文件        4220  2010-07-20 19:17  Kale\Kale.cpp
     文件        4513  2010-07-10 10:44  Kale\Kale.dsp
     文件         533  2010-07-10 10:44  Kale\Kale.dsw
     文件        1334  2010-07-10 10:44  Kale\Kale.h
     文件       10519  2010-07-10 10:44  Kale\Kale.rc
     文件        1702  2010-07-10 10:44  Kale\KaleDoc.cpp
     文件        1453  2010-07-10 10:44  Kale\KaleDoc.h
     文件        3032  2010-09-02 09:06  Kale\KaleView.cpp
     文件        1859  2010-07-10 10:44  Kale\KaleView.h
     文件        2505  2010-07-10 10:44  Kale\MainFrm.cpp
     文件        1581  2010-07-10 10:44  Kale\MainFrm.h
     文件         490  2010-07-10 10:44  Kale\Resource.h
     文件         206  2010-07-10 10:44  Kale\StdAfx.cpp
     文件        1054  2010-07-10 10:44  Kale\StdAfx.h
     文件        5694  2005-10-08 16:28  Kale\res\Kale.ico
     文件         396  2010-07-10 10:44  Kale\res\Kale.rc2
     文件        1078  2010-07-10 10:44  Kale\res\KaleDoc.ico
     文件        1078  2010-07-10 10:44  Kale\res\Toolbar.bmp

评论

共有 条评论