您现在正在浏览:首页 > 论文 > 计算机 > 毕业设计-ASP.NET企业办公自动化系统开发

毕业设计-ASP.NET企业办公自动化系统开发

  • 资源类别:论文
  • 资源分类:计算机
  • 适用专业:计算机科学与技术
  • 适用年级:大学
  • 上传用户:icemaysmile
  • 文件格式:word
  • 文件大小:5.22MB
  • 上传时间:2009/5/6 1:13:36
  • 下载次数:2
  • 浏览次数:306
资料简介
内蒙古科技大学毕业设计 ASP.NET企业办公自动化系统开发,共94页,36539字。
摘要
办公自动化是指利用计算机技术和网络技术,使办公室部分工作逐步物化于各种现代化设备中,并由办公室人员与设备共同构成服务于某种目标的人机信息处理系统。办公自动化已经成为现代企事业单位实现管理现代化的一个重要途径。
我的毕业设计是利用Visual Studio.NET 2003和SQL Server 2000为工具,在Windows XP Professional环境下开发出来的B/S结构的企业办公自动化系统。系统在设计时采用了三层结构(用户表示层、业务逻辑层和数据访问层)的设计模型和模块化设计原则。我设计的办公自动化包括系统管理、新闻公告、人事管理、文档管理、内部邮件5个功能模块。系统管理模块中最关键的部分是权限管理,采用以角色为中心的安全模型。此模型将系统的模块权限和用户分开,使用角色作为一个中间层。在系统实现过程中使用了TreeView控件实现主页面和文档管理页面的树型目录,还使用了HTML编辑器实现对邮件内容的编辑。为了增加页面的美工效果,使用JavaScript脚本语言实现页面上的一些动态效果。在文档管理系统中还提供了对存储文档的分类搜索,其实现界面仿照Windows搜索的操作方法。另外本系统采用人性化的界面设计原则,操作简单,一般用户能在短期内全部系统掌握其使用方法。
关键词:办公自动化;三层结构;框架文件;页面基类;树型控件;权限管理

