实例介绍
C++ 日程管理软件 课程设计 C++ 日程管理软件 课程设计 C++ 日程管理软件 课程设计 C++ 日程管理软件 课程设计 C++ 日程管理软件 课程设计
【实例截图】
【核心代码】
04a2000280ff088c9f592cea2cbdf617.rar
└── C++日程安排软件
├── 3rdParty
│ ├── Base64Coder.cpp
│ ├── Base64Coder.h
│ ├── ColourPicker.cpp
│ ├── ColourPicker.h
│ ├── ColourPopup.cpp
│ ├── ColourPopup.h
│ ├── DragDrop.cpp
│ ├── DragDrop.h
│ ├── FIXALLOC.H
│ ├── FontComboBox.cpp
│ ├── FontComboBox.h
│ ├── GUI.CPP
│ ├── GUI.H
│ ├── Ini.cpp
│ ├── Ini.h
│ ├── LockableHeaderCtrl.cpp
│ ├── LockableHeaderCtrl.h
│ ├── MemUtil.cpp
│ ├── MemUtil.h
│ ├── myspell
│ │ ├── affentry.cxx
│ │ ├── affentry.hxx
│ │ ├── affixmgr.cxx
│ │ ├── affixmgr.hxx
│ │ ├── atypes.hxx
│ │ ├── baseaffix.hxx
│ │ ├── csutil.cxx
│ │ ├── csutil.hxx
│ │ ├── dictmgr.cxx
│ │ ├── dictmgr.hxx
│ │ ├── hashmgr.cxx
│ │ ├── hashmgr.hxx
│ │ ├── htypes.hxx
│ │ ├── license.readme
│ │ ├── myspell.cxx
│ │ ├── myspell.hxx
│ │ ├── mythes.cxx
│ │ ├── mythes.hxx
│ │ ├── suggestmgr.cxx
│ │ └── suggestmgr.hxx
│ ├── NewRandom.cpp
│ ├── NewRandom.h
│ ├── RegUtil.cpp
│ ├── RegUtil.h
│ ├── rijndael.cpp
│ ├── rijndael.h
│ ├── rtf2html
│ │ ├── RTF2HTMLConverter.cpp
│ │ ├── RTF2HTMLConverter.h
│ │ ├── RTF2HTMLTree.h
│ │ ├── StdAfx.h
│ │ ├── Util.cpp
│ │ └── Util.h
│ ├── Schemadef.h
│ ├── SendFileTo.h
│ ├── sha2.cpp
│ ├── sha2.h
│ ├── SizeComboBox.cpp
│ ├── SizeComboBox.h
│ ├── StatLink.cpp
│ ├── StatLink.h
│ ├── StatusBarACT.cpp
│ ├── StatusBarACT.h
│ ├── StdioFileEx.cpp
│ ├── StdioFileEx.h
│ ├── TextFile.cpp
│ ├── TextFile.h
│ ├── Tmschema.h
│ ├── TOM.h
│ ├── Uxtheme.h
│ ├── XHTMLStatic.cpp
│ ├── XHTMLStatic.h
│ ├── XmlNodeWrapper.cpp
│ ├── XmlNodeWrapper.h
│ ├── XNamedColors.cpp
│ └── XNamedColors.h
├── EncryptDecrypt
│ ├── EncryptDecrypt.cpp
│ ├── EncryptDecrypt.dsp
│ ├── EncryptDecrypt.dsw
│ ├── Encryption.cpp
│ ├── Encryption.h
│ ├── Encryption.rc
│ ├── ReadMe.txt
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── FMindImportExport
│ ├── FMindExporter.cpp
│ ├── FMindExporter.h
│ ├── FMindImporter.cpp
│ ├── FMindImporter.h
│ ├── FMindImportExport.cpp
│ ├── FMindImportExport.def
│ ├── FMindImportExport.dsp
│ ├── FMindImportExport.h
│ ├── FMindImportExport.rc
│ ├── ReadMe.txt
│ ├── res
│ │ └── FMindImportExport.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── GPExport
│ ├── GPExport.cpp
│ ├── GPExport.def
│ ├── GPExport.dsp
│ ├── GPExport.dsw
│ ├── GPExporter.cpp
│ ├── GPExporter.h
│ ├── GPExport.h
│ ├── GPExport.rc
│ ├── GPImporter.cpp
│ ├── GPImporter.h
│ ├── ReadMe.txt
│ ├── res
│ │ └── GPExport.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── iCalImportExport
│ ├── iCalExporter.cpp
│ ├── iCalExporter.h
│ ├── iCalImporter.cpp
│ ├── iCalImporter.h
│ ├── iCalImportExport.cpp
│ ├── iCalImportExport.def
│ ├── iCalImportExport.dsp
│ ├── iCalImportExport.h
│ ├── iCalImportExport.rc
│ ├── ReadMe.txt
│ ├── res
│ │ └── iCalImportExport.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── MLOImport
│ ├── MLOImport.cpp
│ ├── MLOImport.def
│ ├── MLOImport.dsp
│ ├── MLOImporter.cpp
│ ├── MLOImporter.h
│ ├── MLOImport.h
│ ├── MLOImport.rc
│ ├── ReadMe.txt
│ ├── res
│ │ └── MLOImport.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── MySpellCheck
│ ├── MySpellCheck.cpp
│ ├── MySpellCheck.dsp
│ ├── MySpellCheck.dsw
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── PlainTextImport
│ ├── OptionsDlg.cpp
│ ├── OptionsDlg.h
│ ├── PlainTextExporter.cpp
│ ├── PlainTextExporter.h
│ ├── PlainTextImport.cpp
│ ├── PlainTextImport.def
│ ├── PlainTextImport.dsp
│ ├── PlainTextImporter.cpp
│ ├── PlainTextImporter.h
│ ├── PlainTextImport.h
│ ├── PlainTextImport.rc
│ ├── ReadMe.txt
│ ├── res
│ │ └── PlainTextImport.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── RTFContentCtrl
│ ├── ids.h
│ ├── ReadMe.txt
│ ├── res
│ │ └── RTFContentCtrl.rc2
│ ├── Resource.h
│ ├── RRECRuler.cpp
│ ├── RRECRuler.h
│ ├── RRECToolbar.cpp
│ ├── RRECToolbar.h
│ ├── RTFContentControl.cpp
│ ├── RTFContentControl.h
│ ├── RTFContentCtrl.cpp
│ ├── RTFContentCtrl.def
│ ├── RTFContentCtrl.dsp
│ ├── RTFContentCtrl.dsw
│ ├── RTFContentCtrl.h
│ ├── RTFContentCtrl.rc
│ ├── RTFLOC
│ │ └── RTFLOC.dsp
│ ├── RulerRichEdit.cpp
│ ├── RulerRichEditCtrl.cpp
│ ├── RulerRichEditCtrl.h
│ ├── RulerRichEdit.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── toolbar2.bmp
│ └── toolbar.bmp
├── Shared
│ ├── AboutDlg.cpp
│ ├── AboutDlg.h
│ ├── autocombobox.cpp
│ ├── autocombobox.h
│ ├── AutoFlag.cpp
│ ├── AutoFlag.h
│ ├── browserdlg.cpp
│ ├── browserdlg.h
│ ├── checkcombobox.cpp
│ ├── checkcombobox.h
│ ├── colorbutton.cpp
│ ├── colorbutton.h
│ ├── colorcombobox.cpp
│ ├── colorcombobox.h
│ ├── ColorDef.h
│ ├── ContentCtrl.cpp
│ ├── ContentCtrl.h
│ ├── ContentMgr.cpp
│ ├── ContentMgr.h
│ ├── contenttypecombobox.cpp
│ ├── contenttypecombobox.h
│ ├── DateHelper.cpp
│ ├── DateHelper.h
│ ├── deferWndMove.cpp
│ ├── deferWndMove.h
│ ├── DialogHelper.cpp
│ ├── DialogHelper.h
│ ├── DlgUnits.cpp
│ ├── DlgUnits.h
│ ├── DockManager.cpp
│ ├── DockManager.h
│ ├── driveinfo.cpp
│ ├── driveinfo.h
│ ├── EditShortcutMgr.cpp
│ ├── EditShortcutMgr.h
│ ├── EnBitmap.cpp
│ ├── EnBitmapEx.cpp
│ ├── EnBitmapEx.h
│ ├── EnBitmap.h
│ ├── enbrowserctrl.cpp
│ ├── enbrowserctrl.h
│ ├── EnCheckComboBox.cpp
│ ├── EnCheckComboBox.h
│ ├── encolordialog.cpp
│ ├── encolordialog.h
│ ├── EnCommandLineInfo.cpp
│ ├── EnCommandLineInfo.h
│ ├── enedit.cpp
│ ├── enedit.h
│ ├── enfiledialog.cpp
│ ├── enfiledialog.h
│ ├── EnHeaderCtrl.cpp
│ ├── EnHeaderCtrl.h
│ ├── enlistctrl.cpp
│ ├── enlistctrl.h
│ ├── EnRecentFileList.cpp
│ ├── EnRecentFileList.h
│ ├── enstatic.cpp
│ ├── enstatic.h
│ ├── EnString.cpp
│ ├── EnString.h
│ ├── entoolbar.cpp
│ ├── entoolbar.h
│ ├── fileedit.cpp
│ ├── fileedit.h
│ ├── FILEMISC.CPP
│ ├── FILEMISC.H
│ ├── FileRegister.cpp
│ ├── FileRegister.h
│ ├── FolderDialog.cpp
│ ├── FolderDialog.h
│ ├── GroupLine.cpp
│ ├── GroupLine.h
│ ├── HoldRedraw.h
│ ├── HookMgr.h
│ ├── hotkeyctrlex.cpp
│ ├── hotkeyctrlex.h
│ ├── HotTracker.cpp
│ ├── HotTracker.h
│ ├── HtmlCharMap.h
│ ├── IContentControl.h
│ ├── IEncryption.h
│ ├── IImportExport.h
│ ├── ImageProcessors.cpp
│ ├── ImageProcessors.h
│ ├── ImportExportMgr.cpp
│ ├── ImportExportMgr.h
│ ├── InputListCtrl.cpp
│ ├── InputListCtrl.h
│ ├── ISpellCheck.h
│ ├── ITaskList.h
│ ├── ITransText.h
│ ├── IUIExtension.h
│ ├── LimitSingleInstance.h
│ ├── MASKEDIT.CPP
│ ├── MASKEDIT.H
│ ├── MenuEx.cpp
│ ├── MenuEx.h
│ ├── MenuIconMgr.cpp
│ ├── MenuIconMgr.h
│ ├── Misc.cpp
│ ├── Misc.h
│ ├── monthcombobox.cpp
│ ├── monthcombobox.h
│ ├── MouseWheelMgr.cpp
│ ├── MouseWheelMgr.h
│ ├── NcGutter.cpp
│ ├── NcGutter.h
│ ├── OrderedTreeCtrl.cpp
│ ├── OrderedTreeCtrl.h
│ ├── OSVersion.cpp
│ ├── OSVersion.h
│ ├── passworddialog.cpp
│ ├── passworddialog.h
│ ├── popupEditctrl.cpp
│ ├── popupEditCtrl.h
│ ├── popupListboxctrl.cpp
│ ├── popupListboxctrl.h
│ ├── PreferencesBase.cpp
│ ├── PreferencesBase.h
│ ├── Preferences.cpp
│ ├── Preferences.h
│ ├── PropertyPageHost.cpp
│ ├── PropertyPageHost.h
│ ├── RCCtrlParser.cpp
│ ├── RCCtrlParser.h
│ ├── Regkey.cpp
│ ├── Regkey.h
│ ├── richeditbasectrl.cpp
│ ├── richeditbasectrl.h
│ ├── RichEditHelper.cpp
│ ├── RichEditHelper.h
│ ├── RichEditNcBorder.cpp
│ ├── RichEditNcBorder.h
│ ├── RichEditSpellCheck.cpp
│ ├── RichEditSpellCheck.h
│ ├── RuntimeDlg.cpp
│ ├── RuntimeDlg.h
│ ├── ShortcutManager.cpp
│ ├── ShortcutManager.h
│ ├── SpellCheckDlg.cpp
│ ├── SpellCheckDlg.h
│ ├── SpellChecker.cpp
│ ├── SpellChecker.h
│ ├── stringres.h
│ ├── Subclass.cpp
│ ├── Subclass.h
│ ├── SysImageList.cpp
│ ├── SysImageList.h
│ ├── tabbedcombobox.cpp
│ ├── tabbedcombobox.h
│ ├── tabctrlex.cpp
│ ├── tabctrlex.h
│ ├── Themed.cpp
│ ├── Themed.h
│ ├── timecombobox.cpp
│ ├── timecombobox.h
│ ├── TimeEdit.cpp
│ ├── TimeEdit.h
│ ├── TimeHelper.cpp
│ ├── TimeHelper.h
│ ├── ToolbarHelper.cpp
│ ├── ToolbarHelper.h
│ ├── TRAYICON.CPP
│ ├── TRAYICON.H
│ ├── TreeCtrlHelper.cpp
│ ├── TreeCtrlHelper.h
│ ├── TreeDragDropHelper.cpp
│ ├── TreeDragDropHelper.h
│ ├── TreeSelectionHelper.cpp
│ ├── TreeSelectionHelper.h
│ ├── UIExtensionMgr.cpp
│ ├── UIExtensionMgr.h
│ ├── UIExtensionUIHelper.cpp
│ ├── UIExtensionUIHelper.h
│ ├── urlricheditctrl.cpp
│ ├── urlricheditctrl.h
│ ├── wclassdefines.h
│ ├── webbrowserctrl.cpp
│ ├── webbrowserctrl.h
│ ├── WinClasses.cpp
│ ├── WinClasses.h
│ ├── winstyles.h
│ ├── WndPrompt.cpp
│ ├── WndPrompt.h
│ ├── XmlCharMap.h
│ ├── XmlFile.cpp
│ ├── xmlfileex.cpp
│ ├── xmlfileex.h
│ └── XmlFile.h
├── ToDoList
│ ├── ExportDlg.cpp
│ ├── ExportDlg.h
│ ├── FilterBar.cpp
│ ├── FilterBar.h
│ ├── FilterDlg.cpp
│ ├── FilterDlg.h
│ ├── FilteredToDoCtrl.cpp
│ ├── FilteredToDoCtrl.h
│ ├── FindTaskExpressionListCtrl.cpp
│ ├── FindTaskExpressionListCtrl.h
│ ├── KeyboardShortcutDisplayDlg.cpp
│ ├── KeyboardShortcutDisplayDlg.h
│ ├── license.txt
│ ├── MergeToDoList.cpp
│ ├── MergeToDoList.h
│ ├── OffsetDatesDlg.cpp
│ ├── OffsetDatesDlg.h
│ ├── PreferencesDlg.cpp
│ ├── PreferencesDlg.h
│ ├── PreferencesExportPage.cpp
│ ├── PreferencesExportPage.h
│ ├── PreferencesFilePage.cpp
│ ├── PreferencesFilePage.h
│ ├── PreferencesGenPage.cpp
│ ├── PreferencesGenPage.h
│ ├── PreferencesMultiUserPage.cpp
│ ├── PreferencesMultiUserPage.h
│ ├── PreferencesShortcutsPage.cpp
│ ├── PreferencesShortcutsPage.h
│ ├── PreferencesTaskDefPage.cpp
│ ├── PreferencesTaskDefPage.h
│ ├── PreferencesTaskPage.cpp
│ ├── PreferencesTaskPage.h
│ ├── PreferencesToolPage.cpp
│ ├── PreferencesToolPage.h
│ ├── PreferencesUIPage.cpp
│ ├── PreferencesUIPage.h
│ ├── PreferencesUITasklistColorsPage.cpp
│ ├── PreferencesUITasklistColorsPage.h
│ ├── PreferencesUITasklistPage.cpp
│ ├── PreferencesUITasklistPage.h
│ ├── ReadMe.txt
│ ├── RecurringTaskEdit.cpp
│ ├── RecurringTaskEdit.h
│ ├── RES
│ │ ├── bitmap1.bmp
│ │ ├── cc_somerights.bmp
│ │ ├── checklistbox.bmp
│ │ ├── close.bmp
│ │ ├── find.bmp
│ │ ├── find.ico
│ │ ├── findtoolbar16.bmp
│ │ ├── findtoolbar24.bmp
│ │ ├── ico00001.ico
│ │ ├── mainfram.ico
│ │ ├── mainfrm.ico
│ │ ├── todolist.exe.manifest
│ │ ├── ToDoList.ico
│ │ ├── ToDoList.rc2
│ │ ├── toolbar16.bmp
│ │ ├── toolbar24.bmp
│ │ ├── toolbar.bmp
│ │ ├── trayicon.ico
│ │ └── XPcheckboxes.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TaskFile.cpp
│ ├── TaskFile.h
│ ├── TaskListCsvExporter.cpp
│ ├── TaskListCsvExporter.h
│ ├── TaskListDropTarget.cpp
│ ├── TaskListDropTarget.h
│ ├── TaskListHtmlExporter.cpp
│ ├── TaskListHtmlExporter.h
│ ├── TaskListTxtExporter.cpp
│ ├── TaskListTxtExporter.h
│ ├── TaskSelectionDlg.cpp
│ ├── TaskSelectionDlg.h
│ ├── TaskTimeLog.cpp
│ ├── TaskTimeLog.h
│ ├── tdcenum.h
│ ├── tdcmsg.h
│ ├── tdcstruct.h
│ ├── TDLAttribListBox.cpp
│ ├── TDLAttribListBox.h
│ ├── TDLColumnListBox.cpp
│ ├── TDLColumnListBox.h
│ ├── TDLColumnSelectionDlg.cpp
│ ├── TDLColumnSelectionDlg.h
│ ├── TDLContentMgr.cpp
│ ├── TDLContentMgr.h
│ ├── tdlfindresultslistctrl.cpp
│ ├── tdlfindresultslistctrl.h
│ ├── TDLFindTasksDlg.cpp
│ ├── TDLFindTasksDlg.h
│ ├── TDLImportDialog.cpp
│ ├── TDLImportDialog.h
│ ├── TDLImportExportMgr.cpp
│ ├── TDLImportExportMgr.h
│ ├── TDLPrefMigrationDlg.cpp
│ ├── TDLPrefMigrationDlg.h
│ ├── TDLPrintDialog.cpp
│ ├── TDLPrintDialog.h
│ ├── TDLPriorityComboBox.cpp
│ ├── TDLPriorityComboBox.h
│ ├── TDLRiskComboBox.cpp
│ ├── TDLRiskComboBox.h
│ ├── tdlschemadef.h
│ ├── TDLSendTasksDlg.cpp
│ ├── TDLSendTasksDlg.h
│ ├── TDLTransformDialog.cpp
│ ├── TDLTransformDialog.h
│ ├── tdstringres.h
│ ├── todocommentsctrl.cpp
│ ├── todocommentsctrl.h
│ ├── ToDoCtrl.cpp
│ ├── ToDoCtrlData.cpp
│ ├── ToDoCtrlData.h
│ ├── ToDoCtrl.h
│ ├── ToDoCtrlMgr.cpp
│ ├── ToDoCtrlMgr.h
│ ├── ToDoCtrlUndo.cpp
│ ├── ToDoCtrlUndo.h
│ ├── ToDoitem.cpp
│ ├── ToDoitem.h
│ ├── ToDoList_All.dsw
│ ├── ToDoList.cpp
│ ├── ToDoList.dsp
│ ├── ToDoList.dsw
│ ├── ToDoList.h
│ ├── ToDoList.rc
│ ├── ToDoListWnd.cpp
│ ├── ToDoListWnd.h
│ ├── todolist_xml_schema.txt
│ ├── ToDoLOC
│ │ ├── ToDoLOC.dsp
│ │ └── ToDoLOC.dsw
│ ├── ToolsCmdlineParser.cpp
│ ├── ToolsCmdlineParser.h
│ ├── ToolsHelper.cpp
│ ├── ToolsHelper.h
│ ├── ToolsUserInputDlg.cpp
│ ├── ToolsUserInputDlg.h
│ ├── WelcomeDialog.cpp
│ └── WelcomeDialog.h
└── www.pudn.com.txt
23 directories, 521 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论