• 大小: 1.81MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: txt文件  

资源简介

文本阅读器可以打开文本文件,显示文件内容。

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “readtxt.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////

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

     文件      19670  2013-04-17 15:31  readtxt\Debug\MainFrm.obj

     文件     118829  2013-04-17 15:31  readtxt\Debug\readtxt.exe

     文件     307180  2013-04-17 15:31  readtxt\Debug\readtxt.ilk

     文件      22752  2013-04-17 15:31  readtxt\Debug\readtxt.obj

     文件    5498596  2013-04-17 15:31  readtxt\Debug\readtxt.pch

     文件     328704  2013-04-17 15:31  readtxt\Debug\readtxt.pdb

     文件       7288  2013-04-17 15:31  readtxt\Debug\readtxt.res

     文件      14706  2013-04-17 15:31  readtxt\Debug\readtxtDoc.obj

     文件      20168  2013-04-17 15:31  readtxt\Debug\readtxtView.obj

     文件     105409  2013-04-17 15:31  readtxt\Debug\StdAfx.obj

     文件     214016  2013-04-17 15:31  readtxt\Debug\vc60.idb

     文件     364544  2013-04-17 15:31  readtxt\Debug\vc60.pdb

     文件       2508  2013-04-17 15:30  readtxt\MainFrm.cpp

     文件       1581  2013-04-17 15:30  readtxt\MainFrm.h

     文件       4335  2013-04-17 15:30  readtxt\ReadMe.txt

     文件       1970  2013-04-17 15:30  readtxt\readtxt.clw

     文件       4227  2013-04-17 15:30  readtxt\readtxt.cpp

     文件       4576  2013-04-17 15:30  readtxt\readtxt.dsp

     文件        537  2013-04-17 15:30  readtxt\readtxt.dsw

     文件       1367  2013-04-17 15:30  readtxt\readtxt.h

     文件      50176  2013-04-17 15:31  readtxt\readtxt.ncb

     文件      48640  2013-04-17 15:31  readtxt\readtxt.opt

     文件       1806  2013-04-17 15:31  readtxt\readtxt.plg

     文件      10567  2013-04-17 15:30  readtxt\readtxt.rc

     文件       1838  2013-04-17 15:30  readtxt\readtxtDoc.cpp

     文件       1486  2013-04-17 15:30  readtxt\readtxtDoc.h

     文件       2817  2013-04-17 15:30  readtxt\readtxtView.cpp

     文件       1911  2013-04-17 15:30  readtxt\readtxtView.h

     文件       1078  2013-04-17 15:30  readtxt\res\readtxt.ico

     文件        399  2013-04-17 15:30  readtxt\res\readtxt.rc2

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

评论

共有 条评论