实例介绍
WPF制作的一个后台系统附带SQL Server数据库
【实例截图】
【核心代码】
4744300845182154547.zip
├── 后台维护系统_Server
│ ├── BLL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ └── DAL.pdb
│ │ ├── BLL.csproj
│ │ ├── Class1.cs
│ │ ├── Login.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── TrainStationManage
│ │ └── StationManage.cs
│ ├── DAL
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.dll.config
│ │ │ │ └── DAL.pdb
│ │ │ └── Release
│ │ ├── DALMethod.cs
│ │ ├── DALPublic.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── DALPublic.csproj.FileListAbsolute.txt
│ │ │ │ ├── DALPublic.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── 后台维护系统_Server
│ │ ├── App_Data
│ │ ├── bin
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── 后台维护系统_Server.dll
│ │ │ ├── 后台维护系统_Server.dll.config
│ │ │ └── 后台维护系统_Server.pdb
│ │ ├── IService1.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TempPE
│ │ │ ├── 后台维护系统_Server.csproj.FileListAbsolute.txt
│ │ │ ├── 后台维护系统_Server.csprojResolveAssemblyReference.cache
│ │ │ ├── 后台维护系统_Server.dll
│ │ │ └── 后台维护系统_Server.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Service1.svc
│ │ ├── Service1.svc.cs
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── 后台维护系统_Server.csproj
│ │ └── 后台维护系统_Server.csproj.user
│ └── 后台维护系统_Server.sln
├── 后台维护系统WPF
│ ├── 后台维护系统WPF
│ │ ├── app.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── 后台维护系统WPF.exe
│ │ │ │ ├── 后台维护系统WPF.exe.config
│ │ │ │ ├── 后台维护系统WPF.pdb
│ │ │ │ ├── 后台维护系统WPF.vshost.exe
│ │ │ │ ├── 后台维护系统WPF.vshost.exe.config
│ │ │ │ └── 后台维护系统WPF.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── DIC
│ │ │ ├── AutoComboBox.xaml
│ │ │ ├── ButtonStyle.xaml
│ │ │ ├── ComboBoxStyle.xaml
│ │ │ ├── ComboBox.xaml
│ │ │ ├── DataGridStyle.xaml
│ │ │ ├── DatePickerStyle.xaml
│ │ │ └── TextBoxStyle.xaml
│ │ ├── frm_Main.xaml
│ │ ├── frm_Main.xaml.cs
│ │ ├── images
│ │ │ ├── 0.png
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── close1.png
│ │ │ ├── close.PNG
│ │ │ ├── down.png
│ │ │ ├── ExitBule.png
│ │ │ ├── exit.png
│ │ │ ├── ExitRed.png
│ │ │ ├── exit_副本.png
│ │ │ ├── favicon.ico
│ │ │ ├── icon_add.png
│ │ │ ├── icon_title.ico
│ │ │ ├── icon_wrong.png
│ │ │ ├── Login.png
│ │ │ ├── main.png
│ │ │ ├── main_副本.png
│ │ │ ├── mostdown.png
│ │ │ ├── mostup.png
│ │ │ ├── Search2.png
│ │ │ ├── Station.png
│ │ │ └── up.png
│ │ ├── Login.xaml
│ │ ├── Login.xaml.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DIC
│ │ │ │ ├── AutoComboBox.baml
│ │ │ │ ├── ButtonStyle.baml
│ │ │ │ ├── ComboBox.baml
│ │ │ │ ├── ComboBoxStyle.baml
│ │ │ │ ├── DataGridStyle.baml
│ │ │ │ ├── DatePickerStyle.baml
│ │ │ │ └── TextBoxStyle.baml
│ │ │ ├── frm_Main.baml
│ │ │ ├── frm_Main.g.cs
│ │ │ ├── frm_Main.g.i.cs
│ │ │ ├── Login.baml
│ │ │ ├── Login.g.cs
│ │ │ ├── Login.g.i.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── PublicWindows
│ │ │ │ ├── AutoComplete.g.i.cs
│ │ │ │ └── Window1.g.i.cs
│ │ │ ├── ResourceDictionary
│ │ │ ├── SystemSet
│ │ │ │ ├── frmType_Insert.baml
│ │ │ │ ├── frmType_Insert.g.cs
│ │ │ │ ├── frmType_Insert.g.i.cs
│ │ │ │ ├── frm_TypeSet.baml
│ │ │ │ ├── frm_TypeSet.g.cs
│ │ │ │ ├── frm_TypeSet.g.i.cs
│ │ │ │ ├── frmType_Update.baml
│ │ │ │ ├── frmType_Update.g.cs
│ │ │ │ └── frmType_Update.g.i.cs
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Service References.BLL.Login.Reference.cs.dll
│ │ │ │ └── Service References.BLL.TrainStationManage.StationManage.Reference.cs.dll
│ │ │ ├── TicketManagement
│ │ │ │ ├── frm_OrderManege.baml
│ │ │ │ ├── frm_OrderManege.g.cs
│ │ │ │ ├── frm_OrderManege.g.i.cs
│ │ │ │ ├── frm_Ticketdetails.baml
│ │ │ │ ├── frm_Ticketdetails.g.cs
│ │ │ │ └── frm_Ticketdetails.g.i.cs
│ │ │ ├── TrainManege
│ │ │ │ ├── frm_CarManege.baml
│ │ │ │ ├── frm_CarManege.g.cs
│ │ │ │ ├── frm_CarManege.g.i.cs
│ │ │ │ ├── frm_CoachManege.baml
│ │ │ │ ├── frm_CoachManege.g.cs
│ │ │ │ ├── frm_CoachManege.g.i.cs
│ │ │ │ ├── frm_TrainPlan.baml
│ │ │ │ ├── frm_TrainPlan.g.cs
│ │ │ │ └── frm_TrainPlan.g.i.cs
│ │ │ ├── TrainStationManage
│ │ │ │ ├── frm_LinePlan.baml
│ │ │ │ ├── frm_LinePlan.g.cs
│ │ │ │ ├── frm_LinePlan.g.i.cs
│ │ │ │ ├── frmLinePlan_Insert.baml
│ │ │ │ ├── frmLinePlan_Insert.g.cs
│ │ │ │ ├── frmLinePlan_Insert.g.i.cs
│ │ │ │ ├── frmLinePlan_Update.baml
│ │ │ │ ├── frmLinePlan_Update.g.cs
│ │ │ │ ├── frmLinePlan_Update.g.i.cs
│ │ │ │ ├── frmStation_Insert.baml
│ │ │ │ ├── frmStation_Insert.g.cs
│ │ │ │ ├── frmStation_Insert.g.i.cs
│ │ │ │ ├── frmStation_Update.baml
│ │ │ │ ├── frmStation_Update.g.cs
│ │ │ │ ├── frmStation_Update.g.i.cs
│ │ │ │ ├── frm_TrainStationManege.baml
│ │ │ │ ├── frm_TrainStationManege.g.cs
│ │ │ │ ├── frm_TrainStationManege.g.i.cs
│ │ │ │ └── Window1.g.i.cs
│ │ │ ├── 后台维护系统WPF_Content.g.i.cs
│ │ │ ├── 后台维护系统WPF.csproj.FileListAbsolute.txt
│ │ │ ├── 后台维护系统WPF.csproj.GenerateResource.Cache
│ │ │ ├── 后台维护系统WPF.csprojResolveAssemblyReference.cache
│ │ │ ├── 后台维护系统WPF.exe
│ │ │ ├── 后台维护系统WPF.g.resources
│ │ │ ├── 后台维护系统WPF_MarkupCompile.cache
│ │ │ ├── 后台维护系统WPF_MarkupCompile.i.cache
│ │ │ ├── 后台维护系统WPF_MarkupCompile.i.lref
│ │ │ ├── 后台维护系统WPF_MarkupCompile.lref
│ │ │ ├── 后台维护系统WPF.pdb
│ │ │ └── 后台维护系统WPF.Properties.Resources.resources
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ └── System.Data.DataSet.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PublicStatic.cs
│ │ ├── PublicWindows
│ │ ├── Service References
│ │ │ ├── BLL.Login
│ │ │ │ ├── BLL1.xsd
│ │ │ │ ├── BLL2.xsd
│ │ │ │ ├── BLL.disco
│ │ │ │ ├── BLL.xsd
│ │ │ │ ├── configuration91.svcinfo
│ │ │ │ ├── configuration.svcinfo
│ │ │ │ ├── Login.wsdl
│ │ │ │ ├── Reference.cs
│ │ │ │ └── Reference.svcmap
│ │ │ └── BLL.TrainStationManage.StationManage
│ │ │ ├── BLL1.xsd
│ │ │ ├── BLL2.xsd
│ │ │ ├── BLL.disco
│ │ │ ├── BLL.xsd
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── configuration.svcinfo
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ └── StationManage.wsdl
│ │ ├── SystemSet
│ │ │ ├── frmType_Insert.xaml
│ │ │ ├── frmType_Insert.xaml.cs
│ │ │ ├── frm_TypeSet.xaml
│ │ │ ├── frm_TypeSet.xaml.cs
│ │ │ ├── frmType_Update.xaml
│ │ │ └── frmType_Update.xaml.cs
│ │ ├── TicketManagement
│ │ │ ├── frm_OrderManege.xaml
│ │ │ ├── frm_OrderManege.xaml.cs
│ │ │ ├── frm_Ticketdetails.xaml
│ │ │ └── frm_Ticketdetails.xaml.cs
│ │ ├── TrainManege
│ │ │ ├── frm_CarManege.xaml
│ │ │ ├── frm_CarManege.xaml.cs
│ │ │ ├── frm_CoachManege.xaml
│ │ │ ├── frm_CoachManege.xaml.cs
│ │ │ ├── frm_TrainPlan.xaml
│ │ │ └── frm_TrainPlan.xaml.cs
│ │ ├── TrainStationManage
│ │ │ ├── frmLinePlan_Insert.xaml
│ │ │ ├── frmLinePlan_Insert.xaml.cs
│ │ │ ├── frmLinePlan_Update.xaml
│ │ │ ├── frmLinePlan_Update.xaml.cs
│ │ │ ├── frm_LinePlan.xaml
│ │ │ ├── frm_LinePlan.xaml.cs
│ │ │ ├── frmStation_Insert.xaml
│ │ │ ├── frmStation_Insert.xaml.cs
│ │ │ ├── frmStation_Update.xaml
│ │ │ ├── frmStation_Update.xaml.cs
│ │ │ ├── frm_TrainStationManege.xaml
│ │ │ └── frm_TrainStationManege.xaml.cs
│ │ ├── 后台维护系统WPF.csproj
│ │ └── 后台维护系统WPF.csproj.user
│ └── 后台维护系统WPF.sln
└── 火车票务管理系统
53 directories, 239 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论