• 大小: 0.51M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-04
  • 语言: 其他
  • 标签: 其他  

资源简介

TestDemo.rar

资源截图

代码片段和文件信息


// MainFrm.cpp : CMainframe 类的实现
//

#include “stdafx.h“
#include “TestDemo.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif

// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

const int  iMaxUserToolbars = 10;
const UINT uiFirstUserToolBarId = AFX_IDW_CONTROLBAR_FIRST + 40;
const UINT uiLastUserToolBarId = uiFirstUserToolBarId + iMaxUserToolbars - 1;

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
ON_WM_CREATE()
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // 状态行指示器
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

// CMainframe 构造/析构

CMainframe::CMainframe()
{
// TODO: 在此添加成员初始化代码
}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     42496  2020-02-29 20:46  TestDemo\.vs\TestDemo\v14\.suo

     文件     449448  2020-02-29 16:53  TestDemo\Debug\start.png

     文件       1957  2020-02-29 15:24  TestDemo\TestDemo\MainFrm.cpp

     文件        669  2020-02-29 15:24  TestDemo\TestDemo\MainFrm.h

     文件        787  2020-02-29 19:21  TestDemo\TestDemo\MainUI.cpp

     文件        171  2020-02-29 17:09  TestDemo\TestDemo\MainUI.h

     文件       5360  2020-02-29 19:51  TestDemo\TestDemo\MyApp.cpp

     文件       1446  2020-02-29 19:51  TestDemo\TestDemo\MyApp.h

     文件       4770  2020-02-29 15:24  TestDemo\TestDemo\ReadMe.txt

     文件      67777  2015-07-06 21:54  TestDemo\TestDemo\res\TestDemo.ico

     文件        672  2020-02-29 15:24  TestDemo\TestDemo\res\TestDemo.rc2

     文件       4710  2015-07-06 21:54  TestDemo\TestDemo\res\TestDemoDoc.ico

     文件       1078  2015-07-06 21:54  TestDemo\TestDemo\res\Toolbar.bmp

     文件        481  2020-02-29 15:24  TestDemo\TestDemo\Resource.h

     文件        141  2020-02-29 15:24  TestDemo\TestDemo\stdafx.cpp

     文件       1636  2020-02-29 18:27  TestDemo\TestDemo\stdafx.h

     文件        240  2020-02-29 15:24  TestDemo\TestDemo\targetver.h

     文件       3920  2020-02-29 20:38  TestDemo\TestDemo\TestDemo.cpp

     文件        794  2020-02-29 17:44  TestDemo\TestDemo\TestDemo.h

     文件      10790  2020-02-29 15:24  TestDemo\TestDemo\TestDemo.rc

     文件      12476  2020-02-29 18:12  TestDemo\TestDemo\TestDemo.vcxproj

     文件       3340  2020-02-29 18:12  TestDemo\TestDemo\TestDemo.vcxproj.filters

     文件       2555  2020-02-29 15:24  TestDemo\TestDemo\TestDemoDoc.cpp

     文件        859  2020-02-29 15:24  TestDemo\TestDemo\TestDemoDoc.h

     文件       1984  2020-02-29 15:24  TestDemo\TestDemo\TestDemoView.cpp

     文件        990  2020-02-29 15:24  TestDemo\TestDemo\TestDemoView.h

     文件       1306  2020-02-29 15:24  TestDemo\TestDemo.sln

     目录          0  2020-02-29 20:47  TestDemo\.vs\TestDemo\v14

     目录          0  2020-02-29 20:47  TestDemo\.vs\TestDemo

     目录          0  2020-02-29 20:47  TestDemo\TestDemo\res

............此处省略7个文件信息

评论

共有 条评论