在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual Studio 2015(C#) Windows数据库项目开发.zip

Visual Studio 2015(C#) Windows数据库项目开发.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:95.90M
  • 下载次数:19
  • 浏览次数:191
  • 发布时间:2021-01-14
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Visual Studio 2015(C#) Windows数据库项目开发一书配套资源
【实例截图】
【核心代码】
f01f3357-4ead-4be0-a764-009937650804
├── 实训项目
│   ├── 实训数据库
│   │   ├── eShop_log.ldf
│   │   └── eShop.mdf
│   ├── 实训资源文件
│   │   ├── LINQTODataSet示例.png
│   │   ├── lINQTOObject示例.png
│   │   ├── LINQTOSQL示例.png
│   │   ├── LINQ示例.png
│   │   ├── members.gif
│   │   ├── 主窗体背景.jpg
│   │   ├── 供应商数据维护.jpg
│   │   ├── 保存.JPG
│   │   ├── 关于.png
│   │   ├── 实训图标.ico
│   │   ├── 手机产品.jpg
│   │   ├── 打印.JPG
│   │   ├── 按产品统计销售数量金额.png
│   │   ├── 按供应商统计销售金额.png
│   │   ├── 挑选商品.gif
│   │   ├── 系统.png
│   │   ├── 统计查询.png
│   │   ├── 调用存储过程查询某产品的销售数量金额.png
│   │   └── 退出.png
│   ├── 最终完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   ├── Exam.vshost.exe.manifest
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   │   ├── rptSuppliers.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmAboutBox.resources
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLinqToObject.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmLoginWithControl.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmPrint.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.LoginControl.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   ├── rptSuppliers.rdlc
│   │   │   └── 实训图标.ico
│   │   └── Exam.sln
│   ├── 第10章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   ├── Exam.vshost.exe.manifest
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   │   ├── rptSuppliers.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmAboutBox.resources
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmLoginWithControl.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmPrint.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.LoginControl.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   └── rptSuppliers.rdlc
│   │   └── Exam.sln
│   ├── 第11章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   ├── Exam.vshost.exe.manifest
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   │   ├── rptSuppliers.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmAboutBox.resources
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLinqToObject.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmLoginWithControl.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmPrint.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.LoginControl.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   └── rptSuppliers.rdlc
│   │   └── Exam.sln
│   ├── 第12章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   ├── Exam.vshost.exe.manifest
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   │   ├── rptSuppliers.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmAboutBox.resources
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLinqToObject.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmLoginWithControl.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmPrint.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.LoginControl.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   ├── rptSuppliers.rdlc
│   │   │   └── 实训图标.ico
│   │   └── Exam.sln
│   ├── 第 2章完成的实训
│   │   ├── Exam
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── Exam.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles.resources
│   │   │   │   ├── Exam.frmSuppliers.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 3章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmSuppliers.cs
│   │   │   ├── frmSuppliers.Designer.cs
│   │   │   ├── frmSuppliers.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmSuppliers.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 4章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmSuppliers.cs
│   │   │   ├── frmSuppliers.Designer.cs
│   │   │   ├── frmSuppliers.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmSuppliers.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 5章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSuppliers.cs
│   │   │   ├── frmSuppliers.Designer.cs
│   │   │   ├── frmSuppliers.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSuppliers.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 6章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSuppliers.cs
│   │   │   ├── frmSuppliers.Designer.cs
│   │   │   ├── frmSuppliers.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSuppliers.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 7章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   └── Exam.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Exam.sln
│   ├── 第 8章完成的实训
│   │   ├── Exam
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.exe.config
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.vshost.exe
│   │   │   │   ├── Exam.vshost.exe.config
│   │   │   │   ├── Exam.vshost.exe.manifest
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   │   ├── rptSuppliers.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dseShop.Designer.cs
│   │   │   ├── dseShop.xsc
│   │   │   ├── dseShop.xsd
│   │   │   ├── dseShop.xss
│   │   │   ├── Exam.csproj
│   │   │   ├── Exam.csproj.user
│   │   │   ├── frmGroupByMobile.cs
│   │   │   ├── frmGroupByMobile.Designer.cs
│   │   │   ├── frmGroupByMobile.resx
│   │   │   ├── frmGroupBySupplier.cs
│   │   │   ├── frmGroupBySupplier.Designer.cs
│   │   │   ├── frmGroupBySupplier.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMobiles1.cs
│   │   │   ├── frmMobiles1.Designer.cs
│   │   │   ├── frmMobiles1.resx
│   │   │   ├── frmMobiles2.cs
│   │   │   ├── frmMobiles2.Designer.cs
│   │   │   ├── frmMobiles2.resx
│   │   │   ├── frmMobiles3.cs
│   │   │   ├── frmMobiles3.Designer.cs
│   │   │   ├── frmMobiles3.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectMobiles.cs
│   │   │   ├── frmSelectMobiles.Designer.cs
│   │   │   ├── frmSelectMobiles.resx
│   │   │   ├── frmSupplier.cs
│   │   │   ├── frmSupplier.Designer.cs
│   │   │   ├── frmSupplier.resx
│   │   │   ├── frmXsByMobileID.cs
│   │   │   ├── frmXsByMobileID.Designer.cs
│   │   │   ├── frmXsByMobileID.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Exam.exe
│   │   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   │   ├── Exam.frmLogin.resources
│   │   │   │   ├── Exam.frmMain.resources
│   │   │   │   ├── Exam.frmMobiles1.resources
│   │   │   │   ├── Exam.frmMobiles2.resources
│   │   │   │   ├── Exam.frmMobiles3.resources
│   │   │   │   ├── Exam.frmPrint.resources
│   │   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   │   ├── Exam.frmSupplier.resources
│   │   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   │   ├── Exam.pdb
│   │   │   │   ├── Exam.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   ├── dseShop.Designer.cs.dll
│   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── rptMobiles.cs.dll
│   │   │   │   └── rptSuppliers.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   └── rptSuppliers.rdlc
│   │   └── Exam.sln
│   └── 第 9章完成的实训
│   ├── Exam
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── de
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── es
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── Exam.exe
│   │   │   ├── Exam.exe.config
│   │   │   ├── Exam.pdb
│   │   │   ├── Exam.vshost.exe
│   │   │   ├── Exam.vshost.exe.config
│   │   │   ├── Exam.vshost.exe.manifest
│   │   │   ├── fr
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── it
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── ja
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── ko
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   ├── pt
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── rptGroupBySupplier.rdlc
│   │   │   ├── rptSuppliers.rdlc
│   │   │   ├── ru
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── zh-CHS
│   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   ├── zh-Hans
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   └── zh-Hant
│   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   ├── CPublic.cs
│   │   ├── dseShop.Designer.cs
│   │   ├── dseShop.xsc
│   │   ├── dseShop.xsd
│   │   ├── dseShop.xss
│   │   ├── Exam.csproj
│   │   ├── Exam.csproj.user
│   │   ├── frmAboutBox.cs
│   │   ├── frmAboutBox.Designer.cs
│   │   ├── frmAboutBox.resx
│   │   ├── frmGroupByMobile.cs
│   │   ├── frmGroupByMobile.Designer.cs
│   │   ├── frmGroupByMobile.resx
│   │   ├── frmGroupBySupplier.cs
│   │   ├── frmGroupBySupplier.Designer.cs
│   │   ├── frmGroupBySupplier.resx
│   │   ├── frmLogin.cs
│   │   ├── frmLogin.designer.cs
│   │   ├── frmLogin.resx
│   │   ├── frmMain.cs
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.resx
│   │   ├── frmMobiles1.cs
│   │   ├── frmMobiles1.Designer.cs
│   │   ├── frmMobiles1.resx
│   │   ├── frmMobiles2.cs
│   │   ├── frmMobiles2.Designer.cs
│   │   ├── frmMobiles2.resx
│   │   ├── frmMobiles3.cs
│   │   ├── frmMobiles3.Designer.cs
│   │   ├── frmMobiles3.resx
│   │   ├── frmPrint.cs
│   │   ├── frmPrint.Designer.cs
│   │   ├── frmPrint.resx
│   │   ├── frmSelectMobiles.cs
│   │   ├── frmSelectMobiles.Designer.cs
│   │   ├── frmSelectMobiles.resx
│   │   ├── frmSupplier.cs
│   │   ├── frmSupplier.Designer.cs
│   │   ├── frmSupplier.resx
│   │   ├── frmXsByMobileID.cs
│   │   ├── frmXsByMobileID.Designer.cs
│   │   ├── frmXsByMobileID.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   ├── Exam.exe
│   │   │   ├── Exam.frmAboutBox.resources
│   │   │   ├── Exam.frmGroupByMobile.resources
│   │   │   ├── Exam.frmGroupBySupplier.resources
│   │   │   ├── Exam.frmLogin.resources
│   │   │   ├── Exam.frmMain.resources
│   │   │   ├── Exam.frmMobiles1.resources
│   │   │   ├── Exam.frmMobiles2.resources
│   │   │   ├── Exam.frmMobiles3.resources
│   │   │   ├── Exam.frmPrint.resources
│   │   │   ├── Exam.frmSelectMobiles.resources
│   │   │   ├── Exam.frmSupplier.resources
│   │   │   ├── Exam.frmXsByMobileID.resources
│   │   │   ├── Exam.pdb
│   │   │   ├── Exam.Properties.Resources.resources
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── RdlCompile.cache
│   │   │   ├── RdlCompile.compiled
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   ├── dseShop.Designer.cs.dll
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── rptGroupBySupplier.rdlc
│   │   └── rptSuppliers.rdlc
│   └── Exam.sln
├── 教材项目
│   ├── 最终完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── CStudent.cs
│   │   │   ├── dcXk.dbml
│   │   │   ├── dcXk.dbml.layout
│   │   │   ├── dcXk.designer.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLinqToDataSet.cs
│   │   │   ├── frmLinqToDataSet.designer.cs
│   │   │   ├── frmLinqToDataSet.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLinqToSql.cs
│   │   │   ├── frmLinqToSql.designer.cs
│   │   │   ├── frmLinqToSql.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dcXk.designer.cs.dll
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLinqToDataSet.resources
│   │   │   │   ├── Xk.frmLinqToObject.resources
│   │   │   │   ├── Xk.frmLinqToSql.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   ├── Title.ico
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第10.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第10.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第11.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── CStudent.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLinqToObject.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第11.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── CStudent.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLinqToDataSet.cs
│   │   │   ├── frmLinqToDataSet.designer.cs
│   │   │   ├── frmLinqToDataSet.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLinqToDataSet.resources
│   │   │   │   ├── Xk.frmLinqToObject.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第11.3 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── CStudent.cs
│   │   │   ├── dcXk.dbml
│   │   │   ├── dcXk.dbml.layout
│   │   │   ├── dcXk.designer.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLinqToDataSet.cs
│   │   │   ├── frmLinqToDataSet.designer.cs
│   │   │   ├── frmLinqToDataSet.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLinqToSql.cs
│   │   │   ├── frmLinqToSql.designer.cs
│   │   │   ├── frmLinqToSql.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dcXk.designer.cs.dll
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLinqToDataSet.resources
│   │   │   │   ├── Xk.frmLinqToObject.resources
│   │   │   │   ├── Xk.frmLinqToSql.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第12 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── CStudent.cs
│   │   │   ├── dcXk.dbml
│   │   │   ├── dcXk.dbml.layout
│   │   │   ├── dcXk.designer.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── EllipseButton.cs
│   │   │   ├── EllipseButton.designer.cs
│   │   │   ├── EllipseButton.resx
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLinqToDataSet.cs
│   │   │   ├── frmLinqToDataSet.designer.cs
│   │   │   ├── frmLinqToDataSet.resx
│   │   │   ├── frmLinqToObject.cs
│   │   │   ├── frmLinqToObject.designer.cs
│   │   │   ├── frmLinqToObject.resx
│   │   │   ├── frmLinqToSql.cs
│   │   │   ├── frmLinqToSql.designer.cs
│   │   │   ├── frmLinqToSql.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmLoginWithControl.cs
│   │   │   ├── frmLoginWithControl.designer.cs
│   │   │   ├── frmLoginWithControl.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── LoginControl.cs
│   │   │   ├── LoginControl.designer.cs
│   │   │   ├── LoginControl.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dcXk.designer.cs.dll
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.EllipseButton.resources
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLinqToDataSet.resources
│   │   │   │   ├── Xk.frmLinqToObject.resources
│   │   │   │   ├── Xk.frmLinqToSql.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmLoginWithControl.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.LoginControl.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   ├── Title.ico
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 2 章完成的项目
│   │   ├── Xk
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── 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.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 3.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 3.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 3.3 章完成的项目
│   │   ├── Xk
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 3.4 章完成的项目
│   │   ├── Xk
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 4 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 5.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 5.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 6.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 6.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 7.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 7.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   └── Xk.vshost.exe.manifest
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 8.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 8.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 9.1 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 9.2 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 9.3 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 第 9.4 章完成的项目
│   │   ├── Xk
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── de
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── es
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── fr
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── it
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ja
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── ko
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Microsoft.ReportViewer.WinForms.dll
│   │   │   │   ├── Microsoft.SqlServer.Types.dll
│   │   │   │   ├── pt
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── rptDepartment.rdlc
│   │   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   │   ├── ru
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.exe.config
│   │   │   │   ├── Xk.pdb
│   │   │   │   ├── Xk.vshost.exe
│   │   │   │   ├── Xk.vshost.exe.config
│   │   │   │   ├── Xk.vshost.exe.manifest
│   │   │   │   ├── zh-CHS
│   │   │   │   │   └── Microsoft.ReportViewer.WinForms.resources.dll
│   │   │   │   ├── zh-Hans
│   │   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   │   └── zh-Hant
│   │   │   │   └── Microsoft.SqlServer.Types.resources.dll
│   │   │   ├── CPublic.cs
│   │   │   ├── dsXk.Designer.cs
│   │   │   ├── dsXk.xsc
│   │   │   ├── dsXk.xsd
│   │   │   ├── dsXk.xss
│   │   │   ├── frmAboutBox.cs
│   │   │   ├── frmAboutBox.Designer.cs
│   │   │   ├── frmAboutBox.resx
│   │   │   ├── frmChooseCourseResult.cs
│   │   │   ├── frmChooseCourseResult.designer.cs
│   │   │   ├── frmChooseCourseResult.resx
│   │   │   ├── frmClass.cs
│   │   │   ├── frmClass.Designer.cs
│   │   │   ├── frmClass.resx
│   │   │   ├── frmCourse.cs
│   │   │   ├── frmCourse.Designer.cs
│   │   │   ├── frmCourse.resx
│   │   │   ├── frmDepartment.cs
│   │   │   ├── frmDepartment.Designer.cs
│   │   │   ├── frmDepartment.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmMyResult.cs
│   │   │   ├── frmMyResult.Designer.cs
│   │   │   ├── frmMyResult.resx
│   │   │   ├── frmPrint.cs
│   │   │   ├── frmPrint.Designer.cs
│   │   │   ├── frmPrint.resx
│   │   │   ├── frmSelectCourse.cs
│   │   │   ├── frmSelectCourse.Designer.cs
│   │   │   ├── frmSelectCourse.resx
│   │   │   ├── frmStudent.cs
│   │   │   ├── frmStudent.Designer.cs
│   │   │   ├── frmStudentNotSelectCourse.cs
│   │   │   ├── frmStudentNotSelectCourse.designer.cs
│   │   │   ├── frmStudentNotSelectCourse.resx
│   │   │   ├── frmStudentNumGroupByClassSex.cs
│   │   │   ├── frmStudentNumGroupByClassSex.Designer.cs
│   │   │   ├── frmStudentNumGroupByClassSex.resx
│   │   │   ├── frmStudent.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── dsXk.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Xk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Xk.csproj.GenerateResource.Cache
│   │   │   │   ├── Xk.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Xk.exe
│   │   │   │   ├── Xk.frmAboutBox.resources
│   │   │   │   ├── Xk.frmChooseCourseResult.resources
│   │   │   │   ├── Xk.frmClass.resources
│   │   │   │   ├── Xk.frmCourse.resources
│   │   │   │   ├── Xk.frmDepartment.resources
│   │   │   │   ├── Xk.frmLogin.resources
│   │   │   │   ├── Xk.frmMain.resources
│   │   │   │   ├── Xk.frmMyResult.resources
│   │   │   │   ├── Xk.frmPrint.resources
│   │   │   │   ├── Xk.frmSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNotSelectCourse.resources
│   │   │   │   ├── Xk.frmStudentNumGroupByClassSex.resources
│   │   │   │   ├── Xk.frmStudent.resources
│   │   │   │   ├── Xk.pdb
│   │   │   │   └── Xk.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── rptDepartment.rdlc
│   │   │   ├── rptStudentNumBySex.rdlc
│   │   │   └── Xk.csproj
│   │   └── Xk.sln
│   ├── 资源文件
│   │   ├── About.png
│   │   ├── Add.JPG
│   │   ├── Cancel.png
│   │   ├── ChooseCourseResult.png
│   │   ├── Class.png
│   │   ├── Course.png
│   │   ├── Delete.JPG
│   │   ├── Department.png
│   │   ├── DrawLots.png
│   │   ├── Edit.png
│   │   ├── Exit.png
│   │   ├── LINQTODataSet示例.png
│   │   ├── lINQTOObject示例.png
│   │   ├── LINQTOSQL示例.png
│   │   ├── LINQ示例.png
│   │   ├── Login.png
│   │   ├── Logo.JPG
│   │   ├── Logo.png
│   │   ├── members.gif
│   │   ├── Print.JPG
│   │   ├── Save.JPG
│   │   ├── Search.png
│   │   ├── SelectCourse.bmp
│   │   ├── Student.png
│   │   ├── System.png
│   │   ├── Title.ico
│   │   ├── Tj1.png
│   │   ├── Tj2.png
│   │   ├── 主窗体背景.jpg
│   │   ├── 我的报名结果.png
│   │   ├── 报名.png
│   │   └── 选课抽签结果.png
│   └── 选课数据库
│   ├── Xk_Log.LDF
│   └── Xk.MDF
├── 本书学习环境说明.txt
├── 课件
│   ├── 第 01 章.ppt
│   ├── 第 02 章.ppt
│   ├── 第 03 章.ppt
│   ├── 第 04 章.ppt
│   ├── 第 05 章.ppt
│   ├── 第 06 章.ppt
│   ├── 第 07 章.ppt
│   ├── 第 08 章.ppt
│   ├── 第 09 章.ppt
│   ├── 第 10 章.ppt
│   ├── 第 11 章.ppt
│   └── 第 12 章.ppt
└── 附录项目
├── eShop_log.ldf
├── eShop.mdf
└── 网上购物系统
├── AddCartSuccess.aspx
├── AddCartSuccess.aspx.cs
├── App_Code
│   ├── dseShop.xsd
│   └── dseShop.xss
├── Banner.xml
├── Images
│   ├── ad1.jpg
│   ├── ad2.jpg
│   ├── AddCart.png
│   ├── bgImage1.gif
│   ├── Buy.png
│   ├── cart2.gif
│   ├── cart.gif
│   ├── dangdang.jpg
│   ├── L001.JPG
│   ├── qq.gif
│   ├── xinhuanet.gif
│   ├── 去购物车并结算.png
│   ├── 商品已成功加入购物车.png
│   ├── 商品已成功加入购物车背景.png
│   └── 继续购物.png
├── Login.aspx
├── Login.aspx.cs
├── MasterPage.master
├── MasterPage.master.cs
├── My97DatePicker
│   ├── calendar.js
│   ├── lang
│   │   ├── en.js
│   │   ├── zh-cn.js
│   │   └── zh-tw.js
│   ├── skin
│   │   ├── datePicker.gif
│   │   ├── default
│   │   │   ├── datepicker.css
│   │   │   └── img.gif
│   │   ├── WdatePicker.css
│   │   └── whyGreen
│   │   ├── bg.jpg
│   │   ├── datepicker.css
│   │   └── img.gif
│   ├── WdatePicker.js
│   └── 开发包
│   ├── lang
│   │   ├── en.js
│   │   ├── zh-cn.js
│   │   └── zh-tw.js
│   ├── readme.txt
│   └── skin
│   ├── datePicker.gif
│   ├── default
│   │   ├── datepicker.css
│   │   └── img.gif
│   ├── WdatePicker.css
│   └── whyGreen
│   ├── bg.jpg
│   ├── datepicker.css
│   └── img.gif
├── MyOrders.aspx
├── MyOrders.aspx.cs
├── OrderByID.aspx
├── OrderByID.aspx.cs
├── OrderInfo.aspx
├── OrderInfo.aspx.cs
├── photos
│   ├── Lumia 640.jpg
│   ├── Lumia 640 XL.jpg
│   ├── Lumia 650.jpg
│   ├── Lumia 950.jpg
│   ├── Lumia 950XL.jpg
│   ├── null.jpg
│   ├── 三星.jpg
│   ├── 三星(SAMSUNG)B9120 3G手机(钛灰色).jpg
│   ├── 三星(SAMSUNG)Galaxy S3 I9308 3G手机 (青玉蓝).jpg
│   ├── 三星(SAMSUNG)Galaxy SIII I9300 3G手机(云石白).jpg
│   ├── 三星(SAMSUNG)I9100G 至尊版(双电)3G手机(黑色).jpg
│   ├── 三星(SAMSUNG)I929 3G手机 (金属灰).jpg
│   ├── 摩托罗拉.jpg
│   ├── 摩托罗拉(Motorola)ME865 3G手机(白色).jpg
│   ├── 摩托罗拉(Motorola)Razr XT910 3G手机(桀骜黑).jpg
│   ├── 摩托罗拉(Motorola)RAZR 锋芒 XT910 MAXX 劲量版 3G手机(黑色)WCDMA.jpg
│   ├── 摩托罗拉(Motorola)XT535 3G手机(黑色)WCDMA GSM.jpg
│   ├── 摩托罗拉(Motorola)XT760 3G手机(炫视黑).jpg
│   ├── 索尼.jpg
│   ├── 索尼(SONY)LT22i 3G手机(红色).jpg
│   ├── 索尼(SONY)LT26i 3G手机(白色).jpg
│   ├── 索尼(SONY)LT26w 3G手机(白色).jpg
│   ├── 索尼(SONY)MT25i 3G手机(白色).jpg
│   ├── 索尼(SONY)MT25i 3G手机(黑色).jpg
│   ├── 苹果(APPLE)iPhone 4 8G版 3G手机(白色)WCDMA GSM.jpg
│   ├── 苹果(APPLE)iPhone 4S 16G版 3G手机(白色).jpg
│   ├── 苹果(APPLE)iPhone 4S 16G版 3G手机(黑色).jpg
│   ├── 苹果(APPLE)iPhone 4S 32G版 3G手机(白色).jpg
│   ├── 苹果(APPLE)iPhone 4S 64G版 3G手机(黑色).jpg
│   ├── 苹果.jpg
│   ├── 诺基亚.jpg
│   ├── 诺基亚(NOKIA)808 纯景 Pure View 3G手机(黑色).jpg
│   ├── 诺基亚(NOKIA)Lumia 800 3G手机(品红色).jpg
│   ├── 诺基亚(NOKIA)Lumia 900 3G手机(蓝色).jpg
│   ├── 诺基亚(NOKIA)Lumia 900 3G手机(黑色).jpg
│   └── 诺基亚(NOKIA)N8-00 3G手机(蓝色).jpg
├── PrintPage.aspx
├── PrintPage.aspx.cs
├── ProductDetail.aspx
├── ProductDetail.aspx.cs
├── Products.aspx
├── Products.aspx.cs
├── Regist.aspx
├── Regist.aspx.cs
├── rptOrder.rdlc
├── rptProducts.rdlc
├── ShoppingCart.aspx
├── ShoppingCart.aspx.cs
├── UserImage
│   └── L001.JPG
├── ValidateCode.aspx
├── ValidateCode.aspx.cs
└── web.config

560 directories, 3423 files

标签:

实例下载地址

Visual Studio 2015(C#) Windows数据库项目开发.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警