├── Include ├── GDIPlus │ ├── DirectDraw.pas │ ├── DirectX.inc │ ├── GDIPAPI.pas │ ├── GDIPOBJ.pas │ ├── GDIPUTIL.pas │ └── Jedi.inc ├── SQLite3.pas └── SQLiteTable3.pas ├── Res ├── 1273334388_close.bmp ├── OnTime.ico ├── OnTime.psd ├── PIC1.psd ├── PIC1副本.jpg ├── a.bmp └── b.bmp ├── bin ├── OnTime.bmp ├── OnTimer.db ├── OnTimer.jpg ├── SendMail.log ├── sqlite.chm ├── sqlite3.dll └── 说明.txt ├── deltemp.bat ├── src ├── Db_u.pas ├── OnTimer.cfg ├── OnTimer.dof ├── OnTimer.dpr ├── OnTimer.res ├── PopTooltip_u.pas ├── Proc_u.pas ├── SendMailAPI.pas ├── TaskMgr_u.pas ├── TooltipUtil.pas ├── frmAbout_u.dfm ├── frmAbout_u.pas ├── frmAddTask_u.dfm ├── frmAddTask_u.pas ├── frmCountdown_u.dfm ├── frmCountdown_u.pas ├── frmOnTimer_u.dfm ├── frmOnTimer_u.pas ├── frmOption_u.dfm ├── frmOption_u.pas └── sndkey32.pas └── 模块结构图.edx /Include/GDIPlus/DirectDraw.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/DirectDraw.pas -------------------------------------------------------------------------------- /Include/GDIPlus/DirectX.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/DirectX.inc -------------------------------------------------------------------------------- /Include/GDIPlus/GDIPAPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/GDIPAPI.pas -------------------------------------------------------------------------------- /Include/GDIPlus/GDIPOBJ.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/GDIPOBJ.pas -------------------------------------------------------------------------------- /Include/GDIPlus/GDIPUTIL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/GDIPUTIL.pas -------------------------------------------------------------------------------- /Include/GDIPlus/Jedi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/GDIPlus/Jedi.inc -------------------------------------------------------------------------------- /Include/SQLite3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/SQLite3.pas -------------------------------------------------------------------------------- /Include/SQLiteTable3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Include/SQLiteTable3.pas -------------------------------------------------------------------------------- /Res/1273334388_close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/1273334388_close.bmp -------------------------------------------------------------------------------- /Res/OnTime.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/OnTime.ico -------------------------------------------------------------------------------- /Res/OnTime.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/OnTime.psd -------------------------------------------------------------------------------- /Res/PIC1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/PIC1.psd -------------------------------------------------------------------------------- /Res/PIC1副本.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/PIC1副本.jpg -------------------------------------------------------------------------------- /Res/a.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/a.bmp -------------------------------------------------------------------------------- /Res/b.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/Res/b.bmp -------------------------------------------------------------------------------- /bin/OnTime.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/OnTime.bmp -------------------------------------------------------------------------------- /bin/OnTimer.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/OnTimer.db -------------------------------------------------------------------------------- /bin/OnTimer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/OnTimer.jpg -------------------------------------------------------------------------------- /bin/SendMail.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/SendMail.log -------------------------------------------------------------------------------- /bin/sqlite.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/sqlite.chm -------------------------------------------------------------------------------- /bin/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/sqlite3.dll -------------------------------------------------------------------------------- /bin/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/bin/说明.txt -------------------------------------------------------------------------------- /deltemp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/deltemp.bat -------------------------------------------------------------------------------- /src/Db_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/Db_u.pas -------------------------------------------------------------------------------- /src/OnTimer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/OnTimer.cfg -------------------------------------------------------------------------------- /src/OnTimer.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/OnTimer.dof -------------------------------------------------------------------------------- /src/OnTimer.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/OnTimer.dpr -------------------------------------------------------------------------------- /src/OnTimer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/OnTimer.res -------------------------------------------------------------------------------- /src/PopTooltip_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/PopTooltip_u.pas -------------------------------------------------------------------------------- /src/Proc_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/Proc_u.pas -------------------------------------------------------------------------------- /src/SendMailAPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/SendMailAPI.pas -------------------------------------------------------------------------------- /src/TaskMgr_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/TaskMgr_u.pas -------------------------------------------------------------------------------- /src/TooltipUtil.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/TooltipUtil.pas -------------------------------------------------------------------------------- /src/frmAbout_u.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmAbout_u.dfm -------------------------------------------------------------------------------- /src/frmAbout_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmAbout_u.pas -------------------------------------------------------------------------------- /src/frmAddTask_u.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmAddTask_u.dfm -------------------------------------------------------------------------------- /src/frmAddTask_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmAddTask_u.pas -------------------------------------------------------------------------------- /src/frmCountdown_u.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmCountdown_u.dfm -------------------------------------------------------------------------------- /src/frmCountdown_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmCountdown_u.pas -------------------------------------------------------------------------------- /src/frmOnTimer_u.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmOnTimer_u.dfm -------------------------------------------------------------------------------- /src/frmOnTimer_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmOnTimer_u.pas -------------------------------------------------------------------------------- /src/frmOption_u.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmOption_u.dfm -------------------------------------------------------------------------------- /src/frmOption_u.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/frmOption_u.pas -------------------------------------------------------------------------------- /src/sndkey32.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/src/sndkey32.pas -------------------------------------------------------------------------------- /模块结构图.edx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yryz/OnTimer/HEAD/模块结构图.edx --------------------------------------------------------------------------------