1、I 摘 要 随着通信技术的迅速发展和人们生活节奏的加快,移动设备逐渐趋向于智能 化发展,Windows Mobile 作为目前最热门的智能移动设备操作系统,具有非常好 的开发前景。 本文设计并实现了一个基于 Windows Mobile 5.0 for Pocket PC 的日程安排系 统。该系统作为基于 Windows Mobile 的个人管家软件的子系统,包含了日历、任 务、日程表和备忘录这 4 个模块,可以满足用户日程安排的各种需要,方便用户 合理地安排和查看相关日程安排。 该系统使用 Visual Studio 2005 开发环境, 用 Visual Basic.NET 作为开发语言,
2、 结合 SQL Server CE 2.0,实现了各功能在.NET Compact Framework 2.0 环境下的 运行,同时也实现了系统在模拟器和真机上的部署。 本论文从第 2 章起,详细论述了该系统的总体设计与具体实现。 关键词:Windows Mobile;Pocket PC;个人管家软件;日程安排系统 II Abstract By the fast development of Communication Technology and the pace of lifes getting faster, mobile devices are becoming more and mo
3、re smart. Nowadays, Windows Mobile is one of the most popular operating system in mobile devices, and it has a great prospect in developments. This article designed and realized a schedule system in Windows Mobile 5.0 for Pocket PC. This system is a sub-module of the Personal Manager Application. Th
4、ere are 4 modules in the Schedule System: Calendar, Mission, Schedule and Memo. Using this system, you can make your arrangements easily. This system used Visual Studio 2005 as the development environment, and Visual Basic.NET as the development language. After the install of SQL Server CE 2.0 and .
5、NET Compact Framework 2.0, it can run in mobile devices whose OS is Windows Mobile 5.0 for Pocket PC. The overall design and detailed implemention of this system are covered from the second chapter of this article. Keywords: Windows Mobile;Pocket PC;Personal Manager Application;Schedule System III 目
6、 录 摘摘 要要I Abstract. II 第第 1章章 概述概述. 1 1.1 引言 1 1.2 Windows Mobile 的起源和发展现状 1 1.2.1 起源. 1 1.2.2 国内外发展现状. 2 1.3 .NET Compact Framework 简介. 2 1.3.1 简介. 2 1.3.2 公共语言运行库 3 1.3.3 .NET Compact Framework 类库 3 1.4 Visual Studio 2005 简介 3 第第 2章章 总体设计总体设计. 5 2.1 技术方案 . 5 2.1.1 对应平台 5 2.1.2 开发语言 5 2.1.3 开发环境的搭建 6 2.2 模块设计 . 7 2.2.1 功能需求分析 7 2.2.2 功能模块图 9 2.3 数据表设计 10 第第 3章章 详细设详细设计计. 12 3.1 系统总界面 . 12 3.1.1 总界面 12 3.1.1.1 窗体设计 . 12 3.1.1.2 代码编写 . 13 3.2 日历模块 . 13 3.2.1 主界面 13 3.2.1.1 窗体设计 . 13 3.2.1.2 代码编写