在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# 车辆管理系统源码.rar

C# 车辆管理系统源码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:23.06M
  • 下载次数:17
  • 浏览次数:142
  • 发布时间:2021-11-20
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
车辆派车系统源码 开发环境为:vs2010 数据库为SQL2005 包含所有源代码及数据库文件,能正常部署运行 功能描述: 实现车辆管理的普通功能,车辆派车(该系统的主要功能),全程流程短信通知及短信审核,实现对移动车务通GPS接口,完全监控车辆动态 详细描述: 主功能有:报表系统,用车审批,维修审批,委托,驾驶员,流程管理,动态查询,车辆管理,员工管理,管理中心,系统设置
【实例截图】
【核心代码】
16359647662650446407.rar
├── data
│   ├── SQL2005
│   │   ├── CarManage_log.LDF
│   │   ├── CarManage.mdf
│   │   └── GPS数据库
│   │   ├── ydGPS_log.ldf
│   │   └── ydGPS.mdf
│   └── SQL2008
│   ├── CarManage_log.LDF
│   ├── CarManage.mdf
│   └── GPS数据库
│   ├── ydGPS_log.ldf
│   └── ydGPS.mdf
├── WebService
│   ├── WebService
│   │   ├── bin
│   │   │   ├── Car.BLL.dll
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.DAL.dll
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.Model.dll
│   │   │   ├── sms_cfg.ini
│   │   │   ├── smsdll.dll
│   │   │   ├── WebService.dll
│   │   │   └── WebService.pdb
│   │   ├── DAL.cs
│   │   ├── FaSong.cs
│   │   ├── MAS.asmx
│   │   ├── MAS.asmx.cs
│   │   ├── MasClass.cs
│   │   ├── Model.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Package
│   │   │   │   └── PackageTmp
│   │   │   │   ├── bin
│   │   │   │   │   ├── Car.BLL.dll
│   │   │   │   │   ├── Car.Common.dll
│   │   │   │   │   ├── Car.DAL.dll
│   │   │   │   │   ├── Car.DBUtility.dll
│   │   │   │   │   ├── Car.Model.dll
│   │   │   │   │   ├── WebService.dll
│   │   │   │   │   └── WebService.pdb
│   │   │   │   ├── MAS.asmx
│   │   │   │   └── Web.config
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Service References.ServiceReference1.Reference.cs.dll
│   │   │   ├── TransformWebConfig
│   │   │   │   ├── original
│   │   │   │   │   └── Web.config
│   │   │   │   └── transformed
│   │   │   │   └── Web.config
│   │   │   ├── WebService.csproj.FileListAbsolute.txt
│   │   │   ├── WebService.dll
│   │   │   └── WebService.pdb
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Service References
│   │   │   └── ServiceReference1
│   │   │   ├── configuration91.svcinfo
│   │   │   ├── configuration.svcinfo
│   │   │   ├── MAS1.disco
│   │   │   ├── MAS1.wsdl
│   │   │   ├── Reference.cs
│   │   │   └── Reference.svcmap
│   │   ├── SH.cs
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   ├── WebService.csproj
│   │   ├── WebService.csproj.user
│   │   └── WebService.Publish.xml
│   ├── WebService.sln
│   └── WebService.suo
├── zyMobile
│   ├── BLL
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Car.BLL.dll
│   │   │   ├── Car.BLL.pdb
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.Common.pdb
│   │   │   ├── Car.DAL.dll
│   │   │   ├── Car.DAL.pdb
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.DBUtility.pdb
│   │   │   ├── Car.Model.dll
│   │   │   ├── Car.Model.pdb
│   │   │   ├── COM.Excel.dll
│   │   │   ├── Excel.dll
│   │   │   ├── IBatisNet.Common.dll
│   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── office.dll
│   │   │   ├── OpenSmtp.dll
│   │   │   └── System.Data.SQLite.dll
│   │   ├── BLL.csproj
│   │   ├── BLL.csproj.user
│   │   ├── bug.cs
│   │   ├── CarBx.cs
│   │   ├── CarInfo.cs
│   │   ├── CarPj.cs
│   │   ├── CarSg.cs
│   │   ├── CarUse.cs
│   │   ├── CarWx.cs
│   │   ├── CarWxsm.cs
│   │   ├── CarWz.cs
│   │   ├── CcBz.cs
│   │   ├── CcBzMoney.cs
│   │   ├── File.cs
│   │   ├── FlowBz.cs
│   │   ├── FlowChart.cs
│   │   ├── FlowSqd.cs
│   │   ├── FlowType.cs
│   │   ├── Jsyda.cs
│   │   ├── Jsyjq.cs
│   │   ├── Jsypb.cs
│   │   ├── ListType.cs
│   │   ├── MAS.cs
│   │   ├── Menu.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   │   ├── Car.BLL.dll
│   │   │   ├── Car.BLL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Part.cs
│   │   ├── Power.cs
│   │   ├── PowerUser.cs
│   │   ├── PowerWt.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QjInfo.cs
│   │   ├── SysManage.cs
│   │   ├── UserInfo.cs
│   │   └── XcRz.cs
│   ├── Common
│   │   ├── Assistant.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.Common.pdb
│   │   │   ├── COM.Excel.dll
│   │   │   ├── Excel.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── office.dll
│   │   │   ├── OpenSmtp.dll
│   │   │   └── OWC10Chart.dll
│   │   ├── ChartHelper.cs
│   │   ├── Common.csproj
│   │   ├── Common.csproj.user
│   │   ├── ConfigHelper.cs
│   │   ├── DataCache.cs
│   │   ├── DataToExcel.cs
│   │   ├── DEncrypt
│   │   │   ├── DEncrypt.cs
│   │   │   ├── DESEncrypt.cs
│   │   │   ├── HashEncode.cs
│   │   │   ├── RSACryption.cs
│   │   │   └── vssver2.scc
│   │   ├── HttpProc.cs
│   │   ├── INIFile.cs
│   │   ├── MailSender.cs
│   │   ├── MessageBox.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.Common.pdb
│   │   │   ├── Common.csproj.FileListAbsolute.txt
│   │   │   ├── Common.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── PageBase.cs
│   │   ├── PageValidate.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RMB.cs
│   │   ├── StringPlus.cs
│   │   ├── TimeParser.cs
│   │   ├── UrlOper.cs
│   │   ├── vssver2.scc
│   │   └── zyMobile.suo
│   ├── DAL
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.Common.pdb
│   │   │   ├── Car.DAL.dll
│   │   │   ├── Car.DAL.pdb
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.DBUtility.pdb
│   │   │   ├── Car.Model.dll
│   │   │   ├── Car.Model.pdb
│   │   │   ├── COM.Excel.dll
│   │   │   ├── Excel.dll
│   │   │   ├── IBatisNet.Common.dll
│   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── office.dll
│   │   │   ├── OpenSmtp.dll
│   │   │   └── System.Data.SQLite.dll
│   │   ├── bug.cs
│   │   ├── CarBx.cs
│   │   ├── CarInfo.cs
│   │   ├── CarPj.cs
│   │   ├── CarSg.cs
│   │   ├── CarUse.cs
│   │   ├── CarWx.cs
│   │   ├── CarWxsm.cs
│   │   ├── CarWz.cs
│   │   ├── CcBz.cs
│   │   ├── CcBzMoney.cs
│   │   ├── DAL.csproj
│   │   ├── DAL.csproj.user
│   │   ├── File.cs
│   │   ├── FlowBz.cs
│   │   ├── FlowChart.cs
│   │   ├── FlowSqd.cs
│   │   ├── FlowType.cs
│   │   ├── Jsyda.cs
│   │   ├── Jsyjq.cs
│   │   ├── Jsypb.cs
│   │   ├── ListType.cs
│   │   ├── MAS.cs
│   │   ├── Menu.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Car.DAL.dll
│   │   │   ├── Car.DAL.pdb
│   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Part.cs
│   │   ├── Power.cs
│   │   ├── PowerUser.cs
│   │   ├── PowerWt.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QjInfo.cs
│   │   ├── SysManage.cs
│   │   ├── UserInfo.cs
│   │   └── XcRz.cs
│   ├── DBUtility
│   │   ├── BaseSqlMapDao.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.DBUtility.pdb
│   │   │   ├── IBatisNet.Common.dll
│   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   ├── MySql.Data.dll
│   │   │   └── System.Data.SQLite.DLL
│   │   ├── CommandInfo.cs
│   │   ├── DbHelperMySQL.cs
│   │   ├── DbHelperOleDb.cs
│   │   ├── DbHelperOra.cs
│   │   ├── DbHelperSQL2.cs
│   │   ├── DbHelperSQL.cs
│   │   ├── DbHelperSQLite.cs
│   │   ├── DbHelperSQLP.cs
│   │   ├── DBUtility.csproj
│   │   ├── DBUtility.csproj.user
│   │   ├── DESEncrypt.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.DBUtility.pdb
│   │   │   ├── DBUtility.csproj.FileListAbsolute.txt
│   │   │   ├── DBUtility.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── OracleHelper.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PubConstant.cs
│   │   ├── SQLHelper.cs
│   │   └── zyMobile.suo
│   ├── FileManager
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── FileManager.dll
│   │   │   ├── FileManager.pdb
│   │   │   └── ICSharpCode.SharpZipLib.dll
│   │   ├── FileManager.csproj
│   │   ├── FileSystemItem.cs
│   │   ├── FileSystemManager.cs
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── FileManager.csproj.FileListAbsolute.txt
│   │   │   │   ├── FileManager.dll
│   │   │   │   ├── FileManager.pdb
│   │   │   │   ├── Refactor
│   │   │   │   │   └── FileManager.dll
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── FileManager.csproj.FileListAbsolute.txt
│   │   │   └── FileManager.csproj.FileList.txt
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Lib
│   │   ├── COM.Excel.dll
│   │   ├── Excel.dll
│   │   ├── IBatisNet.Common.dll
│   │   ├── IBatisNet.DataMapper.dll
│   │   ├── LTP.Accounts.dll
│   │   ├── LTP.Accounts.txt
│   │   ├── LtpPageControl.dll
│   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   ├── MySql.Data.dll
│   │   ├── OpenSmtp.dll
│   │   ├── OWC10Chart.dll
│   │   ├── System.Data.SQLite.DLL
│   │   └── System.Data.SQLite.lib
│   ├── Model
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Car.Model.dll
│   │   │   └── Car.Model.pdb
│   │   ├── bug.cs
│   │   ├── CarBx.cs
│   │   ├── CarInfo.cs
│   │   ├── CarPj.cs
│   │   ├── CarSg.cs
│   │   ├── CarUse.cs
│   │   ├── CarWx.cs
│   │   ├── CarWxsm.cs
│   │   ├── CarWz.cs
│   │   ├── CcBz.cs
│   │   ├── CcBzMoney.cs
│   │   ├── File.cs
│   │   ├── FlowBz.cs
│   │   ├── FlowChart.cs
│   │   ├── FlowSqd.cs
│   │   ├── FlowType.cs
│   │   ├── Jsyda.cs
│   │   ├── Jsyjq.cs
│   │   ├── Jsypb.cs
│   │   ├── ListType.cs
│   │   ├── MAS.cs
│   │   ├── Menu.cs
│   │   ├── Model.csproj
│   │   ├── Model.csproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Car.Model.dll
│   │   │   ├── Car.Model.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   └── TempPE
│   │   ├── Part.cs
│   │   ├── Power.cs
│   │   ├── PowerUser.cs
│   │   ├── PowerWt.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QjInfo.cs
│   │   ├── SysNode.cs
│   │   ├── UserInfo.cs
│   │   └── XcRz.cs
│   ├── NavMenu
│   │   ├── Attributes
│   │   │   ├── NavMenuItem.cs
│   │   │   ├── NavMenuItems.cs
│   │   │   ├── NavMenuSubItem.cs
│   │   │   └── NavMenuSubItems.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── NavMenu.dll
│   │   │   └── NavMenu.pdb
│   │   ├── Converter
│   │   │   ├── CssFilePathConverter.cs
│   │   │   ├── NavMenuItemConverter.cs
│   │   │   └── NavMenuSubItemConverter.cs
│   │   ├── CSS
│   │   │   └── NavMenu.css
│   │   ├── Designer
│   │   │   └── NavMenuDesigner.cs
│   │   ├── Editor
│   │   │   ├── CssUrlEditor.cs
│   │   │   ├── NavMenuItemEditor.cs
│   │   │   └── NavMenuSubItemEditor.cs
│   │   ├── Javascript
│   │   │   └── NavMenu.js
│   │   ├── NavMenu.bmp
│   │   ├── NavMenu.cs
│   │   ├── NavMenu.csproj
│   │   ├── NavMenu.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── NavMenu.csproj.FileListAbsolute.txt
│   │   │   │   ├── NavMenu.CSS.NavMenu.css
│   │   │   │   ├── NavMenu.dll
│   │   │   │   ├── NavMenu.Javascript.NavMenu.js
│   │   │   │   ├── NavMenu.NavMenu.bmp
│   │   │   │   ├── NavMenu.pdb
│   │   │   │   └── TempPE
│   │   │   ├── NavMenu.csproj.FileListAbsolute.txt
│   │   │   └── NavMenu.csproj.FileList.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Thumbs.db
│   ├── Web
│   │   ├── 404.htm
│   │   ├── Ascx
│   │   │   ├── cGoogleMap.cs
│   │   │   ├── GoogleMapForASPNet.ascx
│   │   │   ├── GoogleMapForASPNet.ascx.cs
│   │   │   ├── GoogleMapForASPNet.ascx.designer.cs
│   │   │   ├── GService.asmx
│   │   │   ├── GService.asmx.cs
│   │   │   ├── Loading.ascx
│   │   │   ├── Loading.ascx.cs
│   │   │   ├── Loading.ascx.designer.cs
│   │   │   ├── sqdxx.ascx
│   │   │   ├── sqdxx.ascx.cs
│   │   │   ├── sqdxx.ascx.designer.cs
│   │   │   ├── wxdxx.ascx
│   │   │   ├── wxdxx.ascx.cs
│   │   │   └── wxdxx.ascx.designer.cs
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── AspNetPager.dll
│   │   │   ├── Car.BLL.dll
│   │   │   ├── Car.BLL.pdb
│   │   │   ├── Car.Common.dll
│   │   │   ├── Car.Common.pdb
│   │   │   ├── Car.DAL.dll
│   │   │   ├── Car.DAL.pdb
│   │   │   ├── Car.DBUtility.dll
│   │   │   ├── Car.DBUtility.pdb
│   │   │   ├── Car.Model.dll
│   │   │   ├── Car.Model.pdb
│   │   │   ├── Car.Web.dll
│   │   │   ├── Car.Web.pdb
│   │   │   ├── Chartlet.dll
│   │   │   ├── COM.Excel.dll
│   │   │   ├── CuteEditor.lic
│   │   │   ├── EeekSoft.Web.PopupWin.dll
│   │   │   ├── Excel.dll
│   │   │   ├── FileManager.dll
│   │   │   ├── FileManager.pdb
│   │   │   ├── IBatisNet.Common.dll
│   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── Interop.Microsoft.Office.Interop.Excel.dll
│   │   │   ├── LTP.Accounts.dll
│   │   │   ├── LtpPageControl.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── NavMenu.dll
│   │   │   ├── NavMenu.pdb
│   │   │   ├── office.dll
│   │   │   ├── OpenSmtp.dll
│   │   │   ├── OWC10Chart.dll
│   │   │   ├── PdfViewer.dll
│   │   │   ├── sms_cfg.ini
│   │   │   ├── smsdll.dll
│   │   │   ├── System.Data.SQLite.dll
│   │   │   ├── wp.DBUtility.dll
│   │   │   └── wp.DBUtility.pdb
│   │   ├── BUG.aspx
│   │   ├── BUG.aspx.cs
│   │   ├── BUG.aspx.designer.cs
│   │   ├── CarGl
│   │   │   ├── AddCar.aspx
│   │   │   ├── AddCar.aspx.cs
│   │   │   ├── AddCar.aspx.designer.cs
│   │   │   ├── AddCarbx.aspx
│   │   │   ├── AddCarbx.aspx.cs
│   │   │   ├── AddCarbx.aspx.designer.cs
│   │   │   ├── AddCarshigu.aspx
│   │   │   ├── AddCarshigu.aspx.cs
│   │   │   ├── AddCarshigu.aspx.designer.cs
│   │   │   ├── AddCarwz.aspx
│   │   │   ├── AddCarwz.aspx.cs
│   │   │   ├── AddCarwz.aspx.designer.cs
│   │   │   ├── Carbx.aspx
│   │   │   ├── Carbx.aspx.cs
│   │   │   ├── Carbx.aspx.designer.cs
│   │   │   ├── CarInfo.aspx
│   │   │   ├── CarInfo.aspx.cs
│   │   │   ├── CarInfo.aspx.designer.cs
│   │   │   ├── carreader.aspx
│   │   │   ├── carreader.aspx.cs
│   │   │   ├── carreader.aspx.designer.cs
│   │   │   ├── Carshigu.aspx
│   │   │   ├── Carshigu.aspx.cs
│   │   │   ├── Carshigu.aspx.designer.cs
│   │   │   ├── CarWz.aspx
│   │   │   ├── CarWz.aspx.cs
│   │   │   └── CarWz.aspx.designer.cs
│   │   ├── Common
│   │   │   ├── AsynArrayList.cs.cs
│   │   │   ├── Cookie.cs
│   │   │   ├── FlowCheck.cs
│   │   │   ├── MAS.asmx
│   │   │   ├── MAS.asmx.cs
│   │   │   ├── MAS.cs
│   │   │   ├── MessageBox.cs
│   │   │   ├── othercheck.cs
│   │   │   ├── PinyinHelper.cs
│   │   │   ├── qj.cs
│   │   │   ├── SqlHelper.cs
│   │   │   ├── SqlListPage.cs
│   │   │   ├── UserCenter.cs
│   │   │   ├── wx.cs
│   │   │   └── yc.cs
│   │   ├── Css
│   │   │   └── site.css
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.designer.cs
│   │   ├── Error01.htm
│   │   ├── Error.aspx
│   │   ├── Error.aspx.cs
│   │   ├── Error.aspx.designer.cs
│   │   ├── Flow
│   │   │   ├── AddFlow.aspx
│   │   │   ├── AddFlow.aspx.cs
│   │   │   ├── AddFlow.aspx.designer.cs
│   │   │   ├── AddPowerAllWt.aspx
│   │   │   ├── AddPowerAllWt.aspx.cs
│   │   │   ├── AddPowerAllWt.aspx.designer.cs
│   │   │   ├── AddPowerWt.aspx
│   │   │   ├── AddPowerWt.aspx.cs
│   │   │   ├── AddPowerWt.aspx.designer.cs
│   │   │   ├── Flowchart.aspx
│   │   │   ├── Flowchart.aspx.cs
│   │   │   ├── Flowchart.aspx.designer.cs
│   │   │   ├── FlowchartReader.aspx
│   │   │   ├── FlowchartReader.aspx.cs
│   │   │   ├── FlowchartReader.aspx.designer.cs
│   │   │   ├── PowerAllWt.aspx
│   │   │   ├── PowerAllWt.aspx.cs
│   │   │   ├── PowerAllWt.aspx.designer.cs
│   │   │   ├── PowerWt.aspx
│   │   │   ├── PowerWt.aspx.cs
│   │   │   ├── PowerWt.aspx.designer.cs
│   │   │   ├── PowerWtBl.aspx
│   │   │   ├── PowerWtBl.aspx.cs
│   │   │   └── PowerWtBl.aspx.designer.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── GPS
│   │   │   ├── GPS.aspx
│   │   │   ├── GPS.aspx.cs
│   │   │   ├── GPS.aspx.designer.cs
│   │   │   ├── GPS_DW.aspx
│   │   │   ├── GPS_DW.aspx.cs
│   │   │   ├── GPS_DW.aspx.designer.cs
│   │   │   ├── GPS_HF.aspx
│   │   │   ├── GPS_HF.aspx.cs
│   │   │   ├── GPS_HF.aspx.designer.cs
│   │   │   ├── GPS_lc.aspx
│   │   │   ├── GPS_lc.aspx.cs
│   │   │   ├── GPS_lc.aspx.designer.cs
│   │   │   ├── GpsServer.asmx
│   │   │   ├── GpsServer.asmx.cs
│   │   │   ├── Images
│   │   │   │   ├── Car
│   │   │   │   │   ├── CarAlarm.gif
│   │   │   │   │   ├── CarAlarmOver.gif
│   │   │   │   │   ├── Car.gif
│   │   │   │   │   └── CarOver.gif
│   │   │   │   ├── car.js
│   │   │   │   └── icons
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── FireTruck.png
│   │   │   │   ├── golf.png
│   │   │   │   ├── horse.png
│   │   │   │   ├── pushpin-blue.png
│   │   │   │   ├── pushpin-yellow.png
│   │   │   │   ├── rain.png
│   │   │   │   ├── recycle.png
│   │   │   │   ├── RedCar.png
│   │   │   │   ├── SchoolBus.png
│   │   │   │   ├── snow.png
│   │   │   │   ├── storm.png
│   │   │   │   ├── sun.png
│   │   │   │   ├── Truck.png
│   │   │   │   └── YellowCar.png
│   │   │   └── JScript1.js
│   │   ├── GpsReport
│   │   │   ├── _bjfx.aspx
│   │   │   ├── bjfx.aspx
│   │   │   ├── _bjfx.aspx.cs
│   │   │   ├── bjfx.aspx.cs
│   │   │   ├── _bjfx.aspx.designer.cs
│   │   │   ├── bjfx.aspx.designer.cs
│   │   │   ├── bjmx.aspx
│   │   │   ├── bjmx.aspx.cs
│   │   │   ├── bjmx.aspx.designer.cs
│   │   │   ├── gjbj.aspx
│   │   │   ├── gjbj.aspx.cs
│   │   │   ├── gjbj.aspx.designer.cs
│   │   │   ├── _map.aspx
│   │   │   ├── _map.aspx.cs
│   │   │   ├── _map.aspx.designer.cs
│   │   │   ├── xssj.aspx
│   │   │   ├── xssj.aspx.cs
│   │   │   └── xssj.aspx.designer.cs
│   │   ├── Iframe
│   │   │   ├── Center.aspx
│   │   │   ├── Center.aspx.cs
│   │   │   ├── Center.aspx.designer.cs
│   │   │   ├── Down.aspx
│   │   │   ├── Down.aspx.cs
│   │   │   ├── Down.aspx.designer.cs
│   │   │   ├── Images
│   │   │   │   ├── Info.gif
│   │   │   │   ├── menu_action.gif
│   │   │   │   ├── menu_arrow1.gif
│   │   │   │   ├── menu_collapsed_create.gif
│   │   │   │   ├── menu_collapsed_data.gif
│   │   │   │   ├── menu_collapsed_fun.gif
│   │   │   │   ├── menu_collapsed_log.gif
│   │   │   │   ├── menu_collapsed_member.gif
│   │   │   │   ├── menu_collapsed_plugin.gif
│   │   │   │   ├── menu_collapsed_safety.gif
│   │   │   │   ├── menu_collapsed_sys3.gif
│   │   │   │   ├── menu_collapsed_sys.gif
│   │   │   │   ├── menu_collapsed_theme.gif
│   │   │   │   └── menu_title.gif
│   │   │   ├── Left.aspx
│   │   │   ├── Left.aspx.cs
│   │   │   ├── Left.aspx.designer.cs
│   │   │   ├── Middel.aspx
│   │   │   ├── Middel.aspx.cs
│   │   │   ├── Middel.aspx.designer.cs
│   │   │   ├── RightMain.Master
│   │   │   ├── RightMain.Master.cs
│   │   │   ├── RightMain.Master.designer.cs
│   │   │   ├── Top.aspx
│   │   │   ├── Top.aspx.cs
│   │   │   └── Top.aspx.designer.cs
│   │   ├── Images
│   │   │   ├── 404_01.gif
│   │   │   ├── 404_02.gif
│   │   │   ├── 404.jpg
│   │   │   ├── bgx.png
│   │   │   ├── buttonimage.gif
│   │   │   ├── icon
│   │   │   │   ├── 01.gif
│   │   │   │   ├── 02.gif
│   │   │   │   ├── 03.gif
│   │   │   │   ├── 04.gif
│   │   │   │   ├── 05.gif
│   │   │   │   ├── 06.gif
│   │   │   │   ├── 07.gif
│   │   │   │   ├── 08.gif
│   │   │   │   ├── 09.gif
│   │   │   │   ├── 10.gif
│   │   │   │   ├── 11.gif
│   │   │   │   ├── 12.gif
│   │   │   │   ├── 19.gif
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 20.gif
│   │   │   │   ├── 23.gif
│   │   │   │   ├── 24.gif
│   │   │   │   ├── 25.gif
│   │   │   │   ├── 27.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 31.gif
│   │   │   │   ├── 34.gif
│   │   │   │   ├── 35.gif
│   │   │   │   ├── 37.gif
│   │   │   │   ├── 38.gif
│   │   │   │   ├── 39.gif
│   │   │   │   ├── 3.gif
│   │   │   │   ├── 41.gif
│   │   │   │   ├── 42.gif
│   │   │   │   ├── 43.gif
│   │   │   │   ├── 44.gif
│   │   │   │   ├── 45.gif
│   │   │   │   ├── 46.gif
│   │   │   │   ├── 47.gif
│   │   │   │   ├── 4.gif
│   │   │   │   ├── 5.gif
│   │   │   │   ├── 6.gif
│   │   │   │   ├── 7.gif
│   │   │   │   ├── 8.gif
│   │   │   │   ├── 9.gif
│   │   │   │   ├── checked.gif
│   │   │   │   ├── database_go.png
│   │   │   │   ├── deled.gif
│   │   │   │   ├── falseIcon.gif
│   │   │   │   ├── f_asp.gif
│   │   │   │   ├── f_bas.gif
│   │   │   │   ├── f_bmp.gif
│   │   │   │   ├── f_cat.gif
│   │   │   │   ├── f_chm.gif
│   │   │   │   ├── f_cpp.gif
│   │   │   │   ├── f_ctl.gif
│   │   │   │   ├── f_dbx.gif
│   │   │   │   ├── f_dll.gif
│   │   │   │   ├── f_Doc.gif
│   │   │   │   ├── f_exe.gif
│   │   │   │   ├── f_frm.gif
│   │   │   │   ├── f_gif.gif
│   │   │   │   ├── f_hlp.gif
│   │   │   │   ├── f_htm.gif
│   │   │   │   ├── f_htt.gif
│   │   │   │   ├── File.gif
│   │   │   │   ├── f_ini.gif
│   │   │   │   ├── fj.gif
│   │   │   │   ├── f_jpg.gif
│   │   │   │   ├── f_mdb.gif
│   │   │   │   ├── f_media.gif
│   │   │   │   ├── f_mp3.gif
│   │   │   │   ├── f_nfo.gif
│   │   │   │   ├── f_pdf.gif
│   │   │   │   ├── f_png.gif
│   │   │   │   ├── f_rar.gif
│   │   │   │   ├── f_reg.gif
│   │   │   │   ├── f_rm.gif
│   │   │   │   ├── from.gif
│   │   │   │   ├── f_shtml.gif
│   │   │   │   ├── f_swf.gif
│   │   │   │   ├── f_txt.gif
│   │   │   │   ├── f_vbg.gif
│   │   │   │   ├── f_vbp.gif
│   │   │   │   ├── magnifier.png
│   │   │   │   ├── move.gif
│   │   │   │   ├── photos.png
│   │   │   │   ├── save.gif
│   │   │   │   ├── sl_one.gif
│   │   │   │   ├── sl_sc.gif
│   │   │   │   └── used_skin.png
│   │   │   ├── icons
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 34.gif
│   │   │   │   ├── add.png
│   │   │   │   ├── AdminLock.gif
│   │   │   │   ├── adminpop_bg.jpg
│   │   │   │   ├── AdminUnLock.gif
│   │   │   │   ├── ajaxclose.gif
│   │   │   │   ├── ajax-loader1.gif
│   │   │   │   ├── ajax-loader.gif
│   │   │   │   ├── ajax-loadersmall.gif
│   │   │   │   ├── car_plus.png
│   │   │   │   ├── car_repair.png
│   │   │   │   ├── close.gif
│   │   │   │   ├── close.png
│   │   │   │   ├── collapse.jpg
│   │   │   │   ├── down2.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── exclamation_red_frame.png
│   │   │   │   ├── expand.jpg
│   │   │   │   ├── f1_03.gif
│   │   │   │   ├── focus_bg.jpg
│   │   │   │   ├── hintbg1.gif
│   │   │   │   ├── hintbg2.gif
│   │   │   │   ├── hint.gif
│   │   │   │   ├── ju.jpg
│   │   │   │   ├── magnifier.png
│   │   │   │   ├── minus.png
│   │   │   │   ├── m_splitLine.gif
│   │   │   │   ├── ok.gif
│   │   │   │   ├── post_err.gif
│   │   │   │   ├── post_ok.gif
│   │   │   │   ├── right.gif
│   │   │   │   ├── selected.gif
│   │   │   │   ├── top2.gif
│   │   │   │   ├── top.gif
│   │   │   │   └── warri.gif
│   │   │   ├── images
│   │   │   │   ├── create_bg_01.jpg
│   │   │   │   ├── create_bg_02.jpg
│   │   │   │   ├── create_bg_04.jpg
│   │   │   │   ├── create_bg_05.jpg
│   │   │   │   ├── table1.png
│   │   │   │   ├── table2.png
│   │   │   │   └── table3.png
│   │   │   ├── images.jpg
│   │   │   ├── inputbg.gif
│   │   │   ├── Login
│   │   │   │   ├── a_te01.gif
│   │   │   │   ├── a_te02.gif
│   │   │   │   ├── ButtonGif.gif
│   │   │   │   ├── direct_blue.gif
│   │   │   │   ├── direct.gif
│   │   │   │   ├── down_list.gif
│   │   │   │   ├── help_info.gif
│   │   │   │   ├── hi.gif
│   │   │   │   ├── ico_state-1.gif
│   │   │   │   ├── index-contextmenu-setting.gif
│   │   │   │   ├── inputbg.gif
│   │   │   │   ├── left_nav_bg.jpg
│   │   │   │   ├── list_title.gif
│   │   │   │   ├── list_title_onclick.gif
│   │   │   │   ├── Loading.gif
│   │   │   │   ├── login_bg.jpg
│   │   │   │   ├── login_bottom_bg.jpg
│   │   │   │   ├── login_c.jpg
│   │   │   │   ├── login.css
│   │   │   │   ├── login_p_img02.gif
│   │   │   │   ├── login_p_img03.gif
│   │   │   │   ├── login_p_img04.gif
│   │   │   │   ├── login_p_img05.gif
│   │   │   │   ├── login_p_img11.gif
│   │   │   │   ├── login_submint.jpg
│   │   │   │   ├── login_title_icon.jpg
│   │   │   │   ├── login_top_bg.jpg
│   │   │   │   ├── lr1.gif
│   │   │   │   ├── lr2.gif
│   │   │   │   ├── manage_r2_c13.jpg
│   │   │   │   ├── manage_r2_c14.jpg
│   │   │   │   ├── manage_r2_c18.jpg
│   │   │   │   ├── manage_r2_c1.jpg
│   │   │   │   ├── manage_r3_c11.jpg
│   │   │   │   ├── manage_r5_c1.jpg
│   │   │   │   ├── manage_r6_c2.jpg
│   │   │   │   ├── manage_r7_c2.jpg
│   │   │   │   ├── manage_r9_c1.jpg
│   │   │   │   ├── member_t04.JPG
│   │   │   │   ├── nav_bg.jpg
│   │   │   │   ├── point07.gif
│   │   │   │   ├── return.gif
│   │   │   │   ├── slide.gif
│   │   │   │   ├── switch_left.gif
│   │   │   │   ├── switch_right.gif
│   │   │   │   ├── Top_001.gif
│   │   │   │   └── up_list.gif
│   │   │   ├── main
│   │   │   │   ├── 03131622.gif
│   │   │   │   ├── 03131639.gif
│   │   │   │   ├── 03131647.gif
│   │   │   │   ├── 03131648.gif
│   │   │   │   ├── 03131649.gif
│   │   │   │   ├── bg_s.gif
│   │   │   │   ├── clgl_03.gif
│   │   │   │   ├── clgl_05.gif
│   │   │   │   ├── clgl_07.gif
│   │   │   │   ├── clgl_09.gif
│   │   │   │   ├── clgl_12.gif
│   │   │   │   ├── clgl_14.gif
│   │   │   │   ├── clgl_22.gif
│   │   │   │   ├── clgl_24.gif
│   │   │   │   ├── clgl_26.gif
│   │   │   │   ├── clgl_28.gif
│   │   │   │   ├── clgl_30.gif
│   │   │   │   ├── clgl_32.gif
│   │   │   │   ├── clgl_41.gif
│   │   │   │   ├── clgl_44.gif
│   │   │   │   ├── clgl_47.gif
│   │   │   │   ├── left_tree.gif
│   │   │   │   ├── main_01.gif
│   │   │   │   ├── main_04.gif
│   │   │   │   ├── main_06.gif
│   │   │   │   ├── main_07.gif
│   │   │   │   ├── main_08.gif
│   │   │   │   ├── main_09.gif
│   │   │   │   ├── main_11.gif
│   │   │   │   ├── main_12.gif
│   │   │   │   ├── main_14.gif
│   │   │   │   ├── main_16.gif
│   │   │   │   ├── main_18.gif
│   │   │   │   ├── main_21.gif
│   │   │   │   ├── main_23.gif
│   │   │   │   ├── main_26_1.gif
│   │   │   │   ├── main_26.gif
│   │   │   │   ├── main_27.gif
│   │   │   │   ├── main_28.gif
│   │   │   │   ├── main_29_1.gif
│   │   │   │   ├── main_30_1.gif
│   │   │   │   ├── main_30.gif
│   │   │   │   ├── main_31_1.gif
│   │   │   │   ├── main_31.gif
│   │   │   │   ├── main_38.gif
│   │   │   │   ├── main_40.gif
│   │   │   │   ├── main_42.gif
│   │   │   │   ├── main_45.gif
│   │   │   │   ├── main_47.gif
│   │   │   │   ├── main_49.gif
│   │   │   │   ├── main_51.gif
│   │   │   │   ├── newtitle_1.gif
│   │   │   │   └── newtitle_2.gif
│   │   │   ├── messagebox
│   │   │   │   ├── black
│   │   │   │   │   ├── button_cancel.gif
│   │   │   │   │   ├── button_ok.gif
│   │   │   │   │   ├── messagebox.css
│   │   │   │   │   └── window_title.jpg
│   │   │   │   └── blue
│   │   │   │   ├── buttons.gif
│   │   │   │   ├── messagebox.css
│   │   │   │   └── window_title.gif
│   │   │   ├── NewLogin
│   │   │   │   ├── 01.gif
│   │   │   │   ├── login_bg.gif
│   │   │   │   ├── login_bg - 副本.gif
│   │   │   │   ├── login.css
│   │   │   │   ├── login.gif
│   │   │   │   ├── login - 副本.gif
│   │   │   │   ├── logo.gif
│   │   │   │   ├── logo.png
│   │   │   │   ├── main_11.gif
│   │   │   │   ├── top_10.gif
│   │   │   │   ├── top_11.gif
│   │   │   │   ├── top_1.gif
│   │   │   │   ├── top_2.gif
│   │   │   │   ├── top_3.gif
│   │   │   │   ├── top_4.gif
│   │   │   │   ├── top_5.ico
│   │   │   │   ├── top_6.gif
│   │   │   │   ├── top_7.gif
│   │   │   │   ├── top_8.gif
│   │   │   │   ├── top_9.gif
│   │   │   │   ├── tops_5.gif
│   │   │   │   └── userLogin_button.gif
│   │   │   ├── NewMain
│   │   │   │   ├── index_01.gif
│   │   │   │   ├── index_02.gif
│   │   │   │   ├── index_03.gif
│   │   │   │   ├── index_04.gif
│   │   │   │   ├── index_05.gif
│   │   │   │   ├── MAS_Start.gif
│   │   │   │   ├── MAS_Stop.png
│   │   │   │   ├── welcome.ico
│   │   │   │   └── wifi.png
│   │   │   ├── page_title_bg.jpg
│   │   │   ├── page_title_bg - 副本.jpg
│   │   │   ├── page_title_meu.gif
│   │   │   ├── tabletop111.gif
│   │   │   ├── tabletop2222.gif
│   │   │   ├── tabletop2.gif
│   │   │   └── tabletop.gif
│   │   ├── index.aspx
│   │   ├── index.aspx.cs
│   │   ├── index.aspx.designer.cs
│   │   ├── JS
│   │   │   ├── calendar
│   │   │   │   ├── calendar.js
│   │   │   │   ├── config.js
│   │   │   │   ├── demo2.htm
│   │   │   │   ├── demo.htm
│   │   │   │   ├── images
│   │   │   │   │   ├── ask.gif
│   │   │   │   │   ├── btn_bg.gif
│   │   │   │   │   ├── close.gif
│   │   │   │   │   ├── content_bg.gif
│   │   │   │   │   ├── err.gif
│   │   │   │   │   ├── info.gif
│   │   │   │   │   ├── right.gif
│   │   │   │   │   ├── title_bg_center.gif
│   │   │   │   │   ├── title_bg_left.gif
│   │   │   │   │   ├── title_bg_right.gif
│   │   │   │   │   ├── vssver2.scc
│   │   │   │   │   ├── win_b.gif
│   │   │   │   │   ├── win_lb.gif
│   │   │   │   │   ├── win_l.gif
│   │   │   │   │   ├── win_rb.gif
│   │   │   │   │   └── win_r.gif
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── vssver2.scc
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── My97DatePicker.htm
│   │   │   │   ├── readme.txt
│   │   │   │   ├── skin
│   │   │   │   │   ├── blue
│   │   │   │   │   │   ├── bg.jpg
│   │   │   │   │   │   ├── btnbg.jpg
│   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   ├── down.jpg
│   │   │   │   │   │   ├── left.gif
│   │   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   │   ├── navRight.gif
│   │   │   │   │   │   ├── qs.jpg
│   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   ├── up.jpg
│   │   │   │   │   │   └── vssver2.scc
│   │   │   │   │   ├── datePicker.gif
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   ├── down.jpg
│   │   │   │   │   │   ├── left.gif
│   │   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   │   ├── navRight.gif
│   │   │   │   │   │   ├── qs.jpg
│   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   ├── up.jpg
│   │   │   │   │   │   └── vssver2.scc
│   │   │   │   │   ├── vssver2.scc
│   │   │   │   │   ├── WdatePicker.css
│   │   │   │   │   └── whyGreen
│   │   │   │   │   ├── bg.jpg
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   ├── down.jpg
│   │   │   │   │   ├── left.gif
│   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   ├── navRight.gif
│   │   │   │   │   ├── qs.jpg
│   │   │   │   │   ├── right.gif
│   │   │   │   │   ├── up.jpg
│   │   │   │   │   └── vssver2.scc
│   │   │   │   ├── vssver2.scc
│   │   │   │   ├── WdatePicker.js
│   │   │   │   ├── win.css
│   │   │   │   └── win.js
│   │   │   ├── calendar.zip
│   │   │   ├── Car
│   │   │   │   ├── Indexsh.js
│   │   │   │   ├── WxShenHe.js
│   │   │   │   └── YcShenHe.js
│   │   │   ├── lhgcalendar
│   │   │   │   ├── images
│   │   │   │   │   ├── lhgcal_bg.gif
│   │   │   │   │   ├── lhgcal_month.gif
│   │   │   │   │   ├── lhgcal_x.gif
│   │   │   │   │   └── lhgcal_year.gif
│   │   │   │   ├── lhgcalendar.css
│   │   │   │   ├── lhgcalendar.min.js
│   │   │   │   ├── lhgcore.min.js
│   │   │   │   └── 更新记录.txt
│   │   │   ├── lhgdialog
│   │   │   │   ├── jquery-1.6.min.js
│   │   │   │   ├── lhgcore.min.js
│   │   │   │   ├── lhgdialog.min.js
│   │   │   │   └── skins
│   │   │   │   ├── chrome
│   │   │   │   │   ├── lhgdg_bg.gif
│   │   │   │   │   ├── lhgdg_btn.gif
│   │   │   │   │   ├── lhgdg_x.gif
│   │   │   │   │   └── wait.gif
│   │   │   │   ├── chrome.css
│   │   │   │   ├── default
│   │   │   │   │   ├── ie6
│   │   │   │   │   │   ├── bottom.png
│   │   │   │   │   │   ├── leftBottom.png
│   │   │   │   │   │   ├── left.png
│   │   │   │   │   │   ├── leftTop.png
│   │   │   │   │   │   ├── rightBottom.png
│   │   │   │   │   │   ├── right.png
│   │   │   │   │   │   ├── rightTop.png
│   │   │   │   │   │   ├── titBtn.gif
│   │   │   │   │   │   └── top.png
│   │   │   │   │   ├── lhgdg_bg.png
│   │   │   │   │   ├── lhgdg_x.png
│   │   │   │   │   └── wait.gif
│   │   │   │   └── default.css
│   │   │   ├── lhgdialog.js
│   │   │   ├── menutop.js
│   │   │   └── subModal
│   │   │   ├── CHANGELOG
│   │   │   ├── close.gif
│   │   │   ├── common.js
│   │   │   ├── index.html
│   │   │   ├── LICENSE
│   │   │   ├── loading.html
│   │   │   ├── maskBG.png
│   │   │   ├── modalContent.html
│   │   │   ├── style.css
│   │   │   ├── subModal.css
│   │   │   └── subModal.js
│   │   ├── Jsy
│   │   │   ├── AddJsy.aspx
│   │   │   ├── AddJsy.aspx.cs
│   │   │   ├── AddJsy.aspx.designer.cs
│   │   │   ├── jsyManage.aspx
│   │   │   ├── jsyManage.aspx.cs
│   │   │   ├── jsyManage.aspx.designer.cs
│   │   │   ├── jsyreader.aspx
│   │   │   ├── jsyreader.aspx.cs
│   │   │   ├── jsyreader.aspx.designer.cs
│   │   │   ├── ReaderPb.aspx
│   │   │   ├── ReaderPb.aspx.cs
│   │   │   └── ReaderPb.aspx.designer.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── Login.aspx.designer.cs
│   │   ├── Logout.aspx
│   │   ├── Logout.aspx.cs
│   │   ├── Logout.aspx.designer.cs
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.designer.cs
│   │   ├── Manage
│   │   │   ├── AddGPS.aspx
│   │   │   ├── AddGPS.aspx.cs
│   │   │   ├── AddGPS.aspx.designer.cs
│   │   │   ├── Addjq.aspx
│   │   │   ├── Addjq.aspx.cs
│   │   │   ├── Addjq.aspx.designer.cs
│   │   │   ├── AddJsyPb.aspx
│   │   │   ├── AddJsyPb.aspx.cs
│   │   │   ├── AddJsyPb.aspx.designer.cs
│   │   │   ├── AddXcRz.aspx
│   │   │   ├── AddXcRz.aspx.cs
│   │   │   ├── AddXcRz.aspx.designer.cs
│   │   │   ├── CarUseChart.aspx
│   │   │   ├── CarUseChart.aspx.cs
│   │   │   ├── CarUseChart.aspx.designer.cs
│   │   │   ├── CarUseManage.aspx
│   │   │   ├── CarUseManage.aspx.cs
│   │   │   ├── CarUseManage.aspx.designer.cs
│   │   │   ├── CarWxManage.aspx
│   │   │   ├── CarWxManage.aspx.cs
│   │   │   ├── CarWxManage.aspx.designer.cs
│   │   │   ├── Ccbz.aspx
│   │   │   ├── Ccbz.aspx.cs
│   │   │   ├── Ccbz.aspx.designer.cs
│   │   │   ├── CcbzManage.aspx
│   │   │   ├── CcbzManage.aspx.cs
│   │   │   ├── CcbzManage.aspx.designer.cs
│   │   │   ├── Chartlet
│   │   │   │   ├── Chartlet.js
│   │   │   │   ├── FanG_Chartlet_CarUse.Jpeg
│   │   │   │   └── FanG_Chartlet_gcjd.Jpeg
│   │   │   ├── GPSManage.aspx
│   │   │   ├── GPSManage.aspx.cs
│   │   │   ├── GPSManage.aspx.designer.cs
│   │   │   ├── Jsyjq.aspx
│   │   │   ├── Jsyjq.aspx.cs
│   │   │   ├── Jsyjq.aspx.designer.cs
│   │   │   ├── JsyPb.aspx
│   │   │   ├── JsyPb.aspx.cs
│   │   │   ├── JsyPb.aspx.designer.cs
│   │   │   ├── lcjsy.aspx
│   │   │   ├── lcjsy.aspx.cs
│   │   │   ├── lcjsy.aspx.designer.cs
│   │   │   ├── lctjall.aspx
│   │   │   ├── lctjall.aspx.cs
│   │   │   ├── lctjall.aspx.designer.cs
│   │   │   ├── lctj.aspx
│   │   │   ├── lctj.aspx.cs
│   │   │   ├── lctj.aspx.designer.cs
│   │   │   ├── lctjonly.aspx
│   │   │   ├── lctjonly.aspx.cs
│   │   │   ├── lctjonly.aspx.designer.cs
│   │   │   ├── ReaderPc.aspx
│   │   │   ├── ReaderPc.aspx.cs
│   │   │   ├── ReaderPc.aspx.designer.cs
│   │   │   ├── XcRz.aspx
│   │   │   ├── XcRz.aspx.cs
│   │   │   └── XcRz.aspx.designer.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Car.Web.dll
│   │   │   ├── Car.Web.Global.resources
│   │   │   ├── Car.Web.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Package
│   │   │   │   └── PackageTmp
│   │   │   │   ├── 404.htm
│   │   │   │   ├── Ascx
│   │   │   │   │   ├── GoogleMapForASPNet.ascx
│   │   │   │   │   ├── GService.asmx
│   │   │   │   │   ├── Loading.ascx
│   │   │   │   │   ├── sqdxx.ascx
│   │   │   │   │   └── wxdxx.ascx
│   │   │   │   ├── bin
│   │   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   │   ├── AspNetPager.dll
│   │   │   │   │   ├── Car.BLL.dll
│   │   │   │   │   ├── Car.BLL.pdb
│   │   │   │   │   ├── Car.Common.dll
│   │   │   │   │   ├── Car.Common.pdb
│   │   │   │   │   ├── Car.DAL.dll
│   │   │   │   │   ├── Car.DAL.pdb
│   │   │   │   │   ├── Car.DBUtility.dll
│   │   │   │   │   ├── Car.DBUtility.pdb
│   │   │   │   │   ├── Car.Model.dll
│   │   │   │   │   ├── Car.Model.pdb
│   │   │   │   │   ├── Car.Web.dll
│   │   │   │   │   ├── Car.Web.pdb
│   │   │   │   │   ├── Chartlet.dll
│   │   │   │   │   ├── COM.Excel.dll
│   │   │   │   │   ├── EeekSoft.Web.PopupWin.dll
│   │   │   │   │   ├── Excel.dll
│   │   │   │   │   ├── FileManager.dll
│   │   │   │   │   ├── FileManager.pdb
│   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   │   │   ├── Interop.Microsoft.Office.Interop.Excel.dll
│   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   ├── NavMenu.dll
│   │   │   │   │   ├── NavMenu.pdb
│   │   │   │   │   ├── office.dll
│   │   │   │   │   ├── OpenSmtp.dll
│   │   │   │   │   ├── OWC10Chart.dll
│   │   │   │   │   ├── PdfViewer.dll
│   │   │   │   │   ├── smsdll.dll
│   │   │   │   │   ├── System.Data.SQLite.dll
│   │   │   │   │   ├── wp.DBUtility.dll
│   │   │   │   │   └── wp.DBUtility.pdb
│   │   │   │   ├── BUG.aspx
│   │   │   │   ├── CarGl
│   │   │   │   │   ├── AddCar.aspx
│   │   │   │   │   ├── AddCarbx.aspx
│   │   │   │   │   ├── AddCarshigu.aspx
│   │   │   │   │   ├── AddCarwz.aspx
│   │   │   │   │   ├── Carbx.aspx
│   │   │   │   │   ├── CarInfo.aspx
│   │   │   │   │   ├── carreader.aspx
│   │   │   │   │   ├── Carshigu.aspx
│   │   │   │   │   └── CarWz.aspx
│   │   │   │   ├── Common
│   │   │   │   │   └── MAS.asmx
│   │   │   │   ├── Css
│   │   │   │   │   └── site.css
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Error01.htm
│   │   │   │   ├── Error.aspx
│   │   │   │   ├── Flow
│   │   │   │   │   ├── AddFlow.aspx
│   │   │   │   │   ├── AddPowerAllWt.aspx
│   │   │   │   │   ├── AddPowerWt.aspx
│   │   │   │   │   ├── Flowchart.aspx
│   │   │   │   │   ├── FlowchartReader.aspx
│   │   │   │   │   ├── PowerAllWt.aspx
│   │   │   │   │   ├── PowerWt.aspx
│   │   │   │   │   └── PowerWtBl.aspx
│   │   │   │   ├── Global.asax
│   │   │   │   ├── GPS
│   │   │   │   │   ├── GPS.aspx
│   │   │   │   │   ├── GPS_DW.aspx
│   │   │   │   │   ├── GPS_HF.aspx
│   │   │   │   │   ├── GPS_lc.aspx
│   │   │   │   │   ├── GpsServer.asmx
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── Car
│   │   │   │   │   │   │   ├── CarAlarm.gif
│   │   │   │   │   │   │   ├── CarAlarmOver.gif
│   │   │   │   │   │   │   ├── Car.gif
│   │   │   │   │   │   │   └── CarOver.gif
│   │   │   │   │   │   └── car.js
│   │   │   │   │   └── JScript1.js
│   │   │   │   ├── GpsReport
│   │   │   │   │   ├── _bjfx.aspx
│   │   │   │   │   ├── bjfx.aspx
│   │   │   │   │   ├── bjmx.aspx
│   │   │   │   │   ├── gjbj.aspx
│   │   │   │   │   ├── _map.aspx
│   │   │   │   │   └── xssj.aspx
│   │   │   │   ├── Iframe
│   │   │   │   │   ├── Center.aspx
│   │   │   │   │   ├── Down.aspx
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── Info.gif
│   │   │   │   │   │   ├── menu_action.gif
│   │   │   │   │   │   ├── menu_arrow1.gif
│   │   │   │   │   │   ├── menu_collapsed_create.gif
│   │   │   │   │   │   ├── menu_collapsed_data.gif
│   │   │   │   │   │   ├── menu_collapsed_fun.gif
│   │   │   │   │   │   ├── menu_collapsed_log.gif
│   │   │   │   │   │   ├── menu_collapsed_member.gif
│   │   │   │   │   │   ├── menu_collapsed_plugin.gif
│   │   │   │   │   │   ├── menu_collapsed_safety.gif
│   │   │   │   │   │   ├── menu_collapsed_sys3.gif
│   │   │   │   │   │   ├── menu_collapsed_sys.gif
│   │   │   │   │   │   ├── menu_collapsed_theme.gif
│   │   │   │   │   │   └── menu_title.gif
│   │   │   │   │   ├── Left.aspx
│   │   │   │   │   ├── Middel.aspx
│   │   │   │   │   ├── RightMain.Master
│   │   │   │   │   └── Top.aspx
│   │   │   │   ├── Images
│   │   │   │   │   ├── 404_01.gif
│   │   │   │   │   ├── 404_02.gif
│   │   │   │   │   ├── bgx.png
│   │   │   │   │   ├── buttonimage.gif
│   │   │   │   │   ├── icon
│   │   │   │   │   │   ├── 01.gif
│   │   │   │   │   │   ├── 02.gif
│   │   │   │   │   │   ├── 03.gif
│   │   │   │   │   │   ├── 04.gif
│   │   │   │   │   │   ├── 05.gif
│   │   │   │   │   │   ├── 06.gif
│   │   │   │   │   │   ├── 07.gif
│   │   │   │   │   │   ├── 08.gif
│   │   │   │   │   │   ├── 09.gif
│   │   │   │   │   │   ├── 10.gif
│   │   │   │   │   │   ├── 11.gif
│   │   │   │   │   │   ├── 12.gif
│   │   │   │   │   │   ├── 19.gif
│   │   │   │   │   │   ├── 1.gif
│   │   │   │   │   │   ├── 20.gif
│   │   │   │   │   │   ├── 23.gif
│   │   │   │   │   │   ├── 24.gif
│   │   │   │   │   │   ├── 25.gif
│   │   │   │   │   │   ├── 27.gif
│   │   │   │   │   │   ├── 2.gif
│   │   │   │   │   │   ├── 31.gif
│   │   │   │   │   │   ├── 34.gif
│   │   │   │   │   │   ├── 35.gif
│   │   │   │   │   │   ├── 37.gif
│   │   │   │   │   │   ├── 38.gif
│   │   │   │   │   │   ├── 39.gif
│   │   │   │   │   │   ├── 3.gif
│   │   │   │   │   │   ├── 41.gif
│   │   │   │   │   │   ├── 42.gif
│   │   │   │   │   │   ├── 43.gif
│   │   │   │   │   │   ├── 44.gif
│   │   │   │   │   │   ├── 45.gif
│   │   │   │   │   │   ├── 46.gif
│   │   │   │   │   │   ├── 47.gif
│   │   │   │   │   │   ├── 4.gif
│   │   │   │   │   │   ├── 5.gif
│   │   │   │   │   │   ├── 6.gif
│   │   │   │   │   │   ├── 7.gif
│   │   │   │   │   │   ├── 8.gif
│   │   │   │   │   │   ├── 9.gif
│   │   │   │   │   │   ├── checked.gif
│   │   │   │   │   │   ├── database_go.png
│   │   │   │   │   │   ├── deled.gif
│   │   │   │   │   │   ├── falseIcon.gif
│   │   │   │   │   │   ├── f_asp.gif
│   │   │   │   │   │   ├── f_bas.gif
│   │   │   │   │   │   ├── f_bmp.gif
│   │   │   │   │   │   ├── f_cat.gif
│   │   │   │   │   │   ├── f_chm.gif
│   │   │   │   │   │   ├── f_cpp.gif
│   │   │   │   │   │   ├── f_ctl.gif
│   │   │   │   │   │   ├── f_dbx.gif
│   │   │   │   │   │   ├── f_dll.gif
│   │   │   │   │   │   ├── f_Doc.gif
│   │   │   │   │   │   ├── f_exe.gif
│   │   │   │   │   │   ├── f_frm.gif
│   │   │   │   │   │   ├── f_gif.gif
│   │   │   │   │   │   ├── f_hlp.gif
│   │   │   │   │   │   ├── f_htm.gif
│   │   │   │   │   │   ├── f_htt.gif
│   │   │   │   │   │   ├── File.gif
│   │   │   │   │   │   ├── f_ini.gif
│   │   │   │   │   │   ├── fj.gif
│   │   │   │   │   │   ├── f_jpg.gif
│   │   │   │   │   │   ├── f_mdb.gif
│   │   │   │   │   │   ├── f_media.gif
│   │   │   │   │   │   ├── f_mp3.gif
│   │   │   │   │   │   ├── f_nfo.gif
│   │   │   │   │   │   ├── f_pdf.gif
│   │   │   │   │   │   ├── f_png.gif
│   │   │   │   │   │   ├── f_rar.gif
│   │   │   │   │   │   ├── f_reg.gif
│   │   │   │   │   │   ├── f_rm.gif
│   │   │   │   │   │   ├── from.gif
│   │   │   │   │   │   ├── f_shtml.gif
│   │   │   │   │   │   ├── f_swf.gif
│   │   │   │   │   │   ├── f_txt.gif
│   │   │   │   │   │   ├── f_vbg.gif
│   │   │   │   │   │   ├── f_vbp.gif
│   │   │   │   │   │   ├── magnifier.png
│   │   │   │   │   │   ├── move.gif
│   │   │   │   │   │   ├── photos.png
│   │   │   │   │   │   ├── save.gif
│   │   │   │   │   │   ├── sl_one.gif
│   │   │   │   │   │   ├── sl_sc.gif
│   │   │   │   │   │   └── used_skin.png
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── 2.gif
│   │   │   │   │   │   ├── 34.gif
│   │   │   │   │   │   ├── add.png
│   │   │   │   │   │   ├── AdminLock.gif
│   │   │   │   │   │   ├── adminpop_bg.jpg
│   │   │   │   │   │   ├── AdminUnLock.gif
│   │   │   │   │   │   ├── ajaxclose.gif
│   │   │   │   │   │   ├── ajax-loader1.gif
│   │   │   │   │   │   ├── ajax-loader.gif
│   │   │   │   │   │   ├── ajax-loadersmall.gif
│   │   │   │   │   │   ├── car_plus.png
│   │   │   │   │   │   ├── car_repair.png
│   │   │   │   │   │   ├── close.gif
│   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   ├── collapse.jpg
│   │   │   │   │   │   ├── down2.gif
│   │   │   │   │   │   ├── down.gif
│   │   │   │   │   │   ├── exclamation_red_frame.png
│   │   │   │   │   │   ├── expand.jpg
│   │   │   │   │   │   ├── f1_03.gif
│   │   │   │   │   │   ├── ju.jpg
│   │   │   │   │   │   ├── magnifier.png
│   │   │   │   │   │   ├── minus.png
│   │   │   │   │   │   ├── m_splitLine.gif
│   │   │   │   │   │   ├── ok.gif
│   │   │   │   │   │   ├── post_err.gif
│   │   │   │   │   │   ├── post_ok.gif
│   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   ├── selected.gif
│   │   │   │   │   │   ├── top2.gif
│   │   │   │   │   │   ├── top.gif
│   │   │   │   │   │   └── warri.gif
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── create_bg_01.jpg
│   │   │   │   │   │   ├── create_bg_02.jpg
│   │   │   │   │   │   ├── create_bg_04.jpg
│   │   │   │   │   │   ├── create_bg_05.jpg
│   │   │   │   │   │   ├── table1.png
│   │   │   │   │   │   ├── table2.png
│   │   │   │   │   │   └── table3.png
│   │   │   │   │   ├── images.jpg
│   │   │   │   │   ├── inputbg.gif
│   │   │   │   │   ├── Login
│   │   │   │   │   │   ├── a_te01.gif
│   │   │   │   │   │   ├── a_te02.gif
│   │   │   │   │   │   ├── ButtonGif.gif
│   │   │   │   │   │   ├── direct_blue.gif
│   │   │   │   │   │   ├── direct.gif
│   │   │   │   │   │   ├── down_list.gif
│   │   │   │   │   │   ├── help_info.gif
│   │   │   │   │   │   ├── hi.gif
│   │   │   │   │   │   ├── ico_state-1.gif
│   │   │   │   │   │   ├── index-contextmenu-setting.gif
│   │   │   │   │   │   ├── inputbg.gif
│   │   │   │   │   │   ├── left_nav_bg.jpg
│   │   │   │   │   │   ├── list_title.gif
│   │   │   │   │   │   ├── list_title_onclick.gif
│   │   │   │   │   │   ├── Loading.gif
│   │   │   │   │   │   ├── login_bg.jpg
│   │   │   │   │   │   ├── login_bottom_bg.jpg
│   │   │   │   │   │   ├── login_c.jpg
│   │   │   │   │   │   ├── login.css
│   │   │   │   │   │   ├── login_p_img02.gif
│   │   │   │   │   │   ├── login_p_img03.gif
│   │   │   │   │   │   ├── login_p_img04.gif
│   │   │   │   │   │   ├── login_p_img05.gif
│   │   │   │   │   │   ├── login_p_img11.gif
│   │   │   │   │   │   ├── login_submint.jpg
│   │   │   │   │   │   ├── login_title_icon.jpg
│   │   │   │   │   │   ├── login_top_bg.jpg
│   │   │   │   │   │   ├── lr1.gif
│   │   │   │   │   │   ├── lr2.gif
│   │   │   │   │   │   ├── manage_r2_c13.jpg
│   │   │   │   │   │   ├── manage_r2_c14.jpg
│   │   │   │   │   │   ├── manage_r2_c18.jpg
│   │   │   │   │   │   ├── manage_r2_c1.jpg
│   │   │   │   │   │   ├── manage_r3_c11.jpg
│   │   │   │   │   │   ├── manage_r5_c1.jpg
│   │   │   │   │   │   ├── manage_r6_c2.jpg
│   │   │   │   │   │   ├── manage_r7_c2.jpg
│   │   │   │   │   │   ├── manage_r9_c1.jpg
│   │   │   │   │   │   ├── member_t04.JPG
│   │   │   │   │   │   ├── nav_bg.jpg
│   │   │   │   │   │   ├── point07.gif
│   │   │   │   │   │   ├── return.gif
│   │   │   │   │   │   ├── slide.gif
│   │   │   │   │   │   ├── switch_left.gif
│   │   │   │   │   │   ├── switch_right.gif
│   │   │   │   │   │   ├── Top_001.gif
│   │   │   │   │   │   └── up_list.gif
│   │   │   │   │   ├── main
│   │   │   │   │   │   ├── 03131622.gif
│   │   │   │   │   │   ├── 03131639.gif
│   │   │   │   │   │   ├── 03131647.gif
│   │   │   │   │   │   ├── 03131648.gif
│   │   │   │   │   │   ├── 03131649.gif
│   │   │   │   │   │   ├── bg_s.gif
│   │   │   │   │   │   ├── clgl_03.gif
│   │   │   │   │   │   ├── clgl_05.gif
│   │   │   │   │   │   ├── clgl_07.gif
│   │   │   │   │   │   ├── clgl_09.gif
│   │   │   │   │   │   ├── clgl_12.gif
│   │   │   │   │   │   ├── clgl_14.gif
│   │   │   │   │   │   ├── clgl_22.gif
│   │   │   │   │   │   ├── clgl_24.gif
│   │   │   │   │   │   ├── clgl_26.gif
│   │   │   │   │   │   ├── clgl_28.gif
│   │   │   │   │   │   ├── clgl_30.gif
│   │   │   │   │   │   ├── clgl_32.gif
│   │   │   │   │   │   ├── clgl_41.gif
│   │   │   │   │   │   ├── clgl_44.gif
│   │   │   │   │   │   ├── clgl_47.gif
│   │   │   │   │   │   ├── left_tree.gif
│   │   │   │   │   │   ├── main_01.gif
│   │   │   │   │   │   ├── main_04.gif
│   │   │   │   │   │   ├── main_06.gif
│   │   │   │   │   │   ├── main_07.gif
│   │   │   │   │   │   ├── main_08.gif
│   │   │   │   │   │   ├── main_09.gif
│   │   │   │   │   │   ├── main_11.gif
│   │   │   │   │   │   ├── main_12.gif
│   │   │   │   │   │   ├── main_14.gif
│   │   │   │   │   │   ├── main_16.gif
│   │   │   │   │   │   ├── main_18.gif
│   │   │   │   │   │   ├── main_21.gif
│   │   │   │   │   │   ├── main_23.gif
│   │   │   │   │   │   ├── main_26_1.gif
│   │   │   │   │   │   ├── main_26.gif
│   │   │   │   │   │   ├── main_27.gif
│   │   │   │   │   │   ├── main_28.gif
│   │   │   │   │   │   ├── main_29_1.gif
│   │   │   │   │   │   ├── main_30_1.gif
│   │   │   │   │   │   ├── main_30.gif
│   │   │   │   │   │   ├── main_31_1.gif
│   │   │   │   │   │   ├── main_31.gif
│   │   │   │   │   │   ├── main_38.gif
│   │   │   │   │   │   ├── main_40.gif
│   │   │   │   │   │   ├── main_42.gif
│   │   │   │   │   │   ├── main_45.gif
│   │   │   │   │   │   ├── main_47.gif
│   │   │   │   │   │   ├── main_49.gif
│   │   │   │   │   │   ├── main_51.gif
│   │   │   │   │   │   ├── newtitle_1.gif
│   │   │   │   │   │   └── newtitle_2.gif
│   │   │   │   │   ├── messagebox
│   │   │   │   │   │   ├── black
│   │   │   │   │   │   │   ├── button_cancel.gif
│   │   │   │   │   │   │   ├── button_ok.gif
│   │   │   │   │   │   │   ├── messagebox.css
│   │   │   │   │   │   │   └── window_title.jpg
│   │   │   │   │   │   └── blue
│   │   │   │   │   │   ├── buttons.gif
│   │   │   │   │   │   ├── messagebox.css
│   │   │   │   │   │   └── window_title.gif
│   │   │   │   │   ├── NewLogin
│   │   │   │   │   │   ├── 01.gif
│   │   │   │   │   │   ├── login_bg.gif
│   │   │   │   │   │   ├── login_bg - 副本.gif
│   │   │   │   │   │   ├── login.css
│   │   │   │   │   │   ├── login.gif
│   │   │   │   │   │   ├── login - 副本.gif
│   │   │   │   │   │   ├── logo.gif
│   │   │   │   │   │   ├── logo.png
│   │   │   │   │   │   ├── main_11.gif
│   │   │   │   │   │   ├── top_10.gif
│   │   │   │   │   │   ├── top_11.gif
│   │   │   │   │   │   ├── top_1.gif
│   │   │   │   │   │   ├── top_2.gif
│   │   │   │   │   │   ├── top_3.gif
│   │   │   │   │   │   ├── top_4.gif
│   │   │   │   │   │   ├── top_5.ico
│   │   │   │   │   │   ├── top_6.gif
│   │   │   │   │   │   ├── top_7.gif
│   │   │   │   │   │   ├── top_8.gif
│   │   │   │   │   │   ├── top_9.gif
│   │   │   │   │   │   ├── tops_5.gif
│   │   │   │   │   │   └── userLogin_button.gif
│   │   │   │   │   ├── NewMain
│   │   │   │   │   │   ├── index_01.gif
│   │   │   │   │   │   ├── index_02.gif
│   │   │   │   │   │   ├── index_03.gif
│   │   │   │   │   │   ├── index_04.gif
│   │   │   │   │   │   ├── index_05.gif
│   │   │   │   │   │   ├── MAS_Start.gif
│   │   │   │   │   │   ├── MAS_Stop.png
│   │   │   │   │   │   ├── welcome.ico
│   │   │   │   │   │   └── wifi.png
│   │   │   │   │   ├── page_title_bg.jpg
│   │   │   │   │   ├── page_title_bg - 副本.jpg
│   │   │   │   │   ├── page_title_meu.gif
│   │   │   │   │   ├── tabletop111.gif
│   │   │   │   │   ├── tabletop2222.gif
│   │   │   │   │   ├── tabletop2.gif
│   │   │   │   │   └── tabletop.gif
│   │   │   │   ├── index.aspx
│   │   │   │   ├── JS
│   │   │   │   │   ├── calendar
│   │   │   │   │   │   ├── calendar.js
│   │   │   │   │   │   ├── config.js
│   │   │   │   │   │   ├── demo2.htm
│   │   │   │   │   │   ├── demo.htm
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── ask.gif
│   │   │   │   │   │   │   ├── btn_bg.gif
│   │   │   │   │   │   │   ├── close.gif
│   │   │   │   │   │   │   ├── content_bg.gif
│   │   │   │   │   │   │   ├── err.gif
│   │   │   │   │   │   │   ├── info.gif
│   │   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   │   ├── title_bg_center.gif
│   │   │   │   │   │   │   ├── title_bg_left.gif
│   │   │   │   │   │   │   ├── title_bg_right.gif
│   │   │   │   │   │   │   ├── win_b.gif
│   │   │   │   │   │   │   ├── win_lb.gif
│   │   │   │   │   │   │   ├── win_l.gif
│   │   │   │   │   │   │   ├── win_rb.gif
│   │   │   │   │   │   │   └── win_r.gif
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   │   │   └── zh-tw.js
│   │   │   │   │   │   ├── My97DatePicker.htm
│   │   │   │   │   │   ├── readme.txt
│   │   │   │   │   │   ├── skin
│   │   │   │   │   │   │   ├── blue
│   │   │   │   │   │   │   │   ├── bg.jpg
│   │   │   │   │   │   │   │   ├── btnbg.jpg
│   │   │   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   │   │   ├── down.jpg
│   │   │   │   │   │   │   │   ├── left.gif
│   │   │   │   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   │   │   │   ├── navRight.gif
│   │   │   │   │   │   │   │   ├── qs.jpg
│   │   │   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   │   │   └── up.jpg
│   │   │   │   │   │   │   ├── datePicker.gif
│   │   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   │   │   ├── down.jpg
│   │   │   │   │   │   │   │   ├── left.gif
│   │   │   │   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   │   │   │   ├── navRight.gif
│   │   │   │   │   │   │   │   ├── qs.jpg
│   │   │   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   │   │   └── up.jpg
│   │   │   │   │   │   │   ├── WdatePicker.css
│   │   │   │   │   │   │   └── whyGreen
│   │   │   │   │   │   │   ├── bg.jpg
│   │   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   │   ├── down.jpg
│   │   │   │   │   │   │   ├── left.gif
│   │   │   │   │   │   │   ├── navLeft.gif
│   │   │   │   │   │   │   ├── navRight.gif
│   │   │   │   │   │   │   ├── qs.jpg
│   │   │   │   │   │   │   ├── right.gif
│   │   │   │   │   │   │   └── up.jpg
│   │   │   │   │   │   ├── WdatePicker.js
│   │   │   │   │   │   ├── win.css
│   │   │   │   │   │   └── win.js
│   │   │   │   │   ├── calendar.zip
│   │   │   │   │   ├── Car
│   │   │   │   │   │   ├── Indexsh.js
│   │   │   │   │   │   ├── WxShenHe.js
│   │   │   │   │   │   └── YcShenHe.js
│   │   │   │   │   ├── lhgcalendar
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── lhgcal_bg.gif
│   │   │   │   │   │   │   ├── lhgcal_month.gif
│   │   │   │   │   │   │   ├── lhgcal_x.gif
│   │   │   │   │   │   │   └── lhgcal_year.gif
│   │   │   │   │   │   ├── lhgcalendar.css
│   │   │   │   │   │   ├── lhgcalendar.min.js
│   │   │   │   │   │   ├── lhgcore.min.js
│   │   │   │   │   │   └── 更新记录.txt
│   │   │   │   │   ├── lhgdialog
│   │   │   │   │   │   ├── jquery-1.6.min.js
│   │   │   │   │   │   ├── lhgcore.min.js
│   │   │   │   │   │   ├── lhgdialog.min.js
│   │   │   │   │   │   └── skins
│   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   ├── lhgdg_bg.gif
│   │   │   │   │   │   │   ├── lhgdg_btn.gif
│   │   │   │   │   │   │   ├── lhgdg_x.gif
│   │   │   │   │   │   │   └── wait.gif
│   │   │   │   │   │   ├── chrome.css
│   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   ├── ie6
│   │   │   │   │   │   │   │   ├── bottom.png
│   │   │   │   │   │   │   │   ├── leftBottom.png
│   │   │   │   │   │   │   │   ├── left.png
│   │   │   │   │   │   │   │   ├── leftTop.png
│   │   │   │   │   │   │   │   ├── rightBottom.png
│   │   │   │   │   │   │   │   ├── right.png
│   │   │   │   │   │   │   │   ├── rightTop.png
│   │   │   │   │   │   │   │   ├── titBtn.gif
│   │   │   │   │   │   │   │   └── top.png
│   │   │   │   │   │   │   ├── lhgdg_bg.png
│   │   │   │   │   │   │   ├── lhgdg_x.png
│   │   │   │   │   │   │   └── wait.gif
│   │   │   │   │   │   └── default.css
│   │   │   │   │   ├── lhgdialog.js
│   │   │   │   │   ├── menutop.js
│   │   │   │   │   └── subModal
│   │   │   │   │   ├── close.gif
│   │   │   │   │   ├── common.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── loading.html
│   │   │   │   │   ├── maskBG.png
│   │   │   │   │   ├── modalContent.html
│   │   │   │   │   ├── style.css
│   │   │   │   │   ├── subModal.css
│   │   │   │   │   └── subModal.js
│   │   │   │   ├── Jsy
│   │   │   │   │   ├── AddJsy.aspx
│   │   │   │   │   ├── jsyManage.aspx
│   │   │   │   │   ├── jsyreader.aspx
│   │   │   │   │   └── ReaderPb.aspx
│   │   │   │   ├── Login.aspx
│   │   │   │   ├── Logout.aspx
│   │   │   │   ├── Main.aspx
│   │   │   │   ├── Manage
│   │   │   │   │   ├── AddGPS.aspx
│   │   │   │   │   ├── Addjq.aspx
│   │   │   │   │   ├── AddJsyPb.aspx
│   │   │   │   │   ├── AddXcRz.aspx
│   │   │   │   │   ├── CarUseChart.aspx
│   │   │   │   │   ├── CarUseManage.aspx
│   │   │   │   │   ├── CarWxManage.aspx
│   │   │   │   │   ├── Ccbz.aspx
│   │   │   │   │   ├── CcbzManage.aspx
│   │   │   │   │   ├── Chartlet
│   │   │   │   │   │   ├── Chartlet.js
│   │   │   │   │   │   ├── FanG_Chartlet_CarUse.Jpeg
│   │   │   │   │   │   └── FanG_Chartlet_gcjd.Jpeg
│   │   │   │   │   ├── GPSManage.aspx
│   │   │   │   │   ├── Jsyjq.aspx
│   │   │   │   │   ├── JsyPb.aspx
│   │   │   │   │   ├── lcjsy.aspx
│   │   │   │   │   ├── lctjall.aspx
│   │   │   │   │   ├── lctj.aspx
│   │   │   │   │   ├── lctjonly.aspx
│   │   │   │   │   ├── ReaderPc.aspx
│   │   │   │   │   └── XcRz.aspx
│   │   │   │   ├── otherFlow
│   │   │   │   │   ├── AddCarWx.aspx
│   │   │   │   │   ├── cgyWxSH.aspx
│   │   │   │   │   ├── cwbWxSh.aspx
│   │   │   │   │   ├── fgsWxShenHe.aspx
│   │   │   │   │   ├── shenchaWx.aspx
│   │   │   │   │   ├── wxFlow.aspx
│   │   │   │   │   ├── WxManage.aspx
│   │   │   │   │   ├── WxShenHe.aspx
│   │   │   │   │   ├── Wxsq.aspx
│   │   │   │   │   ├── yanshouWx.aspx
│   │   │   │   │   └── zhbWxSh.aspx
│   │   │   │   ├── Reader
│   │   │   │   │   ├── GPS
│   │   │   │   │   │   ├── AotuLogin.html
│   │   │   │   │   │   └── jquery-1.4.2.min.js
│   │   │   │   │   ├── Readercar.aspx
│   │   │   │   │   ├── ReaderCarSg.aspx
│   │   │   │   │   ├── ReaderCarUse.aspx
│   │   │   │   │   ├── readerchuqin.aspx
│   │   │   │   │   ├── ReaderCzBz.aspx
│   │   │   │   │   ├── ReaderFile
│   │   │   │   │   │   ├── ReaderFile.aspx
│   │   │   │   │   │   ├── ReaderOffice.aspx
│   │   │   │   │   │   ├── ReaderPDF.aspx
│   │   │   │   │   │   └── ReaderPic.aspx
│   │   │   │   │   ├── Readerjsy.aspx
│   │   │   │   │   ├── Readerwxd.aspx
│   │   │   │   │   ├── Readerwxddy.aspx
│   │   │   │   │   └── Readerycddy.aspx
│   │   │   │   ├── Scripts
│   │   │   │   │   ├── jquery-1.4.1.js
│   │   │   │   │   ├── jquery-1.4.1.min.js
│   │   │   │   │   ├── jquery-1.4.1-vsdoc.js
│   │   │   │   │   └── jquery.form.js
│   │   │   │   ├── Select
│   │   │   │   │   ├── SelectBm.aspx
│   │   │   │   │   ├── SelectCar.aspx
│   │   │   │   │   ├── SelectCcbzJsy.aspx
│   │   │   │   │   ├── SelectGpsCar.aspx
│   │   │   │   │   ├── SelectJsr.aspx
│   │   │   │   │   ├── SelectJsy.aspx
│   │   │   │   │   ├── SelectPart.aspx
│   │   │   │   │   ├── SelectUser.aspx
│   │   │   │   │   ├── SelectWxJsr.aspx
│   │   │   │   │   └── SelectXcRzJsy.aspx
│   │   │   │   ├── Style.css
│   │   │   │   ├── Sys
│   │   │   │   │   ├── GPRS1.aspx
│   │   │   │   │   ├── GPRSCarInfo.aspx
│   │   │   │   │   ├── GPRSWebService.asmx
│   │   │   │   │   ├── GPS.aspx
│   │   │   │   │   ├── HTMLPage1.htm
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── 1.png
│   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   ├── FireTruck.png
│   │   │   │   │   │   ├── golf.png
│   │   │   │   │   │   ├── horse.png
│   │   │   │   │   │   ├── pushpin-blue.png
│   │   │   │   │   │   ├── pushpin-yellow.png
│   │   │   │   │   │   ├── rain.png
│   │   │   │   │   │   ├── recycle.png
│   │   │   │   │   │   ├── RedCar.png
│   │   │   │   │   │   ├── SchoolBus.png
│   │   │   │   │   │   ├── snow.png
│   │   │   │   │   │   ├── storm.png
│   │   │   │   │   │   ├── sun.png
│   │   │   │   │   │   ├── Truck.png
│   │   │   │   │   │   └── YellowCar.png
│   │   │   │   │   ├── indexSet.aspx
│   │   │   │   │   ├── listtype.aspx
│   │   │   │   │   ├── MasInfo.aspx
│   │   │   │   │   ├── otherSet.aspx
│   │   │   │   │   └── Setmenu.aspx
│   │   │   │   ├── Uploads
│   │   │   │   │   └── Flow
│   │   │   │   │   ├── wx.jpg
│   │   │   │   │   ├── 维修流程.files
│   │   │   │   │   │   ├── arrow.gif
│   │   │   │   │   │   ├── data.xml
│   │   │   │   │   │   ├── filelist.xml
│   │   │   │   │   │   ├── find.js
│   │   │   │   │   │   ├── frameset.js
│   │   │   │   │   │   ├── fullpage.gif
│   │   │   │   │   │   ├── gif_1.gif
│   │   │   │   │   │   ├── gif_1.htm
│   │   │   │   │   │   ├── gif_1.js
│   │   │   │   │   │   ├── go.gif
│   │   │   │   │   │   ├── keys.js
│   │   │   │   │   │   ├── maximize.gif
│   │   │   │   │   │   ├── minimize.gif
│   │   │   │   │   │   ├── minus.gif
│   │   │   │   │   │   ├── panminus.gif
│   │   │   │   │   │   ├── panplus.gif
│   │   │   │   │   │   ├── plus.gif
│   │   │   │   │   │   ├── tick-foc.gif
│   │   │   │   │   │   ├── tick-off.gif
│   │   │   │   │   │   ├── tick-on.gif
│   │   │   │   │   │   ├── toc2.gif
│   │   │   │   │   │   ├── toc.gif
│   │   │   │   │   │   ├── toolbar.htm
│   │   │   │   │   │   ├── visio.css
│   │   │   │   │   │   ├── vml_1.htm
│   │   │   │   │   │   ├── vml_1.js
│   │   │   │   │   │   ├── widgets.htm
│   │   │   │   │   │   └── zoom.htm
│   │   │   │   │   ├── 维修流程.htm
│   │   │   │   │   ├── 请假流程.files
│   │   │   │   │   │   ├── arrow.gif
│   │   │   │   │   │   ├── data.xml
│   │   │   │   │   │   ├── filelist.xml
│   │   │   │   │   │   ├── find.js
│   │   │   │   │   │   ├── frameset.js
│   │   │   │   │   │   ├── fullpage.gif
│   │   │   │   │   │   ├── gif_1.gif
│   │   │   │   │   │   ├── gif_1.htm
│   │   │   │   │   │   ├── gif_1.js
│   │   │   │   │   │   ├── go.gif
│   │   │   │   │   │   ├── keys.js
│   │   │   │   │   │   ├── maximize.gif
│   │   │   │   │   │   ├── minimize.gif
│   │   │   │   │   │   ├── minus.gif
│   │   │   │   │   │   ├── panminus.gif
│   │   │   │   │   │   ├── panplus.gif
│   │   │   │   │   │   ├── plus.gif
│   │   │   │   │   │   ├── tick-foc.gif
│   │   │   │   │   │   ├── tick-off.gif
│   │   │   │   │   │   ├── tick-on.gif
│   │   │   │   │   │   ├── toc2.gif
│   │   │   │   │   │   ├── toc.gif
│   │   │   │   │   │   ├── toolbar.htm
│   │   │   │   │   │   ├── visio.css
│   │   │   │   │   │   ├── vml_1.htm
│   │   │   │   │   │   ├── vml_1.js
│   │   │   │   │   │   ├── widgets.htm
│   │   │   │   │   │   └── zoom.htm
│   │   │   │   │   └── 请假流程.htm
│   │   │   │   ├── User
│   │   │   │   │   ├── AddPartManage.aspx
│   │   │   │   │   ├── AddUser.aspx
│   │   │   │   │   ├── Part.aspx
│   │   │   │   │   ├── Power.aspx
│   │   │   │   │   ├── PowerSet.aspx
│   │   │   │   │   ├── PowerUser.aspx
│   │   │   │   │   ├── UpdatePwd.aspx
│   │   │   │   │   ├── userinfo.aspx
│   │   │   │   │   ├── UserManage.aspx
│   │   │   │   │   ├── UserNumSet.aspx
│   │   │   │   │   ├── userreader.aspx
│   │   │   │   │   └── UserType.aspx
│   │   │   │   ├── ValidateCode.aspx
│   │   │   │   ├── Web.config
│   │   │   │   └── yongche
│   │   │   │   ├── Addshenqing.aspx
│   │   │   │   ├── bmShenHeStart.aspx
│   │   │   │   ├── fjlShenHestart.aspx
│   │   │   │   ├── jsyrw.aspx
│   │   │   │   ├── jsyShenHehc.aspx
│   │   │   │   ├── PcUpdate.aspx
│   │   │   │   ├── sgsShenHestart.aspx
│   │   │   │   ├── ShenHe.aspx
│   │   │   │   ├── shenqing.aspx
│   │   │   │   ├── WebForm1.aspx
│   │   │   │   ├── yongcheFlow.aspx
│   │   │   │   ├── yongcheManage.aspx
│   │   │   │   ├── zhbShenHehc.aspx
│   │   │   │   ├── zhbShenHepc.aspx
│   │   │   │   └── zjlShenHestart.aspx
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   ├── Service References.MAS.Reference.cs.dll
│   │   │   │   ├── Service References.ServiceReference1.Reference.cs.dll
│   │   │   │   └── Service References.WebMAS.Reference.cs.dll
│   │   │   ├── TransformWebConfig
│   │   │   │   ├── original
│   │   │   │   └── transformed
│   │   │   ├── Web.csproj.FileListAbsolute.txt
│   │   │   ├── Web.csproj.GenerateResource.Cache
│   │   │   └── Web.csprojResolveAssemblyReference.cache
│   │   ├── otherFlow
│   │   │   ├── AddCarWx.aspx
│   │   │   ├── AddCarWx.aspx.cs
│   │   │   ├── AddCarWx.aspx.designer.cs
│   │   │   ├── cgyWxSH.aspx
│   │   │   ├── cgyWxSH.aspx.cs
│   │   │   ├── cgyWxSH.aspx.designer.cs
│   │   │   ├── cwbWxSh.aspx
│   │   │   ├── cwbWxSh.aspx.cs
│   │   │   ├── cwbWxSh.aspx.designer.cs
│   │   │   ├── fgsWxShenHe.aspx
│   │   │   ├── fgsWxShenHe.aspx.cs
│   │   │   ├── fgsWxShenHe.aspx.designer.cs
│   │   │   ├── shenchaWx.aspx
│   │   │   ├── shenchaWx.aspx.cs
│   │   │   ├── shenchaWx.aspx.designer.cs
│   │   │   ├── wxFlow.aspx
│   │   │   ├── wxFlow.aspx.cs
│   │   │   ├── wxFlow.aspx.designer.cs
│   │   │   ├── WxManage.aspx
│   │   │   ├── WxManage.aspx.cs
│   │   │   ├── WxManage.aspx.designer.cs
│   │   │   ├── WxShenHe.aspx
│   │   │   ├── WxShenHe.aspx.cs
│   │   │   ├── WxShenHe.aspx.designer.cs
│   │   │   ├── Wxsq.aspx
│   │   │   ├── Wxsq.aspx.cs
│   │   │   ├── Wxsq.aspx.designer.cs
│   │   │   ├── yanshouWx.aspx
│   │   │   ├── yanshouWx.aspx.cs
│   │   │   ├── yanshouWx.aspx.designer.cs
│   │   │   ├── zhbWxSh.aspx
│   │   │   ├── zhbWxSh.aspx.cs
│   │   │   └── zhbWxSh.aspx.designer.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Reader
│   │   │   ├── GPS
│   │   │   │   ├── AotuLogin.html
│   │   │   │   └── jquery-1.4.2.min.js
│   │   │   ├── Readercar.aspx
│   │   │   ├── Readercar.aspx.cs
│   │   │   ├── Readercar.aspx.designer.cs
│   │   │   ├── ReaderCarSg.aspx
│   │   │   ├── ReaderCarSg.aspx.cs
│   │   │   ├── ReaderCarSg.aspx.designer.cs
│   │   │   ├── ReaderCarUse.aspx
│   │   │   ├── ReaderCarUse.aspx.cs
│   │   │   ├── ReaderCarUse.aspx.designer.cs
│   │   │   ├── readerchuqin.aspx
│   │   │   ├── readerchuqin.aspx.cs
│   │   │   ├── readerchuqin.aspx.designer.cs
│   │   │   ├── ReaderCzBz.aspx
│   │   │   ├── ReaderCzBz.aspx.cs
│   │   │   ├── ReaderCzBz.aspx.designer.cs
│   │   │   ├── ReaderFile
│   │   │   │   ├── ReaderFile.aspx
│   │   │   │   ├── ReaderFile.aspx.cs
│   │   │   │   ├── ReaderFile.aspx.designer.cs
│   │   │   │   ├── ReaderOffice.aspx
│   │   │   │   ├── ReaderOffice.aspx.cs
│   │   │   │   ├── ReaderOffice.aspx.designer.cs
│   │   │   │   ├── ReaderPDF.aspx
│   │   │   │   ├── ReaderPDF.aspx.cs
│   │   │   │   ├── ReaderPDF.aspx.designer.cs
│   │   │   │   ├── ReaderPic.aspx
│   │   │   │   ├── ReaderPic.aspx.cs
│   │   │   │   └── ReaderPic.aspx.designer.cs
│   │   │   ├── Readerjsy.aspx
│   │   │   ├── Readerjsy.aspx.cs
│   │   │   ├── Readerjsy.aspx.designer.cs
│   │   │   ├── Readerwxd.aspx
│   │   │   ├── Readerwxd.aspx.cs
│   │   │   ├── Readerwxd.aspx.designer.cs
│   │   │   ├── Readerwxddy.aspx
│   │   │   ├── Readerwxddy.aspx.cs
│   │   │   ├── Readerwxddy.aspx.designer.cs
│   │   │   ├── Readerycddy.aspx
│   │   │   ├── Readerycddy.aspx.cs
│   │   │   └── Readerycddy.aspx.designer.cs
│   │   ├── Scripts
│   │   │   ├── jquery-1.4.1.js
│   │   │   ├── jquery-1.4.1.min.js
│   │   │   ├── jquery-1.4.1-vsdoc.js
│   │   │   └── jquery.form.js
│   │   ├── Select
│   │   │   ├── SelectBm.aspx
│   │   │   ├── SelectBm.aspx.cs
│   │   │   ├── SelectBm.aspx.designer.cs
│   │   │   ├── SelectCar.aspx
│   │   │   ├── SelectCar.aspx.cs
│   │   │   ├── SelectCar.aspx.designer.cs
│   │   │   ├── SelectCcbzJsy.aspx
│   │   │   ├── SelectCcbzJsy.aspx.cs
│   │   │   ├── SelectCcbzJsy.aspx.designer.cs
│   │   │   ├── SelectGpsCar.aspx
│   │   │   ├── SelectGpsCar.aspx.cs
│   │   │   ├── SelectGpsCar.aspx.designer.cs
│   │   │   ├── SelectJsr.aspx
│   │   │   ├── SelectJsr.aspx.cs
│   │   │   ├── SelectJsr.aspx.designer.cs
│   │   │   ├── SelectJsy.aspx
│   │   │   ├── SelectJsy.aspx.cs
│   │   │   ├── SelectJsy.aspx.designer.cs
│   │   │   ├── SelectPart.aspx
│   │   │   ├── SelectPart.aspx.cs
│   │   │   ├── SelectPart.aspx.designer.cs
│   │   │   ├── SelectUser.aspx
│   │   │   ├── SelectUser.aspx.cs
│   │   │   ├── SelectUser.aspx.designer.cs
│   │   │   ├── SelectWxJsr.aspx
│   │   │   ├── SelectWxJsr.aspx.cs
│   │   │   ├── SelectWxJsr.aspx.designer.cs
│   │   │   ├── SelectXcRzJsy.aspx
│   │   │   ├── SelectXcRzJsy.aspx.cs
│   │   │   └── SelectXcRzJsy.aspx.designer.cs
│   │   ├── Service References
│   │   │   └── WebMAS
│   │   │   ├── configuration91.svcinfo
│   │   │   ├── configuration.svcinfo
│   │   │   ├── MAS.disco
│   │   │   ├── MAS.wsdl
│   │   │   ├── Reference.cs
│   │   │   └── Reference.svcmap
│   │   ├── sms_cfg.ini
│   │   ├── Style.css
│   │   ├── Sys
│   │   │   ├── GPRS1.aspx
│   │   │   ├── GPRS1.aspx.cs
│   │   │   ├── GPRS1.aspx.designer.cs
│   │   │   ├── GPRSCarInfo.aspx
│   │   │   ├── GPRSCarInfo.aspx.cs
│   │   │   ├── GPRSCarInfo.aspx.designer.cs
│   │   │   ├── GPRSWebService.asmx
│   │   │   ├── GPRSWebService.asmx.cs
│   │   │   ├── GPS.aspx
│   │   │   ├── GPS.aspx.cs
│   │   │   ├── GPS.aspx.designer.cs
│   │   │   ├── HTMLPage1.htm
│   │   │   ├── icons
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── FireTruck.png
│   │   │   │   ├── golf.png
│   │   │   │   ├── horse.png
│   │   │   │   ├── pushpin-blue.png
│   │   │   │   ├── pushpin-yellow.png
│   │   │   │   ├── rain.png
│   │   │   │   ├── recycle.png
│   │   │   │   ├── RedCar.png
│   │   │   │   ├── SchoolBus.png
│   │   │   │   ├── snow.png
│   │   │   │   ├── storm.png
│   │   │   │   ├── sun.png
│   │   │   │   ├── Truck.png
│   │   │   │   └── YellowCar.png
│   │   │   ├── indexSet.aspx
│   │   │   ├── indexSet.aspx.cs
│   │   │   ├── indexSet.aspx.designer.cs
│   │   │   ├── listtype.aspx
│   │   │   ├── listtype.aspx.cs
│   │   │   ├── listtype.aspx.designer.cs
│   │   │   ├── MasInfo.aspx
│   │   │   ├── MasInfo.aspx.cs
│   │   │   ├── MasInfo.aspx.designer.cs
│   │   │   ├── otherSet.aspx
│   │   │   ├── otherSet.aspx.cs
│   │   │   ├── otherSet.aspx.designer.cs
│   │   │   ├── Setmenu.aspx
│   │   │   ├── Setmenu.aspx.cs
│   │   │   └── Setmenu.aspx.designer.cs
│   │   ├── Uploads
│   │   │   ├── bxFile
│   │   │   ├── Excel
│   │   │   │   └── mokuai
│   │   │   │   ├── AddUser.xls
│   │   │   │   ├── 出车补助.xls
│   │   │   │   ├── 出车补助报销单.xls
│   │   │   │   ├── 用车申请单.xls
│   │   │   │   ├── 私车统计.xls
│   │   │   │   ├── 维修申请单.xls
│   │   │   │   └── 车辆档案.xls
│   │   │   ├── Flow
│   │   │   │   ├── wx.jpg
│   │   │   │   ├── 维修流程.files
│   │   │   │   │   ├── arrow.gif
│   │   │   │   │   ├── data.xml
│   │   │   │   │   ├── filelist.xml
│   │   │   │   │   ├── find.js
│   │   │   │   │   ├── frameset.js
│   │   │   │   │   ├── fullpage.gif
│   │   │   │   │   ├── gif_1.gif
│   │   │   │   │   ├── gif_1.htm
│   │   │   │   │   ├── gif_1.js
│   │   │   │   │   ├── go.gif
│   │   │   │   │   ├── keys.js
│   │   │   │   │   ├── maximize.gif
│   │   │   │   │   ├── minimize.gif
│   │   │   │   │   ├── minus.gif
│   │   │   │   │   ├── panminus.gif
│   │   │   │   │   ├── panplus.gif
│   │   │   │   │   ├── plus.gif
│   │   │   │   │   ├── tick-foc.gif
│   │   │   │   │   ├── tick-off.gif
│   │   │   │   │   ├── tick-on.gif
│   │   │   │   │   ├── toc2.gif
│   │   │   │   │   ├── toc.gif
│   │   │   │   │   ├── toolbar.htm
│   │   │   │   │   ├── visio.css
│   │   │   │   │   ├── vml_1.emz
│   │   │   │   │   ├── vml_1.htm
│   │   │   │   │   ├── vml_1.js
│   │   │   │   │   ├── widgets.htm
│   │   │   │   │   └── zoom.htm
│   │   │   │   ├── 维修流程.htm
│   │   │   │   ├── 请假流程.files
│   │   │   │   │   ├── arrow.gif
│   │   │   │   │   ├── data.xml
│   │   │   │   │   ├── filelist.xml
│   │   │   │   │   ├── find.js
│   │   │   │   │   ├── frameset.js
│   │   │   │   │   ├── fullpage.gif
│   │   │   │   │   ├── gif_1.gif
│   │   │   │   │   ├── gif_1.htm
│   │   │   │   │   ├── gif_1.js
│   │   │   │   │   ├── go.gif
│   │   │   │   │   ├── keys.js
│   │   │   │   │   ├── maximize.gif
│   │   │   │   │   ├── minimize.gif
│   │   │   │   │   ├── minus.gif
│   │   │   │   │   ├── panminus.gif
│   │   │   │   │   ├── panplus.gif
│   │   │   │   │   ├── plus.gif
│   │   │   │   │   ├── tick-foc.gif
│   │   │   │   │   ├── tick-off.gif
│   │   │   │   │   ├── tick-on.gif
│   │   │   │   │   ├── toc2.gif
│   │   │   │   │   ├── toc.gif
│   │   │   │   │   ├── toolbar.htm
│   │   │   │   │   ├── visio.css
│   │   │   │   │   ├── vml_1.emz
│   │   │   │   │   ├── vml_1.htm
│   │   │   │   │   ├── vml_1.js
│   │   │   │   │   ├── widgets.htm
│   │   │   │   │   └── zoom.htm
│   │   │   │   └── 请假流程.htm
│   │   │   ├── jsyFile
│   │   │   ├── sqdFile
│   │   │   ├── UploadsFile
│   │   │   │   └── Office
│   │   │   ├── wxdFile
│   │   │   └── zpFile
│   │   ├── User
│   │   │   ├── AddPartManage.aspx
│   │   │   ├── AddPartManage.aspx.cs
│   │   │   ├── AddPartManage.aspx.designer.cs
│   │   │   ├── AddUser.aspx
│   │   │   ├── AddUser.aspx.cs
│   │   │   ├── AddUser.aspx.designer.cs
│   │   │   ├── Part.aspx
│   │   │   ├── Part.aspx.cs
│   │   │   ├── Part.aspx.designer.cs
│   │   │   ├── Power.aspx
│   │   │   ├── Power.aspx.cs
│   │   │   ├── Power.aspx.designer.cs
│   │   │   ├── PowerSet.aspx
│   │   │   ├── PowerSet.aspx.cs
│   │   │   ├── PowerSet.aspx.designer.cs
│   │   │   ├── PowerUser.aspx
│   │   │   ├── PowerUser.aspx.cs
│   │   │   ├── PowerUser.aspx.designer.cs
│   │   │   ├── UpdatePwd.aspx
│   │   │   ├── UpdatePwd.aspx.cs
│   │   │   ├── UpdatePwd.aspx.designer.cs
│   │   │   ├── userinfo.aspx
│   │   │   ├── userinfo.aspx.cs
│   │   │   ├── userinfo.aspx.designer.cs
│   │   │   ├── UserManage.aspx
│   │   │   ├── UserManage.aspx.cs
│   │   │   ├── UserManage.aspx.designer.cs
│   │   │   ├── UserNumSet.aspx
│   │   │   ├── UserNumSet.aspx.cs
│   │   │   ├── UserNumSet.aspx.designer.cs
│   │   │   ├── userreader.aspx
│   │   │   ├── userreader.aspx.cs
│   │   │   ├── userreader.aspx.designer.cs
│   │   │   ├── UserType.aspx
│   │   │   ├── UserType.aspx.cs
│   │   │   └── UserType.aspx.designer.cs
│   │   ├── user.xls
│   │   ├── ValidateCode.aspx
│   │   ├── ValidateCode.aspx.cs
│   │   ├── ValidateCode.aspx.designer.cs
│   │   ├── Web.config
│   │   ├── Web.csproj
│   │   ├── Web.csproj.user
│   │   ├── Web.Publish.xml
│   │   └── yongche
│   │   ├── Addshenqing.aspx
│   │   ├── Addshenqing.aspx.cs
│   │   ├── Addshenqing.aspx.designer.cs
│   │   ├── bmShenHeStart.aspx
│   │   ├── bmShenHeStart.aspx.cs
│   │   ├── bmShenHeStart.aspx.designer.cs
│   │   ├── fjlShenHestart.aspx
│   │   ├── fjlShenHestart.aspx.cs
│   │   ├── fjlShenHestart.aspx.designer.cs
│   │   ├── jsyrw.aspx
│   │   ├── jsyrw.aspx.cs
│   │   ├── jsyrw.aspx.designer.cs
│   │   ├── jsyShenHehc.aspx
│   │   ├── jsyShenHehc.aspx.cs
│   │   ├── jsyShenHehc.aspx.designer.cs
│   │   ├── PcUpdate.aspx
│   │   ├── PcUpdate.aspx.cs
│   │   ├── PcUpdate.aspx.designer.cs
│   │   ├── sgsShenHestart.aspx
│   │   ├── sgsShenHestart.aspx.cs
│   │   ├── sgsShenHestart.aspx.designer.cs
│   │   ├── ShenHe.aspx
│   │   ├── ShenHe.aspx.cs
│   │   ├── ShenHe.aspx.designer.cs
│   │   ├── shenqing.aspx
│   │   ├── shenqing.aspx.cs
│   │   ├── shenqing.aspx.designer.cs
│   │   ├── WebForm1.aspx
│   │   ├── WebForm1.aspx.cs
│   │   ├── WebForm1.aspx.designer.cs
│   │   ├── yongcheFlow.aspx
│   │   ├── yongcheFlow.aspx.cs
│   │   ├── yongcheFlow.aspx.designer.cs
│   │   ├── yongcheManage.aspx
│   │   ├── yongcheManage.aspx.cs
│   │   ├── yongcheManage.aspx.designer.cs
│   │   ├── zhbShenHehc.aspx
│   │   ├── zhbShenHehc.aspx.cs
│   │   ├── zhbShenHehc.aspx.designer.cs
│   │   ├── zhbShenHepc.aspx
│   │   ├── zhbShenHepc.aspx.cs
│   │   ├── zhbShenHepc.aspx.designer.cs
│   │   ├── zjlShenHestart.aspx
│   │   ├── zjlShenHestart.aspx.cs
│   │   └── zjlShenHestart.aspx.designer.cs
│   ├── zyMobile.sln
│   └── zyMobile.suo
└── 使用说明.txt

215 directories, 2034 files

标签:

实例下载地址

C# 车辆管理系统源码.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警