91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.18MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-15
  • 語(yǔ)言: C/C++
  • 標(biāo)簽: Scintilla??MFC??CodeEditor??

資源簡(jiǎn)介

這是本人在學(xué)習(xí)MFC過(guò)程中開發(fā)的一個(gè)小程序,是Windows平臺(tái)下,一款小巧的程序語(yǔ)言源代碼編輯器。支持語(yǔ)法高亮顯示、代碼折疊、括號(hào)匹配、自動(dòng)換行、行數(shù)標(biāo)記、搜索替換、縮放字體、設(shè)置語(yǔ)法高亮規(guī)則,它可以同時(shí)編輯多種文件類型,多個(gè)文檔該程序是基于MFC開發(fā)的多文檔應(yīng)用程序,使用了開源控件Scintilla。

資源截圖

代碼片段和文件信息

//?AboutDlg.cpp?:?實(shí)現(xiàn)文件
//

#include?“stdafx.h“
#include?“CodeEditor.h“
#include?“AboutDlg.h“


//?CAboutDlg?對(duì)話框

IMPLEMENT_DYNAMIC(CAboutDlg?CDialog)

CAboutDlg::CAboutDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAboutDlg::IDD?pParent)
{

}

CAboutDlg::~CAboutDlg()
{
}

void?CAboutDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Control(pDX?IDC_EDIT_GNU?m_EditGNU);
}


BEGIN_MESSAGE_MAP(CAboutDlg?CDialog)
END_MESSAGE_MAP()


//?CAboutDlg?消息處理程序

const?CString?ScintillaLicence?=“該程序使用了開源控件Scintilla.\r\n“
“Scintilla?License:\r\n“
“Copyright?1998-2002?by?Neil?Hodgson?\r\n“
“All?Rights?Reserved\r\n\r\n“;
const?CString?GNU?=?“This?program?is?free?software;?you?can?redistribute?it\r\n“?
“and/or?modify?it?under?the?terms?of?the?GNU?General\r\n“
“Public?License?as?published?by?the?Free?Software\r\n“?
“Foundation;?either?version?2?of?the?License?or\r\n“
“(at?your?option)?any?later?version.\r\n\r\n“
“This?program?is?distributed?in?the?hope?that?it?will\r\n“
“be?useful?but?WITHOUT?ANY?WARRANTY;?without?even?the\r\n“
“implied?warranty?of?MERCHANTABILITY?or?FITNESS?FOR?A\r\n“
“PARTICULAR?PURPOSE.??See?the?GNU?General?Public?\r\n“
“License?for?more?details.\r\n\r\n“
“You?should?have?received?a?copy?of?the?GNU?General\r\n“
“Public?License?along?with?this?program;?if?not?write\r\n“
“to?the?Free?Software?Foundation?Inc.?675?Mass?Ave\r\n“
“Cambridge?MA?02139?USA.\r\n“;
BOOL?CAboutDlg::OnInitDialog()
{
CDialog::OnInitDialog();

//?TODO:??在此添加額外的初始化
m_EditGNU.SetWindowText(ScintillaLicence+GNU);
m_EditGNU.SetReadOnly();
return?TRUE;??//?return?TRUE?unless?you?set?the?focus?to?a?control
//?異常:?OCX?屬性頁(yè)應(yīng)返回?FALSE
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1872??2010-05-15?00:00??CodeEditor\CodeEditor\AboutDlg.cpp

?????文件????????437??2010-05-14?23:55??CodeEditor\CodeEditor\AboutDlg.h

?????文件????????420??2010-05-14?23:41??CodeEditor\CodeEditor\AboutDlg.htm

?????文件????????894??2010-05-14?17:41??CodeEditor\CodeEditor\ChildFrm.cpp

?????文件????????483??2010-05-14?17:41??CodeEditor\CodeEditor\ChildFrm.h

????.......?????????1??2006-11-20?16:11??CodeEditor\CodeEditor\ClassDiagram1.cd

?????文件?????204384??2010-05-21?21:43??CodeEditor\CodeEditor\CodeEditor.aps

?????文件???????5478??2010-05-20?23:03??CodeEditor\CodeEditor\CodeEditor.cpp

?????文件????????606??2010-05-11?16:49??CodeEditor\CodeEditor\CodeEditor.exe.manifest

?????文件????????720??2010-05-14?17:47??CodeEditor\CodeEditor\CodeEditor.h

?????文件??????22235??2010-05-21?21:43??CodeEditor\CodeEditor\CodeEditor.rc

?????文件???????6878??2010-05-29?16:18??CodeEditor\CodeEditor\CodeEditor.vcproj

?????文件???????1419??2010-06-01?22:35??CodeEditor\CodeEditor\CodeEditor.vcproj.WuYupeng-PC.WuYupeng.user

?????文件???????2229??2010-05-14?18:29??CodeEditor\CodeEditor\CodeEditorDoc.cpp

?????文件????????741??2010-05-14?18:23??CodeEditor\CodeEditor\CodeEditorDoc.h

?????文件??????28115??2010-05-29?15:01??CodeEditor\CodeEditor\CodeEditorView.cpp

?????文件???????3681??2010-05-22?16:20??CodeEditor\CodeEditor\CodeEditorView.h

?????文件???????8244??2010-05-20?23:15??CodeEditor\CodeEditor\Debug\BuildLog.htm

?????文件???????1245??2010-05-14?18:09??CodeEditor\CodeEditor\JumpToLineDlg.cpp

?????文件????????610??2010-05-12?23:12??CodeEditor\CodeEditor\JumpToLineDlg.h

?????文件???????8784??2010-05-21?22:08??CodeEditor\CodeEditor\MainFrm.cpp

?????文件???????1106??2010-05-14?17:41??CodeEditor\CodeEditor\MainFrm.h

?????文件???????3848??2010-05-14?17:41??CodeEditor\CodeEditor\ReadMe.txt

?????文件??????11952??2010-05-29?16:04??CodeEditor\CodeEditor\Release\BuildLog.htm

?????文件??????67777??2007-11-28?16:21??CodeEditor\CodeEditor\res\CodeEditor.ico

?????文件????????366??2010-05-14?17:41??CodeEditor\CodeEditor\res\CodeEditor.rc2

?????文件???????4710??2007-10-31?09:37??CodeEditor\CodeEditor\res\CodeEditorDoc.ico

?????文件??????67646??2010-05-14?23:33??CodeEditor\CodeEditor\res\Logo.ico

?????文件???????1078??2003-07-23?17:52??CodeEditor\CodeEditor\res\Toolbar.bmp

?????文件???????5816??2007-08-30?17:14??CodeEditor\CodeEditor\res\Toolbar256.bmp

............此處省略37個(gè)文件信息

評(píng)論

共有 條評(píng)論