目录
摘要 I
Abstract II
第一章 引 言 1
1.1 课题研究 1
1.1.1 OA的概述 1
1.1.2 问题定义 1
1.2 系统设计原则 2
1.3 系统的开发环境 2
第二章 工具介绍 3
2.1 Visual Studio.NET 2003介绍 3
2.1.1 .NET框架概述 3
2.1.2 ASP.NET介绍 3
2.1.3 ASP.NET技术概述 4
2.2 SQL Server 2000介绍 5
2.2.1 SQL Server 2000实用工具介绍 5
2.2.2 SQL Server 2000的特点 6
2.3 IIS服务器 7
第三章 办公自动化系统可行性分析 8
3.1 项目开发背景 8
3.2 可行性研究 8
3.2.1 社会经济可行性分析 8
3.2.2 实现技术可行性分析 9
第四章 办公自动化系统需求分析与设计 11
4.1 需求分析 11
4.1.1 系统总框架需求分析 11
4.1.2 各子系统功能需求 11
4.1.3 系统框架总体设计 12
4.2 系统结构 13
4.2.1 系统功能模块图 13
4.2.2 系统功能模块介绍 14
第五章 数据库设计和实现 16
5.1 数据库分析 16
5.2 数据库的逻辑设计 17
5.2.1 人事管理系统 17
5.2.2 系统管理模块 21
5.2.3 文档管理系统 24
5.2.4 新闻公告 28
5.2.5 内部邮件系统 29
5.3 数据库存储过程 30
第六章 系统的详细设计 33
6.1 系统主框架设计 33
6.1.1 系统登录页面设计 33
6.1.2 系统主页面实现 35
6.1.3 页面基类 36
6.2 系统管理模块 38
6.2.1 UML活动关系图 38
6.2.2 管理登录日志 38
6.2.3 管理操作日志 40
6.2.4 模块管理 40
6.2.5 角色管理 44
6.2.6 用户管理 47
6.2.7 目录管理 47
6.2.8 修改密码 47
6.3 人事管理系统 48
6.3.1 UML活动关系图 48
6.3.2 机构信息 49
6.3.3 部门信息 50
6.3.4 人员管理 51
6.3.5 人员照片 54
6.4 新闻公告系统 55
6.4.1 管理新闻公告 55
6.4.2 添加新闻公告 56
6.5 文档管理系统 57
6.5.1 系统功能模块图 57
6.5.2 安装配置“全文检索”组件 58
6.5.3 文档管理 59
6.5.4 回收站 64
6.5.5 文件搜索 64
6.6 内部邮件系统 66
6.6.1 UML活动关系图 66
6.6.2 发送信息 66
6.6.3 信息箱 71
第七章 技术难点 72
7.1 三层结构 72
7.1.1 三层结构介绍 72
7.1.2 三层结构在系统管理模块中的应用 72
7.2 树型控件的应用 73
7.2.1 TreeView控件 73
7.2.2 主页面树型目录 74
7.2.3 文档管理树型目录 75
7.3 权限管理 77
毕业设计总结 80
参考文献 82
附录A SqlDataAdapter 83
附录B SQLHelper 84
附录C JavaScript 85
致谢 87
资料文件预览
共81文件夹,1691个文件,文件总大小:33.30MB,压缩后大小:5.22MB
  • 毕业设计-ASP.NET企业办公自动化系统开发
    • ASP.NET企业办公自动化设计
      • 数据库
        • Alcohol的文件格式hotop100_Data.MDF  [4.00MB]
        • ldfhotop100_Log.LDF  [1.00MB]
      • 系统
        • RAR压缩档案(Eugene Roshall格式)qminoa.rar  [4.40MB]
          • qminoa
            • BLL
              • csAssemblyInfo.cs  [1.80KB]
              • bin
                • Debug
                  • 动态链接库qminoa.BLL.dll  [48.00KB]
                  • 3Com PalmPilot数据库文件qminoa.BLL.pdb  [263.50KB]
                  • 动态链接库qminoa.Common.dll  [68.00KB]
                  • 3Com PalmPilot数据库文件qminoa.Common.pdb  [213.50KB]
                  • 动态链接库qminoa.DA.dll  [72.00KB]
                  • 3Com PalmPilot数据库文件qminoa.DA.pdb  [285.50KB]
              • csprojBLL.csproj  [8.30KB]
              • etoBLL.csproj.eto  [8.15KB]
              • userBLL.csproj.user  [1.76KB]
              • csCatalogSystem.cs  [812.00B]
              • csDepSystem.cs  [3.37KB]
              • csEmpSystem.cs  [10.14KB]
              • fm
                • csDocTree.cs  [713.00B]
                • csFileBLL.cs  [6.66KB]
              • csModuleSystem.cs  [1.22KB]
              • obj
                • Debug
                  • 动态链接库BLL.dll  [3.50KB]
                  • incrBLL.dll.incr  [1.24KB]
                  • 3Com PalmPilot数据库文件BLL.pdb  [33.50KB]
                  • projdataBLL.projdata  [68.13KB]
                  • projdata1BLL.projdata1  [34.63KB]
                  • 动态链接库hotopOA.BLL.dll  [11.00KB]
                  • incrhotopOA.BLL.dll.incr  [1.59KB]
                  • 3Com PalmPilot数据库文件hotopOA.BLL.pdb  [35.50KB]
                  • 动态链接库qminoa.BLL.dll  [48.00KB]
                  • incrqminoa.BLL.dll.incr  [4.02KB]
                  • 3Com PalmPilot数据库文件qminoa.BLL.pdb  [263.50KB]
                  • temp
                  • TempPE
              • PM
                • csCategoriesCollection.cs  [1.37KB]
                • csCategory.cs  [726.00B]
                • csPMUser.cs  [3.47KB]
                • csProject.cs  [8.68KB]
                • csProjectReportCategory.cs  [1.84KB]
                • csProjectReportCategoryCollection.cs  [287.00B]
                • csProjectReportEntryLog.cs  [2.04KB]
                • csProjectReportEntryLogCollection.cs  [287.00B]
                • csProjectReportProject.cs  [1.88KB]
                • csProjectReportProjectCollection.cs  [272.00B]
                • csProjectsCollection.cs  [1.75KB]
                • csResourceReportUser.cs  [1.61KB]
                • csResourceReportUserCollection.cs  [278.00B]
                • csRoles.cs  [823.00B]
                • csRolesCollection.cs  [241.00B]
                • csTimeEntriesCollection.cs  [2.08KB]
                • csTimeEntry.cs  [5.42KB]
                • csUsersCollection.cs  [995.00B]
            • Common
              • csAssemblyInfo.cs  [1.80KB]
              • bin
                • Debug
                  • 动态链接库qminoa.Common.dll  [68.00KB]
                  • 3Com PalmPilot数据库文件qminoa.Common.pdb  [213.50KB]
              • csCNDate.cs  [25.25KB]
              • csprojCommon.csproj  [9.68KB]
              • etoCommon.csproj.eto  [10.44KB]
              • userCommon.csproj.user  [1.76KB]
              • data
                • csCatalogData.cs  [1.07KB]
                • resxCatalogData.resx  [1.69KB]
                • csDepData.cs  [1.79KB]
                • resxDepData.resx  [1.69KB]
                • csDocData.cs  [4.93KB]
                • resxDocData.resx  [1.69KB]
                • csEmpArcData.cs  [1.39KB]
                • resxEmpArcData.resx  [1.69KB]
                • csEmpBaseData.cs  [6.24KB]
                • resxEmpBaseData.resx  [1.69KB]
                • csEmpConData.cs  [1.40KB]
                • resxEmpConData.resx  [1.69KB]
                • csEmpPhotoData.cs  [677.00B]
                • resxEmpPhotoData.resx  [1.69KB]
                • csEmpVisaData.cs  [1.23KB]
                • resxEmpVisaData.resx  [1.69KB]
                • csFileData.cs  [9.33KB]
                • resxFileData.resx  [1.69KB]
                • csFilemessdata.cs  [3.47KB]
                • resxFilemessdata.resx  [1.69KB]
                • csLogData.cs  [678.00B]
                • csMessageData.cs  [3.52KB]
                • resxMessageData.resx  [1.69KB]
                • csModuleData.cs  [1.02KB]
                • resxModuleData.resx  [1.69KB]
                • csMsgAdd.cs  [1.77KB]
                • resxMsgAdd.resx  [1.69KB]
                • csMsgCont.cs  [1.80KB]
                • csScheduleData.cs  [1.90KB]
                • csUserData.cs  [881.00B]
                • resxUserData.resx  [1.69KB]
              • csDateUtil.cs  [7.32KB]
              • csJScript.cs  [14.75KB]
              • obj
                • Debug
                  • resourcesCommon.Data.Filemessdata.resources  [188.00B]
                  • 动态链接库Common.dll  [4.00KB]
                  • incrCommon.dll.incr  [1.12KB]
                  • 3Com PalmPilot数据库文件Common.pdb  [11.50KB]
                  • projdataCommon.projdata  [80.38KB]
                  • projdata1Common.projdata1  [46.76KB]
                  • resourceshotopOA.Common.Data.CatalogData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.DepData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.DocData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.EmpBaseData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.EmpConData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.EmployeeData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.EmpPhotoData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.EmpVisaData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.Filemessdata.resources  [188.00B]
                  • resourceshotopOA.Common.Data.MessageData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.MsgAdd.resources  [188.00B]
                  • resourceshotopOA.Common.Data.RouteData.resources  [188.00B]
                  • resourceshotopOA.Common.Data.UserData.resources  [188.00B]
                  • 动态链接库hotopOA.Common.dll  [64.00KB]
                  • incrhotopOA.Common.dll.incr  [7.28KB]
                  • resourceshotopOA.Common.FileData.resources  [188.00B]
                  • 3Com PalmPilot数据库文件hotopOA.Common.pdb  [91.50KB]
                  • resourcesqminoa.Common.Data.CatalogData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.DepData.resources  [188.00B]
                  • resourcesqminoa.Common.data.DocData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.EmpBaseData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.EmpConData.resources  [188.00B]
                  • resourcesqminoa.Common.data.EmployeeData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.EmpPhotoData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.EmpVisaData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.Filemessdata.resources  [188.00B]
                  • resourcesqminoa.Common.data.MessageData.resources  [188.00B]
                  • resourcesqminoa.Common.Data.ModuleData.resources  [188.00B]
                  • resourcesqminoa.Common.data.MsgAdd.resources  [188.00B]
                  • resourcesqminoa.Common.data.RouteData.resources  [188.00B]
                  • resourcesqminoa.Common.data.UserData.resources  [188.00B]
                  • 动态链接库qminoa.Common.dll  [68.00KB]
                  • incrqminoa.Common.dll.incr  [5.80KB]
                  • resourcesqminoa.Common.FileData.resources  [188.00B]
                  • 3Com PalmPilot数据库文件qminoa.Common.pdb  [213.50KB]
                  • temp
                  • TempPE
              • csStringUtil.cs  [7.10KB]
              • csValidateUtil.cs  [3.78KB]
            • DA
              • csAssemblyInfo.cs  [1.80KB]
              • bin
                • Debug
                  • 动态链接库qminoa.Common.dll  [68.00KB]
                  • 3Com PalmPilot数据库文件qminoa.Common.pdb  [213.50KB]
                  • 动态链接库qminoa.DA.dll  [72.00KB]
                  • 3Com PalmPilot数据库文件qminoa.DA.pdb  [285.50KB]
              • csprojDA.csproj  [6.27KB]
              • etoDA.csproj.eto  [15.68KB]
              • userDA.csproj.user  [1.76KB]
              • fm
                • csAdList.cs  [5.33KB]
                • csFileA.cs  [21.87KB]
                • csFileRight.cs  [9.50KB]
              • mr
                • csMrBaseInf.cs  [42.34KB]
                • csMrDep.cs  [7.69KB]
              • msg
                • csMsgObj.cs  [15.64KB]
                • csResiveModule.cs  [892.00B]
              • obj
                • Debug
                  • 动态链接库DA.dll  [5.00KB]
                  • incrDA.dll.incr  [1.21KB]
                  • 3Com PalmPilot数据库文件DA.pdb  [13.50KB]
                  • projdataDA.projdata  [47.26KB]
                  • projdata1DA.projdata1  [27.51KB]
                  • 动态链接库hotopOA.DA.dll  [44.00KB]
                  • incrhotopOA.DA.dll.incr  [2.28KB]
                  • 3Com PalmPilot数据库文件hotopOA.DA.pdb  [77.50KB]
                  • 动态链接库qminoa.DA.dll  [72.00KB]
                  • incrqminoa.DA.dll.incr  [2.48KB]
                  • 3Com PalmPilot数据库文件qminoa.DA.pdb  [285.50KB]
                  • temp
                  • TempPE
              • csSQLHelper.cs  [25.59KB]
              • sysSecurity
                • csAdminDB.cs  [15.01KB]
                • csBllLoginUser.cs  [693.00B]
                • csCatalogsDB.cs  [4.19KB]
                • csCheckEmpRight.cs  [1.42KB]
                • csDbManagerLogininfo.cs  [1.69KB]
                • csDbManage_UserInfo.cs  [6.18KB]
                • csEmpDB.cs  [2.82KB]
                • csLogDB.cs  [2.72KB]
                • csModulesDB.cs  [4.34KB]
              • csTabs.cs  [953.00B]
            • Data
              • database  [3.77MB]
              • Alcohol的文件格式hotop100_Data.MDF  [4.00MB]
              • ldfhotop100_Log.LDF  [1.00MB]
            • 可执行文件(程序)IEWebControls.exe  [360.48KB]
            • etpqminoa.etp  [1.23KB]
            • slnqminoa.sln  [1.72KB]
            • oldqminoa.sln.old  [1.73KB]
            • suoqminoa.suo  [12.50KB]
            • Webs
              • csAssemblyInfo.cs  [2.05KB]
              • bin
                • 动态链接库dotnettextbox.dll  [136.00KB]
                • 动态链接库HenryFan.WebControls.dll  [28.00KB]
                • 动态链接库microsoft.web.ui.webcontrols.dll  [182.33KB]
                • 动态链接库microsoft.web.ui.webcontrols.resources.dll  [21.30KB]
                • 动态链接库qminoa.BLL.dll  [48.00KB]
                • 3Com PalmPilot数据库文件qminoa.BLL.pdb  [263.50KB]
                • 动态链接库qminoa.Common.dll  [68.00KB]
                • 3Com PalmPilot数据库文件qminoa.Common.pdb  [213.50KB]
                • 动态链接库qminoa.DA.dll  [72.00KB]
                • 3Com PalmPilot数据库文件qminoa.DA.pdb  [285.50KB]
                • 动态链接库qminoa.dll  [4.50KB]
                • 3Com PalmPilot数据库文件qminoa.pdb  [13.50KB]
                • 动态链接库qminoa.Webs.dll  [196.00KB]
                • 3Com PalmPilot数据库文件qminoa.Webs.pdb  [617.50KB]
                • 动态链接库RTFBox.dll  [120.00KB]
                • 3Com PalmPilot数据库文件RTFBox.pdb  [21.50KB]
              • ascxBulletinFirstFace.ascx  [1.58KB]
              • csBulletinFirstFace.ascx.cs  [2.22KB]
              • resxBulletinFirstFace.ascx.resx  [5.19KB]
              • Components
                • csDatabase.cs  [4.09KB]
                • csSystemTools.cs  [1.40KB]
                • csTree.cs  [1.81KB]
              • 瀑布式表格文件default.css  [20.04KB]
              • aspxdesktop.aspx  [2.38KB]
              • csdesktop.aspx.cs  [913.00B]
              • resxdesktop.aspx.resx  [5.19KB]
              • 超文本文档errorpage.htm  [475.00B]
              • 超文本文档errorpage404.htm  [463.00B]
              • fm
                • 超文本文档ColorPicker.html  [25.93KB]
                • aspxDownload.aspx  [641.00B]
                • csDownload.aspx.cs  [1.41KB]
                • resxDownload.aspx.resx  [1.69KB]
                • aspxFileManage.aspx  [972.00B]
                • csFileManage.aspx.cs  [1.03KB]
                • resxFileManage.aspx.resx  [5.19KB]
                • aspxFileSearch.aspx  [13.59KB]
                • csFileSearch.aspx.cs  [13.87KB]
                • resxFileSearch.aspx.resx  [1.69KB]
                • aspxfmDocTree.aspx  [1.26KB]
                • csfmDocTree.aspx.cs  [3.73KB]
                • resxfmDocTree.aspx.resx  [1.69KB]
                • aspxfmNewFile.aspx  [17.26KB]
                • csfmNewFile.aspx.cs  [18.50KB]
                • resxfmNewFile.aspx.resx  [1.69KB]
                • aspxfmNewFolder.aspx  [10.68KB]
                • csfmNewFolder.aspx.cs  [12.73KB]
                • resxfmNewFolder.aspx.resx  [1.69KB]
                • aspxfmRecycle.aspx  [5.22KB]
                • csfmRecycle.aspx.cs  [7.80KB]
                • resxfmRecycle.aspx.resx  [5.19KB]
                • aspxfmSelFolder.aspx  [6.98KB]
                • csfmSelFolder.aspx.cs  [6.37KB]
                • resxfmSelFolder.aspx.resx  [5.19KB]
                • 超文本文档HTMLArea.html  [23.98KB]
                • icons
                  • GIF图像文件1.gif  [272.00B]
                  • GIF图像文件about_off.gif  [146.00B]
                  • GIF图像文件about_over.gif  [222.00B]
                  • GIF图像文件aligncenter_off.gif  [73.00B]
                  • GIF图像文件aligncenter_over.gif  [111.00B]
                  • GIF图像文件alignjustify_off.gif  [74.00B]
                  • GIF图像文件alignjustify_over.gif  [114.00B]
                  • GIF图像文件alignleft_off.gif  [74.00B]
                  • GIF图像文件alignleft_over.gif  [111.00B]
                  • GIF图像文件alignright_off.gif  [73.00B]
                  • GIF图像文件alignright_over.gif  [117.00B]
                  • GIF图像文件bolditalicunderline_off.gif  [79.00B]
                  • GIF图像文件bolditalicunderline_over.gif  [133.00B]
                  • GIF图像文件bold_off.gif  [79.00B]
                  • GIF图像文件bold_over.gif  [140.00B]
                  • GIF图像文件button_off.gif  [117.00B]
                  • GIF图像文件button_over.gif  [152.00B]
                  • GIF图像文件codecleaner_off.gif  [136.00B]
                  • GIF图像文件codecleaner_over.gif  [177.00B]
                  • GIF图像文件codesnippet_off.gif  [157.00B]
                  • GIF图像文件codesnippet_over.gif  [228.00B]
                  • GIF图像文件color.gif  [105.00B]
                  • GIF图像文件copy_off.gif  [117.00B]
                  • GIF图像文件copy_over.gif  [139.00B]
                  • GIF图像文件customtag_off.gif  [121.00B]
                  • GIF图像文件customtag_over.gif  [166.00B]
                  • GIF图像文件cut_off.gif  [97.00B]
                  • GIF图像文件cut_over.gif  [140.00B]
                  • GIF图像文件delete.gif  [1.41KB]
                  • GIF图像文件delete_off.gif  [714.00B]
                  • GIF图像文件font.gif  [104.00B]
                  • GIF图像文件fontcolor_off.gif  [105.00B]
                  • GIF图像文件fontcolor_over.gif  [161.00B]
                  • GIF图像文件fontface_off.gif  [104.00B]
                  • GIF图像文件fontface_over.gif  [161.00B]
                  • GIF图像文件fontsize_off.gif  [97.00B]
                  • GIF图像文件fontsize_over.gif  [158.00B]
                  • GIF图像文件help_off.gif  [151.00B]
                  • GIF图像文件help_over.gif  [226.00B]
                  • GIF图像文件highlight_off.gif  [121.00B]
                  • GIF图像文件highlight_over.gif  [195.00B]
                  • GIF图像文件image_off.gif  [151.00B]
                  • GIF图像文件image_over.gif  [215.00B]
                  • GIF图像文件indent_off.gif  [93.00B]
                  • GIF图像文件indent_over.gif  [152.00B]
                  • GIF图像文件italic_off.gif  [82.00B]
                  • GIF图像文件italic_over.gif  [132.00B]
                  • GIF图像文件line_off.gif  [77.00B]
                  • GIF图像文件line_over.gif  [126.00B]
                  • GIF图像文件link_off.gif  [194.00B]
                  • GIF图像文件link_over.gif  [237.00B]
                  • GIF图像文件load_off.gif  [127.00B]
                  • GIF图像文件load_over.gif  [167.00B]
                  • GIF图像文件logo.gif  [1.14KB]
                  • GIF图像文件orderedlist_off.gif  [89.00B]
                  • GIF图像文件orderedlist_over.gif  [144.00B]
                  • GIF图像文件outdent_off.gif  [93.00B]
                  • GIF图像文件outdent_over.gif  [151.00B]
                  • GIF图像文件paragraph_off.gif  [81.00B]
                  • GIF图像文件paragraph_over.gif  [131.00B]
                  • GIF图像文件paste_off.gif  [149.00B]
                  • GIF图像文件paste_over.gif  [219.00B]
                  • GIF图像文件print_off.gif  [134.00B]
                  • GIF图像文件print_over.gif  [174.00B]
                  • GIF图像文件redo_off.gif  [85.00B]
                  • GIF图像文件redo_over.gif  [142.00B]
                  • GIF图像文件saveas_off.gif  [137.00B]
                  • GIF图像文件saveas_over.gif  [175.00B]
                  • GIF图像文件save_off.gif  [113.00B]
                  • GIF图像文件save_over.gif  [170.00B]
                  • GIF图像文件separator.gif  [61.00B]
                  • smiles
                    • Windows或OS/2位图文件1.bmp  [1.40KB]
                    • GIF图像文件1.gif  [272.00B]
                    • Windows或OS/2位图文件2.bmp  [1.40KB]
                    • GIF图像文件2.gif  [260.00B]
                    • Windows或OS/2位图文件3.bmp  [1.40KB]
                    • GIF图像文件3.gif  [197.00B]
                    • Windows或OS/2位图文件4.bmp  [1.40KB]
                    • GIF图像文件4.gif  [282.00B]
                    • Windows或OS/2位图文件5.bmp  [1.40KB]
                    • GIF图像文件5.gif  [304.00B]
                    • Windows或OS/2位图文件6.bmp  [1.40KB]
                    • GIF图像文件6.gif  [286.00B]
                    • Windows或OS/2位图文件7.bmp  [1.40KB]
                    • GIF图像文件7.gif  [266.00B]
                    • Windows或OS/2位图文件8.bmp  [1.40KB]
                    • GIF图像文件8.gif  [293.00B]
                    • Windows或OS/2位图文件9.bmp  [1.40KB]
                    • GIF图像文件9.gif  [276.00B]
                    • Windows或OS/2位图文件A.bmp  [1.40KB]
                    • GIF图像文件a.gif  [268.00B]
                    • Windows或OS/2位图文件B.bmp  [1.40KB]
                    • GIF图像文件b.gif  [193.00B]
                    • Windows或OS/2位图文件C.bmp  [1.40KB]
                    • GIF图像文件c.gif  [265.00B]
                    • Windows或OS/2位图文件D.bmp  [1.40KB]
                    • GIF图像文件d.gif  [275.00B]
                    • Windows或OS/2位图文件E.bmp  [1.40KB]
                    • GIF图像文件e.gif  [268.00B]
                    • Windows或OS/2位图文件F.bmp  [1.40KB]
                    • GIF图像文件f.gif  [286.00B]
                    • GIF图像文件Flower.GIF  [1.06KB]
                    • Windows图标Flower.ico  [4.60KB]
                    • Windows或OS/2位图文件G.bmp  [1.40KB]
                    • GIF图像文件g.gif  [262.00B]
                    • Windows或OS/2位图文件H.bmp  [1.40KB]
                    • GIF图像文件h.gif  [300.00B]
                    • Windows或OS/2位图文件I.bmp  [1.40KB]
                    • GIF图像文件i.gif  [268.00B]
                    • Windows或OS/2位图文件J.bmp  [1.40KB]
                    • GIF图像文件j.gif  [283.00B]
                    • Windows或OS/2位图文件K.bmp  [1.40KB]
                    • GIF图像文件k.gif  [287.00B]
                    • Windows或OS/2位图文件L.bmp  [1.40KB]
                    • GIF图像文件l.gif  [155.00B]
                    • Windows或OS/2位图文件M.bmp  [1.40KB]
                    • GIF图像文件m.gif  [200.00B]
                    • Windows或OS/2位图文件N.bmp  [1.40KB]
                    • GIF图像文件n.gif  [196.00B]
                    • Windows或OS/2位图文件O.bmp  [1.40KB]
                    • GIF图像文件o.gif  [217.00B]
                    • GIF图像文件p.gif  [159.00B]
                    • GIF图像文件q.gif  [289.00B]
                    • GIF图像文件r.gif  [1.03KB]
                    • GIF图像文件Ranger.GIF  [1009.00B]
                    • Windows图标Ranger.ico  [2.19KB]
                    • GIF图像文件s.gif  [152.00B]
                    • GIF图像文件Smile.GIF  [1.11KB]
                    • Windows图标Smile.ico  [5.10KB]
                    • GIF图像文件Smile2.GIF  [1.04KB]
                    • Windows图标Smile2.ico  [2.93KB]
                    • Windows图标smiley.ico  [9.90KB]
                    • GIF图像文件Smiling1.GIF  [1010.00B]
                    • Windows图标Smiling1.ico  [2.19KB]
                    • GIF图像文件Smiling2.GIF  [1.03KB]
                    • Windows图标Smiling2.ico  [2.19KB]
                    • GIF图像文件t.gif  [1.87KB]
                    • GIF图像文件u.gif  [186.00B]
                    • GIF图像文件v.gif  [1.89KB]
                    • GIF图像文件w.gif  [185.00B]
                    • GIF图像文件x.gif  [195.00B]
                    • GIF图像文件y.gif  [281.00B]
                  • GIF图像文件specialchars_off.gif  [110.00B]
                  • GIF图像文件specialchars_over.gif  [168.00B]
                  • GIF图像文件strikethrough_off.gif  [85.00B]
                  • GIF图像文件strikethrough_over.gif  [137.00B]
                  • GIF图像文件style_off.gif  [121.00B]
                  • GIF图像文件style_over.gif  [166.00B]
                  • GIF图像文件subscript_off.gif  [83.00B]
                  • GIF图像文件subscript_over.gif  [136.00B]
                  • GIF图像文件superscript_off.gif  [83.00B]
                  • GIF图像文件superscript_over.gif  [136.00B]
                  • GIF图像文件table_off.gif  [138.00B]
                  • GIF图像文件table_over.gif  [168.00B]
                  • GIF图像文件underline_off.gif  [90.00B]
                  • GIF图像文件underline_over.gif  [144.00B]
                  • GIF图像文件undo_off.gif  [87.00B]
                  • GIF图像文件undo_over.gif  [146.00B]
                  • GIF图像文件unorderedlist_off.gif  [85.00B]
                  • GIF图像文件unorderedlist_over.gif  [142.00B]
                  • GIF图像文件upload_off.gif  [189.00B]
                  • GIF图像文件upload_over.gif  [283.00B]
                • image
                  • RichTextBox
                    • GIF图像文件bold.gif  [105.00B]
                    • GIF图像文件bold_over.gif  [155.00B]
                    • GIF图像文件bullets.gif  [105.00B]
                    • GIF图像文件bullets_over.gif  [172.00B]
                    • GIF图像文件centerjustify.gif  [96.00B]
                    • GIF图像文件centerjustify_over.gif  [138.00B]
                    • GIF图像文件copy.gif  [145.00B]
                    • GIF图像文件copy_over.gif  [201.00B]
                    • GIF图像文件cut.gif  [120.00B]
                    • GIF图像文件cut_over.gif  [193.00B]
                    • GIF图像文件Deletecolumn.gif  [120.00B]
                    • GIF图像文件Deletecolumn_over.gif  [162.00B]
                    • GIF图像文件Deleterow.gif  [124.00B]
                    • GIF图像文件Deleterow_over.gif  [163.00B]
                    • GIF图像文件fontbackcolorpicker.gif  [147.00B]
                    • GIF图像文件fontbackcolorpicker_over.gif  [226.00B]
                    • GIF图像文件fontforecolorpicker.gif  [145.00B]
                    • GIF图像文件fontforecolorpicker_over.gif  [195.00B]
                    • GIF图像文件help.gif  [183.00B]
                    • GIF图像文件help_over.gif  [260.00B]
                    • GIF图像文件indent.gif  [115.00B]
                    • GIF图像文件indent_over.gif  [184.00B]
                    • GIF图像文件Insertcolumn.gif  [127.00B]
                    • GIF图像文件Insertcolumn_over.gif  [170.00B]
                    • GIF图像文件insertdate.gif  [185.00B]
                    • GIF图像文件insertdate_over.gif  [249.00B]
                    • GIF图像文件insertimage.gif  [183.00B]
                    • GIF图像文件insertimage_over.gif  [249.00B]
                    • GIF图像文件insertlink.gif  [228.00B]
                    • GIF图像文件insertlink_over.gif  [273.00B]
                    • GIF图像文件Insertrow.gif  [118.00B]
                    • GIF图像文件Insertrow_over.gif  [167.00B]
                    • GIF图像文件insertrule.gif  [117.00B]
                    • GIF图像文件insertrule_over.gif  [187.00B]
                    • GIF图像文件Inserttable.gif  [138.00B]
                    • GIF图像文件Inserttable_over.gif  [168.00B]
                    • GIF图像文件inserttime.gif  [142.00B]
                    • GIF图像文件inserttime_over.gif  [201.00B]
                    • GIF图像文件italic.gif  [99.00B]
                    • GIF图像文件italic_over.gif  [162.00B]
                    • GIF图像文件leftjustify.gif  [96.00B]
                    • GIF图像文件leftjustify_over.gif  [138.00B]
                    • GIF图像文件numberedlist.gif  [109.00B]
                    • GIF图像文件numberedlist_over.gif  [174.00B]
                    • GIF图像文件outdent.gif  [115.00B]
                    • GIF图像文件outdent_over.gif  [183.00B]
                    • GIF图像文件paste.gif  [181.00B]
                    • GIF图像文件paste_over.gif  [253.00B]
                    • GIF图像文件print.gif  [163.00B]
                    • GIF图像文件print_over.gif  [209.00B]
                    • GIF图像文件redo.gif  [105.00B]
                    • GIF图像文件redo_over.gif  [171.00B]
                    • GIF图像文件rightjustify.gif  [95.00B]
                    • GIF图像文件rightjustify_over.gif  [144.00B]
                    • GIF图像文件Save.gif  [113.00B]
                    • GIF图像文件Save_over.gif  [170.00B]
                    • GIF图像文件separator.gif  [73.00B]
                    • GIF图像文件strikethrough.gif  [113.00B]
                    • GIF图像文件strikethrough_over.gif  [170.00B]
                    • GIF图像文件subscript.gif  [101.00B]
                    • GIF图像文件subscript_over.gif  [163.00B]
                    • GIF图像文件superscript.gif  [101.00B]
                    • GIF图像文件superscript_over.gif  [163.00B]
                    • GIF图像文件underline.gif  [110.00B]
                    • GIF图像文件underline_over.gif  [175.00B]
                    • GIF图像文件undo.gif  [107.00B]
                    • GIF图像文件undo_over.gif  [176.00B]
                • images
                  • GIF图像文件document_tital.gif  [3.07KB]
                  • GIF图像文件folder.gif  [914.00B]
                  • GIF图像文件folderopen.gif  [917.00B]
                  • GIF图像文件login_win.gif  [27.20KB]
                • img
                  • GIF图像文件add.gif  [114.00B]
                  • GIF图像文件add_small.gif  [104.00B]
                  • button
                    • GIF图像文件access.gif  [891.00B]
                    • GIF图像文件att.gif  [853.00B]
                    • GIF图像文件bman.gif  [995.00B]
                    • GIF图像文件bmans.gif  [1.02KB]
                    • GIF图像文件bmp.gif  [955.00B]
                    • GIF图像文件bseach.gif  [1.00KB]
                    • GIF图像文件cancel.gif  [982.00B]
                    • GIF图像文件closewin.gif  [851.00B]
                    • GIF图像文件closewin1.gif  [851.00B]
                    • GIF图像文件conf.gif  [965.00B]
                    • GIF图像文件detail.gif  [900.00B]
                    • GIF图像文件excel.gif  [866.00B]
                    • GIF图像文件exe.gif  [889.00B]
                    • GIF图像文件exit.gif  [967.00B]
                    • GIF图像文件filepro.gif  [1023.00B]
                    • GIF图像文件finish.gif  [964.00B]
                    • GIF图像文件fmback.gif  [964.00B]
                    • GIF图像文件fmback1.gif  [1013.00B]
                    • GIF图像文件fmback2.gif  [982.00B]
                    • GIF图像文件fmfolder.gif  [988.00B]
                    • GIF图像文件fmfolderShow1.gif  [1.10KB]
                    • GIF图像文件fmforword.gif  [888.00B]
                    • GIF图像文件fmforword1.gif  [929.00B]
                    • GIF图像文件fmforword2.gif  [884.00B]
                    • GIF图像文件fmgoto.gif  [1009.00B]
                    • GIF图像文件fmmove.gif  [934.00B]
                    • GIF图像文件fmnewfile.gif  [944.00B]
                    • GIF图像文件fmnewfile1.gif  [986.00B]
                    • GIF图像文件fmnewfile2.gif  [923.00B]
                    • GIF图像文件fmnewfolder.gif  [909.00B]
                    • GIF图像文件fmnewfolder1.gif  [958.00B]
                    • GIF图像文件fmnewfolder2.gif  [911.00B]
                    • GIF图像文件fmseach.gif  [1.07KB]
                    • GIF图像文件fmseach1.gif  [1.10KB]
                    • GIF图像文件fmseach2.gif  [1.13KB]
                    • GIF图像文件fmup.gif  [961.00B]
                    • GIF图像文件fmup1.gif  [978.00B]
                    • GIF图像文件fmup2.gif  [909.00B]
                    • GIF图像文件folderbig.gif  [1.03KB]
                    • GIF图像文件fullseach.gif  [899.00B]
                    • GIF图像文件htm.gif  [960.00B]
                    • GIF图像文件html.gif  [960.00B]
                    • GIF图像文件last.gif  [967.00B]
                    • GIF图像文件media.gif  [918.00B]
                    • GIF图像文件next.gif  [968.00B]
                    • GIF图像文件note1.gif  [911.00B]
                    • GIF图像文件ok.gif  [976.00B]
                    • GIF图像文件other.gif  [910.00B]
                    • GIF图像文件pdf.gif  [913.00B]
                    • GIF图像文件ppt.gif  [874.00B]
                    • GIF图像文件rightset.gif  [1019.00B]
                    • GIF图像文件save1.gif  [965.00B]
                    • GIF图像文件savecon.gif  [1.02KB]
                    • GIF图像文件saveexi.gif  [1.00KB]
                    • GIF图像文件seach.gif  [1.10KB]
                    • GIF图像文件seach1.gif  [1.03KB]
                    • GIF图像文件sexit.gif  [983.00B]
                    • GIF图像文件state.gif  [843.00B]
                    • GIF图像文件upcancel.gif  [859.00B]
                    • GIF图像文件word.gif  [871.00B]
                    • GIF图像文件wri.gif  [916.00B]
                    • GIF图像文件zip.gif  [938.00B]
                  • GIF图像文件delete.gif  [79.00B]
                  • GIF图像文件fm.gif  [945.00B]
                  • images
                    • GIF图像文件document_tital.gif  [3.07KB]
                    • GIF图像文件folder.gif  [914.00B]
                    • GIF图像文件folderopen.gif  [917.00B]
                    • GIF图像文件login_win.gif  [27.20KB]
                  • GIF图像文件img-folder.gif  [906.00B]
                  • GIF图像文件recycle.gif  [999.00B]
                  • GIF图像文件search.gif  [166.00B]
                  • GIF图像文件tableHead_bg.gif  [149.00B]
                • aspxSecurityFMPage.aspx  [9.13KB]
                • csSecurityFMPage.aspx.cs  [15.28KB]
                • resxSecurityFMPage.aspx.resx  [1.69KB]
                • aspxSetRightType.aspx  [3.73KB]
                • csSetRightType.aspx.cs  [2.76KB]
                • resxSetRightType.aspx.resx  [1.69KB]
                • aspxShowAccount.aspx  [5.36KB]
                • csShowAccount.aspx.cs  [8.32KB]
                • resxShowAccount.aspx.resx  [1.69KB]
                • aspxShowBranch.aspx  [4.44KB]
                • csShowBranch.aspx.cs  [6.98KB]
                • resxShowBranch.aspx.resx  [1.69KB]
                • 超文本文档Smiles.html  [2.10KB]
                • Borland的Paradox 7表Thumbs.db  [5.50KB]
                • upfiles
                  • 初始化文件2004174162529InstMod.ini  [99.00B]
                  • Microsoft Word文档20042144524081-中华人民共和国招标投标法 .doc  [42.00KB]
                  • Microsoft Word文档20042144624122-中华人民共和国合同法(节选).doc  [77.00KB]
                  • Microsoft Word文档2004214582414项目管理规范(D01)_《需求分析说明书》.doc  [57.50KB]
                  • Microsoft Word文档2004214582449项目管理规范(D02)_《详细设计说明书》.doc  [40.00KB]
                  • Microsoft Word文档2004214592426项目管理规范(D04)_《程序设计说明书》.doc  [62.00KB]
                  • Microsoft Word文档2004224002449项目管理规范(D05)_《系统测试报告》.doc  [57.00KB]
                  • Microsoft Word文档2004224012426项目管理规范(D06)_《系统运行与维护说明书》.doc  [43.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004224022456研发部考核制度.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004224032435研发部流程规范.rar  [14.90KB]
                    • Microsoft Word文档研发部流程规范.doc  [47.00KB]
                  • Microsoft Word文档2007196271750公司公告.doc  [27.00KB]
                  • Microsoft Word文档2007196291755公司公告.doc  [27.00KB]
                  • Microsoft Word文档200796191527tu.doc  [62.00KB]
              • asaxGlobal.asax  [78.00B]
              • csGlobal.asax.cs  [1.54KB]
              • resxGlobal.asax.resx  [1.69KB]
              • Internet快捷方式文件Hotop100办公自动化系统.url  [93.00B]
              • Images
                • JPEG图形文件Button.jpg  [17.28KB]
                • GIF图像文件coworks.gif  [81.02KB]
                • JPEG图形文件head42.jpg  [16.75KB]
                • JPEG图形文件head62.jpg  [10.35KB]
                • JPEG图形文件head7.jpg  [8.95KB]
                • GIF图像文件hide_menu.gif  [95.00B]
                • GIF图像文件huiyi_icon.gif  [131.00B]
                • GIF图像文件icon_bulletin.gif  [162.00B]
                • GIF图像文件icon_datetime.gif  [179.00B]
                • GIF图像文件icon_mail.gif  [166.00B]
                • GIF图像文件icon_search2.gif  [165.00B]
                • GIF图像文件icon_selectHand.gif  [203.00B]
                • GIF图像文件icon_text.gif  [206.00B]
                • GIF图像文件lefbar.gif  [394.00B]
                • GIF图像文件line_grayDot.gif  [44.00B]
                • GIF图像文件mail_note.gif  [607.00B]
                • GIF图像文件main_bar(2).gif  [1.01KB]
                • GIF图像文件menuLine_blue.gif  [681.00B]
                • GIF图像文件menuLine_green.gif  [696.00B]
                • GIF图像文件menuLine_yellow.gif  [694.00B]
                • GIF图像文件shim.gif  [45.00B]
                • GIF图像文件show_menu.gif  [94.00B]
                • Borland的Paradox 7表Thumbs.db  [31.50KB]
                • TreeNode
                  • GIF图像文件00.gif  [226.00B]
                  • GIF图像文件01.gif  [1.02KB]
                  • GIF图像文件02.gif  [579.00B]
                  • GIF图像文件03.gif  [582.00B]
                  • GIF图像文件04.gif  [231.00B]
                  • GIF图像文件05.gif  [118.00B]
                  • GIF图像文件06.gif  [135.00B]
                  • GIF图像文件07.gif  [120.00B]
                  • GIF图像文件08.gif  [130.00B]
                  • GIF图像文件09.gif  [599.00B]
                  • GIF图像文件10.gif  [237.00B]
                  • GIF图像文件11.gif  [1.01KB]
                  • GIF图像文件12.gif  [458.00B]
                  • GIF图像文件13.gif  [1.05KB]
                  • GIF图像文件16.gif  [1021.00B]
                  • GIF图像文件17.gif  [597.00B]
                  • GIF图像文件18.gif  [1.00KB]
                  • Borland的Paradox 7表Thumbs.db  [31.50KB]
                • GIF图像文件Udssearchbutton.gif  [1.11KB]
              • img
                • GIF图像文件activelogin.gif  [914.00B]
                • GIF图像文件add.gif  [114.00B]
                • GIF图像文件add_small.gif  [104.00B]
                • GIF图像文件bman.gif  [995.00B]
                • GIF图像文件branch.gif  [1.00KB]
                • GIF图像文件bullet2.gif  [1010.00B]
                • JPEG图形文件bulletin.jpg  [2.49KB]
                • button
                  • GIF图像文件1.gif  [1018.00B]
                  • JPEG图形文件A0017.jpg  [0.00B]
                  • GIF图像文件access.gif  [891.00B]
                  • GIF图像文件activelogin.gif  [1.02KB]
                  • GIF图像文件address.gif  [968.00B]
                  • GIF图像文件alert.gif  [899.00B]
                  • GIF图像文件archive.gif  [1015.00B]
                  • GIF图像文件att.gif  [853.00B]
                  • GIF图像文件bman.gif  [995.00B]
                  • GIF图像文件bmans.gif  [1.02KB]
                  • GIF图像文件bmp.gif  [955.00B]
                  • GIF图像文件bordcont.gif  [1022.00B]
                  • GIF图像文件bordtype.gif  [1.03KB]
                  • GIF图像文件branch.gif  [1.00KB]
                  • GIF图像文件bs.gif  [821.00B]
                  • GIF图像文件bseach.gif  [1.00KB]
                  • GIF图像文件cancel.gif  [982.00B]
                  • GIF图像文件chpwd.gif  [1.01KB]
                  • GIF图像文件clock.gif  [918.00B]
                  • GIF图像文件closecon.gif  [884.00B]
                  • GIF图像文件closewin.gif  [851.00B]
                  • GIF图像文件closewin1.gif  [851.00B]
                  • GIF图像文件clspwd.gif  [1.00KB]
                  • GIF图像文件conf.gif  [965.00B]
                  • GIF图像文件cont.gif  [1006.00B]
                  • GIF图像文件contact.gif  [321.00B]
                  • GIF图像文件control.gif  [896.00B]
                  • GIF图像文件cp.gif  [1.09KB]
                  • GIF图像文件cpplace.gif  [1016.00B]
                  • GIF图像文件cptype.gif  [1023.00B]
                  • GIF图像文件crelicense.gif  [1.03KB]
                  • GIF图像文件crmlinkman.gif  [1.01KB]
                  • GIF图像文件crmtype.gif  [1010.00B]
                  • GIF图像文件delete.gif  [972.00B]
                  • GIF图像文件dep.gif  [1022.00B]
                  • GIF图像文件dep0.gif  [845.00B]
                  • GIF图像文件dep1.gif  [846.00B]
                  • GIF图像文件dep10.gif  [836.00B]
                  • GIF图像文件dep2.gif  [848.00B]
                  • GIF图像文件dep3.gif  [848.00B]
                  • GIF图像文件dep4.gif  [843.00B]
                  • GIF图像文件dep5.gif  [836.00B]
                  • GIF图像文件dep6.gif  [845.00B]
                  • GIF图像文件dep7.gif  [846.00B]
                  • GIF图像文件dep8.gif  [848.00B]
                  • GIF图像文件dep9.gif  [848.00B]
                  • GIF图像文件depnull.gif  [832.00B]
                  • GIF图像文件deskshow.gif  [1.15KB]
                  • GIF图像文件desktop.gif  [1.00KB]
                  • GIF图像文件detail.gif  [900.00B]
                  • GIF图像文件dirset1.gif  [1016.00B]
                  • GIF图像文件dvAddEquit.gif  [1021.00B]
                  • GIF图像文件dvEditEquit.gif  [1015.00B]
                  • GIF图像文件dvEquitBrown.gif  [1023.00B]
                  • GIF图像文件dvequitgroup.gif  [1.03KB]
                  • GIF图像文件dvmtm.gif  [1013.00B]
                  • GIF图像文件dvPromise.gif  [1021.00B]
                  • GIF图像文件emp.gif  [1015.00B]
                  • GIF图像文件excel.gif  [866.00B]
                  • GIF图像文件exe.gif  [889.00B]
                  • GIF图像文件exit.gif  [967.00B]
                  • GIF图像文件fav.gif  [914.00B]
                  • GIF图像文件FileBrown.gif  [1.00KB]
                  • GIF图像文件FileEdit.gif  [971.00B]
                  • GIF图像文件filepro.gif  [1023.00B]
                  • GIF图像文件FileSearch.gif  [1017.00B]
                  • GIF图像文件finish.gif  [964.00B]
                  • GIF图像文件fmback.gif  [964.00B]
                  • GIF图像文件fmback1.gif  [1013.00B]
                  • GIF图像文件fmback2.gif  [982.00B]
                  • GIF图像文件fmcopy.gif  [927.00B]
                  • GIF图像文件fmdrive.gif  [887.00B]
                  • GIF图像文件fmfolder.gif  [988.00B]
                  • GIF图像文件fmfolderShow.gif  [1023.00B]
                  • GIF图像文件fmfolderShow1.gif  [1.10KB]
                  • GIF图像文件fmfolderShow2.gif  [1.05KB]
                  • GIF图像文件fmforword.gif  [888.00B]
                  • GIF图像文件fmforword1.gif  [929.00B]
                  • GIF图像文件fmforword2.gif  [884.00B]
                  • GIF图像文件fmgoto.gif  [1009.00B]
                  • GIF图像文件fmgoto1.gif  [1021.00B]
                  • GIF图像文件fmmove.gif  [934.00B]
                  • GIF图像文件fmnewfile.gif  [944.00B]
                  • GIF图像文件fmnewfile1.gif  [986.00B]
                  • GIF图像文件fmnewfile2.gif  [923.00B]
                  • GIF图像文件fmnewfolder.gif  [909.00B]
                  • GIF图像文件fmnewfolder1.gif  [958.00B]
                  • GIF图像文件fmnewfolder2.gif  [911.00B]
                  • GIF图像文件fmseach.gif  [1.07KB]
                  • GIF图像文件fmseach1.gif  [1.10KB]
                  • GIF图像文件fmseach2.gif  [1.13KB]
                  • GIF图像文件fmup.gif  [961.00B]
                  • GIF图像文件fmup1.gif  [978.00B]
                  • GIF图像文件fmup2.gif  [909.00B]
                  • GIF图像文件folderbig.gif  [1.03KB]
                  • GIF图像文件forumtitle.gif  [1015.00B]
                  • GIF图像文件freeadd.gif  [1.04KB]
                  • GIF图像文件fullseach.gif  [899.00B]
                  • GIF图像文件help.gif  [976.00B]
                  • GIF图像文件help1.gif  [905.00B]
                  • GIF图像文件htm.gif  [960.00B]
                  • GIF图像文件html.gif  [960.00B]
                  • GIF图像文件if.gif  [1.11KB]
                  • GIF图像文件ifbord.gif  [1.03KB]
                  • GIF图像文件ifforum.gif  [1.00KB]
                  • GIF图像文件ifshowtitle.gif  [1.01KB]
                  • GIF图像文件iftitle.gif  [1022.00B]
                  • GIF图像文件ifwhither.gif  [1010.00B]
                  • GIF图像文件imp.gif  [842.00B]
                  • GIF图像文件importance.gif  [842.00B]
                  • GIF图像文件inmail.gif  [936.00B]
                  • GIF图像文件last.gif  [967.00B]
                  • GIF图像文件loginlog.gif  [915.00B]
                  • GIF图像文件logout.gif  [934.00B]
                  • GIF图像文件lyadd.gif  [1018.00B]
                  • GIF图像文件mail.gif  [937.00B]
                  • GIF图像文件mailset.gif  [1021.00B]
                  • GIF图像文件mailto.gif  [271.00B]
                  • GIF图像文件man.gif  [899.00B]
                  • GIF图像文件mans.gif  [918.00B]
                  • GIF图像文件media.gif  [918.00B]
                  • GIF图像文件meet.gif  [1.01KB]
                  • GIF图像文件meettitle.gif  [1.01KB]
                  • GIF图像文件ml.gif  [1.05KB]
                  • GIF图像文件mlserver.gif  [1.03KB]
                  • GIF图像文件module.gif  [1.02KB]
                  • GIF图像文件money.gif  [1.22KB]
                  • GIF图像文件more.gif  [131.00B]
                  • GIF图像文件mr.gif  [1.29KB]
                  • GIF图像文件myly.gif  [1012.00B]
                  • GIF图像文件netmeeting.gif  [1.01KB]
                  • GIF图像文件new.gif  [232.00B]
                  • GIF图像文件newadd.gif  [906.00B]
                  • Windows图标newrec.ico  [318.00B]
                  • GIF图像文件next.gif  [968.00B]
                  • GIF图像文件note.gif  [1.04KB]
                  • GIF图像文件note1.gif  [911.00B]
                  • GIF图像文件notesmall.gif  [892.00B]
                  • GIF图像文件ok.gif  [976.00B]
                  • GIF图像文件on.gif  [1013.00B]
                  • GIF图像文件other.gif  [910.00B]
                  • GIF图像文件outadd.gif  [1014.00B]
                  • GIF图像文件outdir.gif  [1014.00B]
                  • GIF图像文件pdf.gif  [913.00B]
                  • GIF图像文件pmlogin.gif  [414.00B]
                  • GIF图像文件position.gif  [1.00KB]
                  • GIF图像文件ppt.gif  [874.00B]
                  • GIF图像文件print.gif  [1.01KB]
                  • GIF图像文件prive.gif  [888.00B]
                  • GIF图像文件proact.gif  [1.05KB]
                  • GIF图像文件prvlg.gif  [126.00B]
                  • GIF图像文件psmrachiev.gif  [1.04KB]
                  • GIF图像文件psmrbase.gif  [1.05KB]
                  • GIF图像文件psmrcontact.gif  [1.04KB]
                  • GIF图像文件psmrvita.gif  [1.05KB]
                  • GIF图像文件query.gif  [970.00B]
                  • GIF图像文件quli.gif  [1023.00B]
                  • GIF图像文件radio0.gif  [866.00B]
                  • GIF图像文件radio1.gif  [875.00B]
                  • GIF图像文件re.gif  [967.00B]
                  • GIF图像文件rely.gif  [1.00KB]
                  • GIF图像文件remind.gif  [965.00B]
                  • GIF图像文件reset.gif  [960.00B]
                  • GIF图像文件rightset.gif  [1019.00B]
                  • GIF图像文件roleclose.gif  [1021.00B]
                  • GIF图像文件roledate.gif  [1.01KB]
                  • GIF图像文件roleimp.gif  [1013.00B]
                  • GIF图像文件roleman.gif  [1023.00B]
                  • GIF图像文件rolepro.gif  [1.05KB]
                  • GIF图像文件roletype.gif  [1.00KB]
                  • GIF图像文件save.gif  [871.00B]
                  • GIF图像文件save1.gif  [965.00B]
                  • GIF图像文件savecon.gif  [1.02KB]
                  • GIF图像文件saveexi.gif  [1.00KB]
                  • GIF图像文件schedule.gif  [1021.00B]
                  • GIF图像文件schtime.gif  [1.05KB]
                  • GIF图像文件seach.gif  [1.10KB]
                  • GIF图像文件seach1.gif  [1.03KB]
                  • GIF图像文件seachemp.gif  [1009.00B]
                  • GIF图像文件sealed.gif  [870.00B]
                  • GIF图像文件secpolicy.gif  [918.00B]
                  • GIF图像文件secpolicy1.gif  [1013.00B]
                  • GIF图像文件set.gif  [917.00B]
                  • GIF图像文件setpwd.gif  [1.02KB]
                  • GIF图像文件sexit.gif  [983.00B]
                  • GIF图像文件shareforum.gif  [226.00B]
                  • GIF图像文件showmsg.gif  [1.00KB]
                  • GIF图像文件showoption.gif  [1018.00B]
                  • GIF图像文件specialty.gif  [1016.00B]
                  • GIF图像文件startmsg.gif  [1.01KB]
                  • GIF图像文件state.gif  [843.00B]
                  • GIF图像文件stoplogin.gif  [1.01KB]
                  • GIF图像文件techinfo.gif  [4.34KB]
                  • Borland的Paradox 7表Thumbs.db  [342.73KB]
                  • GIF图像文件tip.gif  [1.02KB]
                  • GIF图像文件university.gif  [1021.00B]
                  • GIF图像文件unseal.gif  [905.00B]
                  • GIF图像文件upcancel.gif  [859.00B]
                  • GIF图像文件vita.gif  [1016.00B]
                  • GIF图像文件wmconf.gif  [970.00B]
                  • GIF图像文件wmconfroute.gif  [1.06KB]
                  • GIF图像文件wmdoctemp.gif  [1.00KB]
                  • GIF图像文件wmoption.gif  [1021.00B]
                  • GIF图像文件wmread.gif  [970.00B]
                  • GIF图像文件wmrecall.gif  [973.00B]
                  • GIF图像文件wmrefuse.gif  [961.00B]
                  • GIF图像文件wmrole.gif  [1.05KB]
                  • GIF图像文件wmrole1.gif  [1.05KB]
                  • GIF图像文件wmroutedel.gif  [1.11KB]
                  • GIF图像文件wmseal.gif  [968.00B]
                  • GIF图像文件wmsq.gif  [1014.00B]
                  • GIF图像文件wmstart.gif  [1021.00B]
                  • GIF图像文件wmtitle.gif  [1.00KB]
                  • GIF图像文件wmtype.gif  [1023.00B]
                  • GIF图像文件word.gif  [871.00B]
                  • GIF图像文件wri.gif  [916.00B]
                  • GIF图像文件yc.gif  [981.00B]
                  • GIF图像文件zip.gif  [938.00B]
                • JPEG图形文件database.jpg  [2.36KB]
                • GIF图像文件day.gif  [901.00B]
                • JPEG图形文件del.jpg  [3.42KB]
                • GIF图像文件delete.gif  [79.00B]
                • GIF图像文件edit.gif  [899.00B]
                • emp
                  • GIF图像文件mr3.gif  [1007.00B]
                  • GIF图像文件mr30.gif  [991.00B]
                  • GIF图像文件mr300.gif  [1007.00B]
                  • GIF图像文件mr31.gif  [999.00B]
                  • GIF图像文件mr310.gif  [980.00B]
                  • GIF图像文件mr3100.gif  [999.00B]
                  • GIF图像文件mr32.gif  [1021.00B]
                  • GIF图像文件mr320.gif  [1001.00B]
                  • GIF图像文件mr3200.gif  [1021.00B]
                  • GIF图像文件mr33.gif  [1012.00B]
                  • GIF图像文件mr330.gif  [991.00B]
                  • GIF图像文件mr3300.gif  [1012.00B]
                  • GIF图像文件mr34.gif  [1014.00B]
                  • GIF图像文件mr340.gif  [997.00B]
                  • GIF图像文件mr3400.gif  [1014.00B]
                  • GIF图像文件mr35.gif  [1014.00B]
                  • GIF图像文件mr350.gif  [997.00B]
                  • GIF图像文件mr3500.gif  [1014.00B]
                  • GIF图像文件mr36.gif  [1009.00B]
                  • GIF图像文件mr360.gif  [994.00B]
                  • GIF图像文件mr3600.gif  [1009.00B]
                  • GIF图像文件mr37.gif  [1008.00B]
                  • GIF图像文件mr370.gif  [983.00B]
                  • GIF图像文件mr3700.gif  [1008.00B]
                  • JPEG图形文件pic39.jpg  [1.17KB]
                  • Borland的Paradox 7表Thumbs.db  [53.00KB]
                • GIF图像文件empphoto.gif  [909.00B]
                • GIF图像文件hide_menu.gif  [95.00B]
                • GIF图像文件icon_gonggao.gif  [359.00B]
                • GIF图像文件icon_selectHand.gif  [203.00B]
                • JPEG图形文件information.jpg  [3.86KB]
                • JPEG图形文件leftbg.jpg  [7.46KB]
                • GIF图像文件left_arrow.gif  [837.00B]
                • GIF图像文件line(I).gif  [425.00B]
                • GIF图像文件linev.gif  [309.00B]
                • GIF图像文件login_win.gif  [27.20KB]
                • JPEG图形文件logo2.jpg  [2.13KB]
                • GIF图像文件logout.gif  [920.00B]
                • GIF图像文件main_bar(2).gif  [1.01KB]
                • JPEG图形文件main_bar.jpg  [2.48KB]
                • GIF图像文件month.gif  [904.00B]
                • JPEG图形文件navigation.jpg  [3.02KB]
                • GIF图像文件new1.gif  [423.00B]
                • JPEG图形文件newlogo.jpg  [8.99KB]
                • Adobe photoshop位图文件newlogo.psd  [100.72KB]
                • GIF图像文件news.gif  [371.00B]
                • JPEG图形文件news.jpg  [2.07KB]
                • GIF图像文件pubinfo.gif  [3.38KB]
                • JPEG图形文件publication.jpg  [2.94KB]
                • GIF图像文件right_arrow.gif  [836.00B]
                • GIF图像文件show_menu.gif  [94.00B]
                • GIF图像文件stoplogin.gif  [920.00B]
                • Borland的Paradox 7表Thumbs.db  [55.00KB]
                • GIF图像文件title1.gif  [317.00B]
                • GIF图像文件week.gif  [901.00B]
              • Include
                • javascript源文件bgColor.js  [1.36KB]
                • javascript源文件Js_Function.js  [5.67KB]
                • javascript源文件PublicFunction.js  [1.15KB]
                • javascript源文件tbbg.js  [180.00B]
              • aspxindex.aspx  [1.23KB]
              • csindex.aspx.cs  [929.00B]
              • resxindex.aspx.resx  [1.69KB]
              • ascxinformation.ascx  [1.45KB]
              • csinformation.ascx.cs  [886.00B]
              • resxinformation.ascx.resx  [1.69KB]
              • aspxLeftForm.aspx  [1.77KB]
              • csLeftForm.aspx.cs  [1.15KB]
              • resxLeftForm.aspx.resx  [5.19KB]
              • aspxlogin.aspx  [2.13KB]
              • cslogin.aspx.cs  [3.82KB]
              • resxlogin.aspx.resx  [5.19KB]
              • aspxlogout.aspx  [637.00B]
              • cslogout.aspx.cs  [1.40KB]
              • resxlogout.aspx.resx  [1.69KB]
              • 瀑布式表格文件lynn.css  [4.82KB]
              • MR
                • aspxBranchInf.aspx  [7.41KB]
                • csBranchInf.aspx.cs  [5.53KB]
                • resxBranchInf.aspx.resx  [5.19KB]
                • aspxDepInf.aspx  [4.89KB]
                • csDepInf.aspx.cs  [3.48KB]
                • resxDepInf.aspx.resx  [5.19KB]
                • aspxDepNew.aspx  [6.86KB]
                • csDepNew.aspx.cs  [4.85KB]
                • resxDepNew.aspx.resx  [1.69KB]
                • aspxDepUp.aspx  [6.56KB]
                • csDepUp.aspx.cs  [5.16KB]
                • resxDepUp.aspx.resx  [1.69KB]
                • aspxEmpArchive.aspx  [8.38KB]
                • csEmpArchive.aspx.cs  [6.27KB]
                • resxEmpArchive.aspx.resx  [1.69KB]
                • aspxEmpArcInf.aspx  [8.52KB]
                • csEmpArcInf.aspx.cs  [5.63KB]
                • resxEmpArcInf.aspx.resx  [5.19KB]
                • aspxEmpBase.aspx  [11.50KB]
                • csEmpBase.aspx.cs  [11.25KB]
                • resxEmpBase.aspx.resx  [1.69KB]
                • aspxEmpContact.aspx  [7.60KB]
                • csEmpContact.aspx.cs  [6.28KB]
                • resxEmpContact.aspx.resx  [1.69KB]
                • aspxEmpContInf.aspx  [8.96KB]
                • csEmpContInf.aspx.cs  [5.36KB]
                • resxEmpContInf.aspx.resx  [5.19KB]
                • aspxEmpDel.aspx  [6.21KB]
                • csEmpDel.aspx.cs  [2.66KB]
                • resxEmpDel.aspx.resx  [5.19KB]
                • aspxEmpEdu.aspx  [11.15KB]
                • csEmpEdu.aspx.cs  [9.20KB]
                • resxEmpEdu.aspx.resx  [1.69KB]
                • aspxEmpInf.aspx  [6.81KB]
                • csEmpInf.aspx.cs  [4.75KB]
                • resxEmpInf.aspx.resx  [5.19KB]
                • aspxEmpPers.aspx  [9.85KB]
                • csEmpPers.aspx.cs  [8.38KB]
                • resxEmpPers.aspx.resx  [1.69KB]
                • aspxEmpPhoto.aspx  [4.04KB]
                • csEmpPhoto.aspx.cs  [2.64KB]
                • resxEmpPhoto.aspx.resx  [1.69KB]
                • aspxEmpPic.aspx  [3.24KB]
                • csEmpPic.aspx.cs  [3.89KB]
                • resxEmpPic.aspx.resx  [1.69KB]
                • aspxEmpPicDown.aspx  [654.00B]
                • csEmpPicDown.aspx.cs  [1.39KB]
                • resxEmpPicDown.aspx.resx  [1.69KB]
                • aspxEmpVisaInf.aspx  [7.89KB]
                • csEmpVisaInf.aspx.cs  [6.19KB]
                • resxEmpVisaInf.aspx.resx  [5.19KB]
                • aspxEmpVita.aspx  [6.14KB]
                • csEmpVita.aspx.cs  [5.50KB]
                • resxEmpVita.aspx.resx  [1.69KB]
                • aspxEmpWelInf.aspx  [7.89KB]
                • csEmpWelInf.aspx.cs  [7.63KB]
                • resxEmpWelInf.aspx.resx  [1.69KB]
                • 超文本文档MrInf.htm  [634.00B]
              • msg
                • file
                  • ptsconn2004-5-14 0-16-13.ptsConn  [33.00B]
                  • 文本文档2004-5-15 18-47-42.txt  [22.90KB]
                  • ptsconn2004-5-15 18-47-47.ptsConn  [33.00B]
                  • 初始化文件2004-5-15 18-47-51.ini  [99.00B]
                  • 文本文档2004-5-15 18-48-19.txt  [22.90KB]
                  • 文本文档2004-5-15 18-53-12.txt  [22.90KB]
                  • 初始化文件2004-5-15 18-53-15.ini  [99.00B]
                  • 文本文档2004-5-15 18-53-34.txt  [22.90KB]
                  • 文本文档2004-5-15 18-55-18.txt  [22.90KB]
                  • 初始化文件2004-5-15 18-55-21.ini  [99.00B]
                  • 文本文档2004-5-15 18-55-30.txt  [22.90KB]
                  • 文本文档2004-5-15 18-55-34.txt  [94.00B]
                  • 文本文档2004-5-15 23-41-21.txt  [22.90KB]
                  • 初始化文件2004-5-15 23-43-34.ini  [99.00B]
                  • 文本文档2004-5-15 23-43-38.txt  [94.00B]
                  • 文本文档2004-5-15 23-59-07.txt  [22.90KB]
                  • 文本文档2004-5-15 23-59-11.txt  [94.00B]
                  • 文本文档2004-5-16 15-43-56.txt  [22.90KB]
                  • 初始化文件2004-5-16 15-43-59.ini  [99.00B]
                  • Microsoft Word文档2004-5-17 18-48-18.doc  [40.00KB]
                  • 初始化文件2004-5-17 18-51-15.ini  [99.00B]
                  • [非法语句]志文件2004-5-17 18-54-42.log  [484.00B]
                  • 初始化文件2004-5-17 18-55-02.ini  [0.00B]
                  • 初始化文件2004-5-21 16-16-43.ini  [99.00B]
                  • Microsoft Word文档2004-5-21 16-17-07.doc  [77.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-21 16-18-09.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • Microsoft Word文档2004-5-24 15-53-16.doc  [57.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-10-53.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • Microsoft Word文档2004-5-24 16-11-02.doc  [42.00KB]
                  • 初始化文件2004-5-24 16-11-28.ini  [99.00B]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-16-41.rar  [14.90KB]
                    • Microsoft Word文档研发部流程规范.doc  [47.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-18-51.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-18-58.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-19-14.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-24 16-19-18.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-25 9-16-19.rar  [14.90KB]
                    • Microsoft Word文档研发部流程规范.doc  [47.00KB]
                  • 文本文档2004-5-25 9-17-15.txt  [341.00B]
                  • 超文本文档2004-5-25 9-17-22.htm  [1.84KB]
                  • 超文本文档2004-5-25 9-17-37.htm  [1.92KB]
                  • Microsoft Word文档2004-5-27 16-03-02.doc  [43.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 16-03-13.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 16-04-56.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • Microsoft Word文档2004-5-27 16-05-00.doc  [57.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 16-31-51.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • Microsoft Word文档2004-5-27 16-31-56.doc  [57.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 17-15-40.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 17-15-46.rar  [14.90KB]
                    • Microsoft Word文档研发部流程规范.doc  [47.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 17-20-01.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-5-27 17-23-51.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-6-20 23-24-46.rar  [14.90KB]
                    • Microsoft Word文档研发部流程规范.doc  [47.00KB]
                  • RAR压缩档案(Eugene Roshall格式)2004-6-20 23-30-39.rar  [5.22KB]
                    • Microsoft Word文档研发部考核制度.doc  [30.50KB]
                  • Microsoft Word文档20042144524081-中华人民共和国招标投标法 .doc  [42.00KB]
                  • 文本文档2007-5-30 8-56-24.txt  [160.00B]
                  • 文本文档2007-5-30 8-56-32.txt  [576.00B]
                  • JPEG图形文件2007-6-16 15-48-08.jpg  [14.34KB]
                  • 文本文档2007-6-19 12-45-02.txt  [553.00B]
                  • 超文本文档iisstart.htm  [1.17KB]
                  • GIF图像文件pagerror.gif  [2.74KB]
                  • 文本文档sql.txt  [15.48KB]
                • image
                  • GIF图像文件0000.gif  [16.98KB]
                  • 超文本文档ColorPicker.html  [25.93KB]
                  • JPEG图形文件date.jpg  [2.70KB]
                  • GIF图像文件datetime.gif  [179.00B]
                  • GIF图像文件doc.gif  [157.00B]
                  • 超文本文档HTMLArea.html  [23.98KB]
                  • icons
                    • GIF图像文件1.gif  [272.00B]
                    • GIF图像文件about_off.gif  [146.00B]
                    • GIF图像文件about_over.gif  [222.00B]
                    • GIF图像文件aligncenter_off.gif  [73.00B]
                    • GIF图像文件aligncenter_over.gif  [111.00B]
                    • GIF图像文件alignjustify_off.gif  [74.00B]
                    • GIF图像文件alignjustify_over.gif  [114.00B]
                    • GIF图像文件alignleft_off.gif  [74.00B]
                    • GIF图像文件alignleft_over.gif  [111.00B]
                    • GIF图像文件alignright_off.gif  [73.00B]
                    • GIF图像文件alignright_over.gif  [117.00B]
                    • GIF图像文件bolditalicunderline_off.gif  [79.00B]
                    • GIF图像文件bolditalicunderline_over.gif  [133.00B]
                    • GIF图像文件bold_off.gif  [79.00B]
                    • GIF图像文件bold_over.gif  [140.00B]
                    • GIF图像文件button_off.gif  [117.00B]
                    • GIF图像文件button_over.gif  [152.00B]
                    • GIF图像文件codecleaner_off.gif  [136.00B]
                    • GIF图像文件codecleaner_over.gif  [177.00B]
                    • GIF图像文件codesnippet_off.gif  [157.00B]
                    • GIF图像文件codesnippet_over.gif  [228.00B]
                    • GIF图像文件color.gif  [105.00B]
                    • GIF图像文件copy_off.gif  [117.00B]
                    • GIF图像文件copy_over.gif  [139.00B]
                    • GIF图像文件customtag_off.gif  [121.00B]
                    • GIF图像文件customtag_over.gif  [166.00B]
                    • GIF图像文件cut_off.gif  [97.00B]
                    • GIF图像文件cut_over.gif  [140.00B]
                    • GIF图像文件delete.gif  [1.41KB]
                    • GIF图像文件delete_off.gif  [714.00B]
                    • GIF图像文件font.gif  [104.00B]
                    • GIF图像文件fontcolor_off.gif  [105.00B]
                    • GIF图像文件fontcolor_over.gif  [161.00B]
                    • GIF图像文件fontface_off.gif  [104.00B]
                    • GIF图像文件fontface_over.gif  [161.00B]
                    • GIF图像文件fontsize_off.gif  [97.00B]
                    • GIF图像文件fontsize_over.gif  [158.00B]
                    • GIF图像文件help_off.gif  [151.00B]
                    • GIF图像文件help_over.gif  [226.00B]
                    • GIF图像文件highlight_off.gif  [121.00B]
                    • GIF图像文件highlight_over.gif  [195.00B]
                    • GIF图像文件image_off.gif  [151.00B]
                    • GIF图像文件image_over.gif  [215.00B]
                    • GIF图像文件indent_off.gif  [93.00B]
                    • GIF图像文件indent_over.gif  [152.00B]
                    • GIF图像文件italic_off.gif  [82.00B]
                    • GIF图像文件italic_over.gif  [132.00B]
                    • GIF图像文件line_off.gif  [77.00B]
                    • GIF图像文件line_over.gif  [126.00B]
                    • GIF图像文件link_off.gif  [194.00B]
                    • GIF图像文件link_over.gif  [237.00B]
                    • GIF图像文件load_off.gif  [127.00B]
                    • GIF图像文件load_over.gif  [167.00B]
                    • GIF图像文件logo.gif  [1.14KB]
                    • GIF图像文件orderedlist_off.gif  [89.00B]
                    • GIF图像文件orderedlist_over.gif  [144.00B]
                    • GIF图像文件outdent_off.gif  [93.00B]
                    • GIF图像文件outdent_over.gif  [151.00B]
                    • GIF图像文件paragraph_off.gif  [81.00B]
                    • GIF图像文件paragraph_over.gif  [131.00B]
                    • GIF图像文件paste_off.gif  [149.00B]
                    • GIF图像文件paste_over.gif  [219.00B]
                    • GIF图像文件print_off.gif  [134.00B]
                    • GIF图像文件print_over.gif  [174.00B]
                    • GIF图像文件redo_off.gif  [85.00B]
                    • GIF图像文件redo_over.gif  [142.00B]
                    • GIF图像文件saveas_off.gif  [137.00B]
                    • GIF图像文件saveas_over.gif  [175.00B]
                    • GIF图像文件save_off.gif  [113.00B]
                    • GIF图像文件save_over.gif  [170.00B]
                    • GIF图像文件separator.gif  [61.00B]
                    • smiles
                      • Windows或OS/2位图文件1.bmp  [1.40KB]
                      • GIF图像文件1.gif  [272.00B]
                      • Windows或OS/2位图文件2.bmp  [1.40KB]
                      • GIF图像文件2.gif  [260.00B]
                      • Windows或OS/2位图文件3.bmp  [1.40KB]
                      • GIF图像文件3.gif  [197.00B]
                      • Windows或OS/2位图文件4.bmp  [1.40KB]
                      • GIF图像文件4.gif  [282.00B]
                      • Windows或OS/2位图文件5.bmp  [1.40KB]
                      • GIF图像文件5.gif  [304.00B]
                      • Windows或OS/2位图文件6.bmp  [1.40KB]
                      • GIF图像文件6.gif  [286.00B]
                      • Windows或OS/2位图文件7.bmp  [1.40KB]
                      • GIF图像文件7.gif  [266.00B]
                      • Windows或OS/2位图文件8.bmp  [1.40KB]
                      • GIF图像文件8.gif  [293.00B]
                      • Windows或OS/2位图文件9.bmp  [1.40KB]
                      • GIF图像文件9.gif  [276.00B]
                      • Windows或OS/2位图文件A.bmp  [1.40KB]
                      • GIF图像文件a.gif  [268.00B]
                      • Windows或OS/2位图文件B.bmp  [1.40KB]
                      • GIF图像文件b.gif  [193.00B]
                      • Windows或OS/2位图文件C.bmp  [1.40KB]
                      • GIF图像文件c.gif  [265.00B]
                      • Windows或OS/2位图文件D.bmp  [1.40KB]
                      • GIF图像文件d.gif  [275.00B]
                      • Windows或OS/2位图文件E.bmp  [1.40KB]
                      • GIF图像文件e.gif  [268.00B]
                      • Windows或OS/2位图文件F.bmp  [1.40KB]
                      • GIF图像文件f.gif  [286.00B]
                      • GIF图像文件Flower.GIF  [1.06KB]
                      • Windows图标Flower.ico  [4.60KB]
                      • Windows或OS/2位图文件G.bmp  [1.40KB]
                      • GIF图像文件g.gif  [262.00B]
                      • Windows或OS/2位图文件H.bmp  [1.40KB]
                      • GIF图像文件h.gif  [300.00B]
                      • Windows或OS/2位图文件I.bmp  [1.40KB]
                      • GIF图像文件i.gif  [268.00B]
                      • Windows或OS/2位图文件J.bmp  [1.40KB]
                      • GIF图像文件j.gif  [283.00B]
                      • Windows或OS/2位图文件K.bmp  [1.40KB]
                      • GIF图像文件k.gif  [287.00B]
                      • Windows或OS/2位图文件L.bmp  [1.40KB]
                      • GIF图像文件l.gif  [155.00B]
                      • Windows或OS/2位图文件M.bmp  [1.40KB]
                      • GIF图像文件m.gif  [200.00B]
                      • Windows或OS/2位图文件N.bmp  [1.40KB]
                      • GIF图像文件n.gif  [196.00B]
                      • Windows或OS/2位图文件O.bmp  [1.40KB]
                      • GIF图像文件o.gif  [217.00B]
                      • GIF图像文件p.gif  [159.00B]
                      • GIF图像文件q.gif  [289.00B]
                      • GIF图像文件r.gif  [1.03KB]
                      • GIF图像文件Ranger.GIF  [1009.00B]
                      • Windows图标Ranger.ico  [2.19KB]
                      • GIF图像文件s.gif  [152.00B]
                      • GIF图像文件Smile.GIF  [1.11KB]
                      • Windows图标Smile.ico  [5.10KB]
                      • GIF图像文件Smile2.GIF  [1.04KB]
                      • Windows图标Smile2.ico  [2.93KB]
                      • Windows图标smiley.ico  [9.90KB]
                      • GIF图像文件Smiling1.GIF  [1010.00B]
                      • Windows图标Smiling1.ico  [2.19KB]
                      • GIF图像文件Smiling2.GIF  [1.03KB]
                      • Windows图标Smiling2.ico  [2.19KB]
                      • GIF图像文件t.gif  [1.87KB]
                      • GIF图像文件u.gif  [186.00B]
                      • GIF图像文件v.gif  [1.89KB]
                      • GIF图像文件w.gif  [185.00B]
                      • GIF图像文件x.gif  [195.00B]
                      • GIF图像文件y.gif  [281.00B]
                    • GIF图像文件specialchars_off.gif  [110.00B]
                    • GIF图像文件specialchars_over.gif  [168.00B]
                    • GIF图像文件strikethrough_off.gif  [85.00B]
                    • GIF图像文件strikethrough_over.gif  [137.00B]
                    • GIF图像文件style_off.gif  [121.00B]
                    • GIF图像文件style_over.gif  [166.00B]
                    • GIF图像文件subscript_off.gif  [83.00B]
                    • GIF图像文件subscript_over.gif  [136.00B]
                    • GIF图像文件superscript_off.gif  [83.00B]
                    • GIF图像文件superscript_over.gif  [136.00B]
                    • GIF图像文件table_off.gif  [138.00B]
                    • GIF图像文件table_over.gif  [168.00B]
                    • Borland的Paradox 7表Thumbs.db  [7.50KB]
                    • GIF图像文件underline_off.gif  [90.00B]
                    • GIF图像文件underline_over.gif  [144.00B]
                    • GIF图像文件undo_off.gif  [87.00B]
                    • GIF图像文件undo_over.gif  [146.00B]
                    • GIF图像文件unorderedlist_off.gif  [85.00B]
                    • GIF图像文件unorderedlist_over.gif  [142.00B]
                    • GIF图像文件upload_off.gif  [189.00B]
                    • GIF图像文件upload_over.gif  [283.00B]
                  • GIF图像文件inbox.gif  [896.00B]
                  • GIF图像文件mail_note.gif  [607.00B]
                  • 超文本文档Smiles.html  [2.10KB]
                  • Borland的Paradox 7表Thumbs.db  [10.00KB]
                • images
                  • GIF图像文件0000.gif  [16.98KB]
                  • GIF图像文件3_1.gif  [384.00B]
                  • GIF图像文件3_2.gif  [378.00B]
                  • GIF图像文件3_3.gif  [383.00B]
                  • GIF图像文件accessary.gif  [86.00B]
                  • GIF图像文件backimg_kwbj.gif  [1.89KB]
                  • JPEG图形文件backimg_kwbj.jpg  [8.77KB]
                  • GIF图像文件bot_bg.gif  [72.00B]
                  • GIF图像文件bulletin_blank.gif  [5.31KB]
                  • GIF图像文件button_a.gif  [493.00B]
                  • GIF图像文件button_a_blue.gif  [506.00B]
                  • GIF图像文件c(1).gif  [49.00B]
                  • GIF图像文件communion_title.gif  [2.94KB]
                  • GIF图像文件corner_lb.gif  [87.00B]
                  • GIF图像文件corner_left_b.gif  [79.00B]
                  • GIF图像文件corner_left_l.gif  [105.00B]
                  • GIF图像文件corner_left_l2.gif  [66.00B]
                  • GIF图像文件corner_ll.gif  [107.00B]
                  • GIF图像文件corner_r.gif  [124.00B]
                  • GIF图像文件corner_right_b.gif  [70.00B]
                  • GIF图像文件corner_right_r.gif  [124.00B]
                  • GIF图像文件fdclose.gif  [244.00B]
                  • GIF图像文件fdopen.gif  [397.00B]
                  • GIF图像文件finish.gif  [900.00B]
                  • GIF图像文件folder.gif  [929.00B]
                  • GIF图像文件getmail.gif  [32.21KB]
                  • GIF图像文件hm_wcimage.gif  [2.07KB]
                  • GIF图像文件ico_kwbj.gif  [296.00B]
                  • GIF图像文件inbox.gif  [896.00B]
                  • GIF图像文件left_bg.gif  [68.00B]
                  • GIF图像文件mail_note.gif  [607.00B]
                  • GIF图像文件news_blank.gif  [5.71KB]
                  • GIF图像文件point_corner.gif  [502.00B]
                  • GIF图像文件point_erect.gif  [79.00B]
                  • GIF图像文件point_erect_bg.gif  [467.00B]
                  • GIF图像文件pubinfo.gif  [3.38KB]
                  • GIF图像文件public.gif  [22.96KB]
                  • GIF图像文件public2.gif  [26.95KB]
                  • GIF图像文件public3.gif  [20.04KB]
                  • RichTextBox
                    • GIF图像文件bold.gif  [105.00B]
                    • GIF图像文件bold_over.gif  [155.00B]
                    • GIF图像文件bullets.gif  [105.00B]
                    • GIF图像文件bullets_over.gif  [172.00B]
                    • GIF图像文件centerjustify.gif  [96.00B]
                    • GIF图像文件centerjustify_over.gif  [138.00B]
                    • GIF图像文件copy.gif  [145.00B]
                    • GIF图像文件copy_over.gif  [201.00B]
                    • GIF图像文件cut.gif  [120.00B]
                    • GIF图像文件cut_over.gif  [193.00B]
                    • GIF图像文件Deletecolumn.gif  [120.00B]
                    • GIF图像文件Deletecolumn_over.gif  [162.00B]
                    • GIF图像文件Deleterow.gif  [124.00B]
                    • GIF图像文件Deleterow_over.gif  [163.00B]
                    • GIF图像文件fontbackcolorpicker.gif  [147.00B]
                    • GIF图像文件fontbackcolorpicker_over.gif  [226.00B]
                    • GIF图像文件fontforecolorpicker.gif  [145.00B]
                    • GIF图像文件fontforecolorpicker_over.gif  [195.00B]
                    • GIF图像文件help.gif  [183.00B]
                    • GIF图像文件help_over.gif  [260.00B]
                    • GIF图像文件indent.gif  [115.00B]
                    • GIF图像文件indent_over.gif  [184.00B]
                    • GIF图像文件Insertcolumn.gif  [127.00B]
                    • GIF图像文件Insertcolumn_over.gif  [170.00B]
                    • GIF图像文件insertdate.gif  [185.00B]
                    • GIF图像文件insertdate_over.gif  [249.00B]
                    • GIF图像文件insertimage.gif  [183.00B]
                    • GIF图像文件insertimage_over.gif  [249.00B]
                    • GIF图像文件insertlink.gif  [228.00B]
                    • GIF图像文件insertlink_over.gif  [273.00B]
                    • GIF图像文件Insertrow.gif  [118.00B]
                    • GIF图像文件Insertrow_over.gif  [167.00B]
                    • GIF图像文件insertrule.gif  [117.00B]
                    • GIF图像文件insertrule_over.gif  [187.00B]
                    • GIF图像文件Inserttable.gif  [138.00B]
                    • GIF图像文件Inserttable_over.gif  [168.00B]
                    • GIF图像文件inserttime.gif  [142.00B]
                    • GIF图像文件inserttime_over.gif  [201.00B]
                    • GIF图像文件italic.gif  [99.00B]
                    • GIF图像文件italic_over.gif  [162.00B]
                    • GIF图像文件leftjustify.gif  [96.00B]
                    • GIF图像文件leftjustify_over.gif  [138.00B]
                    • GIF图像文件numberedlist.gif  [109.00B]
                    • GIF图像文件numberedlist_over.gif  [174.00B]
                    • GIF图像文件outdent.gif  [115.00B]
                    • GIF图像文件outdent_over.gif  [183.00B]
                    • GIF图像文件paste.gif  [181.00B]
                    • GIF图像文件paste_over.gif  [253.00B]
                    • GIF图像文件print.gif  [163.00B]
                    • GIF图像文件print_over.gif  [209.00B]
                    • GIF图像文件redo.gif  [105.00B]
                    • GIF图像文件redo_over.gif  [171.00B]
                    • GIF图像文件rightjustify.gif  [95.00B]
                    • GIF图像文件rightjustify_over.gif  [144.00B]
                    • GIF图像文件Save.gif  [113.00B]
                    • GIF图像文件Save_over.gif  [170.00B]
                    • GIF图像文件separator.gif  [73.00B]
                    • GIF图像文件strikethrough.gif  [113.00B]
                    • GIF图像文件strikethrough_over.gif  [170.00B]
                    • GIF图像文件subscript.gif  [101.00B]
                    • GIF图像文件subscript_over.gif  [163.00B]
                    • GIF图像文件superscript.gif  [101.00B]
                    • GIF图像文件superscript_over.gif  [163.00B]
                    • Borland的Paradox 7表Thumbs.db  [78.00KB]
                    • GIF图像文件underline.gif  [110.00B]
                    • GIF图像文件underline_over.gif  [175.00B]
                    • GIF图像文件undo.gif  [107.00B]
                    • GIF图像文件undo_over.gif  [176.00B]
                  • GIF图像文件right_bg.gif  [91.00B]
                  • GIF图像文件tbtop(xi).gif  [170.00B]
                  • GIF图像文件tbtopbg.gif  [97.00B]
                  • GIF图像文件tbtopleft.gif  [114.00B]
                  • GIF图像文件tbtopright.gif  [179.00B]
                  • GIF图像文件tb_botbg.gif  [188.00B]
                  • GIF图像文件tb_leftbg.gif  [158.00B]
                  • GIF图像文件tb_rightbg.gif  [306.00B]
                  • Borland的Paradox 7表Thumbs.db  [64.50KB]
                  • GIF图像文件top_corner.gif  [180.00B]
                  • GIF图像文件tp_bg.gif  [160.00B]
                • js
                  • javascript源文件func.js  [2.29KB]
                • 瀑布式表格文件lynn.css  [4.81KB]
                • aspxMessageDo.aspx  [836.00B]
                • csMessageDo.aspx.cs  [1.29KB]
                • resxMessageDo.aspx.resx  [1.69KB]
                • aspxMessageFolder.aspx  [4.68KB]
                • csMessageFolder.aspx.cs  [2.46KB]
                • resxMessageFolder.aspx.resx  [1.69KB]
                • aspxMessageList.aspx  [9.06KB]
                • csMessageList.aspx.cs  [5.17KB]
                • resxMessageList.aspx.resx  [5.19KB]
                • aspxMessageNotice.aspx  [3.56KB]
                • csMessageNotice.aspx.cs  [1.60KB]
                • resxMessageNotice.aspx.resx  [1.69KB]
                • aspxMessageRead.aspx  [8.51KB]
                • csMessageRead.aspx.cs  [9.58KB]
                • resxMessageRead.aspx.resx  [1.69KB]
                • module
                  • ascxAccessoryModule.ascx  [5.00KB]
                  • csAccessoryModule.ascx.cs  [4.47KB]
                  • resxAccessoryModule.ascx.resx  [1.69KB]
                  • ascxResiveModule.ascx  [6.66KB]
                  • csResiveModule.ascx.cs  [10.76KB]
                  • resxResiveModule.ascx.resx  [1.69KB]
                • RTFBox
                  • vbAssemblyInfo.vb  [1.00KB]
                  • bin
                    • 动态链接库RTFBox.dll  [120.00KB]
                    • 3Com PalmPilot数据库文件RTFBox.pdb  [21.50KB]
                  • icons
                    • GIF图像文件1.gif  [272.00B]
                    • GIF图像文件about_off.gif  [146.00B]
                    • GIF图像文件about_over.gif  [222.00B]
                    • GIF图像文件aligncenter_off.gif  [73.00B]
                    • GIF图像文件aligncenter_over.gif  [111.00B]
                    • GIF图像文件alignjustify_off.gif  [74.00B]
                    • GIF图像文件alignjustify_over.gif  [114.00B]
                    • GIF图像文件alignleft_off.gif  [74.00B]
                    • GIF图像文件alignleft_over.gif  [111.00B]
                    • GIF图像文件alignright_off.gif  [73.00B]
                    • GIF图像文件alignright_over.gif  [117.00B]
                    • GIF图像文件bolditalicunderline_off.gif  [79.00B]
                    • GIF图像文件bolditalicunderline_over.gif  [133.00B]
                    • GIF图像文件bold_off.gif  [79.00B]
                    • GIF图像文件bold_over.gif  [140.00B]
                    • GIF图像文件button_off.gif  [117.00B]
                    • GIF图像文件button_over.gif  [152.00B]
                    • GIF图像文件codecleaner_off.gif  [136.00B]
                    • GIF图像文件codecleaner_over.gif  [177.00B]
                    • GIF图像文件codesnippet_off.gif  [157.00B]
                    • GIF图像文件codesnippet_over.gif  [228.00B]
                    • GIF图像文件color.gif  [105.00B]
                    • GIF图像文件copy_off.gif  [117.00B]
                    • GIF图像文件copy_over.gif  [139.00B]
                    • GIF图像文件customtag_off.gif  [121.00B]
                    • GIF图像文件customtag_over.gif  [166.00B]
                    • GIF图像文件cut_off.gif  [97.00B]
                    • GIF图像文件cut_over.gif  [140.00B]
                    • GIF图像文件delete.gif  [1.41KB]
                    • GIF图像文件delete_off.gif  [714.00B]
                    • GIF图像文件font.gif  [104.00B]
                    • GIF图像文件fontcolor_off.gif  [105.00B]
                    • GIF图像文件fontcolor_over.gif  [161.00B]
                    • GIF图像文件fontface_off.gif  [104.00B]
                    • GIF图像文件fontface_over.gif  [161.00B]
                    • GIF图像文件fontsize_off.gif  [97.00B]
                    • GIF图像文件fontsize_over.gif  [158.00B]
                    • GIF图像文件help_off.gif  [151.00B]
                    • GIF图像文件help_over.gif  [226.00B]
                    • GIF图像文件highlight_off.gif  [121.00B]
                    • GIF图像文件highlight_over.gif  [195.00B]
                    • GIF图像文件image_off.gif  [151.00B]
                    • GIF图像文件image_over.gif  [215.00B]
                    • GIF图像文件indent_off.gif  [93.00B]
                    • GIF图像文件indent_over.gif  [152.00B]
                    • GIF图像文件italic_off.gif  [82.00B]
                    • GIF图像文件italic_over.gif  [132.00B]
                    • GIF图像文件line_off.gif  [77.00B]
                    • GIF图像文件line_over.gif  [126.00B]
                    • GIF图像文件link_off.gif  [194.00B]
                    • GIF图像文件link_over.gif  [237.00B]
                    • GIF图像文件load_off.gif  [127.00B]
                    • GIF图像文件load_over.gif  [167.00B]
                    • GIF图像文件logo.gif  [1.14KB]
                    • GIF图像文件orderedlist_off.gif  [89.00B]
                    • GIF图像文件orderedlist_over.gif  [144.00B]
                    • GIF图像文件outdent_off.gif  [93.00B]
                    • GIF图像文件outdent_over.gif  [151.00B]
                    • GIF图像文件paragraph_off.gif  [81.00B]
                    • GIF图像文件paragraph_over.gif  [131.00B]
                    • GIF图像文件paste_off.gif  [149.00B]
                    • GIF图像文件paste_over.gif  [219.00B]
                    • GIF图像文件print_off.gif  [134.00B]
                    • GIF图像文件print_over.gif  [174.00B]
                    • GIF图像文件redo_off.gif  [85.00B]
                    • GIF图像文件redo_over.gif  [142.00B]
                    • GIF图像文件saveas_off.gif  [137.00B]
                    • GIF图像文件saveas_over.gif  [175.00B]
                    • GIF图像文件save_off.gif  [113.00B]
                    • GIF图像文件save_over.gif  [170.00B]
                    • GIF图像文件separator.gif  [61.00B]
                    • smiles
                      • Windows或OS/2位图文件1.bmp  [1.40KB]
                      • GIF图像文件1.gif  [272.00B]
                      • Windows或OS/2位图文件2.bmp  [1.40KB]
                      • GIF图像文件2.gif  [260.00B]
                      • Windows或OS/2位图文件3.bmp  [1.40KB]
                      • GIF图像文件3.gif  [197.00B]
                      • Windows或OS/2位图文件4.bmp  [1.40KB]
                      • GIF图像文件4.gif  [282.00B]
                      • Windows或OS/2位图文件5.bmp  [1.40KB]
                      • GIF图像文件5.gif  [304.00B]
                      • Windows或OS/2位图文件6.bmp  [1.40KB]
                      • GIF图像文件6.gif  [286.00B]
                      • Windows或OS/2位图文件7.bmp  [1.40KB]
                      • GIF图像文件7.gif  [266.00B]
                      • Windows或OS/2位图文件8.bmp  [1.40KB]
                      • GIF图像文件8.gif  [293.00B]
                      • Windows或OS/2位图文件9.bmp  [1.40KB]
                      • GIF图像文件9.gif  [276.00B]
                      • Windows或OS/2位图文件A.bmp  [1.40KB]
                      • GIF图像文件a.gif  [268.00B]
                      • Windows或OS/2位图文件B.bmp  [1.40KB]
                      • GIF图像文件b.gif  [193.00B]
                      • Windows或OS/2位图文件C.bmp  [1.40KB]
                      • GIF图像文件c.gif  [265.00B]
                      • Windows或OS/2位图文件D.bmp  [1.40KB]
                      • GIF图像文件d.gif  [275.00B]
                      • Windows或OS/2位图文件E.bmp  [1.40KB]
                      • GIF图像文件e.gif  [268.00B]
                      • Windows或OS/2位图文件F.bmp  [1.40KB]
                      • GIF图像文件f.gif  [286.00B]
                      • GIF图像文件Flower.GIF  [1.06KB]
                      • Windows图标Flower.ico  [4.60KB]
                      • Windows或OS/2位图文件G.bmp  [1.40KB]
                      • GIF图像文件g.gif  [262.00B]
                      • Windows或OS/2位图文件H.bmp  [1.40KB]
                      • GIF图像文件h.gif  [300.00B]
                      • Windows或OS/2位图文件I.bmp  [1.40KB]
                      • GIF图像文件i.gif  [268.00B]
                      • Windows或OS/2位图文件J.bmp  [1.40KB]
                      • GIF图像文件j.gif  [283.00B]
                      • Windows或OS/2位图文件K.bmp  [1.40KB]
                      • GIF图像文件k.gif  [287.00B]
                      • Windows或OS/2位图文件L.bmp  [1.40KB]
                      • GIF图像文件l.gif  [155.00B]
                      • Windows或OS/2位图文件M.bmp  [1.40KB]
                      • GIF图像文件m.gif  [200.00B]
                      • Windows或OS/2位图文件N.bmp  [1.40KB]
                      • GIF图像文件n.gif  [196.00B]
                      • Windows或OS/2位图文件O.bmp  [1.40KB]
                      • GIF图像文件o.gif  [217.00B]
                      • GIF图像文件p.gif  [159.00B]
                      • GIF图像文件q.gif  [289.00B]
                      • GIF图像文件r.gif  [1.03KB]
                      • GIF图像文件Ranger.GIF  [1009.00B]
                      • Windows图标Ranger.ico  [2.19KB]
                      • GIF图像文件s.gif  [152.00B]
                      • GIF图像文件Smile.GIF  [1.11KB]
                      • Windows图标Smile.ico  [5.10KB]
                      • GIF图像文件Smile2.GIF  [1.04KB]
                      • Windows图标Smile2.ico  [2.93KB]
                      • Windows图标smiley.ico  [9.90KB]
                      • GIF图像文件Smiling1.GIF  [1010.00B]
                      • Windows图标Smiling1.ico  [2.19KB]
                      • GIF图像文件Smiling2.GIF  [1.03KB]
                      • Windows图标Smiling2.ico  [2.19KB]
                      • GIF图像文件t.gif  [1.87KB]
                      • Borland的Paradox 7表Thumbs.db  [10.00KB]
                      • GIF图像文件u.gif  [186.00B]
                      • GIF图像文件v.gif  [1.89KB]
                      • GIF图像文件w.gif  [185.00B]
                      • [非法语句]志文件WS_FTP.LOG  [8.39KB]
                      • GIF图像文件x.gif  [195.00B]
                      • GIF图像文件y.gif  [281.00B]
                    • GIF图像文件specialchars_off.gif  [110.00B]
                    • GIF图像文件specialchars_over.gif  [168.00B]
                    • GIF图像文件strikethrough_off.gif  [85.00B]
                    • GIF图像文件strikethrough_over.gif  [137.00B]
                    • GIF图像文件style_off.gif  [121.00B]
                    • GIF图像文件style_over.gif  [166.00B]
                    • GIF图像文件subscript_off.gif  [83.00B]
                    • GIF图像文件subscript_over.gif  [136.00B]
                    • GIF图像文件superscript_off.gif  [83.00B]
                    • GIF图像文件superscript_over.gif  [136.00B]
                    • GIF图像文件table_off.gif  [138.00B]
                    • GIF图像文件table_over.gif  [168.00B]
                    • Borland的Paradox 7表Thumbs.db  [122.50KB]
                    • GIF图像文件underline_off.gif  [90.00B]
                    • GIF图像文件underline_over.gif  [144.00B]
                    • GIF图像文件undo_off.gif  [87.00B]
                    • GIF图像文件undo_over.gif  [146.00B]
                    • GIF图像文件unorderedlist_off.gif  [85.00B]
                    • GIF图像文件unorderedlist_over.gif  [142.00B]
                    • GIF图像文件upload_off.gif  [189.00B]
                    • GIF图像文件upload_over.gif  [283.00B]
                  • obj
                    • Debug
                      • 动态链接库RTFBox.dll  [72.00KB]
                      • 3Com PalmPilot数据库文件RTFBox.pdb  [53.50KB]
                      • temp
                      • TempPE
                  • slnRTFBox.sln  [908.00B]
                  • suoRTFBox.suo  [6.50KB]
                  • vbRTFBox.vb  [86.90KB]
                  • vbprojRTFBox.vbproj  [4.25KB]
                  • userRTFBox.vbproj.user  [1.74KB]
                • aspxSendMessage.aspx  [15.32KB]
                • csSendMessage.aspx.cs  [6.74KB]
                • resxSendMessage.aspx.resx  [1.69KB]
                • Borland的Paradox 7表Thumbs.db  [6.00KB]
              • 瀑布式表格文件mycss1.css  [5.81KB]
              • ascxnavigation.ascx  [2.67KB]
              • csnavigation.ascx.cs  [884.00B]
              • resxnavigation.ascx.resx  [1.69KB]
              • NewAndBulletin
                • aspxadmin_article.aspx  [4.44KB]
                • csadmin_article.aspx.cs  [7.48KB]
                • resxadmin_article.aspx.resx  [5.19KB]
                • aspxadmin_articleAdd.aspx  [3.84KB]
                • csadmin_articleAdd.aspx.cs  [7.37KB]
                • resxadmin_articleAdd.aspx.resx  [5.19KB]
                • aspxadmin_articleEdit.aspx  [3.88KB]
                • csadmin_articleEdit.aspx.cs  [8.38KB]
                • resxadmin_articleEdit.aspx.resx  [5.19KB]
                • aspxadmin_articlePreView.aspx  [2.17KB]
                • csadmin_articlePreView.aspx.cs  [1.16KB]
                • resxadmin_articlePreView.aspx.resx  [5.19KB]
                • aspxlist.aspx  [1.31KB]
                • cslist.aspx.cs  [2.55KB]
                • resxlist.aspx.resx  [5.19KB]
                • aspxsearch.aspx  [1.24KB]
                • cssearch.aspx.cs  [1.79KB]
                • resxsearch.aspx.resx  [1.69KB]
                • aspxshow.aspx  [2.53KB]
                • csshow.aspx.cs  [3.26KB]
                • resxshow.aspx.resx  [5.19KB]
                • 瀑布式表格文件style.css  [1.91KB]
                • upfiles
              • csPageBase.cs  [7.13KB]
              • ascxpublication.ascx  [1.38KB]
              • cspublication.ascx.cs  [886.00B]
              • resxpublication.ascx.resx  [1.69KB]
              • Script
                • javascript源文件ClientCheck.js  [3.77KB]
                • javascript源文件LeftCalendar.js  [5.05KB]
                • javascript源文件tree.js  [6.75KB]
              • ascxsimplenews.ascx  [1.47KB]
              • cssimplenews.ascx.cs  [2.27KB]
              • resxsimplenews.ascx.resx  [5.19KB]
              • sysSecurity
                • aspxAddCatalog.aspx  [6.03KB]
                • csAddCatalog.aspx.cs  [4.12KB]
                • resxAddCatalog.aspx.resx  [1.69KB]
                • aspxAddModule.aspx  [5.80KB]
                • csAddModule.aspx.cs  [3.76KB]
                • resxAddModule.aspx.resx  [1.69KB]
                • aspxAddNew.aspx  [792.00B]
                • csAddNew.aspx.cs  [1.00KB]
                • resxAddNew.aspx.resx  [1.69KB]
                • aspxChangePassword.aspx  [4.56KB]
                • csChangePassword.aspx.cs  [2.51KB]
                • resxChangePassword.aspx.resx  [1.69KB]
                • aspxErrorPage.aspx  [871.00B]
                • csErrorPage.aspx.cs  [935.00B]
                • resxErrorPage.aspx.resx  [1.69KB]
                • ascxFuncModule.ascx  [5.88KB]
                • csFuncModule.ascx.cs  [3.53KB]
                • resxFuncModule.ascx.resx  [1.69KB]
                • ascxFuncRights.ascx  [5.80KB]
                • csFuncRights.ascx.cs  [3.02KB]
                • resxFuncRights.ascx.resx  [1.69KB]
                • aspxFuncRightSet.aspx  [3.91KB]
                • csFuncRightSet.aspx.cs  [6.93KB]
                • resxFuncRightSet.aspx.resx  [1.69KB]
                • img
                  • JPEG图形文件bg.jpg  [37.51KB]
                  • GIF图像文件bot_bg.gif  [72.00B]
                  • GIF图像文件control_titel.gif  [2.98KB]
                  • GIF图像文件corner_left_l.gif  [105.00B]
                  • GIF图像文件corner_ll.gif  [107.00B]
                  • GIF图像文件corner_r.gif  [124.00B]
                  • GIF图像文件left_bg.gif  [68.00B]
                  • GIF图像文件point_corner.gif  [502.00B]
                  • GIF图像文件right_bg.gif  [91.00B]
                  • GIF图像文件tbtop(xi).gif  [170.00B]
                  • GIF图像文件tbtopleft.gif  [114.00B]
                  • GIF图像文件tb_rightbg.gif  [306.00B]
                  • Borland的Paradox 7表Thumbs.db  [19.00KB]
                  • GIF图像文件top_corner.gif  [180.00B]
                  • GIF图像文件tp_bg.gif  [160.00B]
                • ascxManagerOptLog.ascx  [5.09KB]
                • csManagerOptLog.ascx.cs  [4.04KB]
                • resxManagerOptLog.ascx.resx  [1.69KB]
                • ascxManagerUserlog.ascx  [5.16KB]
                • csManagerUserlog.ascx.cs  [4.30KB]
                • resxManagerUserlog.ascx.resx  [1.69KB]
                • aspxModuleadmin.aspx  [7.49KB]
                • csModuleadmin.aspx.cs  [3.58KB]
                • resxModuleadmin.aspx.resx  [5.19KB]
                • aspxOperationLog.aspx  [6.22KB]
                • csOperationLog.aspx.cs  [4.10KB]
                • resxOperationLog.aspx.resx  [1.69KB]
                • aspxRegCatalog.aspx  [4.85KB]
                • csRegCatalog.aspx.cs  [5.21KB]
                • resxRegCatalog.aspx.resx  [5.19KB]
                • aspxregModule.aspx  [4.24KB]
                • csregModule.aspx.cs  [4.55KB]
                • resxregModule.aspx.resx  [1.69KB]
                • aspxRoleadmin.aspx  [6.72KB]
                • csRoleadmin.aspx.cs  [3.60KB]
                • resxRoleadmin.aspx.resx  [1.69KB]
                • aspxRolesFuncUsers.aspx  [6.19KB]
                • csRolesFuncUsers.aspx.cs  [10.91KB]
                • resxRolesFuncUsers.aspx.resx  [1.69KB]
                • ascxRolesModule.ascx  [5.68KB]
                • csRolesModule.ascx.cs  [4.30KB]
                • resxRolesModule.ascx.resx  [1.69KB]
                • aspxSecurityRoles.aspx  [1.68KB]
                • csSecurityRoles.aspx.cs  [1.43KB]
                • resxSecurityRoles.aspx.resx  [1.69KB]
                • aspxUseradmin.aspx  [5.80KB]
                • csUseradmin.aspx.cs  [3.82KB]
                • resxUseradmin.aspx.resx  [1.69KB]
                • aspxUserLog.aspx  [5.98KB]
                • csUserLog.aspx.cs  [4.19KB]
                • resxUserLog.aspx.resx  [1.69KB]
                • aspxUserRoles.aspx  [2.99KB]
                • csUserRoles.aspx.cs  [4.21KB]
                • resxUserRoles.aspx.resx  [1.69KB]
                • ascxUsersModule.ascx  [4.72KB]
                • csUsersModule.ascx.cs  [5.05KB]
                • resxUsersModule.ascx.resx  [1.69KB]
              • Borland的Paradox 7表Thumbs.db  [42.50KB]
              • aspxTopForm.aspx  [7.99KB]
              • csTopForm.aspx.cs  [1.64KB]
              • resxTopForm.aspx.resx  [5.19KB]
              • configWeb.config  [905.00B]
              • csprojWebs.csproj  [141.53KB]
              • etoWebs.csproj.eto  [932.74KB]
              • webinfoWebs.csproj.webinfo  [112.00B]
              • slnWebs.sln  [921.00B]
              • suoWebs.suo  [14.00KB]
              • _vti_cnf
                • csAssemblyInfo.cs  [300.00B]
                • asaxGlobal.asax  [356.00B]
                • csGlobal.asax.cs  [300.00B]
                • resxGlobal.asax.resx  [300.00B]
                • configWeb.config  [300.00B]
                • csprojWebApplication1.csproj  [358.00B]
                • webinfoWebApplication1.csproj.webinfo  [299.00B]
                • vsdiscoWebApplication1.vsdisco  [299.00B]
                • aspxWebForm1.aspx  [357.00B]
                • csWebForm1.aspx.cs  [299.00B]
                • resxWebForm1.aspx.resx  [300.00B]
              • _vti_pvt
                • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件access.cnf  [110.00B]
                • btrdeptodoc.btr  [324.00B]
                • btrdoctodep.btr  [324.00B]
                • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件linkinfo.cnf  [25.00B]
                • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件service.cnf  [1.19KB]
                • lckservice.lck  [0.00B]
                • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件services.cnf  [3.00B]
              • _vti_script
              • _vti_txt
      • 论文
        • Microsoft Word文档论文.doc  [2.05MB]
下载地址
资料评论
注意事项
下载FAQ:
Q: 为什么我下载的文件打不开?
A: 本站所有资源如无特殊说明,解压密码都是www.xuehai.net,如果无法解压,请下载最新的WinRAR软件。
Q: 我的学海币不多了,如何获取学海币?
A: 上传优质资源可以获取学海币,详细见学海币规则
Q: 为什么我下载不了,但学海币却被扣了?
A: 由于下载人数众多,下载服务器做了并发的限制。请稍后再试,48小时内多次下载不会重复扣学海币。
下载本文件意味着您已经同意遵守以下协议
1. 文件的所有权益归上传用户所有。
2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
3. 学海网仅提供交流平台,并不能对任何下载内容负责。
4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
5. 本站不保证提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
返回顶部