在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#语言开发OA系统含数据库

C#语言开发OA系统含数据库

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:16.64M
  • 下载次数:25
  • 浏览次数:122
  • 发布时间:2023-12-15
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 含数据库 数据库 oa 开发 系统

实例介绍

【实例简介】C#语言开发OA系统含数据库,精英编程,给力团队

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── C#语言开发OA系统含数据库_OA.zip
└── OA项目
    ├── AJAXEnabledWebSite1
    │   ├── App_Data
    │   ├── Default.aspx
    │   ├── Default.aspx.vb
    │   └── Web.config
    ├── ASP.NET项目要求.doc
    ├── ASP.NET项目安装过程.txt
    ├── BLL
    │   ├── BLL.csproj
    │   ├── ChengLiang.cs
    │   ├── HuiYi.cs
    │   ├── JiGou.cs
    │   ├── Login.cs
    │   ├── Module.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── User.cs
    │   ├── YouJian.cs
    │   ├── YuanGong.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── OA.BLL.dll
    │   │   │   ├── OA.BLL.pdb
    │   │   │   ├── OA.DALFactory.dll
    │   │   │   ├── OA.DALFactory.pdb
    │   │   │   ├── OA.IDAL.dll
    │   │   │   ├── OA.IDAL.pdb
    │   │   │   ├── OA.Model.dll
    │   │   │   ├── OA.Model.pdb
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   └── OA.SQLserverDAL.pdb
    │   │   └── Release
    │   │       ├── OA.BLL.dll
    │   │       ├── OA.BLL.pdb
    │   │       ├── OA.DALFactory.dll
    │   │       ├── OA.DALFactory.pdb
    │   │       ├── OA.IDAL.dll
    │   │       ├── OA.IDAL.pdb
    │   │       ├── OA.Model.dll
    │   │       ├── OA.Model.pdb
    │   │       ├── OA.SQLserverDAL.dll
    │   │       └── OA.SQLserverDAL.pdb
    │   ├── jiaoSe.cs
    │   └── obj
    │       ├── BLL.csproj.FileList.txt
    │       ├── Debug
    │       │   ├── BLL.csproj.FileListAbsolute.txt
    │       │   ├── OA.BLL.dll
    │       │   ├── OA.BLL.pdb
    │       │   ├── Refactor
    │       │   │   └── OA.BLL.dll
    │       │   ├── ResolveAssemblyReference.cache
    │       │   └── TempPE
    │       └── Release
    │           ├── BLL.csproj.FileListAbsolute.txt
    │           ├── OA.BLL.dll
    │           ├── OA.BLL.pdb
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── BillPersistenceService
    │   ├── BillPersistenceService.csproj
    │   ├── FileTools.cs
    │   ├── FileWorkflowPersistenceService.cs
    │   ├── PendingWorkItemModel.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── BillPersistenceService.dll
    │   │   │   └── BillPersistenceService.pdb
    │   │   └── Release
    │   │       ├── BillPersistenceService.dll
    │   │       └── BillPersistenceService.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── BillPersistenceService.csproj.FileListAbsolute.txt
    │       │   ├── BillPersistenceService.dll
    │       │   ├── BillPersistenceService.pdb
    │       │   ├── Refactor
    │       │   │   └── BillPersistenceService.dll
    │       │   └── TempPE
    │       └── Release
    │           ├── BillPersistenceService.csproj.FileListAbsolute.txt
    │           ├── BillPersistenceService.dll
    │           ├── BillPersistenceService.pdb
    │           └── TempPE
    ├── DALFactory
    │   ├── DALFactory.csproj
    │   ├── DataAssess.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── OA.DALFactory.dll
    │   │   │   ├── OA.DALFactory.pdb
    │   │   │   ├── OA.IDAL.dll
    │   │   │   ├── OA.IDAL.pdb
    │   │   │   ├── OA.Model.dll
    │   │   │   ├── OA.Model.pdb
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   └── OA.SQLserverDAL.pdb
    │   │   └── Release
    │   │       ├── OA.DALFactory.dll
    │   │       ├── OA.DALFactory.pdb
    │   │       ├── OA.IDAL.dll
    │   │       ├── OA.IDAL.pdb
    │   │       ├── OA.Model.dll
    │   │       ├── OA.Model.pdb
    │   │       ├── OA.SQLserverDAL.dll
    │   │       └── OA.SQLserverDAL.pdb
    │   └── obj
    │       ├── DALFactory.csproj.FileList.txt
    │       ├── Debug
    │       │   ├── DALFactory.csproj.FileListAbsolute.txt
    │       │   ├── OA.DALFactory.dll
    │       │   ├── OA.DALFactory.pdb
    │       │   ├── Refactor
    │       │   │   └── OA.DALFactory.dll
    │       │   ├── ResolveAssemblyReference.cache
    │       │   └── TempPE
    │       └── Release
    │           ├── DALFactory.csproj.FileListAbsolute.txt
    │           ├── OA.DALFactory.dll
    │           ├── OA.DALFactory.pdb
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── DBCustom
    │   ├── DBCustom.csproj
    │   ├── DBCustomAction.Designer.cs
    │   ├── DBCustomAction.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── DBCustom.dll
    │   │   │   └── DBCustom.pdb
    │   │   └── Release
    │   │       ├── DBCustom.dll
    │   │       └── DBCustom.pdb
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── DBCustom.csproj.FileListAbsolute.txt
    │   │   │   ├── DBCustom.dll
    │   │   │   ├── DBCustom.pdb
    │   │   │   └── TempPE
    │   │   └── Release
    │   │       ├── DBCustom.csproj.FileListAbsolute.txt
    │   │       ├── DBCustom.dll
    │   │       ├── DBCustom.pdb
    │   │       └── TempPE
    │   └── sql.txt
    ├── DBCustomAction
    │   ├── DBCustomAction.vdproj
    │   ├── Debug
    │   └── Release
    │       ├── DBCustomAction.msi
    │       └── setup.exe
    ├── DBCustomAction.vdproj
    ├── IDAL
    │   ├── IDAL.csproj
    │   ├── IHuiYi.cs
    │   ├── IJiGou.cs
    │   ├── IModule.cs
    │   ├── IUser.cs
    │   ├── IYouJian.cs
    │   ├── IYuanGong.cs
    │   ├── IcheLiang.cs
    │   ├── IjiaoSe.cs
    │   ├── Ilogin.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── OA.IDAL.dll
    │   │   │   ├── OA.IDAL.pdb
    │   │   │   ├── OA.Model.dll
    │   │   │   └── OA.Model.pdb
    │   │   └── Release
    │   │       ├── OA.IDAL.dll
    │   │       ├── OA.IDAL.pdb
    │   │       ├── OA.Model.dll
    │   │       └── OA.Model.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── IDAL.csproj.FileListAbsolute.txt
    │       │   ├── OA.IDAL.dll
    │       │   ├── OA.IDAL.pdb
    │       │   ├── Refactor
    │       │   │   └── OA.IDAL.dll
    │       │   ├── ResolveAssemblyReference.cache
    │       │   └── TempPE
    │       ├── IDAL.csproj.FileList.txt
    │       └── Release
    │           ├── IDAL.csproj.FileListAbsolute.txt
    │           ├── OA.IDAL.dll
    │           ├── OA.IDAL.pdb
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── Model
    │   ├── AclInfo.cs
    │   ├── HuiYiInfo.cs
    │   ├── JiGouInfo.cs
    │   ├── Model.csproj
    │   ├── PageModel.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── YouJianInfo.cs
    │   ├── YuGongInfo.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── OA.Model.dll
    │   │   │   └── OA.Model.pdb
    │   │   └── Release
    │   │       ├── OA.Model.dll
    │   │       └── OA.Model.pdb
    │   ├── cheLiangInfo.cs
    │   ├── jiaoSeInfo.cs
    │   ├── moduleInfo.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Model.csproj.FileListAbsolute.txt
    │   │   │   ├── OA.Model.dll
    │   │   │   ├── OA.Model.pdb
    │   │   │   ├── Refactor
    │   │   │   │   └── OA.Model.dll
    │   │   │   └── TempPE
    │   │   ├── Model.csproj.FileList.txt
    │   │   └── Release
    │   │       ├── Model.csproj.FileListAbsolute.txt
    │   │       ├── OA.Model.dll
    │   │       ├── OA.Model.pdb
    │   │       └── TempPE
    │   ├── userInfo.cs
    │   └── userJiaoSeInfo.cs
    ├── MyWorkflow
    │   ├── BillModel.cs
    │   ├── BillServer.cs
    │   ├── BillWorkflow.Designer.cs
    │   ├── BillWorkflow.cs
    │   ├── BillWorkflow.layout
    │   ├── IBillService.cs
    │   ├── MyWorkflow.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Settings.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── MyWorkflow.dll
    │   │   │   └── MyWorkflow.pdb
    │   │   └── Release
    │   │       └── MyWorkflow.dll
    │   └── obj
    │       ├── Debug
    │       │   ├── MyWorkflow.csproj.FileListAbsolute.txt
    │       │   ├── MyWorkflow.dll
    │       │   ├── MyWorkflow.pdb
    │       │   ├── Refactor
    │       │   │   └── MyWorkflow.dll
    │       │   └── TempPE
    │       └── Release
    │           ├── MyWorkflow.csproj.FileListAbsolute.txt
    │           ├── MyWorkflow.dll
    │           └── TempPE
    ├── OA项目.sln
    ├── OA项目.suo
    ├── OA数据库
    │   ├── OA.mdf
    │   ├── OA_log.LDF
    │   └── OA数据表.sql
    ├── OA项目白皮书.pdf
    ├── OA系统数据表说明.doc
    ├── PrecompiledWeb
    │   └── web
    │       ├── App_Data
    │       │   ├── Bin
    │       │   │   ├── AjaxControlToolkit.dll
    │       │   │   ├── AjaxControlToolkit.pdb
    │       │   │   ├── OA.BLL.dll
    │       │   │   ├── OA.BLL.pdb
    │       │   │   ├── OA.DALFactory.dll
    │       │   │   ├── OA.DALFactory.pdb
    │       │   │   ├── OA.IDAL.dll
    │       │   │   ├── OA.IDAL.pdb
    │       │   │   ├── OA.Model.dll
    │       │   │   ├── OA.Model.pdb
    │       │   │   ├── OA.SQLserverDAL.dll
    │       │   │   └── OA.SQLserverDAL.pdb
    │       │   ├── WorkflowSave
    │       │   │   ├── 05bf5ca2-bf65-4f2f-ac66-aeea3ca54c4d.xsa
    │       │   │   ├── 0e8bd5c0-7549-4d04-996c-59b8be8b3e44.xsa
    │       │   │   ├── 32663f51-ff6e-4908-9495-a7f03d71945f.xsa
    │       │   │   ├── 5a132b89-1d8d-4440-ba06-9b109adc3840.xsa
    │       │   │   └── c23ec3a6-dfbb-4874-959a-0606afecf9e6.xsa
    │       │   └── XOM.WFDB
    │       │       ├── 05bf5ca2-bf65-4f2f-ac66-aeea3ca54c4d.xact
    │       │       ├── 0e8bd5c0-7549-4d04-996c-59b8be8b3e44.xact.bak
    │       │       ├── 32663f51-ff6e-4908-9495-a7f03d71945f.xact
    │       │       ├── 3dd3d01e-32b0-44a0-bea1-d5624df0ff66.xact
    │       │       ├── 5a132b89-1d8d-4440-ba06-9b109adc3840.xact
    │       │       ├── 62df6a38-3510-453d-9690-785692b5dc9a.xact
    │       │       └── c23ec3a6-dfbb-4874-959a-0606afecf9e6.xact.bak
    │       ├── GongZiBiao
    │       │   ├── a.xls
    │       │   └── index.aspx
    │       ├── GongZuoLiu
    │       │   ├── Boss.aspx
    │       │   ├── CreateBill.aspx
    │       │   ├── Default.aspx
    │       │   ├── Finance.aspx
    │       │   ├── OutMoney.aspx
    │       │   ├── PayBox.aspx
    │       │   └── index.aspx
    │       ├── HuiYiGuanLi
    │       │   ├── addhuiyi.aspx
    │       │   ├── index.aspx
    │       │   └── tishi.aspx
    │       ├── LeiBie
    │       │   ├── addJiGou.aspx
    │       │   ├── index.aspx
    │       │   └── upJiGou.aspx
    │       ├── List.aspx
    │       ├── PrecompiledApp.config
    │       ├── Trace.log
    │       ├── Web.config
    │       ├── XingZhengBanGong
    │       │   └── index.aspx
    │       ├── YouJian
    │       │   ├── LaJiXiang.aspx
    │       │   ├── dxtb
    │       │   │   ├── editor.css
    │       │   │   ├── editor.js
    │       │   │   ├── help.html
    │       │   │   ├── images
    │       │   │   │   ├── Help.gif
    │       │   │   │   ├── Previous.gif
    │       │   │   │   ├── Rect.gif
    │       │   │   │   ├── about.gif
    │       │   │   │   ├── ad.gif
    │       │   │   │   ├── aleft.gif
    │       │   │   │   ├── aright.gif
    │       │   │   │   ├── bold.gif
    │       │   │   │   ├── bullist.gif
    │       │   │   │   ├── center.gif
    │       │   │   │   ├── cleancode.gif
    │       │   │   │   ├── closedfolder.gif
    │       │   │   │   ├── code.gif
    │       │   │   │   ├── copy.gif
    │       │   │   │   ├── cut.gif
    │       │   │   │   ├── delete.gif
    │       │   │   │   ├── deletecolumn.gif
    │       │   │   │   ├── deleterow.gif
    │       │   │   │   ├── fbcolor.gif
    │       │   │   │   ├── fgcolor.gif
    │       │   │   │   ├── guest_pic.gif
    │       │   │   │   ├── hr.gif
    │       │   │   │   ├── ico.gif
    │       │   │   │   ├── img.gif
    │       │   │   │   ├── indent.gif
    │       │   │   │   ├── insertcolumn.gif
    │       │   │   │   ├── insertpage.gif
    │       │   │   │   ├── insertrow.gif
    │       │   │   │   ├── italic.gif
    │       │   │   │   ├── line.gif
    │       │   │   │   ├── minus.gif
    │       │   │   │   ├── mode.design.gif
    │       │   │   │   ├── mode.html.gif
    │       │   │   │   ├── mode.view.gif
    │       │   │   │   ├── mov.gif
    │       │   │   │   ├── numlist.gif
    │       │   │   │   ├── openedfolder.gif
    │       │   │   │   ├── outdent.gif
    │       │   │   │   ├── paste.gif
    │       │   │   │   ├── plus.gif
    │       │   │   │   ├── quote.gif
    │       │   │   │   ├── redo.gif
    │       │   │   │   ├── removeFormat.gif
    │       │   │   │   ├── replace.gif
    │       │   │   │   ├── rm.gif
    │       │   │   │   ├── selectAll.gif
    │       │   │   │   ├── separator.gif
    │       │   │   │   ├── spacer.gif
    │       │   │   │   ├── specialchar.gif
    │       │   │   │   ├── strikethrough.gif
    │       │   │   │   ├── subscript.gif
    │       │   │   │   ├── supermaster_pic.gif
    │       │   │   │   ├── superscript.gif
    │       │   │   │   ├── swf.gif
    │       │   │   │   ├── table.gif
    │       │   │   │   ├── top_bg1.gif
    │       │   │   │   ├── underline.gif
    │       │   │   │   ├── undo.gif
    │       │   │   │   ├── unlink.gif
    │       │   │   │   ├── upload.gif
    │       │   │   │   ├── wlink.gif
    │       │   │   │   └── wmv.gif
    │       │   │   ├── main.js
    │       │   │   ├── nc_selcolor.htm
    │       │   │   ├── pop.css
    │       │   │   ├── replace.html
    │       │   │   ├── rm.htm
    │       │   │   ├── selcolor.html
    │       │   │   ├── specialchar.html
    │       │   │   ├── swf.htm
    │       │   │   ├── table.html
    │       │   │   └── wmv.htm
    │       │   ├── faJianXiang.aspx
    │       │   ├── index.aspx
    │       │   ├── xieYouJian.aspx
    │       │   └── yuedu.aspx
    │       ├── YuanGong
    │       │   ├── XuanZeJiGou.aspx
    │       │   ├── addYuanGong.aspx
    │       │   ├── index.aspx
    │       │   └── updateYuanGong.aspx
    │       ├── a.html
    │       ├── acl
    │       │   ├── addorUpdatepermission.ashx
    │       │   ├── delPermission.ashx
    │       │   ├── index.aspx
    │       │   └── selectcal.ashx
    │       ├── b.html
    │       ├── bin
    │       │   ├── AjaxControlToolkit.dll
    │       │   ├── AjaxControlToolkit.pdb
    │       │   ├── App_Code.compiled
    │       │   ├── App_Code.dll
    │       │   ├── App_Web_addcheliang.aspx.4e841977.dll
    │       │   ├── App_Web_addhuiyi.aspx.23de63ea.dll
    │       │   ├── App_Web_addjiaose.aspx.f7a9f1de.dll
    │       │   ├── App_Web_addjigou.aspx.f7416fee.dll
    │       │   ├── App_Web_addmodule.aspx.da180a27.dll
    │       │   ├── App_Web_addorupdatepermission.ashx.55fda9a1.dll
    │       │   ├── App_Web_adduser.aspx.6cc23264.dll
    │       │   ├── App_Web_adduserjiaose.aspx.6cc23264.dll
    │       │   ├── App_Web_addyuangong.aspx.43aa6813.dll
    │       │   ├── App_Web_boss.aspx.79e206b2.dll
    │       │   ├── App_Web_chakan.aspx.4e841977.dll
    │       │   ├── App_Web_chooserole.aspx.6cc23264.dll
    │       │   ├── App_Web_createbill.aspx.79e206b2.dll
    │       │   ├── App_Web_default.aspx.6cc23264.dll
    │       │   ├── App_Web_default.aspx.79e206b2.dll
    │       │   ├── App_Web_delpermission.ashx.55fda9a1.dll
    │       │   ├── App_Web_designreport.aspx.d3c58da7.dll
    │       │   ├── App_Web_designreportsave.aspx.d3c58da7.dll
    │       │   ├── App_Web_fajianxiang.aspx.76a2db59.dll
    │       │   ├── App_Web_finance.aspx.79e206b2.dll
    │       │   ├── App_Web_index.aspx.23de63ea.dll
    │       │   ├── App_Web_index.aspx.43aa6813.dll
    │       │   ├── App_Web_index.aspx.4e841977.dll
    │       │   ├── App_Web_index.aspx.55fda9a1.dll
    │       │   ├── App_Web_index.aspx.5dc161e7.dll
    │       │   ├── App_Web_index.aspx.6cc23264.dll
    │       │   ├── App_Web_index.aspx.76a2db59.dll
    │       │   ├── App_Web_index.aspx.79e206b2.dll
    │       │   ├── App_Web_index.aspx.beacca48.dll
    │       │   ├── App_Web_index.aspx.c4c14502.dll
    │       │   ├── App_Web_index.aspx.d3c58da7.dll
    │       │   ├── App_Web_index.aspx.da180a27.dll
    │       │   ├── App_Web_index.aspx.f7416fee.dll
    │       │   ├── App_Web_index.aspx.f7a9f1de.dll
    │       │   ├── App_Web_lajixiang.aspx.76a2db59.dll
    │       │   ├── App_Web_left.aspx.6d195dc8.dll
    │       │   ├── App_Web_left.aspx.cdcab7d2.dll
    │       │   ├── App_Web_list.aspx.cdcab7d2.dll
    │       │   ├── App_Web_login.aspx.cdcab7d2.dll
    │       │   ├── App_Web_outmoney.aspx.79e206b2.dll
    │       │   ├── App_Web_panduan.ashx.c4c14502.dll
    │       │   ├── App_Web_paybox.aspx.79e206b2.dll
    │       │   ├── App_Web_selectcal.ashx.55fda9a1.dll
    │       │   ├── App_Web_tishi.aspx.23de63ea.dll
    │       │   ├── App_Web_top.aspx.6d195dc8.dll
    │       │   ├── App_Web_top.aspx.cdcab7d2.dll
    │       │   ├── App_Web_updatecheliang.aspx.4e841977.dll
    │       │   ├── App_Web_updateuser.aspx.6cc23264.dll
    │       │   ├── App_Web_updateyuangong.aspx.43aa6813.dll
    │       │   ├── App_Web_upjigou.aspx.f7416fee.dll
    │       │   ├── App_Web_upmuban.aspx.da180a27.dll
    │       │   ├── App_Web_xieyoujian.aspx.76a2db59.dll
    │       │   ├── App_Web_xmlcustomer.aspx.d3c58da7.dll
    │       │   ├── App_Web_xuanzejigou.aspx.43aa6813.dll
    │       │   ├── App_Web_yanzheng.ashx.c4c14502.dll
    │       │   ├── App_Web_yonghuxinxi.aspx.fc03bdcb.dll
    │       │   ├── App_Web_yuangongbiao.aspx.d3c58da7.dll
    │       │   ├── App_Web_yuangongxinxidierzhong.aspx.d3c58da7.dll
    │       │   ├── App_Web_yuedu.aspx.76a2db59.dll
    │       │   ├── App_global.asax.compiled
    │       │   ├── App_global.asax.dll
    │       │   ├── BillPersistenceService.dll
    │       │   ├── BillPersistenceService.pdb
    │       │   ├── DXControls.dll
    │       │   ├── MyWorkflow.dll
    │       │   ├── MyWorkflow.pdb
    │       │   ├── OA.BLL.dll
    │       │   ├── OA.BLL.pdb
    │       │   ├── OA.DALFactory.dll
    │       │   ├── OA.DALFactory.pdb
    │       │   ├── OA.IDAL.dll
    │       │   ├── OA.IDAL.pdb
    │       │   ├── OA.Model.dll
    │       │   ├── OA.Model.pdb
    │       │   ├── OA.SQLserverDAL.dll
    │       │   ├── OA.SQLserverDAL.pdb
    │       │   ├── addcheliang.aspx.4e841977.compiled
    │       │   ├── addhuiyi.aspx.23de63ea.compiled
    │       │   ├── addjiaose.aspx.f7a9f1de.compiled
    │       │   ├── addjigou.aspx.f7416fee.compiled
    │       │   ├── addmodule.aspx.da180a27.compiled
    │       │   ├── addorupdatepermission.ashx.55fda9a1.compiled
    │       │   ├── adduser.aspx.6cc23264.compiled
    │       │   ├── adduserjiaose.aspx.6cc23264.compiled
    │       │   ├── addyuangong.aspx.43aa6813.compiled
    │       │   ├── ar
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── boss.aspx.79e206b2.compiled
    │       │   ├── chakan.aspx.4e841977.compiled
    │       │   ├── chooserole.aspx.6cc23264.compiled
    │       │   ├── createbill.aspx.79e206b2.compiled
    │       │   ├── cs
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── de
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── default.aspx.6cc23264.compiled
    │       │   ├── default.aspx.79e206b2.compiled
    │       │   ├── delpermission.ashx.55fda9a1.compiled
    │       │   ├── designreport.aspx.d3c58da7.compiled
    │       │   ├── designreportsave.aspx.d3c58da7.compiled
    │       │   ├── es
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── fajianxiang.aspx.76a2db59.compiled
    │       │   ├── finance.aspx.79e206b2.compiled
    │       │   ├── fr
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── he
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── hi
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── index.aspx.23de63ea.compiled
    │       │   ├── index.aspx.43aa6813.compiled
    │       │   ├── index.aspx.4e841977.compiled
    │       │   ├── index.aspx.55fda9a1.compiled
    │       │   ├── index.aspx.5dc161e7.compiled
    │       │   ├── index.aspx.6cc23264.compiled
    │       │   ├── index.aspx.76a2db59.compiled
    │       │   ├── index.aspx.79e206b2.compiled
    │       │   ├── index.aspx.beacca48.compiled
    │       │   ├── index.aspx.c4c14502.compiled
    │       │   ├── index.aspx.d3c58da7.compiled
    │       │   ├── index.aspx.da180a27.compiled
    │       │   ├── index.aspx.f7416fee.compiled
    │       │   ├── index.aspx.f7a9f1de.compiled
    │       │   ├── it
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── ja
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── ko
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── lajixiang.aspx.76a2db59.compiled
    │       │   ├── left.aspx.6d195dc8.compiled
    │       │   ├── left.aspx.cdcab7d2.compiled
    │       │   ├── list.aspx.cdcab7d2.compiled
    │       │   ├── login.aspx.cdcab7d2.compiled
    │       │   ├── nl
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── outmoney.aspx.79e206b2.compiled
    │       │   ├── panduan.ashx.c4c14502.compiled
    │       │   ├── paybox.aspx.79e206b2.compiled
    │       │   ├── pt
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── ru
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── selectcal.ashx.55fda9a1.compiled
    │       │   ├── tishi.aspx.23de63ea.compiled
    │       │   ├── top.aspx.6d195dc8.compiled
    │       │   ├── top.aspx.cdcab7d2.compiled
    │       │   ├── tr-TR
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   ├── updatecheliang.aspx.4e841977.compiled
    │       │   ├── updateuser.aspx.6cc23264.compiled
    │       │   ├── updateyuangong.aspx.43aa6813.compiled
    │       │   ├── upjigou.aspx.f7416fee.compiled
    │       │   ├── upmuban.aspx.da180a27.compiled
    │       │   ├── xieyoujian.aspx.76a2db59.compiled
    │       │   ├── xmlcustomer.aspx.d3c58da7.compiled
    │       │   ├── xuanzejigou.aspx.43aa6813.compiled
    │       │   ├── yanzheng.ashx.c4c14502.compiled
    │       │   ├── yonghuxinxi.aspx.fc03bdcb.compiled
    │       │   ├── yuangongbiao.aspx.d3c58da7.compiled
    │       │   ├── yuangongxinxidierzhong.aspx.d3c58da7.compiled
    │       │   ├── yuedu.aspx.76a2db59.compiled
    │       │   ├── zh-CHS
    │       │   │   └── AjaxControlToolkit.resources.dll
    │       │   └── zh-CHT
    │       │       └── AjaxControlToolkit.resources.dll
    │       ├── cheliang
    │       │   ├── addCheLiang.aspx
    │       │   ├── chakan.aspx
    │       │   ├── index.aspx
    │       │   └── updatecheliang.aspx
    │       ├── chetupian
    │       │   ├── Vista_蓝色.jpg
    │       │   ├── 婚纱.jpg
    │       │   ├── 花伞.jpg
    │       │   └── 宽屏壁纸a.jpg
    │       ├── css
    │       │   ├── StyleSheet.css
    │       │   ├── calendar-hilite.gif
    │       │   ├── calendar-icon.gif
    │       │   ├── calendar-next.gif
    │       │   ├── calendar-prev.gif
    │       │   ├── calendar-td.gif
    │       │   ├── calendar-valid.gif
    │       │   ├── calendar.css
    │       │   ├── calendar.png
    │       │   ├── commont.css
    │       │   ├── dashboard-icon.gif
    │       │   ├── dashboard-next.gif
    │       │   ├── dashboard-prev.gif
    │       │   ├── dashboard.css
    │       │   ├── dashboard.png
    │       │   ├── i-heart-ny-active.gif
    │       │   ├── i-heart-ny-icon.gif
    │       │   ├── i-heart-ny-inactive.gif
    │       │   ├── i-heart-ny-invalid.gif
    │       │   ├── i-heart-ny-next.png
    │       │   ├── i-heart-ny-prev.png
    │       │   ├── i-heart-ny.css
    │       │   ├── i-heart-ny.png
    │       │   ├── iframe.css
    │       │   └── publict.css
    │       ├── frame
    │       │   ├── a.htm
    │       │   ├── left.aspx
    │       │   ├── main.htm
    │       │   ├── midframe.htm
    │       │   ├── switchframe.html
    │       │   └── top.aspx
    │       ├── images
    │       │   ├── 001.gif
    │       │   ├── 002.gif
    │       │   ├── 003.gif
    │       │   ├── 11.gif
    │       │   ├── 22.gif
    │       │   ├── 33.gif
    │       │   ├── a.jpg
    │       │   ├── b.jpg
    │       │   ├── back.gif
    │       │   ├── bg.gif
    │       │   ├── bg.png
    │       │   ├── button
    │       │   │   ├── clspwd.gif
    │       │   │   ├── delete.gif
    │       │   │   ├── left_arrow.gif
    │       │   │   ├── remind.gif
    │       │   │   ├── reset.gif
    │       │   │   ├── right_arrow.gif
    │       │   │   ├── save1.gif
    │       │   │   ├── savecon.gif
    │       │   │   ├── saveexi.gif
    │       │   │   ├── schtime.gif
    │       │   │   └── sexit.gif
    │       │   ├── c.jpg
    │       │   ├── center_bg.png
    │       │   ├── d.jpg
    │       │   ├── del.gif
    │       │   ├── dl.gif
    │       │   ├── e.jpg
    │       │   ├── edt.gif
    │       │   ├── first.gif
    │       │   ├── go.gif
    │       │   ├── last.gif
    │       │   ├── left_bg.png
    │       │   ├── list1.png
    │       │   ├── login.jpg
    │       │   ├── login.png
    │       │   ├── login_01.jpg
    │       │   ├── login_02.gif
    │       │   ├── login_05.gif
    │       │   ├── login_06.gif
    │       │   ├── login_07.gif
    │       │   ├── login_08.gif
    │       │   ├── login_09.gif
    │       │   ├── login_09_1.gif
    │       │   ├── login_10.gif
    │       │   ├── login_10_1.gif
    │       │   ├── login_11.gif
    │       │   ├── login_12.gif
    │       │   ├── logo2.jpg
    │       │   ├── main_01.gif
    │       │   ├── main_02.gif
    │       │   ├── main_03.gif
    │       │   ├── main_05.gif
    │       │   ├── main_06.gif
    │       │   ├── main_07.gif
    │       │   ├── main_07_1.gif
    │       │   ├── main_08.gif
    │       │   ├── main_08_1.gif
    │       │   ├── main_09.gif
    │       │   ├── main_10.gif
    │       │   ├── main_10_1.gif
    │       │   ├── main_11.gif
    │       │   ├── main_11_1.gif
    │       │   ├── main_12.gif
    │       │   ├── main_12_1.gif
    │       │   ├── main_13.gif
    │       │   ├── main_13_1.gif
    │       │   ├── main_14.gif
    │       │   ├── main_14_1.gif
    │       │   ├── main_15.gif
    │       │   ├── main_16.gif
    │       │   ├── main_18.gif
    │       │   ├── main_24.gif
    │       │   ├── main_26.gif
    │       │   ├── main_28.gif
    │       │   ├── main_29.gif
    │       │   ├── main_34.gif
    │       │   ├── main_35.gif
    │       │   ├── main_37.gif
    │       │   ├── main_41.gif
    │       │   ├── main_41_1.gif
    │       │   ├── main_43.gif
    │       │   ├── main_45.gif
    │       │   ├── main_46.gif
    │       │   ├── main_48.gif
    │       │   ├── main_50.gif
    │       │   ├── main_51.gif
    │       │   ├── moren.jpg
    │       │   ├── next.gif
    │       │   ├── switch_left.gif
    │       │   ├── switch_right.gif
    │       │   ├── tab_03.gif
    │       │   ├── tab_05.gif
    │       │   ├── tab_07.gif
    │       │   ├── tab_12.gif
    │       │   ├── tab_15.gif
    │       │   ├── tab_17.gif
    │       │   ├── tab_18.gif
    │       │   ├── tab_19.gif
    │       │   ├── tab_20.gif
    │       │   ├── tb.gif
    │       │   ├── tong.jpg
    │       │   ├── top.png
    │       │   ├── top_5.gif
    │       │   ├── top_7.gif
    │       │   ├── topbg.gif
    │       │   ├── tree.gif
    │       │   └── user.gif
    │       ├── jiaoSe
    │       │   ├── addjiaose.aspx
    │       │   └── index.aspx
    │       ├── js
    │       │   ├── CreateControl.js
    │       │   ├── JScript.js
    │       │   ├── JScript2.js
    │       │   ├── calendar.js
    │       │   ├── calendar.rc4.js
    │       │   ├── jquery-1.2.6.js
    │       │   ├── mimaxiugai.js
    │       │   └── mootools.js
    │       ├── jslib
    │       │   └── calendar.png
    │       ├── left.aspx
    │       ├── login.aspx
    │       ├── main.htm
    │       ├── midframe.htm
    │       ├── module
    │       │   ├── addModule.aspx
    │       │   ├── index.aspx
    │       │   └── upmuban.aspx
    │       ├── read.txt
    │       ├── renYuanDangAn
    │       │   ├── DesignReport.aspx
    │       │   ├── DesignReportSave.aspx
    │       │   ├── index.aspx
    │       │   ├── xmlCustomer.aspx
    │       │   ├── yuanGongXinXiDiErZhong.aspx
    │       │   ├── yuanGongXinXiDiErZhong.htm
    │       │   ├── yuangongbiao.aspx
    │       │   ├── yuangongbiao.grf
    │       │   └── yuangongbiaoDiYiZhong.htm
    │       ├── switchframe.html
    │       ├── top.aspx
    │       ├── user
    │       │   ├── Default.aspx
    │       │   ├── adduser.aspx
    │       │   ├── adduserjiaoSe.aspx
    │       │   ├── chooserole.aspx
    │       │   ├── index.aspx
    │       │   └── updateuser.aspx
    │       ├── userxinxi
    │       │   └── yonghuxinxi.aspx
    │       └── xiTong
    │           ├── index.aspx
    │           ├── panduan.ashx
    │           └── yanzheng.ashx
    ├── SQLserverDAL
    │   ├── CheLiangDAL.cs
    │   ├── HuiYiDAL.cs
    │   ├── JiGouDAL.cs
    │   ├── LoginDAL.cs
    │   ├── ModuleDAL.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── SQLserverDAL.csproj
    │   ├── YouJianDAL.cs
    │   ├── YuanGongADL.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── OA.IDAL.dll
    │   │   │   ├── OA.IDAL.pdb
    │   │   │   ├── OA.Model.dll
    │   │   │   ├── OA.Model.pdb
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   └── OA.SQLserverDAL.pdb
    │   │   └── Release
    │   │       ├── OA.IDAL.dll
    │   │       ├── OA.IDAL.pdb
    │   │       ├── OA.Model.dll
    │   │       ├── OA.Model.pdb
    │   │       ├── OA.SQLserverDAL.dll
    │   │       └── OA.SQLserverDAL.pdb
    │   ├── jiaoSeDAL.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   ├── OA.SQLserverDAL.pdb
    │   │   │   ├── Refactor
    │   │   │   │   └── OA.SQLserverDAL.dll
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   ├── SQLserverDAL.csproj.FileListAbsolute.txt
    │   │   │   └── TempPE
    │   │   ├── Release
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   ├── OA.SQLserverDAL.pdb
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   ├── SQLserverDAL.csproj.FileListAbsolute.txt
    │   │   │   └── TempPE
    │   │   └── SQLserverDAL.csproj.FileList.txt
    │   ├── sqlDB.cs
    │   └── userDAL.cs
    ├── SqlHelper.cs
    ├── UnitText
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── UnitText.cs
    │   ├── UnitText.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── UnitText.dll
    │   │   │   ├── UnitText.pdb
    │   │   │   ├── nunit.core.dll
    │   │   │   └── nunit.framework.dll
    │   │   └── Release
    │   │       ├── UnitText.dll
    │   │       ├── UnitText.pdb
    │   │       ├── nunit.core.dll
    │   │       └── nunit.framework.dll
    │   ├── lib
    │   │   ├── nunit.core.dll
    │   │   └── nunit.framework.dll
    │   └── obj
    │       ├── Debug
    │       │   ├── Refactor
    │       │   ├── ResolveAssemblyReference.cache
    │       │   ├── TempPE
    │       │   ├── UnitText.csproj.FileListAbsolute.txt
    │       │   ├── UnitText.dll
    │       │   └── UnitText.pdb
    │       ├── Release
    │       │   ├── ResolveAssemblyReference.cache
    │       │   ├── TempPE
    │       │   ├── UnitText.csproj.FileListAbsolute.txt
    │       │   ├── UnitText.dll
    │       │   └── UnitText.pdb
    │       └── UnitText.csproj.FileList.txt
    ├── Web.config
    ├── _UpgradeReport_Files
    │   ├── UpgradeReport.css
    │   ├── UpgradeReport.xslt
    │   ├── UpgradeReport_Minus.gif
    │   └── UpgradeReport_Plus.gif
    ├── web
    │   ├── App_Code
    │   │   ├── CRUD.cs
    │   │   ├── Global.asax.cs
    │   │   ├── MyWorkHelpr.cs
    │   │   └── ReportData.cs
    │   ├── App_Data
    │   │   ├── Bin
    │   │   │   ├── AjaxControlToolkit.dll
    │   │   │   ├── AjaxControlToolkit.dll.refresh
    │   │   │   ├── AjaxControlToolkit.pdb
    │   │   │   ├── OA.BLL.dll
    │   │   │   ├── OA.BLL.pdb
    │   │   │   ├── OA.DALFactory.dll
    │   │   │   ├── OA.DALFactory.pdb
    │   │   │   ├── OA.IDAL.dll
    │   │   │   ├── OA.IDAL.pdb
    │   │   │   ├── OA.Model.dll
    │   │   │   ├── OA.Model.pdb
    │   │   │   ├── OA.SQLserverDAL.dll
    │   │   │   └── OA.SQLserverDAL.pdb
    │   │   ├── WorkflowSave
    │   │   │   ├── 05bf5ca2-bf65-4f2f-ac66-aeea3ca54c4d.xsa
    │   │   │   ├── 0e8bd5c0-7549-4d04-996c-59b8be8b3e44.xsa
    │   │   │   ├── 32663f51-ff6e-4908-9495-a7f03d71945f.xsa
    │   │   │   ├── 5a132b89-1d8d-4440-ba06-9b109adc3840.xsa
    │   │   │   └── c23ec3a6-dfbb-4874-959a-0606afecf9e6.xsa
    │   │   └── XOM.WFDB
    │   │       ├── 05bf5ca2-bf65-4f2f-ac66-aeea3ca54c4d.xact
    │   │       ├── 0e8bd5c0-7549-4d04-996c-59b8be8b3e44.xact.bak
    │   │       ├── 32663f51-ff6e-4908-9495-a7f03d71945f.xact
    │   │       ├── 3dd3d01e-32b0-44a0-bea1-d5624df0ff66.xact
    │   │       ├── 5a132b89-1d8d-4440-ba06-9b109adc3840.xact
    │   │       ├── 62df6a38-3510-453d-9690-785692b5dc9a.xact
    │   │       └── c23ec3a6-dfbb-4874-959a-0606afecf9e6.xact.bak
    │   ├── Bin
    │   │   ├── AjaxControlToolkit.dll
    │   │   ├── AjaxControlToolkit.dll.refresh
    │   │   ├── AjaxControlToolkit.pdb
    │   │   ├── BillPersistenceService.dll
    │   │   ├── BillPersistenceService.pdb
    │   │   ├── DXControls.dll
    │   │   ├── DXControls.dll.refresh
    │   │   ├── MyWorkflow.dll
    │   │   ├── MyWorkflow.pdb
    │   │   ├── OA.BLL.dll
    │   │   ├── OA.BLL.pdb
    │   │   ├── OA.DALFactory.dll
    │   │   ├── OA.DALFactory.pdb
    │   │   ├── OA.IDAL.dll
    │   │   ├── OA.IDAL.pdb
    │   │   ├── OA.Model.dll
    │   │   ├── OA.Model.pdb
    │   │   ├── OA.SQLserverDAL.dll
    │   │   ├── OA.SQLserverDAL.pdb
    │   │   ├── ar
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── cs
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── de
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── es
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── fr
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── he
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── hi
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── it
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── ja
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── ko
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── nl
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── pt
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── ru
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── tr-TR
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   ├── zh-CHS
    │   │   │   └── AjaxControlToolkit.resources.dll
    │   │   └── zh-CHT
    │   │       └── AjaxControlToolkit.resources.dll
    │   ├── Global.asax
    │   ├── GongZiBiao
    │   │   ├── a.xls
    │   │   ├── index.aspx
    │   │   └── index.aspx.cs
    │   ├── GongZuoLiu
    │   │   ├── Boss.aspx
    │   │   ├── Boss.aspx.cs
    │   │   ├── CreateBill.aspx
    │   │   ├── CreateBill.aspx.cs
    │   │   ├── Default.aspx
    │   │   ├── Default.aspx.cs
    │   │   ├── Finance.aspx
    │   │   ├── Finance.aspx.cs
    │   │   ├── OutMoney.aspx
    │   │   ├── OutMoney.aspx.cs
    │   │   ├── PayBox.aspx
    │   │   ├── PayBox.aspx.cs
    │   │   ├── index.aspx
    │   │   └── index.aspx.cs
    │   ├── HuiYiGuanLi
    │   │   ├── addhuiyi.aspx
    │   │   ├── addhuiyi.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── tishi.aspx
    │   │   └── tishi.aspx.cs
    │   ├── LeiBie
    │   │   ├── addJiGou.aspx
    │   │   ├── addJiGou.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── upJiGou.aspx
    │   │   └── upJiGou.aspx.cs
    │   ├── List.aspx
    │   ├── List.aspx.cs
    │   ├── Trace.log
    │   ├── Web.config
    │   ├── XingZhengBanGong
    │   │   └── index.aspx
    │   ├── YouJian
    │   │   ├── LaJiXiang.aspx
    │   │   ├── LaJiXiang.aspx.cs
    │   │   ├── dxtb
    │   │   │   ├── editor.css
    │   │   │   ├── editor.js
    │   │   │   ├── help.html
    │   │   │   ├── images
    │   │   │   │   ├── Help.gif
    │   │   │   │   ├── Previous.gif
    │   │   │   │   ├── Rect.gif
    │   │   │   │   ├── about.gif
    │   │   │   │   ├── ad.gif
    │   │   │   │   ├── aleft.gif
    │   │   │   │   ├── aright.gif
    │   │   │   │   ├── bold.gif
    │   │   │   │   ├── bullist.gif
    │   │   │   │   ├── center.gif
    │   │   │   │   ├── cleancode.gif
    │   │   │   │   ├── closedfolder.gif
    │   │   │   │   ├── code.gif
    │   │   │   │   ├── copy.gif
    │   │   │   │   ├── cut.gif
    │   │   │   │   ├── delete.gif
    │   │   │   │   ├── deletecolumn.gif
    │   │   │   │   ├── deleterow.gif
    │   │   │   │   ├── fbcolor.gif
    │   │   │   │   ├── fgcolor.gif
    │   │   │   │   ├── guest_pic.gif
    │   │   │   │   ├── hr.gif
    │   │   │   │   ├── ico.gif
    │   │   │   │   ├── img.gif
    │   │   │   │   ├── indent.gif
    │   │   │   │   ├── insertcolumn.gif
    │   │   │   │   ├── insertpage.gif
    │   │   │   │   ├── insertrow.gif
    │   │   │   │   ├── italic.gif
    │   │   │   │   ├── line.gif
    │   │   │   │   ├── minus.gif
    │   │   │   │   ├── mode.design.gif
    │   │   │   │   ├── mode.html.gif
    │   │   │   │   ├── mode.view.gif
    │   │   │   │   ├── mov.gif
    │   │   │   │   ├── numlist.gif
    │   │   │   │   ├── openedfolder.gif
    │   │   │   │   ├── outdent.gif
    │   │   │   │   ├── paste.gif
    │   │   │   │   ├── plus.gif
    │   │   │   │   ├── quote.gif
    │   │   │   │   ├── redo.gif
    │   │   │   │   ├── removeFormat.gif
    │   │   │   │   ├── replace.gif
    │   │   │   │   ├── rm.gif
    │   │   │   │   ├── selectAll.gif
    │   │   │   │   ├── separator.gif
    │   │   │   │   ├── spacer.gif
    │   │   │   │   ├── specialchar.gif
    │   │   │   │   ├── strikethrough.gif
    │   │   │   │   ├── subscript.gif
    │   │   │   │   ├── supermaster_pic.gif
    │   │   │   │   ├── superscript.gif
    │   │   │   │   ├── swf.gif
    │   │   │   │   ├── table.gif
    │   │   │   │   ├── top_bg1.gif
    │   │   │   │   ├── underline.gif
    │   │   │   │   ├── undo.gif
    │   │   │   │   ├── unlink.gif
    │   │   │   │   ├── upload.gif
    │   │   │   │   ├── wlink.gif
    │   │   │   │   └── wmv.gif
    │   │   │   ├── main.js
    │   │   │   ├── nc_selcolor.htm
    │   │   │   ├── pop.css
    │   │   │   ├── replace.html
    │   │   │   ├── rm.htm
    │   │   │   ├── selcolor.html
    │   │   │   ├── specialchar.html
    │   │   │   ├── swf.htm
    │   │   │   ├── table.html
    │   │   │   └── wmv.htm
    │   │   ├── faJianXiang.aspx
    │   │   ├── faJianXiang.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── xieYouJian.aspx
    │   │   ├── xieYouJian.aspx.cs
    │   │   ├── yuedu.aspx
    │   │   └── yuedu.aspx.cs
    │   ├── YuanGong
    │   │   ├── XuanZeJiGou.aspx
    │   │   ├── XuanZeJiGou.aspx.cs
    │   │   ├── addYuanGong.aspx
    │   │   ├── addYuanGong.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── updateYuanGong.aspx
    │   │   └── updateYuanGong.aspx.cs
    │   ├── a.html
    │   ├── acl
    │   │   ├── addorUpdatepermission.ashx
    │   │   ├── delPermission.ashx
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   └── selectcal.ashx
    │   ├── b.html
    │   ├── cheliang
    │   │   ├── addCheLiang.aspx
    │   │   ├── addCheLiang.aspx.cs
    │   │   ├── chakan.aspx
    │   │   ├── chakan.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── updatecheliang.aspx
    │   │   └── updatecheliang.aspx.cs
    │   ├── chetupian
    │   │   ├── Vista_蓝色.jpg
    │   │   ├── 婚纱.jpg
    │   │   ├── 花伞.jpg
    │   │   └── 宽屏壁纸a.jpg
    │   ├── css
    │   │   ├── StyleSheet.css
    │   │   ├── calendar-hilite.gif
    │   │   ├── calendar-icon.gif
    │   │   ├── calendar-next.gif
    │   │   ├── calendar-prev.gif
    │   │   ├── calendar-td.gif
    │   │   ├── calendar-valid.gif
    │   │   ├── calendar.css
    │   │   ├── calendar.png
    │   │   ├── commont.css
    │   │   ├── dashboard-icon.gif
    │   │   ├── dashboard-next.gif
    │   │   ├── dashboard-prev.gif
    │   │   ├── dashboard.css
    │   │   ├── dashboard.png
    │   │   ├── i-heart-ny-active.gif
    │   │   ├── i-heart-ny-icon.gif
    │   │   ├── i-heart-ny-inactive.gif
    │   │   ├── i-heart-ny-invalid.gif
    │   │   ├── i-heart-ny-next.png
    │   │   ├── i-heart-ny-prev.png
    │   │   ├── i-heart-ny.css
    │   │   ├── i-heart-ny.png
    │   │   ├── iframe.css
    │   │   └── publict.css
    │   ├── frame
    │   │   ├── a.htm
    │   │   ├── left.aspx
    │   │   ├── left.aspx.cs
    │   │   ├── main.htm
    │   │   ├── midframe.htm
    │   │   ├── switchframe.html
    │   │   ├── top.aspx
    │   │   └── top.aspx.cs
    │   ├── images
    │   │   ├── 001.gif
    │   │   ├── 002.gif
    │   │   ├── 003.gif
    │   │   ├── 11.gif
    │   │   ├── 22.gif
    │   │   ├── 33.gif
    │   │   ├── a.jpg
    │   │   ├── b.jpg
    │   │   ├── back.gif
    │   │   ├── bg.gif
    │   │   ├── bg.png
    │   │   ├── button
    │   │   │   ├── clspwd.gif
    │   │   │   ├── delete.gif
    │   │   │   ├── left_arrow.gif
    │   │   │   ├── remind.gif
    │   │   │   ├── reset.gif
    │   │   │   ├── right_arrow.gif
    │   │   │   ├── save1.gif
    │   │   │   ├── savecon.gif
    │   │   │   ├── saveexi.gif
    │   │   │   ├── schtime.gif
    │   │   │   └── sexit.gif
    │   │   ├── c.jpg
    │   │   ├── center_bg.png
    │   │   ├── d.jpg
    │   │   ├── del.gif
    │   │   ├── dl.gif
    │   │   ├── e.jpg
    │   │   ├── edt.gif
    │   │   ├── first.gif
    │   │   ├── go.gif
    │   │   ├── last.gif
    │   │   ├── left_bg.png
    │   │   ├── list1.png
    │   │   ├── login.jpg
    │   │   ├── login.png
    │   │   ├── login_01.jpg
    │   │   ├── login_02.gif
    │   │   ├── login_05.gif
    │   │   ├── login_06.gif
    │   │   ├── login_07.gif
    │   │   ├── login_08.gif
    │   │   ├── login_09.gif
    │   │   ├── login_09_1.gif
    │   │   ├── login_10.gif
    │   │   ├── login_10_1.gif
    │   │   ├── login_11.gif
    │   │   ├── login_12.gif
    │   │   ├── logo2.jpg
    │   │   ├── main_01.gif
    │   │   ├── main_02.gif
    │   │   ├── main_03.gif
    │   │   ├── main_05.gif
    │   │   ├── main_06.gif
    │   │   ├── main_07.gif
    │   │   ├── main_07_1.gif
    │   │   ├── main_08.gif
    │   │   ├── main_08_1.gif
    │   │   ├── main_09.gif
    │   │   ├── main_10.gif
    │   │   ├── main_10_1.gif
    │   │   ├── main_11.gif
    │   │   ├── main_11_1.gif
    │   │   ├── main_12.gif
    │   │   ├── main_12_1.gif
    │   │   ├── main_13.gif
    │   │   ├── main_13_1.gif
    │   │   ├── main_14.gif
    │   │   ├── main_14_1.gif
    │   │   ├── main_15.gif
    │   │   ├── main_16.gif
    │   │   ├── main_18.gif
    │   │   ├── main_24.gif
    │   │   ├── main_26.gif
    │   │   ├── main_28.gif
    │   │   ├── main_29.gif
    │   │   ├── main_34.gif
    │   │   ├── main_35.gif
    │   │   ├── main_37.gif
    │   │   ├── main_41.gif
    │   │   ├── main_41_1.gif
    │   │   ├── main_43.gif
    │   │   ├── main_45.gif
    │   │   ├── main_46.gif
    │   │   ├── main_48.gif
    │   │   ├── main_50.gif
    │   │   ├── main_51.gif
    │   │   ├── moren.jpg
    │   │   ├── next.gif
    │   │   ├── switch_left.gif
    │   │   ├── switch_right.gif
    │   │   ├── tab_03.gif
    │   │   ├── tab_05.gif
    │   │   ├── tab_07.gif
    │   │   ├── tab_12.gif
    │   │   ├── tab_15.gif
    │   │   ├── tab_17.gif
    │   │   ├── tab_18.gif
    │   │   ├── tab_19.gif
    │   │   ├── tab_20.gif
    │   │   ├── tb.gif
    │   │   ├── tong.jpg
    │   │   ├── top.png
    │   │   ├── top_5.gif
    │   │   ├── top_7.gif
    │   │   ├── topbg.gif
    │   │   ├── tree.gif
    │   │   └── user.gif
    │   ├── jiaoSe
    │   │   ├── addjiaose.aspx
    │   │   ├── addjiaose.aspx.cs
    │   │   ├── index.aspx
    │   │   └── index.aspx.cs
    │   ├── js
    │   │   ├── CreateControl.js
    │   │   ├── JScript.js
    │   │   ├── JScript2.js
    │   │   ├── calendar.js
    │   │   ├── calendar.rc4.js
    │   │   ├── jquery-1.2.6.js
    │   │   ├── mimaxiugai.js
    │   │   └── mootools.js
    │   ├── jslib
    │   │   └── calendar.png
    │   ├── left.aspx
    │   ├── left.aspx.cs
    │   ├── login.aspx
    │   ├── login.aspx.cs
    │   ├── main.htm
    │   ├── midframe.htm
    │   ├── module
    │   │   ├── addModule.aspx
    │   │   ├── addModule.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── upmuban.aspx
    │   │   └── upmuban.aspx.cs
    │   ├── read.txt
    │   ├── renYuanDangAn
    │   │   ├── DesignReport.aspx
    │   │   ├── DesignReportSave.aspx
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── xmlCustomer.aspx
    │   │   ├── yuanGongXinXiDiErZhong.aspx
    │   │   ├── yuanGongXinXiDiErZhong.htm
    │   │   ├── yuangongbiao.aspx
    │   │   ├── yuangongbiao.grf
    │   │   └── yuangongbiaoDiYiZhong.htm
    │   ├── switchframe.html
    │   ├── top.aspx
    │   ├── top.aspx.cs
    │   ├── user
    │   │   ├── Default.aspx
    │   │   ├── Default.aspx.cs
    │   │   ├── adduser.aspx
    │   │   ├── adduser.aspx.cs
    │   │   ├── adduserjiaoSe.aspx
    │   │   ├── adduserjiaoSe.aspx.cs
    │   │   ├── chooserole.aspx
    │   │   ├── chooserole.aspx.cs
    │   │   ├── index.aspx
    │   │   ├── index.aspx.cs
    │   │   ├── updateuser.aspx
    │   │   └── updateuser.aspx.cs
    │   ├── userxinxi
    │   │   ├── yonghuxinxi.aspx
    │   │   └── yonghuxinxi.aspx.cs
    │   └── xiTong
    │       ├── index.aspx
    │       ├── index.aspx.cs
    │       ├── panduan.ashx
    │       └── yanzheng.ashx
    ├── 权限管理.doc
    └── 关于位运算.txt

201 directories, 1141 files


实例下载地址

C#语言开发OA系统含数据库

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警