日常工作中的备忘录程序设计及实现
1.3万字   20页
包括具体的代码

摘      要
本文将介绍如何使用VFP编程来实现日常工作备忘录的管理。由此实现以下几种功能:
1.	日记。通过此软件可以让您记录每天的工作情况及个人事情。
2.	工作提醒。使用者可以对一些在特定时刻需要做的重要事情通过此软件以发出鸣叫声音自动实现提醒。
3.	周期性提醒。使用者也可以对周期性的事件如每星期的固定时间上课给予自动提醒。
4.	阴阳历的查看。可以通过选择年份、月份以及日期来指定某天的日记记录,并对某天阳历采用控件转换成农历。
5.	日记的查找。对于以往做的事情可以通过多种方法查找您以前的日记记录。
关键词:vfp,备忘录,日记,提醒
Abstract
The main work of this paper is introduce how to use VFP programming the managerment of daily work, so the soft can manage several functions:
1.	diary:The software can note these things that you have done.
2.	remind:It can remind the user to do the important things.
3.	regular remind:It can remind the user do regular things on fixed time.
4.	view lunar calendar:It can view  lunar calendar through solar calendar.
5.	the search of diary:It can serch the detail of diary.
[Keywords]  vfp, memoire,diary,remind
目录
一.VFP的简单认识
二.备忘录实现的目标
三.备忘录实现的程序结构
四.几则重要程序说明及相关代码
五. 其他应注意的问题
五. 小结
六.参考文献 
七、参考文献
微软公司         《Visual Foxpro 6.0 中文版程序员指南》             北京希望电脑公司
微软公司         《Visual Foxpro 6.0 中文版语言参考手册》           北京希望电脑公司