在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ToDoList任务管理软件源代码.zip

ToDoList任务管理软件源代码.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.71M
  • 下载次数:6
  • 浏览次数:66
  • 发布时间:2021-11-28
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
功能强大的任务管理软件,文件为源代码,界面美化很好,对VC界面编程有很高的参考价值。
【实例截图】
【核心代码】
4744302543437583239.zip
├── 3rdParty\Base64Coder.cpp
├── 3rdParty\Base64Coder.h
├── 3rdParty\Calendar\BigCalendarCtrl.cpp
├── 3rdParty\Calendar\BigCalendarCtrl.h
├── 3rdParty\Calendar\BigCalendarTask.cpp
├── 3rdParty\Calendar\BigCalendarTask.h
├── 3rdParty\Calendar\CalendarData.cpp
├── 3rdParty\Calendar\CalendarData.h
├── 3rdParty\Calendar\CalendarDefines.h
├── 3rdParty\Calendar\CalendarUtils.cpp
├── 3rdParty\Calendar\CalendarUtils.h
├── 3rdParty\Calendar\MemDC.h
├── 3rdParty\Calendar\MiniCalendarCtrl.cpp
├── 3rdParty\Calendar\MiniCalendarCtrl.h
├── 3rdParty\Calendar\MiniCalendarMonthPicker.cpp
├── 3rdParty\Calendar\MiniCalendarMonthPicker.h
├── 3rdParty\Calendar\TaskInfo.cpp
├── 3rdParty\Calendar\TaskInfo.h
├── 3rdParty\Calendar\TransparentListBox.cpp
├── 3rdParty\Calendar\TransparentListBox.h
├── 3rdParty\Calendar\VersionInfo.cpp
├── 3rdParty\Calendar\VersionInfo.h
├── 3rdParty\ClipboardBackup.cpp
├── 3rdParty\ClipboardBackup.h
├── 3rdParty\ColourPicker.cpp
├── 3rdParty\ColourPicker.h
├── 3rdParty\ColourPopup.cpp
├── 3rdParty\ColourPopup.h
├── 3rdParty\Compression.cpp
├── 3rdParty\Compression.h
├── 3rdParty\DragDrop.cpp
├── 3rdParty\DragDrop.h
├── 3rdParty\FIXALLOC.H
├── 3rdParty\FontComboBox.cpp
├── 3rdParty\FontComboBox.h
├── 3rdParty\FontPreviewCombo.h
├── 3rdParty\ggets.cpp
├── 3rdParty\ggets.h
├── 3rdParty\GUI.CPP
├── 3rdParty\GUI.H
├── 3rdParty\Ini.cpp
├── 3rdParty\Ini.h
├── 3rdParty\LockableHeaderCtrl.cpp
├── 3rdParty\LockableHeaderCtrl.h
├── 3rdParty\MemUtil.cpp
├── 3rdParty\MemUtil.h
├── 3rdParty\myspell\affentry.cxx
├── 3rdParty\myspell\affentry.hxx
├── 3rdParty\myspell\affixmgr.cxx
├── 3rdParty\myspell\affixmgr.hxx
├── 3rdParty\myspell\atypes.hxx
├── 3rdParty\myspell\baseaffix.hxx
├── 3rdParty\myspell\csutil.cxx
├── 3rdParty\myspell\csutil.hxx
├── 3rdParty\myspell\dictmgr.cxx
├── 3rdParty\myspell\dictmgr.hxx
├── 3rdParty\myspell\hashmgr.cxx
├── 3rdParty\myspell\hashmgr.hxx
├── 3rdParty\myspell\htypes.hxx
├── 3rdParty\myspell\license.readme
├── 3rdParty\myspell\myspell.cxx
├── 3rdParty\myspell\myspell.hxx
├── 3rdParty\myspell\mythes.cxx
├── 3rdParty\myspell\mythes.hxx
├── 3rdParty\myspell\suggestmgr.cxx
├── 3rdParty\myspell\suggestmgr.hxx
├── 3rdParty\NewRandom.cpp
├── 3rdParty\NewRandom.h
├── 3rdParty\ProgressCtrlWithTimer.cpp
├── 3rdParty\ProgressCtrlWithTimer.h
├── 3rdParty\ProgressThread.cpp
├── 3rdParty\ProgressThread.h
├── 3rdParty\RegUtil.cpp
├── 3rdParty\RegUtil.h
├── 3rdParty\rijndael.cpp
├── 3rdParty\rijndael.h
├── 3rdParty\rtf2html\Util.cpp
├── 3rdParty\rtf2html\Util.h
├── 3rdParty\Schemadef.h
├── 3rdParty\SendFileTo.h
├── 3rdParty\sha2.cpp
├── 3rdParty\sha2.h
├── 3rdParty\SizeComboBox.cpp
├── 3rdParty\SizeComboBox.h
├── 3rdParty\StatLink.cpp
├── 3rdParty\StatLink.h
├── 3rdParty\StatusBarACT.cpp
├── 3rdParty\StatusBarACT.h
├── 3rdParty\StdioFileEx.cpp
├── 3rdParty\StdioFileEx.h
├── 3rdParty\TemplateSmartPtr.h
├── 3rdParty\Tmschema.h
├── 3rdParty\TOM.h
├── 3rdParty\Uxtheme.h
├── 3rdParty\XHTMLStatic.cpp
├── 3rdParty\XHTMLStatic.h
├── 3rdParty\XmlNodeWrapper.cpp
├── 3rdParty\XmlNodeWrapper.h
├── 3rdParty\XNamedColors.cpp
├── 3rdParty\XNamedColors.h
├── 3rdParty\XPTabCtrl.cpp
├── 3rdParty\XPTabCtrl.h
├── 3rdParty\Zlib\ZCONF.H
├── 3rdParty\Zlib\ZLIB.H
├── 3rdParty\Zlib\zlibstatD.lib
├── 3rdParty\Zlib\ZLIBSTAT.LIB
├── CalendarExt\CalendarExt.cpp
├── CalendarExt\CalendarExt.dsp
├── CalendarExt\CalendarExt.dsw
├── CalendarExt\CalendarExt.h
├── CalendarExt\CalendarExt.rc
├── CalendarExt\CalendarExtResource.h
├── CalendarExt\CalendarFrameWnd.cpp
├── CalendarExt\CalendarFrameWnd.h
├── CalendarExt\CalendarPrefsDlg.cpp
├── CalendarExt\CalendarPrefsDlg.h
├── CalendarExt\ReadMe.txt
├── CalendarExt\res\CalendarExt.rc2
├── CalendarExt\res\icon1.ico
├── CalendarExt\res\minical_arrow_L.bmp
├── CalendarExt\res\minical_arrow_R.bmp
├── CalendarExt\resource.h
├── CalendarExt\res\toolbar1.bmp
├── CalendarExt\StdAfx.cpp
├── CalendarExt\StdAfx.h
├── EncryptDecrypt\EncryptDecrypt.cpp
├── EncryptDecrypt\EncryptDecrypt.dsp
├── EncryptDecrypt\EncryptDecrypt.dsw
├── EncryptDecrypt\Encryption.cpp
├── EncryptDecrypt\Encryption.h
├── EncryptDecrypt\Encryption.rc
├── EncryptDecrypt\ReadMe.txt
├── EncryptDecrypt\resource.h
├── EncryptDecrypt\StdAfx.cpp
├── EncryptDecrypt\StdAfx.h
├── FMindImportExport\FMindExporter.cpp
├── FMindImportExport\FMindExporter.h
├── FMindImportExport\FMindImporter.cpp
├── FMindImportExport\FMindImporter.h
├── FMindImportExport\FMindImportExport.cpp
├── FMindImportExport\FMindImportExport.dsp
├── FMindImportExport\FMindImportExport.h
├── FMindImportExport\FMindImportExport.rc
├── FMindImportExport\ReadMe.txt
├── FMindImportExport\res\FMindImportExport.rc2
├── FMindImportExport\Resource.h
├── FMindImportExport\StdAfx.cpp
├── FMindImportExport\StdAfx.h
├── GPExport\GPExport.cpp
├── GPExport\GPExport.dsp
├── GPExport\GPExport.dsw
├── GPExport\GPExporter.cpp
├── GPExport\GPExporter.h
├── GPExport\GPExport.h
├── GPExport\GPExport.rc
├── GPExport\GPImporter.cpp
├── GPExport\GPImporter.h
├── GPExport\ReadMe.txt
├── GPExport\res\GPExport.rc2
├── GPExport\Resource.h
├── GPExport\StdAfx.cpp
├── GPExport\StdAfx.h
├── iCalImportExport\iCalExporter.cpp
├── iCalImportExport\iCalExporter.h
├── iCalImportExport\iCalImporter.cpp
├── iCalImportExport\iCalImporter.h
├── iCalImportExport\iCalImportExport.cpp
├── iCalImportExport\iCalImportExport.dsp
├── iCalImportExport\iCalImportExport.h
├── iCalImportExport\iCalImportExport.rc
├── iCalImportExport\ReadMe.txt
├── iCalImportExport\res\iCalImportExport.rc2
├── iCalImportExport\Resource.h
├── iCalImportExport\StdAfx.cpp
├── iCalImportExport\StdAfx.h
├── MLOImport\MLOExporter.cpp
├── MLOImport\MLOExporter.h
├── MLOImport\MLOImport.cpp
├── MLOImport\MLOImport.dsp
├── MLOImport\MLOImporter.cpp
├── MLOImport\MLOImporter.h
├── MLOImport\MLOImport.h
├── MLOImport\MLOImport.rc
├── MLOImport\ReadMe.txt
├── MLOImport\res\MLOImport.rc2
├── MLOImport\Resource.h
├── MLOImport\StdAfx.cpp
├── MLOImport\StdAfx.h
├── MySpellCheck\MySpellCheck.cpp
├── MySpellCheck\MySpellCheck.dsp
├── MySpellCheck\MySpellCheck.dsw
├── MySpellCheck\ReadMe.txt
├── MySpellCheck\StdAfx.cpp
├── MySpellCheck\StdAfx.h
├── OutlookImpExp\msoutl.cpp
├── OutlookImpExp\msoutl.h
├── OutlookImpExp\OutlookExporter.cpp
├── OutlookImpExp\OutlookExporter.h
├── OutlookImpExp\OutlookImpExp.cpp
├── OutlookImpExp\OutlookImpExp.dsp
├── OutlookImpExp\OutlookImpExp.h
├── OutlookImpExp\OutlookImpExp.rc
├── OutlookImpExp\OutlookImportDlg.cpp
├── OutlookImpExp\OutlookImportDlg.h
├── OutlookImpExp\OutlookImporter.cpp
├── OutlookImpExp\OutlookImporter.h
├── OutlookImpExp\ReadMe.txt
├── OutlookImpExp\Resource.h
├── OutlookImpExp\res\OutlookImpExp.rc2
├── OutlookImpExp\res\todolist.exe.manifest
├── OutlookImpExp\StdAfx.cpp
├── OutlookImpExp\StdAfx.h
├── PlainTextImport\OptionsDlg.cpp
├── PlainTextImport\OptionsDlg.h
├── PlainTextImport\PlainTextExporter.cpp
├── PlainTextImport\PlainTextExporter.h
├── PlainTextImport\PlainTextImport.cpp
├── PlainTextImport\PlainTextImport.dsp
├── PlainTextImport\PlainTextImport.dsw
├── PlainTextImport\PlainTextImporter.cpp
├── PlainTextImport\PlainTextImporter.h
├── PlainTextImport\PlainTextImport.h
├── PlainTextImport\PlainTextImport.rc
├── PlainTextImport\ReadMe.txt
├── PlainTextImport\Resource.h
├── PlainTextImport\res\PlainTextImport.rc2
├── PlainTextImport\StdAfx.cpp
├── PlainTextImport\StdAfx.h
├── RTFContentCtrl\EditWebLinkDlg.cpp
├── RTFContentCtrl\EditWebLinkDlg.h
├── RTFContentCtrl\ids.h
├── RTFContentCtrl\ReadMe.txt
├── RTFContentCtrl\Resource.h
├── RTFContentCtrl\res\RTFContentCtrl.rc2
├── RTFContentCtrl\RRECRuler.cpp
├── RTFContentCtrl\RRECRuler.h
├── RTFContentCtrl\RRECToolbar.cpp
├── RTFContentCtrl\RRECToolbar.h
├── RTFContentCtrl\RTFContentControl.cpp
├── RTFContentCtrl\RTFContentControl.h
├── RTFContentCtrl\RTFContentCtrl.cpp
├── RTFContentCtrl\RTFContentCtrl.dsp
├── RTFContentCtrl\RTFContentCtrl.dsw
├── RTFContentCtrl\RTFContentCtrl.h
├── RTFContentCtrl\RTFContentCtrl.rc
├── RTFContentCtrl\RulerRichEdit.cpp
├── RTFContentCtrl\RulerRichEditCtrl.cpp
├── RTFContentCtrl\RulerRichEditCtrl.h
├── RTFContentCtrl\RulerRichEdit.h
├── RTFContentCtrl\StdAfx.cpp
├── RTFContentCtrl\StdAfx.h
├── RTFContentCtrl\toolbar2.bmp
├── RTFContentCtrl\toolbar.bmp
├── Shared\AboutDlg.cpp
├── Shared\AboutDlg.h
├── Shared\autocombobox.cpp
├── Shared\autocombobox.h
├── Shared\AutoFlag.cpp
├── Shared\AutoFlag.h
├── Shared\BinaryData.cpp
├── Shared\BinaryData.h
├── Shared\browserdlg.cpp
├── Shared\browserdlg.h
├── Shared\checkcombobox.cpp
├── Shared\checkcombobox.h
├── Shared\checklistboxex.cpp
├── Shared\checklistboxex.h
├── Shared\colorbutton.cpp
├── Shared\colorbutton.h
├── Shared\colorcombobox.cpp
├── Shared\colorcombobox.h
├── Shared\ColorDef.h
├── Shared\ContentCtrl.cpp
├── Shared\ContentCtrl.h
├── Shared\ContentMgr.cpp
├── Shared\ContentMgr.h
├── Shared\contenttypecombobox.cpp
├── Shared\contenttypecombobox.h
├── Shared\DateHelper.cpp
├── Shared\DateHelper.h
├── Shared\deferWndMove.cpp
├── Shared\deferWndMove.h
├── Shared\DialogHelper.cpp
├── Shared\DialogHelper.h
├── Shared\DlgUnits.cpp
├── Shared\DlgUnits.h
├── Shared\DockManager.cpp
├── Shared\DockManager.h
├── Shared\driveinfo.cpp
├── Shared\driveinfo.h
├── Shared\EditShortcutMgr.cpp
├── Shared\EditShortcutMgr.h
├── Shared\EnBitmap.cpp
├── Shared\EnBitmapEx.cpp
├── Shared\EnBitmapEx.h
├── Shared\EnBitmap.h
├── Shared\enbrowserctrl.cpp
├── Shared\enbrowserctrl.h
├── Shared\EnCheckComboBox.cpp
├── Shared\EnCheckComboBox.h
├── Shared\encolordialog.cpp
├── Shared\encolordialog.h
├── Shared\EnCommandLineInfo.cpp
├── Shared\EnCommandLineInfo.h
├── Shared\enedit.cpp
├── Shared\enedit.h
├── Shared\enfiledialog.cpp
├── Shared\enfiledialog.h
├── Shared\EnHeaderCtrl.cpp
├── Shared\EnHeaderCtrl.h
├── Shared\enlistctrl.cpp
├── Shared\enlistctrl.h
├── Shared\EnMenu.cpp
├── Shared\EnMenu.h
├── Shared\EnRecentFileList.cpp
├── Shared\EnRecentFileList.h
├── Shared\enstatic.cpp
├── Shared\enstatic.h
├── Shared\EnString.cpp
├── Shared\EnString.h
├── Shared\entoolbar.cpp
├── Shared\entoolbar.h
├── Shared\fileedit.cpp
├── Shared\fileedit.h
├── Shared\FILEMISC.CPP
├── Shared\FILEMISC.H
├── Shared\FileRegister.cpp
├── Shared\FileRegister.h
├── Shared\FocusWatcher.cpp
├── Shared\FocusWatcher.h
├── Shared\FolderDialog.cpp
├── Shared\FolderDialog.h
├── Shared\GraphicsMisc.cpp
├── Shared\GraphicsMisc.h
├── Shared\GroupLine.cpp
├── Shared\GroupLine.h
├── Shared\HoldRedraw.cpp
├── Shared\HoldRedraw.h
├── Shared\HookMgr.h
├── Shared\HookWndMgr.h
├── Shared\hotkeyctrlex.cpp
├── Shared\hotkeyctrlex.h
├── Shared\HotTracker.cpp
├── Shared\HotTracker.h
├── Shared\HtmlCharMap.h
├── Shared\IContentControl.h
├── Shared\IEncryption.h
├── Shared\IImportExport.h
├── Shared\ImageProcessors.cpp
├── Shared\ImageProcessors.h
├── Shared\ImportExportMgr.cpp
├── Shared\ImportExportMgr.h
├── Shared\InputListCtrl.cpp
├── Shared\InputListCtrl.h
├── Shared\IPreferences.h
├── Shared\ISpellCheck.h
├── Shared\ITaskList.h
├── Shared\ITransText.h
├── Shared\IUIExtension.h
├── Shared\LightBox.cpp
├── Shared\LightBox.h
├── Shared\LimitSingleInstance.h
├── Shared\Localizer.cpp
├── Shared\Localizer.h
├── Shared\MASKEDIT.CPP
├── Shared\MASKEDIT.H
├── Shared\MenuIconMgr.cpp
├── Shared\MenuIconMgr.h
├── Shared\Misc.cpp
├── Shared\Misc.h
├── Shared\monthcombobox.cpp
├── Shared\monthcombobox.h
├── Shared\MouseWheelMgr.cpp
├── Shared\MouseWheelMgr.h
├── Shared\NcGutter.cpp
├── Shared\NcGutter.h
├── Shared\OrderedTreeCtrl.cpp
├── Shared\OrderedTreeCtrl.h
├── Shared\OSVersion.cpp
├── Shared\OSVersion.h
├── Shared\passworddialog.cpp
├── Shared\passworddialog.h
├── Shared\popupEditctrl.cpp
├── Shared\popupEditCtrl.h
├── Shared\popupListboxctrl.cpp
├── Shared\popupListboxctrl.h
├── Shared\PreferencesBase.cpp
├── Shared\PreferencesBase.h
├── Shared\Preferences.cpp
├── Shared\Preferences.h
├── Shared\ProgressDlg.cpp
├── Shared\ProgressDlg.h
├── Shared\PropertyPageHost.cpp
├── Shared\PropertyPageHost.h
├── Shared\RCCtrlParser.cpp
├── Shared\RCCtrlParser.h
├── Shared\Regkey.cpp
├── Shared\Regkey.h
├── Shared\RemoteFile.cpp
├── Shared\RemoteFileDialog.cpp
├── Shared\RemoteFileDialog.h
├── Shared\RemoteFile.h
├── Shared\richeditbasectrl.cpp
├── Shared\richeditbasectrl.h
├── Shared\RichEditHelper.cpp
├── Shared\RichEditHelper.h
├── Shared\RichEditNcBorder.cpp
├── Shared\RichEditNcBorder.h
├── Shared\RichEditSpellCheck.cpp
├── Shared\RichEditSpellCheck.h
├── Shared\RuntimeDlg.cpp
├── Shared\RuntimeDlg.h
├── Shared\ServerDlg.cpp
├── Shared\ServerDlg.h
├── Shared\ShortcutManager.cpp
├── Shared\ShortcutManager.h
├── Shared\SpellCheckDlg.cpp
├── Shared\SpellCheckDlg.h
├── Shared\SpellChecker.cpp
├── Shared\SpellChecker.h
├── Shared\stringres.h
├── Shared\Subclass.cpp
├── Shared\Subclass.h
├── Shared\SysImageList.cpp
├── Shared\SysImageList.h
├── Shared\tabbedcombobox.cpp
├── Shared\tabbedcombobox.h
├── Shared\tabctrlex.cpp
├── Shared\tabctrlex.h
├── Shared\Themed.cpp
├── Shared\Themed.h
├── Shared\timecombobox.cpp
├── Shared\timecombobox.h
├── Shared\TimeEdit.cpp
├── Shared\TimeEdit.h
├── Shared\TimeHelper.cpp
├── Shared\TimeHelper.h
├── Shared\ToolbarHelper.cpp
├── Shared\ToolbarHelper.h
├── Shared\TransTextMgr.cpp
├── Shared\TransTextMgr.h
├── Shared\TRAYICON.CPP
├── Shared\TRAYICON.H
├── Shared\TreeCtrlHelper.cpp
├── Shared\TreeCtrlHelper.h
├── Shared\TreeDragDropHelper.cpp
├── Shared\TreeDragDropHelper.h
├── Shared\TreeSelectionHelper.cpp
├── Shared\TreeSelectionHelper.h
├── Shared\UIExtensionMgr.cpp
├── Shared\UIExtensionMgr.h
├── Shared\UIExtensionUIHelper.cpp
├── Shared\UIExtensionUIHelper.h
├── Shared\UIThemeFile.cpp
├── Shared\UIThemeFile.h
├── Shared\UITHEME.h
├── Shared\urlricheditctrl.cpp
├── Shared\urlricheditctrl.h
├── Shared\wclassdefines.h
├── Shared\webbrowserctrl.cpp
├── Shared\webbrowserctrl.h
├── Shared\WinClasses.cpp
├── Shared\WinClasses.h
├── Shared\winstyles.h
├── Shared\WndPrompt.cpp
├── Shared\WndPrompt.h
├── Shared\XmlCharMap.h
├── Shared\XmlFile.cpp
├── Shared\xmlfileex.cpp
├── Shared\xmlfileex.h
├── Shared\XmlFile.h
├── ToDoList\Debug\install.bmp
├── ToDoList\Debug\install.ico
├── ToDoList\Debug\Itenso.Rtf.Converter.Html.dll
├── ToDoList\Debug\Itenso.Rtf.Interpreter.dll
├── ToDoList\Debug\Itenso.Rtf.Parser.dll
├── ToDoList\Debug\Itenso.Solutions.Community.Rtf2Html.dll
├── ToDoList\Debug\Itenso.Sys.dll
├── ToDoList\Debug\Rtf2HtmlBridge.dll
├── ToDoList\Debug\WebUpdateSvc.exe
├── ToDoList\Debug\WebUpdateSvc.LIC
├── ToDoList\FilteredToDoCtrl.cpp
├── ToDoList\FilteredToDoCtrl.h
├── ToDoList\KeyboardShortcutDisplayDlg.cpp
├── ToDoList\KeyboardShortcutDisplayDlg.h
├── ToDoList\license.txt
├── ToDoList\MergeToDoList.cpp
├── ToDoList\MergeToDoList.h
├── ToDoList\MultiTaskFile.cpp
├── ToDoList\MultiTaskFile.h
├── ToDoList\OffsetDatesDlg.cpp
├── ToDoList\OffsetDatesDlg.h
├── ToDoList\PreferencesDlg.cpp
├── ToDoList\PreferencesDlg.h
├── ToDoList\PreferencesExportPage.cpp
├── ToDoList\PreferencesExportPage.h
├── ToDoList\PreferencesFile2Page.cpp
├── ToDoList\PreferencesFile2Page.h
├── ToDoList\PreferencesFilePage.cpp
├── ToDoList\PreferencesFilePage.h
├── ToDoList\PreferencesGenPage.cpp
├── ToDoList\PreferencesGenPage.h
├── ToDoList\PreferencesMultiUserPage.cpp
├── ToDoList\PreferencesMultiUserPage.h
├── ToDoList\PreferencesShortcutsPage.cpp
├── ToDoList\PreferencesShortcutsPage.h
├── ToDoList\PreferencesTaskCalcPage.cpp
├── ToDoList\PreferencesTaskCalcPage.h
├── ToDoList\PreferencesTaskDefPage.cpp
├── ToDoList\PreferencesTaskDefPage.h
├── ToDoList\PreferencesTaskPage.cpp
├── ToDoList\PreferencesTaskPage.h
├── ToDoList\PreferencesToolPage.cpp
├── ToDoList\PreferencesToolPage.h
├── ToDoList\PreferencesUIPage.cpp
├── ToDoList\PreferencesUIPage.h
├── ToDoList\PreferencesUITasklistColorsPage.cpp
├── ToDoList\PreferencesUITasklistColorsPage.h
├── ToDoList\PreferencesUITasklistPage.cpp
├── ToDoList\PreferencesUITasklistPage.h
├── ToDoList\ReadMe.txt
├── ToDoList\RecurringTaskEdit.cpp
├── ToDoList\RecurringTaskEdit.h
├── ToDoList\Release\install.bmp
├── ToDoList\Release\install.ico
├── ToDoList\Release\Itenso.Rtf.Converter.Html.dll
├── ToDoList\Release\Itenso.Rtf.Interpreter.dll
├── ToDoList\Release\Itenso.Rtf.Parser.dll
├── ToDoList\Release\Itenso.Solutions.Community.Rtf2Html.dll
├── ToDoList\Release\Itenso.Sys.dll
├── ToDoList\Release\Rtf2HtmlBridge.dll
├── ToDoList\Release\WebUpdateSvc.exe
├── ToDoList\Release\WebUpdateSvc.LIC
├── ToDoList\RES\bitmap1.bmp
├── ToDoList\RES\bmp00001.bmp
├── ToDoList\RES\checklistbox.bmp
├── ToDoList\res\English.gif
├── ToDoList\RES\find.bmp
├── ToDoList\RES\find.ico
├── ToDoList\RES\findtoolbar16.bmp
├── ToDoList\RES\ico00001.ico
├── ToDoList\RES\icon2.ico
├── ToDoList\RES\mainfram.ico
├── ToDoList\RES\mainfrm.ico
├── ToDoList\Resource.h
├── ToDoList\Resources\Misc\todolist_schema.xsd
├── ToDoList\Resources\Misc\todolist_simple.xsd
├── ToDoList\Resources\Misc\todolist_xml_schema.txt
├── ToDoList\Resources\Stylesheets\CalcTime_Spent_eng.xsl
├── ToDoList\Resources\Stylesheets\Done_Sort_eng.xsl
├── ToDoList\Resources\Stylesheets\Due_Sort_eng.xsl
├── ToDoList\Resources\Stylesheets\flat_sorted_todolist.xsl
├── ToDoList\Resources\Stylesheets\Project-Overview-HTML.xsl
├── ToDoList\Resources\Stylesheets\SimpStyler0.2.xsl
├── ToDoList\Resources\Stylesheets\Start_Sort_eng.xsl
├── ToDoList\Resources\Stylesheets\TDLProjectSummary.xsl
├── ToDoList\Resources\Stylesheets\Time_Spent_eng.xsl
├── ToDoList\Resources\Stylesheets\Time_Spent_xls_eng.xsl
├── ToDoList\Resources\Stylesheets\ToDoList_New.xsl
├── ToDoList\Resources\Stylesheets\ToDoList_report.xsl
├── ToDoList\Resources\Stylesheets\TodoListStyler_Firefox.xsl
├── ToDoList\Resources\Stylesheets\TodoListStyler_v1.5.xsl
├── ToDoList\Resources\Stylesheets\ToDoListTableStylesheet_v1.xsl
├── ToDoList\Resources\TaskLists\Introduction.tdl
├── ToDoList\Resources\TaskLists\ToDoListDocumentation.tdl
├── ToDoList\Resources\Themes\ThemeBeige.xml
├── ToDoList\Resources\Themes\ThemeBlue.xml
├── ToDoList\Resources\Themes\ThemeBlueXP.xml
├── ToDoList\Resources\Themes\ThemeGray.xml
├── ToDoList\Resources\Themes\ThemeGreen.xml
├── ToDoList\Resources\Themes\ThemeGreenXP.xml
├── ToDoList\Resources\Themes\ThemePurple.xml
├── ToDoList\Resources\Themes\ThemeSteel.xml
├── ToDoList\Resources\Themes\ThemeVS2010.xml
├── ToDoList\Resources\Themes\ThemeWin7Basic.xml
├── ToDoList\Resources\Translations\German (Germany).csv
├── ToDoList\Resources\Translations\German (Germany).gif
├── ToDoList\Resources\Translations\YourLanguage.csv
├── ToDoList\RES\task_icons.bmp
├── ToDoList\RES\todolist.exe.manifest
├── ToDoList\res\ToDoList.ico
├── ToDoList\res\ToDoList.rc2
├── ToDoList\res\toolbar16_2.bmp
├── ToDoList\RES\toolbar16.bmp
├── ToDoList\res\toolbar_2.bmp
├── ToDoList\res\toolbar.bmp
├── ToDoList\RES\trayicon.ico
├── ToDoList\RES\XPcheckboxes.bmp
├── ToDoList\res\YourLanguage.GIF
├── ToDoList\StdAfx.cpp
├── ToDoList\StdAfx.h
├── ToDoList\TaskFile.cpp
├── ToDoList\TaskFile.h
├── ToDoList\TaskListCsvExporter.cpp
├── ToDoList\TaskListCsvExporter.h
├── ToDoList\TaskListCsvImporter.cpp
├── ToDoList\TaskListCsvImporter.h
├── ToDoList\TaskListDropTarget.cpp
├── ToDoList\TaskListDropTarget.h
├── ToDoList\TaskListHtmlExporter.cpp
├── ToDoList\TaskListHtmlExporter.h
├── ToDoList\TaskListTdlExporter.cpp
├── ToDoList\TaskListTdlExporter.h
├── ToDoList\TaskListTdlImporter.cpp
├── ToDoList\TaskListTdlImporter.h
├── ToDoList\TaskListTxtExporter.cpp
├── ToDoList\TaskListTxtExporter.h
├── ToDoList\TaskSelectionDlg.cpp
├── ToDoList\TaskSelectionDlg.h
├── ToDoList\TaskTimeLog.cpp
├── ToDoList\TaskTimeLog.h
├── ToDoList\tdcenum.h
├── ToDoList\tdcmsg.h
├── ToDoList\tdcstatic.h
├── ToDoList\tdcstruct.h
├── ToDoList\TDLAddLoggedTimeDlg.cpp
├── ToDoList\TDLAddLoggedTimeDlg.h
├── ToDoList\TDLAttribListBox.cpp
├── ToDoList\TDLAttribListBox.h
├── ToDoList\TDLColumnListBox.cpp
├── ToDoList\TDLColumnListBox.h
├── ToDoList\TDLColumnSelectionDlg.cpp
├── ToDoList\TDLColumnSelectionDlg.h
├── ToDoList\TDLContentMgr.cpp
├── ToDoList\TDLContentMgr.h
├── ToDoList\TDLCsvAttributeSetupListCtrl.cpp
├── ToDoList\TDLCsvAttributeSetupListCtrl.h
├── ToDoList\TDLCsvImportExportDlg.cpp
├── ToDoList\TDLCsvImportExportDlg.h
├── ToDoList\TDLExportDlg.cpp
├── ToDoList\TDLExportDlg.h
├── ToDoList\TDLFilterBar.cpp
├── ToDoList\TDLFilterBar.h
├── ToDoList\TDLFilterComboBox.cpp
├── ToDoList\TDLFilterComboBox.h
├── ToDoList\TDLFilterDlg.cpp
├── ToDoList\TDLFilterDlg.h
├── ToDoList\TDLFilterOptionComboBox.cpp
├── ToDoList\TDLFilterOptionComboBox.h
├── ToDoList\tdlfindresultslistctrl.cpp
├── ToDoList\tdlfindresultslistctrl.h
├── ToDoList\TDLFindTaskExpressionListCtrl.cpp
├── ToDoList\TDLFindTaskExpressionListCtrl.h
├── ToDoList\TDLFindTasksDlg.cpp
├── ToDoList\TDLFindTasksDlg.h
├── ToDoList\TDLImportDialog.cpp
├── ToDoList\TDLImportDialog.h
├── ToDoList\TDLImportExportMgr.cpp
├── ToDoList\TDLImportExportMgr.h
├── ToDoList\TDLLanguageComboBox.cpp
├── ToDoList\TDLLanguageComboBox.h
├── ToDoList\TDLLanguageDlg.cpp
├── ToDoList\TDLLanguageDlg.h
├── ToDoList\TDLMultiSortDlg.cpp
├── ToDoList\TDLMultiSortDlg.h
├── ToDoList\TDLPrefMigrationDlg.cpp
├── ToDoList\TDLPrefMigrationDlg.h
├── ToDoList\TDLPrintDialog.cpp
├── ToDoList\TDLPrintDialog.h
├── ToDoList\TDLPriorityComboBox.cpp
├── ToDoList\TDLPriorityComboBox.h
├── ToDoList\TDLReuseRecurringTaskDlg.cpp
├── ToDoList\TDLReuseRecurringTaskDlg.h
├── ToDoList\TDLRiskComboBox.cpp
├── ToDoList\TDLRiskComboBox.h
├── ToDoList\tdlschemadef.h
├── ToDoList\TDLSendTasksDlg.cpp
├── ToDoList\TDLSendTasksDlg.h
├── ToDoList\TDLSetReminderDlg.cpp
├── ToDoList\TDLSetReminderDlg.h
├── ToDoList\TDLShowReminderDlg.cpp
├── ToDoList\TDLShowReminderDlg.h
├── ToDoList\TDLTaskIconDlg.cpp
├── ToDoList\TDLTaskIconDlg.h
├── ToDoList\TDLTasklistImportDlg.cpp
├── ToDoList\TDLTasklistImportDlg.h
├── ToDoList\TDLTransformDialog.cpp
├── ToDoList\TDLTransformDialog.h
├── ToDoList\tdstringres.h
├── ToDoList\ThreadedTaskFileSave.cpp
├── ToDoList\ThreadedTaskFileSave.h
├── ToDoList\todocommentsctrl.cpp
├── ToDoList\todocommentsctrl.h
├── ToDoList\ToDoCtrl.cpp
├── ToDoList\ToDoCtrlData.cpp
├── ToDoList\ToDoCtrlData.h
├── ToDoList\ToDoCtrlFind.cpp
├── ToDoList\ToDoCtrlFind.h
├── ToDoList\ToDoCtrl.h
├── ToDoList\ToDoCtrlMgr.cpp
├── ToDoList\ToDoCtrlMgr.h
├── ToDoList\ToDoCtrlReminders.cpp
├── ToDoList\ToDoCtrlReminders.h
├── ToDoList\ToDoCtrlUndo.cpp
├── ToDoList\ToDoCtrlUndo.h
├── ToDoList\ToDoitem.cpp
├── ToDoList\ToDoitem.h
├── ToDoList\ToDoList_All.dsw
├── ToDoList\ToDoList.cpp
├── ToDoList\ToDoList.dsp
├── ToDoList\ToDoList.dsw
├── ToDoList\ToDoList.h
├── ToDoList\ToDoList.rc
├── ToDoList\ToDoListWnd.cpp
├── ToDoList\ToDoListWnd.h
├── ToDoList\todolist_xml_schema.txt
├── ToDoList\ToolsCmdlineParser.cpp
├── ToDoList\ToolsCmdlineParser.h
├── ToDoList\ToolsHelper.cpp
├── ToDoList\ToolsHelper.h
├── ToDoList\ToolsUserInputDlg.cpp
├── ToDoList\ToolsUserInputDlg.h
├── ToDoList\Unicode_Debug\install.bmp
├── ToDoList\Unicode_Debug\install.ico
├── ToDoList\Unicode_Debug\Itenso.Rtf.Converter.Html.dll
├── ToDoList\Unicode_Debug\Itenso.Rtf.Interpreter.dll
├── ToDoList\Unicode_Debug\Itenso.Rtf.Parser.dll
├── ToDoList\Unicode_Debug\Itenso.Solutions.Community.Rtf2Html.dll
├── ToDoList\Unicode_Debug\Itenso.Sys.dll
├── ToDoList\Unicode_Debug\Rtf2HtmlBridge.dll
├── ToDoList\Unicode_Debug\WebUpdateSvc.exe
├── ToDoList\Unicode_Debug\WebUpdateSvc.LIC
├── ToDoList\Unicode_Release\install.bmp
├── ToDoList\Unicode_Release\install.ico
├── ToDoList\Unicode_Release\Itenso.Rtf.Converter.Html.dll
├── ToDoList\Unicode_Release\Itenso.Rtf.Interpreter.dll
├── ToDoList\Unicode_Release\Itenso.Rtf.Parser.dll
├── ToDoList\Unicode_Release\Itenso.Solutions.Community.Rtf2Html.dll
├── ToDoList\Unicode_Release\Itenso.Sys.dll
├── ToDoList\Unicode_Release\Rtf2HtmlBridge.dll
├── ToDoList\Unicode_Release\WebUpdateSvc.exe
├── ToDoList\Unicode_Release\WebUpdateSvc.LIC
├── ToDoList\WelcomeWizard.cpp
├── ToDoList\WelcomeWizard.h
├── TransText\ReadMe.txt
├── TransText\Resource.h
├── TransText\res\TransText.rc2
├── TransText\StdAfx.cpp
├── TransText\StdAfx.h
├── TransText\TransText.cpp
├── TransText\TransText.def
├── TransText\TransText.dsp
├── TransText\TransText.dsw
├── TransText\TransText.h
└── TransText\TransText.rc

0 directories, 745 files

标签:

实例下载地址

ToDoList任务管理软件源代码.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警