您好,欢迎访问三七文档
当前位置:首页 > IT计算机/网络 > 数据库 > VB3110 WORD文档分类管理插件的设计与实现2
分类号:TP317.1UDC:D10621-408-(2007)6187-0密级:公开编号:2003032021成都信息工程学院学位论文WORD文档分类管理插件的设计和实现论文作者姓名:郭嘉申请学位专业:网络工程申请学位类别:工学学士指导教师姓名(职称):王燚(副教授)论文提交日期:2007年06月08日WORD文档分类管理插件的设计和实现摘要随着计算机普及和计算机科学技术的发展,并且由于电子文档具备方便性、快捷性和易操作性,人们将大部分信息以电子文档形式储存和归档。面对与日骤增的海量数据信息,对它们进行有效的整理和管理变得尤其重要。人们越来越期望能在统一的文档操作界面上,对各类文档信息进行收集收藏、整理归档,方便查询。本文详细介绍了Word文档分类管理软件的设计和实现。软件对用户需求做了充分的考虑,进行正确和较完整的设计,使得能在统一的文档界面上,方便地对磁盘上所有文档(可包括其它存储介质,如:移动硬盘等,文档指MicrosoftOffice里的Word文档,后缀名为.doc)进行分类管理。文档管理功能包括:新建记录、打开文档、编辑记录、删除记录或文档、添加文档等。本软件以Word插件形式实现,在Word工具档里增加自定义工具,并实现上述各种功能。系统根据com组件编程原理,用VisualBasic6.0实现了一个Word插件,并用Office2003Access保存文档分类信息。关键词:COM组件;Word插件;文档分类器TheDesignandImplementationofaWordAddinforDocumentClassificationManagementAbstractWiththepopularityofcomputerscienceandthedevelopmentofcomputertechnology,alongwiththeadvantagesofelectronicdocumentssuchasconvenience,efficiencyandeasetouse,mostofinformationisstoredandarchivedintheformofelectronicdocument.Facedwiththefactthatamountofinformationincreasingceaselessly,itismoreandmoreurgenttofindawaytomanageandaccessinformationeffectivelyandeasily.Itisexpectedthatwecancollect,archiveandrefertoanytypesofdocumentsfacilelyinaunifieddocumentinterface.ThisarticleintroducesthedesignandimplementationofaWorddocumentclassificationmanagementsoftware.Thissystemtooktheusers’entirerequirementintoconsideration,andwasdesignedcorrectlyandcompletely,withwhichanytypesofdocumentonthedisk(includingnotonlytheWorddocumentsbutalsoothertypesonothermedia)canbeclassifiedandmanagedinaunifieddocumentinterface.Itsdocumentmanagementfunctionsincludes:creating,editinganddeletingdocumentrecordsandaddingorremovingfilesintoorfromtherecords.ThesoftwareisimplementedintheformofaWordaddincomponent,whichaddsauser-definedtoolbarintotheWord,andimplementedthefunctionsmentionedabovefromwiththetoolbar.ObeyingtheprinciplesofCOMcomponentprogramming,itisimplementedwithVisualBasic6.0andsavesthedocumentclassificationinformationinadatabaseofOffice2003Access.Keywords:COMComponent;WordAddin;DocumentClassifier目录论文总页数:31页1引言................................................................................................................................................11.1课题背景................................................................................................................................11.2本课题研究的意义...............................................................................................................11.3本课题的研究方法...............................................................................................................12组件、COM、接口、插件..........................................................................................................12.1组件........................................................................................................................................12.1.1使用组件的优点...........................................................................................................22.1.2对组件的需求...............................................................................................................22.2COM.......................................................................................................................................42.3接口........................................................................................................................................62.3.1IUnknown接口.............................................................................................................72.3.2Dispatch.........................................................................................................................82.4插件........................................................................................................................................83WORD对象模型..........................................................................................................................93.1WORD中的对象模型(OBJECTMODEL)..................................................................93.2WORD对象模型抽象图.....................................................................................................94系统分析和设计..........................................................................................................................104.1功能需求分析......................................................................................................................104.2数据存储结构分析..............................................................................................................114.3数据库设计..........................................................................................................................115系统实现.......................................................................................................................................135.1插件接口方法......................................................................................................................135.2事件响应...............................................................................................................................145.3系统实现...
本文标题:VB3110 WORD文档分类管理插件的设计与实现2
链接地址:https://www.777doc.com/doc-3747992 .html