• 大小: 2.93MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-15
  • 语言: C/C++
  • 标签: 文本  编辑器  

资源简介

vc6.0 完整的文本编辑器源码,成功运行,试过了,难得的学习资料,是初学者的最佳选择!

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
// Download by http://www.codefans.net

#include “stdafx.h“
#include “Edit.h“

#include “ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
| FWS_ADDTOtitle | WS_THICKframe | WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_MAXIMIZE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-09-26 12:47  EditCode\
     目录           0  2012-11-14 18:21  EditCode\rich text_Edit\
     文件        1732  2009-09-26 12:42  EditCode\rich text_Edit\ChildFrm.cpp
     文件        1397  2001-08-19 19:30  EditCode\rich text_Edit\ChildFrm.h
     文件        1119  2009-09-26 12:42  EditCode\rich text_Edit\CntrItem.cpp
     文件        1534  2001-08-19 19:30  EditCode\rich text_Edit\CntrItem.h
     文件       34494  2002-01-19 11:24  EditCode\rich text_Edit\CoolMenu.cpp
     文件        6004  1999-12-14 13:03  EditCode\rich text_Edit\CoolMenu.h
     文件        2236  2001-10-05 16:17  EditCode\rich text_Edit\DateDialog.cpp
     文件        1433  2001-09-28 20:16  EditCode\rich text_Edit\DateDialog.h
     目录           0  2012-11-14 18:16  EditCode\rich text_Edit\Debug\
     文件       16289  2012-11-14 18:16  EditCode\rich text_Edit\Debug\ChildFrm.obj
     文件       16601  2012-11-14 18:16  EditCode\rich text_Edit\Debug\CntrItem.obj
     文件       82235  2012-11-14 18:16  EditCode\rich text_Edit\Debug\CoolMenu.obj
     文件       17109  2012-11-14 18:16  EditCode\rich text_Edit\Debug\DateDialog.obj
     文件      254014  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.exe
     文件     1098252  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.ilk
     文件       71455  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.obj
     文件     6111444  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.pch
     文件      754688  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.pdb
     文件       29200  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Edit.res
     文件       26054  2012-11-14 18:16  EditCode\rich text_Edit\Debug\EditDoc.obj
     文件       62956  2012-11-14 18:16  EditCode\rich text_Edit\Debug\EditView.obj
     文件       19703  2012-11-14 18:16  EditCode\rich text_Edit\Debug\FlatComboBox.obj
     文件       27699  2012-11-14 18:16  EditCode\rich text_Edit\Debug\FormatBar.obj
     文件       39805  2012-11-14 18:16  EditCode\rich text_Edit\Debug\KSFileDialog.obj
     文件       48925  2012-11-14 18:16  EditCode\rich text_Edit\Debug\MDITabs.obj
     文件       38577  2012-11-14 18:16  EditCode\rich text_Edit\Debug\MainFrm.obj
     文件       14597  2012-11-14 18:16  EditCode\rich text_Edit\Debug\ParagraphDialog.obj
     文件       31458  2012-11-14 18:16  EditCode\rich text_Edit\Debug\SA3DToolBar.obj
     文件       25649  2012-11-14 18:16  EditCode\rich text_Edit\Debug\Statlink.obj
............此处省略52个文件信息

评论

共有 条评论