資源簡介
VC編寫的超級記事本程序,界面漂亮實用,不但可以進行文本編程,還可以通過點擊日期的方式記錄和顯示重要的事件。

代碼片段和文件信息
//?AboutSuperNotepad.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“SuperNotepad.h“
#include?“AboutSuperNotepad.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAboutSuperNotepad?dialog
CAboutSuperNotepad::CAboutSuperNotepad(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAboutSuperNotepad::IDD?pParent)
{
//{{AFX_DATA_INIT(CAboutSuperNotepad)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CAboutSuperNotepad::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutSuperNotepad)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutSuperNotepad?CDialog)
//{{AFX_MSG_MAP(CAboutSuperNotepad)
ON_BN_CLICKED(IDC_BUTTON_OK?OnButtonOk)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAboutSuperNotepad?message?handlers
void?CAboutSuperNotepad::OnButtonOk()?
{
CDialog::OnCancel();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1177??2005-09-30?09:36??sample3\SuperNotepad\AboutSuperNotepad.cpp
?????文件???????1314??2005-10-10?13:32??sample3\SuperNotepad\AboutSuperNotepad.h
?????文件????????345??2007-09-11?15:31??sample3\SuperNotepad\CommonDefine.h
?????文件???????4253??2005-12-25?22:40??sample3\SuperNotepad\IdentityValidate.cpp
?????文件???????1504??2005-09-30?14:46??sample3\SuperNotepad\IdentityValidate.h
?????文件???????3741??2005-10-10?14:29??sample3\SuperNotepad\ModifyPassword.cpp
?????文件???????1529??2005-09-30?14:19??sample3\SuperNotepad\ModifyPassword.h
?????文件???????1178??2007-11-08?22:08??sample3\SuperNotepad\MySingletonClass.cpp
?????文件????????811??2007-09-11?17:14??sample3\SuperNotepad\MySingletonClass.h
?????文件???????3687??2005-09-28?10:37??sample3\SuperNotepad\ReadMe.txt
?????文件???????1859??2008-04-23?13:46??sample3\SuperNotepad\RegularTipDlg.cpp
?????文件???????1274??2007-09-11?15:25??sample3\SuperNotepad\RegularTipDlg.h
?????文件???????2378??2006-11-04?21:18??sample3\SuperNotepad\SettingDlg.cpp
?????文件???????1408??2006-11-04?18:03??sample3\SuperNotepad\SettingDlg.h
?????文件????????214??2005-09-28?10:37??sample3\SuperNotepad\StdAfx.cpp
?????文件???????1077??2006-11-04?21:14??sample3\SuperNotepad\StdAfx.h
?????文件??????26788??2009-06-14?21:00??sample3\SuperNotepad\SuperNotepad.aps
?????文件???????4851??2009-06-14?21:00??sample3\SuperNotepad\SuperNotepad.clw
?????文件???????3491??2007-11-06?16:21??sample3\SuperNotepad\SuperNotepad.cpp
?????文件???????6272??2007-11-08?16:35??sample3\SuperNotepad\SuperNotepad.dsp
?????文件????????591??2005-09-28?17:10??sample3\SuperNotepad\SuperNotepad.dsw
?????文件???????1502??2006-11-04?15:03??sample3\SuperNotepad\SuperNotepad.h
?????文件?????369664??2009-06-14?21:00??sample3\SuperNotepad\SuperNotepad.ncb
?????文件????????258??2009-06-14?21:00??sample3\SuperNotepad\SuperNotepad.plg
?????文件??????10681??2007-11-08?23:57??sample3\SuperNotepad\SuperNotepad.rc
?????文件????????967??2006-11-04?18:10??sample3\SuperNotepad\TimeInfo.cpp
?????文件????????891??2005-10-10?02:18??sample3\SuperNotepad\TimeInfo.h
?????文件???????9336??2006-11-06?10:26??sample3\SuperNotepad\TimeTipDlg.cpp
?????文件???????2103??2006-11-04?22:53??sample3\SuperNotepad\TimeTipDlg.h
?????文件???????1500??2006-11-04?20:52??sample3\SuperNotepad\TipDlg.cpp
............此處省略88個文件信息
- 上一篇:《數據結構》-嚴蔚敏pdf版
- 下一篇:Vip文件閱讀器 維普閱讀器
評論
共有 條評論