实例介绍
财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成。进入该系统后,用户可以对系统中的财务信息进行添加、修改、删除、查询以及打印等操作。
【实例截图】
【核心代码】
财务管理.rar
└── 财务凭证管理系统
└── property
├── Backup
│ ├── property
│ │ ├── control
│ │ │ ├── LogInfo
│ │ │ │ └── GetLogin.cs
│ │ │ ├── Subject
│ │ │ │ ├── FinSubject.cs
│ │ │ │ └── GetSubject.cs
│ │ │ ├── SystemInfo
│ │ │ │ ├── GetAdminInfo.cs
│ │ │ │ ├── GetUserJob.cs
│ │ │ │ └── log.cs
│ │ │ └── warrantInfo
│ │ │ └── GetWarInfo.cs
│ │ ├── Customer.cs
│ │ ├── Customer.rpt
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmReport.cs
│ │ ├── frmReport.Designer.cs
│ │ ├── frmReport.resx
│ │ ├── model
│ │ │ ├── GetConnection
│ │ │ │ └── GetConnection.cs
│ │ │ ├── SubjectInfo
│ │ │ │ └── SubInfo.cs
│ │ │ ├── SystemInfo
│ │ │ │ ├── AdmInfo.cs
│ │ │ │ └── UserJob .cs
│ │ │ ├── tb_logInfo
│ │ │ │ └── tb_logInfo.cs
│ │ │ ├── Warrant
│ │ │ │ ├── wait.cs
│ │ │ │ └── Warrant.cs
│ │ │ └── WarrantInfo
│ │ │ └── Warrant3.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── property.csproj
│ │ ├── property.csproj.user
│ │ └── view
│ │ ├── HinderInfo
│ │ │ ├── frmLeaveMoneyPrint.cs
│ │ │ ├── frmLeaveMoneyPrint.Designer.cs
│ │ │ ├── frmLeaveMoneyPrint.resx
│ │ │ ├── frmLeavMoney.cs
│ │ │ ├── frmLeavMoney.Designer.cs
│ │ │ ├── frmLeavMoney.resx
│ │ │ ├── frmSubjectFindInfo.cs
│ │ │ ├── frmSubjectFindInfo.Designer.cs
│ │ │ ├── frmSubjectFindInfo.resx
│ │ │ ├── frmSubjectIDFind.cs
│ │ │ ├── frmSubjectIDFind.Designer.cs
│ │ │ ├── frmSubjectIDFind.resx
│ │ │ ├── frmSubjectPrint.cs
│ │ │ ├── frmSubjectPrint.Designer.cs
│ │ │ ├── frmSubjectPrint.resx
│ │ │ ├── frmSubjectSun.cs
│ │ │ ├── frmSubjectSun.Designer.cs
│ │ │ ├── frmSubjectSun.resx
│ │ │ ├── frmSumLook.cs
│ │ │ ├── frmSumLook.Designer.cs
│ │ │ ├── frmSumLook.resx
│ │ │ ├── ptfrmSubject.cs
│ │ │ ├── ptfrmSubject.rpt
│ │ │ ├── RePortMoney.cs
│ │ │ ├── RePortMoney.rpt
│ │ │ ├── reportSum.cs
│ │ │ ├── reportSum.Designer.cs
│ │ │ ├── reportSum.resx
│ │ │ ├── repSumSubject.cs
│ │ │ └── repSumSubject.rpt
│ │ ├── image
│ │ │ ├── add.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── esce.bmp
│ │ │ ├── save.bmp
│ │ │ ├── select.bmp
│ │ │ ├── start.bmp
│ │ │ ├── update.bmp
│ │ │ ├── 会计凭证.bmp
│ │ │ ├── 会计科目增册改查.bmp
│ │ │ ├── 修改宇密码.bmp
│ │ │ ├── 公司.bmp
│ │ │ ├── 凭证号查询.bmp
│ │ │ ├── 凭证审察.bmp
│ │ │ ├── 凭证录入.bmp
│ │ │ ├── 凭证总汇.bmp
│ │ │ ├── 凭证管理.bmp
│ │ │ ├── 凭证 结算.bmp
│ │ │ ├── 凭证结算.bmp
│ │ │ ├── 初始化使用时间.bmp
│ │ │ ├── 初始化数据.bmp
│ │ │ ├── 初始化科目金额.bmp
│ │ │ ├── 单位基本信息.bmp
│ │ │ ├── 员公增加.bmp
│ │ │ ├── 增加科目信.bmp
│ │ │ ├── 帮助.bmp
│ │ │ ├── 总账目查询.bmp
│ │ │ ├── 报表.bmp
│ │ │ ├── 按凭证查询 .bmp
│ │ │ ├── 按科目打印.bmp
│ │ │ ├── 操作员基本设置.bmp
│ │ │ ├── 数据备份.bmp
│ │ │ ├── 数据还原.bmp
│ │ │ ├── 查询科目信.bmp
│ │ │ ├── 科目前编号查询.bmp
│ │ │ ├── 系统管理.bmp
│ │ │ ├── 财物凭证管理系统主界面.jpg
│ │ │ ├── 账目佘额.bmp
│ │ │ ├── 账目查询.bmp
│ │ │ ├── 账目科目.bmp
│ │ │ └── 退出系统.bmp
│ │ ├── images
│ │ │ ├── 修改密码.bmp
│ │ │ ├── 公司信息.bmp
│ │ │ ├── 凭证审核.bmp
│ │ │ ├── 凭证录入.bmp
│ │ │ ├── 凭证总汇.bmp
│ │ │ ├── 凭证查询.bmp
│ │ │ ├── 凭证管理.bmp
│ │ │ ├── 凭证结算.bmp
│ │ │ ├── 初始化使用时间.bmp
│ │ │ ├── 初始化原始资金.bmp
│ │ │ ├── 初始化数据.bmp
│ │ │ ├── 增加科目信息.bmp
│ │ │ ├── 帐目余额查询.bmp
│ │ │ ├── 帐目查询.bmp
│ │ │ ├── 总帐浏览.bmp
│ │ │ ├── 报表打印.bmp
│ │ │ ├── 按凭证号报表.bmp
│ │ │ ├── 按凭证号查询账目.bmp
│ │ │ ├── 按科目名称报表.bmp
│ │ │ ├── 按科目查询.bmp
│ │ │ ├── 查询科目信息.bmp
│ │ │ ├── 科目信息.bmp
│ │ │ ├── 管理员信息.bmp
│ │ │ ├── 管理员设定.bmp
│ │ │ ├── 系统管理.bmp
│ │ │ └── 退出系统.bmp
│ │ ├── SubjectInfo
│ │ │ ├── frmSbubjectInfo.cs
│ │ │ ├── frmSbubjectInfo.Designer.cs
│ │ │ └── frmSbubjectInfo.resx
│ │ ├── SystemInfo
│ │ │ ├── frmAdmInfo.cs
│ │ │ ├── frmAdmInfo.Designer.cs
│ │ │ ├── frmAdmInfo.resx
│ │ │ ├── frmAdminPassWord.cs
│ │ │ ├── frmAdminPassWord.Designer.cs
│ │ │ ├── frmAdminPassWord.resx
│ │ │ ├── frmComnpty.cs
│ │ │ ├── frmComnpty.designer.cs
│ │ │ ├── frmComnpty.resx
│ │ │ ├── frmSubInfo.cs
│ │ │ ├── frmSubInfo.Designer.cs
│ │ │ ├── frmSubInfo.resx
│ │ │ ├── frmSubjectMoney.cs
│ │ │ ├── frmSubjectMoney.Designer.cs
│ │ │ ├── frmSubjectMoney.resx
│ │ │ ├── frmSystemDatTime.cs
│ │ │ ├── frmSystemDatTime.Designer.cs
│ │ │ └── frmSystemDatTime.resx
│ │ └── WarrantInfo
│ │ ├── CrRepotr
│ │ │ ├── CrWarrID.cs
│ │ │ ├── CrWarrID.rpt
│ │ │ ├── CrWarrInfo.cs
│ │ │ ├── CrWarrInfo.rpt
│ │ │ ├── RepfrmWarrantinfo.cs
│ │ │ ├── RepfrmWarrantinfo.Designer.cs
│ │ │ ├── RepfrmWarrantinfo.resx
│ │ │ ├── RepWarrtID.cs
│ │ │ ├── RepWarrtID.Designer.cs
│ │ │ └── RepWarrtID.resx
│ │ ├── frmSubjectWarrtID.cs
│ │ ├── frmSubjectWarrtID.designer.cs
│ │ ├── frmSubjectWarrtID.resx
│ │ ├── frmWarrantFind.cs
│ │ ├── frmWarrantFind.Designer.cs
│ │ ├── frmWarrantFind.resx
│ │ ├── frmWarrantInfo.cs
│ │ ├── frmWarrantInfo.Designer.cs
│ │ ├── frmWarrantInfo.resx
│ │ ├── frmWarrantLend.cs
│ │ ├── frmWarrantLend.Designer.cs
│ │ ├── frmWarrantLend.resx
│ │ ├── frmWarrantlSun.cs
│ │ ├── frmWarrantlSun.Designer.cs
│ │ ├── frmWarrantlSun.resx
│ │ ├── frmWarrantSheng.cs
│ │ ├── frmWarrantSheng.Designer.cs
│ │ ├── frmWarrantSheng.resx
│ │ ├── frmWarrantUpdate.cs
│ │ ├── frmWarrantUpdate.Designer.cs
│ │ ├── frmWarrantUpdate.resx
│ │ ├── WarrantUpdate.cs
│ │ ├── WarrantUpdate.Designer.cs
│ │ └── WarrantUpdate.resx
│ ├── property.sln
│ └── property.suo
├── property
│ ├── bin
│ │ ├── Debug
│ │ │ ├── database
│ │ │ ├── property.exe
│ │ │ ├── property.pdb
│ │ │ ├── property.vshost.exe
│ │ │ └── property.vshost.exe.manifest
│ │ └── Release
│ │ └── property.vshost.exe
│ ├── control
│ │ ├── LogInfo
│ │ │ └── GetLogin.cs
│ │ ├── Subject
│ │ │ ├── FinSubject.cs
│ │ │ └── GetSubject.cs
│ │ ├── SystemInfo
│ │ │ ├── GetAdminInfo.cs
│ │ │ ├── GetUserJob.cs
│ │ │ └── log.cs
│ │ └── warrantInfo
│ │ └── GetWarInfo.cs
│ ├── Customer.cs
│ ├── Customer.rpt
│ ├── database
│ │ ├── db_credence_log.ldf
│ │ └── db_credence.mdf
│ ├── frmLogin.cs
│ ├── frmLogin.resx
│ ├── frmMain.cs
│ ├── frmMain.Designer.cs
│ ├── frmMain.resx
│ ├── frmReport.cs
│ ├── frmReport.Designer.cs
│ ├── frmReport.resx
│ ├── model
│ │ ├── GetConnection
│ │ │ └── GetConnection.cs
│ │ ├── SubjectInfo
│ │ │ └── SubInfo.cs
│ │ ├── SystemInfo
│ │ │ ├── AdmInfo.cs
│ │ │ └── UserJob .cs
│ │ ├── tb_logInfo
│ │ │ └── tb_logInfo.cs
│ │ ├── Warrant
│ │ │ ├── wait.cs
│ │ │ └── Warrant.cs
│ │ └── WarrantInfo
│ │ └── Warrant3.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── property.CrystalReport1.cs
│ │ │ ├── property.csproj.FileListAbsolute.txt
│ │ │ ├── property.csproj.GenerateResource.Cache
│ │ │ ├── property.Customer.cs
│ │ │ ├── property.Customer.rpt
│ │ │ ├── property.exe
│ │ │ ├── property.frmLogin.resources
│ │ │ ├── property.frmMain.resources
│ │ │ ├── property.frmReport.resources
│ │ │ ├── property.pdb
│ │ │ ├── property.Properties.Resources.resources
│ │ │ ├── property.view.HinderInfo.CRsujectsum.cs
│ │ │ ├── property.view.HinderInfo.frmLeaveMoneyPrint.resources
│ │ │ ├── property.view.HinderInfo.frmLeavMoney.resources
│ │ │ ├── property.view.HinderInfo.frmSubjectFindInfo.resources
│ │ │ ├── property.view.HinderInfo.frmSubjectIDFind.resources
│ │ │ ├── property.view.HinderInfo.frmSubjectPrint.resources
│ │ │ ├── property.view.HinderInfo.frmSubjectSun.resources
│ │ │ ├── property.view.HinderInfo.frmSumLook.resources
│ │ │ ├── property.view.HinderInfo.ptfrmSubject.cs
│ │ │ ├── property.view.HinderInfo.ptfrmSubject.rpt
│ │ │ ├── property.view.HinderInfo.RePortMoney.rpt
│ │ │ ├── property.view.HinderInfo.reportSum.resources
│ │ │ ├── property.view.HinderInfo.repSumSubject.rpt
│ │ │ ├── property.view.SubjectInfo.frmSbubjectInfo.resources
│ │ │ ├── property.view.SystemInfo.frmAdmInfo.resources
│ │ │ ├── property.view.SystemInfo.frmAdminPassWord.resources
│ │ │ ├── property.view.SystemInfo.frmComnpty.resources
│ │ │ ├── property.view.SystemInfo.frmSubInfo.resources
│ │ │ ├── property.view.SystemInfo.frmSubjectMoney.resources
│ │ │ ├── property.view.SystemInfo.frmSystemDatTime.resources
│ │ │ ├── property.view.WarrantInfo.CrRepotr.CrWarrID.cs
│ │ │ ├── property.view.WarrantInfo.CrRepotr.CrWarrID.rpt
│ │ │ ├── property.view.WarrantInfo.CrRepotr.CrWarrInfo.cs
│ │ │ ├── property.view.WarrantInfo.CrRepotr.CrWarrInfo.rpt
│ │ │ ├── property.view.WarrantInfo.CrRepotr.RepfrmWarrantinfo.resources
│ │ │ ├── property.view.WarrantInfo.CrRepotr.RepWarrtID.resources
│ │ │ ├── property.view.WarrantInfo.frmSubjectWarrtID.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantFind.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantInfo.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantLend.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantlSun.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantSheng.resources
│ │ │ ├── property.view.WarrantInfo.frmWarrantUpdate.resources
│ │ │ ├── property.view.WarrantInfo.WarrantUpdate.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ ├── cree.cs.dll
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ ├── Customer.cs.dll
│ │ │ ├── obj.Debug.property.CrystalReport1.cs.dll
│ │ │ ├── obj.Debug.property.Customer.cs.dll
│ │ │ ├── obj.Debug.property.view.HinderInfo.CRsujectsum.cs.dll
│ │ │ ├── obj.Debug.property.view.HinderInfo.ptfrmSubject.cs.dll
│ │ │ ├── obj.Debug.property.view.WarrantInfo.CrRepotr.CrWarrID.cs.dll
│ │ │ ├── obj.Debug.property.view.WarrantInfo.CrRepotr.CrWarrInfo.cs.dll
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── view.HinderInfo.crPtSujbect.cs.dll
│ │ │ ├── view.HinderInfo.Crrsum.cs.dll
│ │ │ ├── view.HinderInfo.CRSubjectSum.cs.dll
│ │ │ ├── view.HinderInfo.CRsujectsum.cs.dll
│ │ │ ├── view.HinderInfo.CrystalReport1.cs.dll
│ │ │ ├── view.HinderInfo.CrystalReport2.cs.dll
│ │ │ ├── view.HinderInfo.CrystalReport3.cs.dll
│ │ │ ├── view.HinderInfo.ptfrmSubject.cs.dll
│ │ │ ├── view.HinderInfo.ptfrmSubjectSum.cs.dll
│ │ │ ├── view.HinderInfo.repMoney.cs.dll
│ │ │ ├── view.HinderInfo.RePortMoney.cs.dll
│ │ │ ├── view.HinderInfo.repSumSubject.cs.dll
│ │ │ ├── view.subject.cs.dll
│ │ │ ├── view.SystemInfo.Error.cs.dll
│ │ │ ├── view.WarrantInfo.CrPerotWarr.cs.dll
│ │ │ ├── view.WarrantInfo.CrRepotr.CrWarrID.cs.dll
│ │ │ ├── view.WarrantInfo.CrRepotr.CrWarrInfo.cs.dll
│ │ │ ├── view.WarrantInfo.CrRepotr.CrWarrtID1.cs.dll
│ │ │ ├── view.WarrantInfo.CrRepotr.CrystalReport1.cs.dll
│ │ │ └── view.WarrantInfo.CrystalReport1.cs.dll
│ │ ├── property.csproj.FileList.txt
│ │ └── Release
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── property.csproj
│ ├── property.csproj.user
│ └── view
│ ├── HinderInfo
│ │ ├── frmLeaveMoneyPrint.cs
│ │ ├── frmLeaveMoneyPrint.Designer.cs
│ │ ├── frmLeaveMoneyPrint.resx
│ │ ├── frmLeavMoney.cs
│ │ ├── frmLeavMoney.Designer.cs
│ │ ├── frmLeavMoney.resx
│ │ ├── frmSubjectFindInfo.cs
│ │ ├── frmSubjectFindInfo.Designer.cs
│ │ ├── frmSubjectFindInfo.resx
│ │ ├── frmSubjectIDFind.cs
│ │ ├── frmSubjectIDFind.Designer.cs
│ │ ├── frmSubjectIDFind.resx
│ │ ├── frmSubjectPrint.cs
│ │ ├── frmSubjectPrint.Designer.cs
│ │ ├── frmSubjectPrint.resx
│ │ ├── frmSubjectSun.cs
│ │ ├── frmSubjectSun.Designer.cs
│ │ ├── frmSubjectSun.resx
│ │ ├── frmSumLook.cs
│ │ ├── frmSumLook.Designer.cs
│ │ ├── frmSumLook.resx
│ │ ├── ptfrmSubject.cs
│ │ ├── ptfrmSubject.rpt
│ │ ├── RePortMoney.cs
│ │ ├── RePortMoney.rpt
│ │ ├── reportSum.cs
│ │ ├── reportSum.Designer.cs
│ │ ├── reportSum.resx
│ │ ├── repSumSubject.cs
│ │ └── repSumSubject.rpt
│ ├── iages
│ │ ├── 修改密码.bmp
│ │ ├── 公司信息.bmp
│ │ ├── 凭证审核.bmp
│ │ ├── 凭证录入.bmp
│ │ ├── 凭证总汇.bmp
│ │ ├── 凭证查询.bmp
│ │ ├── 凭证管理.bmp
│ │ ├── 凭证结算.bmp
│ │ ├── 初始化使用时间.bmp
│ │ ├── 初始化原始资金.bmp
│ │ ├── 初始化数据.bmp
│ │ ├── 增加科目信息.bmp
│ │ ├── 帐目余额查询.bmp
│ │ ├── 帐目查询.bmp
│ │ ├── 总帐浏览.bmp
│ │ ├── 报表打印.bmp
│ │ ├── 按凭证号报表.bmp
│ │ ├── 按凭证号查询账目.bmp
│ │ ├── 按科目名称报表.bmp
│ │ ├── 按科目查询.bmp
│ │ ├── 查询科目信息.bmp
│ │ ├── 科目信息.bmp
│ │ ├── 管理员信息.bmp
│ │ ├── 管理员设定.bmp
│ │ ├── 系统管理.bmp
│ │ └── 退出系统.bmp
│ ├── image
│ │ ├── add.bmp
│ │ ├── delete.bmp
│ │ ├── esce.bmp
│ │ ├── save.bmp
│ │ ├── select.bmp
│ │ ├── start.bmp
│ │ ├── update.bmp
│ │ ├── 会计凭证.bmp
│ │ ├── 会计科目增册改查.bmp
│ │ ├── 修改宇密码.bmp
│ │ ├── 公司.bmp
│ │ ├── 凭证号查询.bmp
│ │ ├── 凭证审察.bmp
│ │ ├── 凭证录入.bmp
│ │ ├── 凭证总汇.bmp
│ │ ├── 凭证管理.bmp
│ │ ├── 凭证 结算.bmp
│ │ ├── 凭证结算.bmp
│ │ ├── 初始化使用时间.bmp
│ │ ├── 初始化数据.bmp
│ │ ├── 初始化科目金额.bmp
│ │ ├── 单位基本信息.bmp
│ │ ├── 员公增加.bmp
│ │ ├── 增加科目信.bmp
│ │ ├── 帮助.bmp
│ │ ├── 总账目查询.bmp
│ │ ├── 报表.bmp
│ │ ├── 按凭证查询 .bmp
│ │ ├── 按科目打印.bmp
│ │ ├── 操作员基本设置.bmp
│ │ ├── 数据备份.bmp
│ │ ├── 数据还原.bmp
│ │ ├── 查询科目信.bmp
│ │ ├── 科目前编号查询.bmp
│ │ ├── 系统管理.bmp
│ │ ├── 财物凭证管理系统主界面.jpg
│ │ ├── 账目佘额.bmp
│ │ ├── 账目查询.bmp
│ │ ├── 账目科目.bmp
│ │ └── 退出系统.bmp
│ ├── images
│ │ ├── 修改密码.bmp
│ │ ├── 公司信息.bmp
│ │ ├── 凭证审核.bmp
│ │ ├── 凭证录入.bmp
│ │ ├── 凭证总汇.bmp
│ │ ├── 凭证查询.bmp
│ │ ├── 凭证管理.bmp
│ │ ├── 凭证结算.bmp
│ │ ├── 初始化使用时间.bmp
│ │ ├── 初始化原始资金.bmp
│ │ ├── 初始化数据.bmp
│ │ ├── 增加科目信息.bmp
│ │ ├── 帐目余额查询.bmp
│ │ ├── 帐目查询.bmp
│ │ ├── 总帐浏览.bmp
│ │ ├── 报表打印.bmp
│ │ ├── 按凭证号报表.bmp
│ │ ├── 按凭证号查询账目.bmp
│ │ ├── 按科目名称报表.bmp
│ │ ├── 按科目查询.bmp
│ │ ├── 查询科目信息.bmp
│ │ ├── 登录文字改.jpg
│ │ ├── 科目信息.bmp
│ │ ├── 管理员信息.bmp
│ │ ├── 管理员设定.bmp
│ │ ├── 系统管理.bmp
│ │ └── 退出系统.bmp
│ ├── SubjectInfo
│ │ ├── frmSbubjectInfo.cs
│ │ ├── frmSbubjectInfo.Designer.cs
│ │ └── frmSbubjectInfo.resx
│ ├── SystemInfo
│ │ ├── frmAdmInfo.cs
│ │ ├── frmAdmInfo.Designer.cs
│ │ ├── frmAdmInfo.resx
│ │ ├── frmAdminPassWord.cs
│ │ ├── frmAdminPassWord.Designer.cs
│ │ ├── frmAdminPassWord.resx
│ │ ├── frmComnpty.cs
│ │ ├── frmComnpty.Designer.cs
│ │ ├── frmComnpty.resx
│ │ ├── frmSubInfo.cs
│ │ ├── frmSubInfo.Designer.cs
│ │ ├── frmSubInfo.resx
│ │ ├── frmSubjectMoney.cs
│ │ ├── frmSubjectMoney.Designer.cs
│ │ ├── frmSubjectMoney.resx
│ │ ├── frmSystemDatTime.cs
│ │ ├── frmSystemDatTime.Designer.cs
│ │ └── frmSystemDatTime.resx
│ └── WarrantInfo
│ ├── CrRepotr
│ │ ├── CrWarrID.cs
│ │ ├── CrWarrID.rpt
│ │ ├── CrWarrInfo.cs
│ │ ├── CrWarrInfo.rpt
│ │ ├── RepfrmWarrantinfo.cs
│ │ ├── RepfrmWarrantinfo.Designer.cs
│ │ ├── RepfrmWarrantinfo.resx
│ │ ├── RepWarrtID.cs
│ │ ├── RepWarrtID.Designer.cs
│ │ └── RepWarrtID.resx
│ ├── frmSubjectWarrtID.cs
│ ├── frmSubjectWarrtID.designer.cs
│ ├── frmSubjectWarrtID.resx
│ ├── frmWarrantFind.cs
│ ├── frmWarrantFind.Designer.cs
│ ├── frmWarrantFind.resx
│ ├── frmWarrantInfo.cs
│ ├── frmWarrantInfo.Designer.cs
│ ├── frmWarrantInfo.resx
│ ├── frmWarrantLend.cs
│ ├── frmWarrantLend.Designer.cs
│ ├── frmWarrantLend.resx
│ ├── frmWarrantlSun.cs
│ ├── frmWarrantlSun.Designer.cs
│ ├── frmWarrantlSun.resx
│ ├── frmWarrantSheng.cs
│ ├── frmWarrantSheng.Designer.cs
│ ├── frmWarrantSheng.resx
│ ├── frmWarrantUpdate.cs
│ ├── frmWarrantUpdate.Designer.cs
│ ├── frmWarrantUpdate.resx
│ ├── WarrantUpdate.cs
│ ├── WarrantUpdate.Designer.cs
│ └── WarrantUpdate.resx
├── property.sln
├── property.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
60 directories, 488 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论