基本信息
源码名称:北大青鸟使用C#开发数据库应用程序(C#WinForms).part2.rar
源码大小:18.60M
文件格式:.rar
开发语言:C#
更新时间:2023-11-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
北大青鸟使用C#开发数据库应用程序(C#WinForms).part2.rar
北大青鸟使用C#开发数据库应用程序(C#WinForms).part1.rar 北大青鸟使用C#开发数据库应用程序(C#WinForms).part1.rar

.
├── 使用C#开发数据库应用程序(C#WinForms)
│   ├── Chapter4
│   │   └── 理论部分
│   │       ├── 源代码
│   │       │   ├── 示例1
│   │       │   │   ├── MyForm
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── MyForm.csproj
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MyForm.sln
│   │       │   │   └── MyForm.suo
│   │       │   ├── 示例DialogResult
│   │       │   │   ├── MySchool-DialogResult
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例MenuStrip
│   │       │   │   ├── MySchool-MenuStrip
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例MessageBox
│   │       │   │   ├── MySchool-MessageBox
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例MouseMove
│   │       │   │   ├── MyForm
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── MyForm.csproj
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MyForm.sln
│   │       │   │   └── MyForm.suo
│   │       │   ├── 示例使用基本控件
│   │       │   │   ├── MySchool-BasicControl
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   └── 示例实现窗体间的跳转
│   │       │       ├── MySchool-FormJump
│   │       │       │   ├── AddStudentForm.Designer.cs
│   │       │       │   ├── AddStudentForm.cs
│   │       │       │   ├── AddStudentForm.resx
│   │       │       │   ├── AdminForm.Designer.cs
│   │       │       │   ├── AdminForm.cs
│   │       │       │   ├── AdminForm.resx
│   │       │       │   ├── MySchool.csproj
│   │       │       │   ├── MySchool.csproj.user
│   │       │       │   ├── Program.cs
│   │       │       │   └── Properties
│   │       │       │       ├── AssemblyInfo.cs
│   │       │       │       ├── Settings.Designer.cs
│   │       │       │       └── Settings.settings
│   │       │       ├── MySchool.sln
│   │       │       └── MySchool.suo
│   │       └── 教学幻灯片
│   │           ├── 视频
│   │           │   └── 理论课贯穿案例MySchool功能演示V2.0.swf
│   │           └── 课堂案例
│   │               ├── 示例1
│   │               │   ├── MyForm
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── MyForm.csproj
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MyForm.sln
│   │               │   └── MyForm.suo
│   │               ├── 示例2
│   │               │   ├── MyForm
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── MyForm.csproj
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MyForm.sln
│   │               │   └── MyForm.suo
│   │               ├── 示例3
│   │               │   ├── MySchool-MenuStrip
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例4
│   │               │   ├── MySchool-BasicControl
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例5
│   │               │   ├── MySchool-FormLink
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例6
│   │               │   ├── MySchool-MessageBox
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例7
│   │               │   ├── MySchool-DialogResult
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               └── 现场编程1
│   │                   ├── MyForm
│   │                   │   ├── Form1.Designer.cs
│   │                   │   ├── Form1.cs
│   │                   │   ├── Form1.resx
│   │                   │   ├── MyForm.csproj
│   │                   │   ├── Program.cs
│   │                   │   └── Properties
│   │                   │       ├── AssemblyInfo.cs
│   │                   │       ├── Resources.Designer.cs
│   │                   │       ├── Resources.resx
│   │                   │       ├── Settings.Designer.cs
│   │                   │       └── Settings.settings
│   │                   ├── MyForm.sln
│   │                   └── MyForm.suo
│   ├── Chapter5
│   │   ├── 上机部分
│   │   │   ├── 教学幻灯片
│   │   │   │   ├── LG5V2.0.ppt
│   │   │   │   └── 上机答案
│   │   │   │       ├── 阶段1
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   ├── MySchool.suo
│   │   │   │       │   └── image
│   │   │   │       │       ├── AnswerQuestion.gif
│   │   │   │       │       ├── edit.gif
│   │   │   │       │       ├── newStu.gif
│   │   │   │       │       ├── newTeacher.gif
│   │   │   │       │       ├── newUser.gif
│   │   │   │       │       ├── question.gif
│   │   │   │       │       ├── search.gif
│   │   │   │       │       ├── searchTeacher.gif
│   │   │   │       │       ├── teacher.gif
│   │   │   │       │       └── test.gif
│   │   │   │       ├── 阶段2
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       ├── 阶段3
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       ├── 阶段4
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   ├── MySchool.suo
│   │   │   │       │   └── image
│   │   │   │       │       ├── About.gif
│   │   │   │       │       ├── ya1.gif
│   │   │   │       │       ├── ya2.gif
│   │   │   │       │       ├── ya3.gif
│   │   │   │       │       ├── ya4.gif
│   │   │   │       │       ├── ya5.gif
│   │   │   │       │       ├── ya6.gif
│   │   │   │       │       ├── ya7.gif
│   │   │   │       │       └── ya8.gif
│   │   │   │       ├── 阶段5
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       └── 阶段6
│   │   │   │           ├── MySchool
│   │   │   │           │   ├── AboutForm.Designer.cs
│   │   │   │           │   ├── AboutForm.cs
│   │   │   │           │   ├── AboutForm.resx
│   │   │   │           │   ├── AddQuestionForm.Designer.cs
│   │   │   │           │   ├── AddQuestionForm.cs
│   │   │   │           │   ├── AddQuestionForm.resx
│   │   │   │           │   ├── LoginForm.Designer.cs
│   │   │   │           │   ├── LoginForm.cs
│   │   │   │           │   ├── LoginForm.resx
│   │   │   │           │   ├── MySchool.csproj
│   │   │   │           │   ├── Program.cs
│   │   │   │           │   ├── Properties
│   │   │   │           │   │   ├── AssemblyInfo.cs
│   │   │   │           │   │   ├── Resources.Designer.cs
│   │   │   │           │   │   ├── Resources.resx
│   │   │   │           │   │   ├── Settings.Designer.cs
│   │   │   │           │   │   └── Settings.settings
│   │   │   │           │   ├── TeacherForm.Designer.cs
│   │   │   │           │   ├── TeacherForm.cs
│   │   │   │           │   ├── TeacherForm.resx
│   │   │   │           │   └── UserHelper.cs
│   │   │   │           ├── MySchool.sln
│   │   │   │           └── MySchool.suo
│   │   │   └── 提供给学员的素材
│   │   │       ├── About.gif
│   │   │       ├── AnswerQuestion.gif
│   │   │       ├── edit.gif
│   │   │       ├── newStu.gif
│   │   │       ├── newTeacher.gif
│   │   │       ├── newUser.gif
│   │   │       ├── question.gif
│   │   │       ├── search.gif
│   │   │       ├── searchTeacher.gif
│   │   │       ├── teacher.gif
│   │   │       ├── test.gif
│   │   │       ├── ya1.gif
│   │   │       ├── ya2.gif
│   │   │       ├── ya3.gif
│   │   │       ├── ya4.gif
│   │   │       ├── ya5.gif
│   │   │       ├── ya6.gif
│   │   │       ├── ya7.gif
│   │   │       └── ya8.gif
│   │   ├── 教学指导
│   │   │   ├── 补充案例
│   │   │   │   ├── 交通灯
│   │   │   │   │   ├── TrafficLight
│   │   │   │   │   │   ├── Form1.Designer.cs
│   │   │   │   │   │   ├── Form1.cs
│   │   │   │   │   │   ├── Form1.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── TrafficLight.csproj
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── TrafficLight.exe
│   │   │   │   │   │           ├── TrafficLight.pdb
│   │   │   │   │   │           └── TrafficLight.vshost.exe
│   │   │   │   │   ├── TrafficLight.sln
│   │   │   │   │   └── TrafficLight.suo
│   │   │   │   ├── 工具条
│   │   │   │   │   ├── MyToolStrip
│   │   │   │   │   │   ├── Form1.Designer.cs
│   │   │   │   │   │   ├── Form1.cs
│   │   │   │   │   │   ├── Form1.resx
│   │   │   │   │   │   ├── MyToolStrip.csproj
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MyToolStrip.exe
│   │   │   │   │   │           ├── MyToolStrip.pdb
│   │   │   │   │   │           └── MyToolStrip.vshost.exe
│   │   │   │   │   ├── MyToolStrip.sln
│   │   │   │   │   └── MyToolStrip.suo
│   │   │   │   └── 选项卡图片浏览
│   │   │   │       ├── MyTabControl
│   │   │   │       │   ├── Form1.Designer.cs
│   │   │   │       │   ├── Form1.cs
│   │   │   │       │   ├── Form1.resx
│   │   │   │       │   ├── MyTabControl.csproj
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── MyTabControl.exe
│   │   │   │       │           ├── MyTabControl.pdb
│   │   │   │       │           └── MyTabControl.vshost.exe
│   │   │   │       ├── MyTabControl.sln
│   │   │   │       └── MyTabControl.suo
│   │   │   ├── 附加题答案
│   │   │   │   ├── 附加题1
│   │   │   │   │   ├── MyWord
│   │   │   │   │   │   ├── MyWord.csproj
│   │   │   │   │   │   ├── MyWordForm.Designer.cs
│   │   │   │   │   │   ├── MyWordForm.cs
│   │   │   │   │   │   ├── MyWordForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MyWord.exe
│   │   │   │   │   │           ├── MyWord.pdb
│   │   │   │   │   │           └── MyWord.vshost.exe
│   │   │   │   │   ├── MyWord.sln
│   │   │   │   │   └── MyWord.suo
│   │   │   │   ├── 附加题2
│   │   │   │   │   ├── MyTimer
│   │   │   │   │   │   ├── MyTimer.csproj
│   │   │   │   │   │   ├── MyTimerForm.cs
│   │   │   │   │   │   ├── MyTimerForm.designer.cs
│   │   │   │   │   │   ├── MyTimerForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MyTimer.exe
│   │   │   │   │   │           ├── MyTimer.pdb
│   │   │   │   │   │           └── MyTimer.vshost.exe
│   │   │   │   │   ├── MyTimer.sln
│   │   │   │   │   └── MyTimer.suo
│   │   │   │   └── 附加题3
│   │   │   │       ├── MyLift
│   │   │   │       │   ├── LiftForm.Designer.cs
│   │   │   │       │   ├── LiftForm.cs
│   │   │   │       │   ├── LiftForm.resx
│   │   │   │       │   ├── MyLift.csproj
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── MyLift.exe
│   │   │   │       │           ├── MyLift.pdb
│   │   │   │       │           └── MyLift.vshost.exe
│   │   │   │       ├── MyLift.sln
│   │   │   │       └── MyLift.suo
│   │   │   ├── 上机课作业答案
│   │   │   │   ├── 作业1
│   │   │   │   │   ├── MyPictureBrowser
│   │   │   │   │   │   ├── MyPictureBrowser.csproj
│   │   │   │   │   │   ├── PictureBrowserForm.Designer.cs
│   │   │   │   │   │   ├── PictureBrowserForm.cs
│   │   │   │   │   │   ├── PictureBrowserForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── HomeWork.exe
│   │   │   │   │   │           ├── HomeWork.pdb
│   │   │   │   │   │           └── HomeWork.vshost.exe
│   │   │   │   │   ├── MyPictureBrowser.sln
│   │   │   │   │   └── MyPictureBrowser.suo
│   │   │   │   ├── 作业2
│   │   │   │   │   ├── MyPictureBrowser
│   │   │   │   │   │   ├── MyPictureBrowser.csproj
│   │   │   │   │   │   ├── PictureBrowserForm.Designer.cs
│   │   │   │   │   │   ├── PictureBrowserForm.cs
│   │   │   │   │   │   ├── PictureBrowserForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── HomeWork.exe
│   │   │   │   │   │           ├── HomeWork.pdb
│   │   │   │   │   │           └── HomeWork.vshost.exe
│   │   │   │   │   ├── MyPictureBrowser.sln
│   │   │   │   │   └── MyPictureBrowser.suo
│   │   │   │   └── 作业3
│   │   │   │       ├── MyPictureBrowser
│   │   │   │       │   ├── MyPictureBrowser.csproj
│   │   │   │       │   ├── PictureBrowserForm.Designer.cs
│   │   │   │       │   ├── PictureBrowserForm.cs
│   │   │   │       │   ├── PictureBrowserForm.resx
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── HomeWork.exe
│   │   │   │       │           ├── HomeWork.pdb
│   │   │   │       │           └── HomeWork.vshost.exe
│   │   │   │       ├── MyPictureBrowser.sln
│   │   │   │       └── MyPictureBrowser.suo
│   │   │   └── 理论课作业答案
│   │   │       ├── 作业1
│   │   │       │   ├── MyWord
│   │   │       │   │   ├── MyWord.csproj
│   │   │       │   │   ├── MyWordForm.Designer.cs
│   │   │       │   │   ├── MyWordForm.cs
│   │   │       │   │   ├── MyWordForm.resx
│   │   │       │   │   ├── Program.cs
│   │   │       │   │   ├── Properties
│   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │       │   │   │   ├── Resources.resx
│   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │       │   │   │   └── Settings.settings
│   │   │       │   │   └── bin
│   │   │       │   │       └── Debug
│   │   │       │   │           ├── MyWord.exe
│   │   │       │   │           ├── MyWord.pdb
│   │   │       │   │           └── MyWord.vshost.exe
│   │   │       │   ├── MyWord.sln
│   │   │       │   └── MyWord.suo
│   │   │       ├── 作业2
│   │   │       │   ├── MyFood
│   │   │       │   │   ├── MyFood.csproj
│   │   │       │   │   ├── MyFoodForm.Designer.cs
│   │   │       │   │   ├── MyFoodForm.cs
│   │   │       │   │   ├── MyFoodForm.resx
│   │   │       │   │   ├── Program.cs
│   │   │       │   │   ├── Properties
│   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │       │   │   │   ├── Resources.resx
│   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │       │   │   │   └── Settings.settings
│   │   │       │   │   └── bin
│   │   │       │   │       └── Debug
│   │   │       │   │           ├── MyFood.exe
│   │   │       │   │           ├── MyFood.pdb
│   │   │       │   │           └── MyFood.vshost.exe
│   │   │       │   ├── MyFood.sln
│   │   │       │   └── MyFood.suo
│   │   │       ├── 作业3
│   │   │       │   ├── MyPicture
│   │   │       │   │   ├── MyPicture.csproj
│   │   │       │   │   ├── MyPictureForm.cs
│   │   │       │   │   ├── MyPictureForm.designer.cs
│   │   │       │   │   ├── MyPictureForm.resx
│   │   │       │   │   ├── Program.cs
│   │   │       │   │   ├── Properties
│   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │       │   │   │   ├── Resources.resx
│   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │       │   │   │   └── Settings.settings
│   │   │       │   │   └── bin
│   │   │       │   │       └── Debug
│   │   │       │   │           ├── MyPicture.exe
│   │   │       │   │           ├── MyPicture.pdb
│   │   │       │   │           └── MyPicture.vshost.exe
│   │   │       │   ├── MyPicture.sln
│   │   │       │   └── MyPicture.suo
│   │   │       └── 作业4
│   │   │           ├── MyTimer
│   │   │           │   ├── MyTimer.csproj
│   │   │           │   ├── MyTimerForm.cs
│   │   │           │   ├── MyTimerForm.designer.cs
│   │   │           │   ├── MyTimerForm.resx
│   │   │           │   ├── Program.cs
│   │   │           │   ├── Properties
│   │   │           │   │   ├── AssemblyInfo.cs
│   │   │           │   │   ├── Resources.Designer.cs
│   │   │           │   │   ├── Resources.resx
│   │   │           │   │   ├── Settings.Designer.cs
│   │   │           │   │   └── Settings.settings
│   │   │           │   └── bin
│   │   │           │       └── Debug
│   │   │           │           ├── MyTimer.exe
│   │   │           │           ├── MyTimer.pdb
│   │   │           │           └── MyTimer.vshost.exe
│   │   │           ├── MyTimer.sln
│   │   │           └── MyTimer.suo
│   │   └── 理论部分
│   │       ├── 源代码
│   │       │   ├── 示例Anchor
│   │       │   │   ├── MyMessage
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── MyMessage.csproj
│   │       │   │   │   ├── MyMessageForm.Designer.cs
│   │       │   │   │   ├── MyMessageForm.cs
│   │       │   │   │   ├── MyMessageForm.resx
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MyMessage.sln
│   │       │   │   └── MyMessage.suo
│   │       │   ├── 示例Dock
│   │       │   │   ├── MyNotePad
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── MyNotePad.csproj
│   │       │   │   │   ├── MyNotePadForm.Designer.cs
│   │       │   │   │   ├── MyNotePadForm.cs
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MyNotePad.sln
│   │       │   │   └── MyNotePad.suo
│   │       │   ├── 示例MDI
│   │       │   │   ├── MySchool-MDI
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例TabControl
│   │       │   │   ├── MySchool-TabControl
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool-DataSet.csproj
│   │       │   │   │   ├── MySchool-DataSet.csproj.user
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例ToolStrip和StatusStrip
│   │       │   │   ├── MySchool
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例创建About窗体
│   │       │   │   ├── MySchool-About
│   │       │   │   │   ├── AboutForm.Designer.cs
│   │       │   │   │   ├── AboutForm.cs
│   │       │   │   │   ├── AboutForm.resx
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例显示模式窗体
│   │       │   │   ├── MySchool
│   │       │   │   │   ├── AboutForm.Designer.cs
│   │       │   │   │   ├── AboutForm.cs
│   │       │   │   │   ├── AboutForm.resx
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例用户输入验证
│   │       │   │   ├── MySchool
│   │       │   │   │   ├── AboutForm.Designer.cs
│   │       │   │   │   ├── AboutForm.cs
│   │       │   │   │   ├── AboutForm.resx
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   └── 示例窗体间的数据传递
│   │       │       ├── MySchool
│   │       │       │   ├── AboutForm.Designer.cs
│   │       │       │   ├── AboutForm.cs
│   │       │       │   ├── AboutForm.resx
│   │       │       │   ├── AddStudentForm.Designer.cs
│   │       │       │   ├── AddStudentForm.cs
│   │       │       │   ├── AddStudentForm.resx
│   │       │       │   ├── AdminForm.Designer.cs
│   │       │       │   ├── AdminForm.cs
│   │       │       │   ├── AdminForm.resx
│   │       │       │   ├── LoginForm.cs
│   │       │       │   ├── LoginForm.designer.cs
│   │       │       │   ├── LoginForm.resx
│   │       │       │   ├── MySchool.csproj
│   │       │       │   ├── MySchool.csproj.user
│   │       │       │   ├── Program.cs
│   │       │       │   ├── Properties
│   │       │       │   │   ├── AssemblyInfo.cs
│   │       │       │   │   ├── Settings.Designer.cs
│   │       │       │   │   └── Settings.settings
│   │       │       │   └── UserHelper.cs
│   │       │       ├── MySchool.sln
│   │       │       └── MySchool.suo
│   │       └── 教学幻灯片
│   │           ├── TP5V2.0.ppt
│   │           └── 课堂案例
│   │               ├── 示例1
│   │               │   ├── MySchool
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例10
│   │               │   ├── MySchool
│   │               │   │   ├── AboutForm.Designer.cs
│   │               │   │   ├── AboutForm.cs
│   │               │   │   ├── AboutForm.resx
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例11
│   │               │   ├── MySchool
│   │               │   │   ├── AboutForm.Designer.cs
│   │               │   │   ├── AboutForm.cs
│   │               │   │   ├── AboutForm.resx
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   ├── Properties
│   │               │   │   │   ├── AssemblyInfo.cs
│   │               │   │   │   ├── Settings.Designer.cs
│   │               │   │   │   └── Settings.settings
│   │               │   │   └── UserHelper.cs
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例2
│   │               │   ├── MyMessage
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── MyMessage.csproj
│   │               │   │   ├── MyMessageForm.Designer.cs
│   │               │   │   ├── MyMessageForm.cs
│   │               │   │   ├── MyMessageForm.resx
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MyMessage.sln
│   │               │   └── MyMessage.suo
│   │               ├── 示例3
│   │               │   ├── MyNotePad
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── MyNotePad.csproj
│   │               │   │   ├── MyNotePadForm.Designer.cs
│   │               │   │   ├── MyNotePadForm.cs
│   │               │   │   ├── MyNotePadForm.resx
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MyNotePad.sln
│   │               │   └── MyNotePad.suo
│   │               ├── 示例4
│   │               │   ├── MySchool-MDI
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例5
│   │               │   ├── MySchool
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例6
│   │               │   ├── MySchool
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例7
│   │               │   ├── MySchool-TabControl
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool-DataSet.csproj
│   │               │   │   ├── MySchool-DataSet.csproj.user
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例8
│   │               │   ├── MySchool-About
│   │               │   │   ├── AboutForm.Designer.cs
│   │               │   │   ├── AboutForm.cs
│   │               │   │   ├── AboutForm.resx
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               └── 示例9
│   │                   ├── MySchool
│   │                   │   ├── AboutForm.Designer.cs
│   │                   │   ├── AboutForm.cs
│   │                   │   ├── AboutForm.resx
│   │                   │   ├── AddStudentForm.Designer.cs
│   │                   │   ├── AddStudentForm.cs
│   │                   │   ├── AddStudentForm.resx
│   │                   │   ├── AdminForm.Designer.cs
│   │                   │   ├── AdminForm.cs
│   │                   │   ├── AdminForm.resx
│   │                   │   ├── LoginForm.cs
│   │                   │   ├── LoginForm.designer.cs
│   │                   │   ├── LoginForm.resx
│   │                   │   ├── MySchool.csproj
│   │                   │   ├── MySchool.csproj.user
│   │                   │   ├── Program.cs
│   │                   │   └── Properties
│   │                   │       ├── AssemblyInfo.cs
│   │                   │       ├── Settings.Designer.cs
│   │                   │       └── Settings.settings
│   │                   ├── MySchool.sln
│   │                   └── MySchool.suo
│   ├── Chapter6
│   │   ├── 上机部分
│   │   │   ├── 教学幻灯片
│   │   │   │   ├── LG6V2.0.ppt
│   │   │   │   └── 上机答案
│   │   │   │       ├── 阶段1
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── DBHelper.cs
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       ├── 阶段2
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── DBHelper.cs
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       ├── 阶段3
│   │   │   │       │   ├── MySchool
│   │   │   │       │   │   ├── AboutForm.Designer.cs
│   │   │   │       │   │   ├── AboutForm.cs
│   │   │   │       │   │   ├── AboutForm.resx
│   │   │   │       │   │   ├── AddQuestionForm.Designer.cs
│   │   │   │       │   │   ├── AddQuestionForm.cs
│   │   │   │       │   │   ├── AddQuestionForm.resx
│   │   │   │       │   │   ├── DBHelper.cs
│   │   │   │       │   │   ├── LoginForm.Designer.cs
│   │   │   │       │   │   ├── LoginForm.cs
│   │   │   │       │   │   ├── LoginForm.resx
│   │   │   │       │   │   ├── MySchool.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   │   ├── Resources.resx
│   │   │   │       │   │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   │   └── Settings.settings
│   │   │   │       │   │   ├── TeacherForm.Designer.cs
│   │   │   │       │   │   ├── TeacherForm.cs
│   │   │   │       │   │   ├── TeacherForm.resx
│   │   │   │       │   │   └── UserHelper.cs
│   │   │   │       │   ├── MySchool.sln
│   │   │   │       │   └── MySchool.suo
│   │   │   │       └── 阶段4
│   │   │   │           ├── MySchool
│   │   │   │           │   ├── AboutForm.Designer.cs
│   │   │   │           │   ├── AboutForm.cs
│   │   │   │           │   ├── AboutForm.resx
│   │   │   │           │   ├── AddQuestionForm.Designer.cs
│   │   │   │           │   ├── AddQuestionForm.cs
│   │   │   │           │   ├── AddQuestionForm.resx
│   │   │   │           │   ├── DBHelper.cs
│   │   │   │           │   ├── LoginForm.Designer.cs
│   │   │   │           │   ├── LoginForm.cs
│   │   │   │           │   ├── LoginForm.resx
│   │   │   │           │   ├── MySchool.csproj
│   │   │   │           │   ├── Program.cs
│   │   │   │           │   ├── Properties
│   │   │   │           │   │   ├── AssemblyInfo.cs
│   │   │   │           │   │   ├── Resources.Designer.cs
│   │   │   │           │   │   ├── Resources.resx
│   │   │   │           │   │   ├── Settings.Designer.cs
│   │   │   │           │   │   └── Settings.settings
│   │   │   │           │   ├── TeacherForm.Designer.cs
│   │   │   │           │   ├── TeacherForm.cs
│   │   │   │           │   ├── TeacherForm.resx
│   │   │   │           │   └── UserHelper.cs
│   │   │   │           ├── MySchool.sln
│   │   │   │           └── MySchool.suo
│   │   │   └── 提供给学员的素材
│   │   │       └── readme.txt
│   │   ├── 教学指导
│   │   │   ├── 补充案例
│   │   │   │   ├── 测试数据库连接
│   │   │   │   │   ├── ConnectionTest
│   │   │   │   │   │   ├── ConnectionTest.csproj
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── ConnectionTest.exe
│   │   │   │   │   │           ├── ConnectionTest.pdb
│   │   │   │   │   │           └── ConnectionTest.vshost.exe
│   │   │   │   │   ├── ConnectionTest.sln
│   │   │   │   │   └── ConnectionTest.suo
│   │   │   │   ├── 没有进行类型转换
│   │   │   │   │   ├── Scalar
│   │   │   │   │   │   ├── Form1.Designer.cs
│   │   │   │   │   │   ├── Form1.cs
│   │   │   │   │   │   ├── Form1.resx
│   │   │   │   │   │   ├── OpenCloseDB.suo
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── Scalar.csproj
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MySchool-DataBase.exe
│   │   │   │   │   │           ├── MySchool-DataBase.pdb
│   │   │   │   │   │           ├── OpenCloseDB.exe
│   │   │   │   │   │           ├── OpenCloseDB.pdb
│   │   │   │   │   │           ├── Scalar.exe
│   │   │   │   │   │           ├── Scalar.pdb
│   │   │   │   │   │           └── Scalar.vshost.exe
│   │   │   │   │   ├── Scalar.sln
│   │   │   │   │   └── Scalar.suo
│   │   │   │   └── 没有打开数据库连接
│   │   │   │       ├── ExecuteScalar
│   │   │   │       │   ├── Form1.Designer.cs
│   │   │   │       │   ├── Form1.cs
│   │   │   │       │   ├── Form1.resx
│   │   │   │       │   ├── OpenCloseDB.csproj
│   │   │   │       │   ├── OpenCloseDB.suo
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── MySchool-DataBase.exe
│   │   │   │       │           ├── MySchool-DataBase.pdb
│   │   │   │       │           ├── OpenCloseDB.exe
│   │   │   │       │           ├── OpenCloseDB.pdb
│   │   │   │       │           └── OpenCloseDB.vshost.exe
│   │   │   │       ├── OpenCloseDB.sln
│   │   │   │       └── OpenCloseDB.suo
│   │   │   ├── 附加题答案
│   │   │   │   ├── 附加题1
│   │   │   │   │   ├── MaxPrice
│   │   │   │   │   │   ├── MaxPrice.csproj
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MaxPrice.exe
│   │   │   │   │   │           ├── MaxPrice.pdb
│   │   │   │   │   │           ├── MaxPrice.vshost.exe
│   │   │   │   │   │           ├── MaxPriceTitle.exe
│   │   │   │   │   │           └── MaxPriceTitle.pdb
│   │   │   │   │   ├── MaxPrice.sln
│   │   │   │   │   └── MaxPrice.suo
│   │   │   │   ├── 附加题2
│   │   │   │   │   ├── MaxPriceTitle
│   │   │   │   │   │   ├── MaxPriceTitle.csproj
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── MaxPrice.exe
│   │   │   │   │   │           ├── MaxPrice.pdb
│   │   │   │   │   │           ├── MaxPriceTitle.exe
│   │   │   │   │   │           ├── MaxPriceTitle.pdb
│   │   │   │   │   │           └── MaxPriceTitle.vshost.exe
│   │   │   │   │   ├── MaxPriceTitle.sln
│   │   │   │   │   └── MaxPriceTitle.suo
│   │   │   │   └── 附加题3
│   │   │   │       ├── AuthorCity
│   │   │   │       │   ├── AuthorCity.csproj
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   └── AssemblyInfo.cs
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── AuthorCity.exe
│   │   │   │       │           ├── AuthorCity.pdb
│   │   │   │       │           ├── AuthorCity.vshost.exe
│   │   │   │       │           ├── MaxPrice.exe
│   │   │   │       │           ├── MaxPrice.pdb
│   │   │   │       │           ├── MaxPriceTitle.exe
│   │   │   │       │           └── MaxPriceTitle.pdb
│   │   │   │       ├── AuthorCity.sln
│   │   │   │       └── AuthorCity.suo
│   │   │   ├── 上机课作业答案
│   │   │   │   ├── 作业1
│   │   │   │   │   ├── Bank
│   │   │   │   │   │   ├── Bank.csproj
│   │   │   │   │   │   ├── CreditCardForm.Designer.cs
│   │   │   │   │   │   ├── CreditCardForm.cs
│   │   │   │   │   │   ├── CreditCardForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── Bank.exe
│   │   │   │   │   │           ├── Bank.pdb
│   │   │   │   │   │           ├── Bank.vshost.exe
│   │   │   │   │   │           ├── HomeWork.exe
│   │   │   │   │   │           └── HomeWork.pdb
│   │   │   │   │   ├── Bank.sln
│   │   │   │   │   ├── Bank.suo
│   │   │   │   │   └── data
│   │   │   │   │       ├── BankDB.sql
│   │   │   │   │       └── CardRecordTable.sql
│   │   │   │   ├── 作业2
│   │   │   │   │   ├── Bank
│   │   │   │   │   │   ├── Bank.csproj
│   │   │   │   │   │   ├── CreditCardForm.Designer.cs
│   │   │   │   │   │   ├── CreditCardForm.cs
│   │   │   │   │   │   ├── CreditCardForm.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   └── bin
│   │   │   │   │   │       └── Debug
│   │   │   │   │   │           ├── Bank.exe
│   │   │   │   │   │           ├── Bank.pdb
│   │   │   │   │   │           ├── Bank.vshost.exe
│   │   │   │   │   │           ├── HomeWork.exe
│   │   │   │   │   │           └── HomeWork.pdb
│   │   │   │   │   ├── Bank.sln
│   │   │   │   │   └── Bank.suo
│   │   │   │   └── 作业3
│   │   │   │       ├── Bank
│   │   │   │       │   ├── Bank.csproj
│   │   │   │       │   ├── CreditCardForm.Designer.cs
│   │   │   │       │   ├── CreditCardForm.cs
│   │   │   │       │   ├── CreditCardForm.resx
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   └── bin
│   │   │   │       │       └── Debug
│   │   │   │       │           ├── Bank.exe
│   │   │   │       │           ├── Bank.pdb
│   │   │   │       │           ├── Bank.vshost.exe
│   │   │   │       │           ├── HomeWork.exe
│   │   │   │       │           └── HomeWork.pdb
│   │   │   │       ├── Bank.sln
│   │   │   │       └── Bank.suo
│   │   │   ├── 新增的补充案例
│   │   │   │   ├── ExecuteScalar:查询学员姓名
│   │   │   │   │   ├── MIS
│   │   │   │   │   │   ├── MIS
│   │   │   │   │   │   │   ├── MIS.csproj
│   │   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── Debug
│   │   │   │   │   │   │   │       ├── MIS.exe
│   │   │   │   │   │   │   │       ├── MIS.pdb
│   │   │   │   │   │   │   │       └── MIS.vshost.exe
│   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │       ├── Debug
│   │   │   │   │   │   │       │   ├── MIS.exe
│   │   │   │   │   │   │       │   └── MIS.pdb
│   │   │   │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── MIS.sln
│   │   │   │   │   │   └── MIS.suo
│   │   │   │   │   └── 案例描述.txt
│   │   │   │   └── ExecuteScalar:查询学员数量
│   │   │   │       ├── MIS
│   │   │   │       │   ├── MIS
│   │   │   │       │   │   ├── MIS.csproj
│   │   │   │       │   │   ├── Program.cs
│   │   │   │       │   │   ├── Properties
│   │   │   │       │   │   │   └── AssemblyInfo.cs
│   │   │   │       │   │   ├── bin
│   │   │   │       │   │   │   └── Debug
│   │   │   │       │   │   │       ├── MIS.exe
│   │   │   │       │   │   │       ├── MIS.pdb
│   │   │   │       │   │   │       └── MIS.vshost.exe
│   │   │   │       │   │   └── obj
│   │   │   │       │   │       ├── Debug
│   │   │   │       │   │       │   ├── MIS.exe
│   │   │   │       │   │       │   └── MIS.pdb
│   │   │   │       │   │       └── MIS.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── MIS.sln
│   │   │   │       │   └── MIS.suo
│   │   │   │       └── 案例描述.txt
│   │   │   └── 理论课作业答案
│   │   │       ├── 作业3
│   │   │       │   ├── PubsConnection
│   │   │       │   │   ├── Program.cs
│   │   │       │   │   ├── Properties
│   │   │       │   │   │   └── AssemblyInfo.cs
│   │   │       │   │   ├── PubsConnection.csproj
│   │   │       │   │   └── bin
│   │   │       │   │       └── Debug
│   │   │       │   │           ├── ConnectionTest.exe
│   │   │       │   │           ├── ConnectionTest.pdb
│   │   │       │   │           ├── PubsConnection.exe
│   │   │       │   │           ├── PubsConnection.pdb
│   │   │       │   │           └── PubsConnection.vshost.exe
│   │   │       │   ├── PubsConnection.sln
│   │   │       │   └── PubsConnection.suo
│   │   │       └── 作业4
│   │   │           ├── AuthorNum
│   │   │           │   ├── AuthorNum.csproj
│   │   │           │   ├── Form1.Designer.cs
│   │   │           │   ├── Form1.cs
│   │   │           │   ├── Form1.resx
│   │   │           │   ├── Program.cs
│   │   │           │   ├── Properties
│   │   │           │   │   ├── AssemblyInfo.cs
│   │   │           │   │   ├── Resources.Designer.cs
│   │   │           │   │   ├── Resources.resx
│   │   │           │   │   ├── Settings.Designer.cs
│   │   │           │   │   └── Settings.settings
│   │   │           │   └── bin
│   │   │           │       └── Debug
│   │   │           │           ├── AuthorNum.exe
│   │   │           │           ├── AuthorNum.pdb
│   │   │           │           └── AuthorNum.vshost.exe
│   │   │           ├── AuthorNum.sln
│   │   │           └── AuthorNum.suo
│   │   └── 理论部分
│   │       ├── 源代码
│   │       │   ├── 示例1
│   │       │   │   ├── OpenCloseDB
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── OpenCloseDB.csproj
│   │       │   │   │   ├── OpenCloseDB.suo
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── OpenCloseDB.sln
│   │       │   │   └── OpenCloseDB.suo
│   │       │   ├── 示例2
│   │       │   │   ├── Exception
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── OpenCloseDB.csproj
│   │       │   │   │   ├── OpenCloseDB.suo
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── OpenCloseDB.sln
│   │       │   │   └── OpenCloseDB.suo
│   │       │   ├── 示例3
│   │       │   │   ├── ExecuteScalar
│   │       │   │   │   ├── Form1.Designer.cs
│   │       │   │   │   ├── Form1.cs
│   │       │   │   │   ├── Form1.resx
│   │       │   │   │   ├── OpenCloseDB.csproj
│   │       │   │   │   ├── OpenCloseDB.suo
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   └── Properties
│   │       │   │   │       ├── AssemblyInfo.cs
│   │       │   │   │       ├── Resources.Designer.cs
│   │       │   │   │       ├── Resources.resx
│   │       │   │   │       ├── Settings.Designer.cs
│   │       │   │   │       └── Settings.settings
│   │       │   │   ├── OpenCloseDB.sln
│   │       │   │   └── OpenCloseDB.suo
│   │       │   ├── 示例4
│   │       │   │   ├── MySchool-ValidateUser
│   │       │   │   │   ├── AboutForm.Designer.cs
│   │       │   │   │   ├── AboutForm.cs
│   │       │   │   │   ├── AboutForm.resx
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   ├── Properties
│   │       │   │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   │   └── Settings.settings
│   │       │   │   │   └── UserHelper.cs
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   ├── 示例5
│   │       │   │   ├── MySchool-DBHelper
│   │       │   │   │   ├── AboutForm.Designer.cs
│   │       │   │   │   ├── AboutForm.cs
│   │       │   │   │   ├── AboutForm.resx
│   │       │   │   │   ├── AddStudentForm.Designer.cs
│   │       │   │   │   ├── AddStudentForm.cs
│   │       │   │   │   ├── AddStudentForm.resx
│   │       │   │   │   ├── AdminForm.Designer.cs
│   │       │   │   │   ├── AdminForm.cs
│   │       │   │   │   ├── AdminForm.resx
│   │       │   │   │   ├── DBHelper.cs
│   │       │   │   │   ├── LoginForm.cs
│   │       │   │   │   ├── LoginForm.designer.cs
│   │       │   │   │   ├── LoginForm.resx
│   │       │   │   │   ├── MySchool.csproj
│   │       │   │   │   ├── MySchool.csproj.user
│   │       │   │   │   ├── Program.cs
│   │       │   │   │   ├── Properties
│   │       │   │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   │   └── Settings.settings
│   │       │   │   │   └── UserHelper.cs
│   │       │   │   ├── MySchool.sln
│   │       │   │   └── MySchool.suo
│   │       │   └── 示例6
│   │       │       ├── MySchool-ExecuteScalar
│   │       │       │   ├── AboutForm.Designer.cs
│   │       │       │   ├── AboutForm.cs
│   │       │       │   ├── AboutForm.resx
│   │       │       │   ├── AddStudentForm.Designer.cs
│   │       │       │   ├── AddStudentForm.cs
│   │       │       │   ├── AddStudentForm.resx
│   │       │       │   ├── AdminForm.Designer.cs
│   │       │       │   ├── AdminForm.cs
│   │       │       │   ├── AdminForm.resx
│   │       │       │   ├── DBHelper.cs
│   │       │       │   ├── LoginForm.cs
│   │       │       │   ├── LoginForm.designer.cs
│   │       │       │   ├── LoginForm.resx
│   │       │       │   ├── MySchool.csproj
│   │       │       │   ├── MySchool.csproj.user
│   │       │       │   ├── Program.cs
│   │       │       │   ├── Properties
│   │       │       │   │   ├── AssemblyInfo.cs
│   │       │       │   │   ├── Settings.Designer.cs
│   │       │       │   │   └── Settings.settings
│   │       │       │   └── UserHelper.cs
│   │       │       ├── MySchool.sln
│   │       │       └── MySchool.suo
│   │       └── 教学幻灯片
│   │           ├── TP6V2.0.ppt
│   │           └── 课堂案例
│   │               ├── 示例1
│   │               │   ├── OpenCloseDB
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── OpenCloseDB.csproj
│   │               │   │   ├── OpenCloseDB.suo
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── OpenCloseDB.sln
│   │               │   └── OpenCloseDB.suo
│   │               ├── 示例2
│   │               │   ├── Exception
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── OpenCloseDB.csproj
│   │               │   │   ├── OpenCloseDB.suo
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── OpenCloseDB.sln
│   │               │   └── OpenCloseDB.suo
│   │               ├── 示例3
│   │               │   ├── ExecuteScalar
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── OpenCloseDB.csproj
│   │               │   │   ├── OpenCloseDB.suo
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── OpenCloseDB.sln
│   │               │   └── OpenCloseDB.suo
│   │               ├── 示例4
│   │               │   ├── MySchool-ValidateUser
│   │               │   │   ├── AboutForm.Designer.cs
│   │               │   │   ├── AboutForm.cs
│   │               │   │   ├── AboutForm.resx
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   ├── Properties
│   │               │   │   │   ├── AssemblyInfo.cs
│   │               │   │   │   ├── Settings.Designer.cs
│   │               │   │   │   └── Settings.settings
│   │               │   │   └── UserHelper.cs
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 示例5
│   │               │   ├── MySchool-ExecuteScalar
│   │               │   │   ├── AboutForm.Designer.cs
│   │               │   │   ├── AboutForm.cs
│   │               │   │   ├── AboutForm.resx
│   │               │   │   ├── AddStudentForm.Designer.cs
│   │               │   │   ├── AddStudentForm.cs
│   │               │   │   ├── AddStudentForm.resx
│   │               │   │   ├── AdminForm.Designer.cs
│   │               │   │   ├── AdminForm.cs
│   │               │   │   ├── AdminForm.resx
│   │               │   │   ├── DBHelper.cs
│   │               │   │   ├── LoginForm.cs
│   │               │   │   ├── LoginForm.designer.cs
│   │               │   │   ├── LoginForm.resx
│   │               │   │   ├── MySchool.csproj
│   │               │   │   ├── MySchool.csproj.user
│   │               │   │   ├── Program.cs
│   │               │   │   ├── Properties
│   │               │   │   │   ├── AssemblyInfo.cs
│   │               │   │   │   ├── Settings.Designer.cs
│   │               │   │   │   └── Settings.settings
│   │               │   │   └── UserHelper.cs
│   │               │   ├── MySchool.sln
│   │               │   └── MySchool.suo
│   │               ├── 现场编程1
│   │               │   ├── OpenCloseDB
│   │               │   │   ├── Form1.Designer.cs
│   │               │   │   ├── Form1.cs
│   │               │   │   ├── Form1.resx
│   │               │   │   ├── OpenCloseDB.csproj
│   │               │   │   ├── OpenCloseDB.suo
│   │               │   │   ├── Program.cs
│   │               │   │   └── Properties
│   │               │   │       ├── AssemblyInfo.cs
│   │               │   │       ├── Resources.Designer.cs
│   │               │   │       ├── Resources.resx
│   │               │   │       ├── Settings.Designer.cs
│   │               │   │       └── Settings.settings
│   │               │   ├── OpenCloseDB.sln
│   │               │   └── OpenCloseDB.suo
│   │               └── 现场编程2
│   │                   ├── MySchool-ExecuteScalar
│   │                   │   ├── AboutForm.Designer.cs
│   │                   │   ├── AboutForm.cs
│   │                   │   ├── AboutForm.resx
│   │                   │   ├── AddStudentForm.Designer.cs
│   │                   │   ├── AddStudentForm.cs
│   │                   │   ├── AddStudentForm.resx
│   │                   │   ├── AdminForm.Designer.cs
│   │                   │   ├── AdminForm.cs
│   │                   │   ├── AdminForm.resx
│   │                   │   ├── DBHelper.cs
│   │                   │   ├── LoginForm.cs
│   │                   │   ├── LoginForm.designer.cs
│   │                   │   ├── LoginForm.resx
│   │                   │   ├── MySchool.csproj
│   │                   │   ├── MySchool.csproj.user
│   │                   │   ├── Program.cs
│   │                   │   ├── Properties
│   │                   │   │   ├── AssemblyInfo.cs
│   │                   │   │   ├── Settings.Designer.cs
│   │                   │   │   └── Settings.settings
│   │                   │   └── UserHelper.cs
│   │                   ├── MySchool.sln
│   │                   └── MySchool.suo
│   └── Chapter7
│       ├── 上机部分
│       │   └── 教学幻灯片
│       │       ├── LG7V2.0.ppt
│       │       └── 上机答案
│       │           ├── 阶段1
│       │           │   ├── MySchool
│       │           │   │   ├── AboutForm.Designer.cs
│       │           │   │   ├── AboutForm.cs
│       │           │   │   ├── AboutForm.resx
│       │           │   │   ├── AddQuestionForm.Designer.cs
│       │           │   │   ├── AddQuestionForm.cs
│       │           │   │   ├── AddQuestionForm.resx
│       │           │   │   ├── DBHelper.cs
│       │           │   │   ├── LoginForm.Designer.cs
│       │           │   │   ├── LoginForm.cs
│       │           │   │   ├── LoginForm.resx
│       │           │   │   ├── MySchool.csproj
│       │           │   │   ├── Program.cs
│       │           │   │   ├── Properties
│       │           │   │   │   ├── AssemblyInfo.cs
│       │           │   │   │   ├── Resources.Designer.cs
│       │           │   │   │   ├── Resources.resx
│       │           │   │   │   ├── Settings.Designer.cs
│       │           │   │   │   └── Settings.settings
│       │           │   │   ├── TeacherForm.Designer.cs
│       │           │   │   ├── TeacherForm.cs
│       │           │   │   ├── TeacherForm.resx
│       │           │   │   └── UserHelper.cs
│       │           │   ├── MySchool.sln
│       │           │   └── MySchool.suo
│       │           ├── 阶段2
│       │           │   ├── MySchool
│       │           │   │   ├── AboutForm.Designer.cs
│       │           │   │   ├── AboutForm.cs
│       │           │   │   ├── AboutForm.resx
│       │           │   │   ├── AddQuestionForm.Designer.cs
│       │           │   │   ├── AddQuestionForm.cs
│       │           │   │   ├── AddQuestionForm.resx
│       │           │   │   ├── DBHelper.cs
│       │           │   │   ├── LoginForm.Designer.cs
│       │           │   │   ├── LoginForm.cs
│       │           │   │   ├── LoginForm.resx
│       │           │   │   ├── MySchool.csproj
│       │           │   │   ├── Program.cs
│       │           │   │   ├── Properties
│       │           │   │   │   ├── AssemblyInfo.cs
│       │           │   │   │   ├── Resources.Designer.cs
│       │           │   │   │   ├── Resources.resx
│       │           │   │   │   ├── Settings.Designer.cs
│       │           │   │   │   └── Settings.settings
│       │           │   │   ├── SearchQuestionForm.Designer.cs
│       │           │   │   ├── SearchQuestionForm.cs
│       │           │   │   ├── SearchQuestionForm.resx
│       │           │   │   ├── TeacherForm.Designer.cs
│       │           │   │   ├── TeacherForm.cs
│       │           │   │   ├── TeacherForm.resx
│       │           │   │   └── UserHelper.cs
│       │           │   ├── MySchool.sln
│       │           │   └── MySchool.suo
│       │           ├── 阶段3
│       │           │   ├── MySchool
│       │           │   │   ├── AboutForm.Designer.cs
│       │           │   │   ├── AboutForm.cs
│       │           │   │   ├── AboutForm.resx
│       │           │   │   ├── AddQuestionForm.Designer.cs
│       │           │   │   ├── AddQuestionForm.cs
│       │           │   │   ├── AddQuestionForm.resx
│       │           │   │   ├── DBHelper.cs
│       │           │   │   ├── LoginForm.Designer.cs
│       │           │   │   ├── LoginForm.cs
│       │           │   │   ├── LoginForm.resx
│       │           │   │   ├── MySchool.csproj
│       │           │   │   ├── Program.cs
│       │           │   │   ├── Properties
│       │           │   │   │   ├── AssemblyInfo.cs
│       │           │   │   │   ├── Resources.Designer.cs
│       │           │   │   │   ├── Resources.resx
│       │           │   │   │   ├── Settings.Designer.cs
│       │           │   │   │   └── Settings.settings
│       │           │   │   ├── SearchQuestionForm.Designer.cs
│       │           │   │   ├── SearchQuestionForm.cs
│       │           │   │   ├── SearchQuestionForm.resx
│       │           │   │   ├── TeacherForm.Designer.cs
│       │           │   │   ├── TeacherForm.cs
│       │           │   │   ├── TeacherForm.resx
│       │           │   │   └── UserHelper.cs
│       │           │   ├── MySchool.sln
│       │           │   └── MySchool.suo
│       │           └── 阶段4
│       │               ├── MySchool
│       │               │   ├── AboutForm.Designer.cs
│       │               │   ├── AboutForm.cs
│       │               │   ├── AboutForm.resx
│       │               │   ├── AddQuestionForm.Designer.cs
│       │               │   ├── AddQuestionForm.cs
│       │               │   ├── AddQuestionForm.resx
│       │               │   ├── DBHelper.cs
│       │               │   ├── LoginForm.Designer.cs
│       │               │   ├── LoginForm.cs
│       │               │   ├── LoginForm.resx
│       │               │   ├── MySchool.csproj
│       │               │   ├── Program.cs
│       │               │   ├── Properties
│       │               │   │   ├── AssemblyInfo.cs
│       │               │   │   ├── Resources.Designer.cs
│       │               │   │   ├── Resources.resx
│       │               │   │   ├── Settings.Designer.cs
│       │               │   │   └── Settings.settings
│       │               │   ├── SearchQuestionForm.Designer.cs
│       │               │   ├── SearchQuestionForm.cs
│       │               │   ├── SearchQuestionForm.resx
│       │               │   ├── TeacherForm.Designer.cs
│       │               │   ├── TeacherForm.cs
│       │               │   ├── TeacherForm.resx
│       │               │   └── UserHelper.cs
│       │               ├── MySchool.sln
│       │               └── MySchool.suo
│       └── 教学指导
│           ├── 补充案例
│           │   ├── ListView视图切换
│           │   │   ├── ListViewTest
│           │   │   │   ├── Form1.Designer.cs
│           │   │   │   ├── Form1.cs
│           │   │   │   ├── Form1.resx
│           │   │   │   ├── ListViewTest.csproj
│           │   │   │   ├── Program.cs
│           │   │   │   ├── Properties
│           │   │   │   │   ├── AssemblyInfo.cs
│           │   │   │   │   ├── Resources.Designer.cs
│           │   │   │   │   ├── Resources.resx
│           │   │   │   │   ├── Settings.Designer.cs
│           │   │   │   │   └── Settings.settings
│           │   │   │   └── bin
│           │   │   │       └── Debug
│           │   │   │           ├── ListViewTest.exe
│           │   │   │           ├── ListViewTest.pdb
│           │   │   │           └── ListViewTest.vshost.exe
│           │   │   ├── ListViewTest.sln
│           │   │   └── ListViewTest.suo
│           │   ├── 没有关闭DataReader
│           │   │   ├── UpdatePwd
│           │   │   │   ├── Program.cs
│           │   │   │   ├── Properties
│           │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   ├── UpdatePwd.csproj
│           │   │   │   └── bin
│           │   │   │       └── Debug
│           │   │   │           ├── SearchAdmin.exe
│           │   │   │           ├── SearchAdmin.pdb
│           │   │   │           ├── SearchStudent.exe
│           │   │   │           ├── SearchStudent.pdb
│           │   │   │           ├── UpdatePwd.exe
│           │   │   │           ├── UpdatePwd.pdb
│           │   │   │           └── UpdatePwd.vshost.exe
│           │   │   ├── UpdatePwd.sln
│           │   │   └── UpdatePwd.suo
│           │   ├── 没有调用Read方法
│           │   │   ├── SearchAdmin
│           │   │   │   ├── Program.cs
│           │   │   │   ├── Properties
│           │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   ├── SearchAdmin.csproj
│           │   │   │   └── bin
│           │   │   │       └── Debug
│           │   │   │           ├── SearchAdmin.vshost.exe
│           │   │   │           ├── SearchStudent.exe
│           │   │   │           └── SearchStudent.pdb
│           │   │   ├── SearchAdmin.sln
│           │   │   └── SearchAdmin.suo
│           │   └── 右键菜单复制粘贴
│           │       ├── Copy
│           │       │   ├── Copy.csproj
│           │       │   ├── CopyAndPlasterForm.Designer.cs
│           │       │   ├── CopyAndPlasterForm.cs
│           │       │   ├── CopyAndPlasterForm.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   └── bin
│           │       │       └── Debug
│           │       │           ├── Copy.exe
│           │       │           ├── Copy.pdb
│           │       │           └── Copy.vshost.exe
│           │       ├── Copy.sln
│           │       └── Copy.suo
│           ├── 附加题答案
│           │   ├── 附加题1
│           │   │   ├── MySchool-Reader
│           │   │   │   ├── AddStudentForm.Designer.cs
│           │   │   │   ├── AddStudentForm.cs
│           │   │   │   ├── AddStudentForm.resx
│           │   │   │   ├── DBHelper.cs
│           │   │   │   ├── MySchool.csproj
│           │   │   │   ├── MySchool.csproj.user
│           │   │   │   ├── Program.cs
│           │   │   │   └── Properties
│           │   │   │       ├── AssemblyInfo.cs
│           │   │   │       ├── Settings.Designer.cs
│           │   │   │       └── Settings.settings
│           │   │   ├── MySchool.sln
│           │   │   └── MySchool.suo
│           │   └── 附加题2
│           │       ├── MySchool
│           │       │   ├── DBHelper.cs
│           │       │   ├── ModifyStudentForm.cs
│           │       │   ├── ModifyStudentForm.designer.cs
│           │       │   ├── ModifyStudentForm.resx
│           │       │   ├── MySchool-DataSet.csproj
│           │       │   ├── MySchool-DataSet.csproj.user
│           │       │   ├── MySchool.csproj
│           │       │   ├── MySchool.csproj.user
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── SearchStudentForm.Designer.cs
│           │       │   ├── SearchStudentForm.cs
│           │       │   └── SearchStudentForm.resx
│           │       └── MySchool.sln
│           ├── 上机课作业答案
│           │   ├── 作业1
│           │   │   ├── MySchool
│           │   │   │   ├── AboutForm.Designer.cs
│           │   │   │   ├── AboutForm.cs
│           │   │   │   ├── AboutForm.resx
│           │   │   │   ├── AddQuestionForm.Designer.cs
│           │   │   │   ├── AddQuestionForm.cs
│           │   │   │   ├── AddQuestionForm.resx
│           │   │   │   ├── DBHelper.cs
│           │   │   │   ├── LoginForm.Designer.cs
│           │   │   │   ├── LoginForm.cs
│           │   │   │   ├── LoginForm.resx
│           │   │   │   ├── MySchool.csproj
│           │   │   │   ├── Program.cs
│           │   │   │   ├── Properties
│           │   │   │   │   ├── AssemblyInfo.cs
│           │   │   │   │   ├── Resources.Designer.cs
│           │   │   │   │   ├── Resources.resx
│           │   │   │   │   ├── Settings.Designer.cs
│           │   │   │   │   └── Settings.settings
│           │   │   │   ├── SearchQuestionForm.Designer.cs
│           │   │   │   ├── SearchQuestionForm.cs
│           │   │   │   ├── SearchQuestionForm.resx
│           │   │   │   ├── TeacherForm.Designer.cs
│           │   │   │   ├── TeacherForm.cs
│           │   │   │   ├── TeacherForm.resx
│           │   │   │   └── UserHelper.cs
│           │   │   ├── MySchool.sln
│           │   │   └── MySchool.suo
│           │   ├── 作业2
│           │   │   ├── MySchool
│           │   │   │   ├── AboutForm.Designer.cs
│           │   │   │   ├── AboutForm.cs
│           │   │   │   ├── AboutForm.resx
│           │   │   │   ├── AddQuestionForm.Designer.cs
│           │   │   │   ├── AddQuestionForm.cs
│           │   │   │   ├── AddQuestionForm.resx
│           │   │   │   ├── DBHelper.cs
│           │   │   │   ├── DetailsForm.Designer.cs
│           │   │   │   ├── DetailsForm.cs
│           │   │   │   ├── DetailsForm.resx
│           │   │   │   ├── LoginForm.Designer.cs
│           │   │   │   ├── LoginForm.cs
│           │   │   │   ├── LoginForm.resx
│           │   │   │   ├── MySchool.csproj
│           │   │   │   ├── Program.cs
│           │   │   │   ├── Properties
│           │   │   │   │   ├── AssemblyInfo.cs
│           │   │   │   │   ├── Resources.Designer.cs
│           │   │   │   │   ├── Resources.resx
│           │   │   │   │   ├── Settings.Designer.cs
│           │   │   │   │   └── Settings.settings
│           │   │   │   ├── SearchQuestionForm.Designer.cs
│           │   │   │   ├── SearchQuestionForm.cs
│           │   │   │   ├── SearchQuestionForm.resx
│           │   │   │   ├── TeacherForm.Designer.cs
│           │   │   │   ├── TeacherForm.cs
│           │   │   │   ├── TeacherForm.resx
│           │   │   │   └── UserHelper.cs
│           │   │   ├── MySchool.sln
│           │   │   └── MySchool.suo
│           │   └── 作业3
│           │       ├── MySchool
│           │       │   ├── AboutForm.Designer.cs
│           │       │   ├── AboutForm.cs
│           │       │   ├── AboutForm.resx
│           │       │   ├── AddQuestionForm.Designer.cs
│           │       │   ├── AddQuestionForm.cs
│           │       │   ├── AddQuestionForm.resx
│           │       │   ├── DBHelper.cs
│           │       │   ├── DetailsForm.Designer.cs
│           │       │   ├── DetailsForm.cs
│           │       │   ├── DetailsForm.resx
│           │       │   ├── LoginForm.Designer.cs
│           │       │   ├── LoginForm.cs
│           │       │   ├── LoginForm.resx
│           │       │   ├── MySchool.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── SearchQuestionForm.Designer.cs
│           │       │   ├── SearchQuestionForm.cs
│           │       │   ├── SearchQuestionForm.resx
│           │       │   ├── TeacherForm.Designer.cs
│           │       │   ├── TeacherForm.cs
│           │       │   ├── TeacherForm.resx
│           │       │   └── UserHelper.cs
│           │       ├── MySchool.sln
│           │       └── MySchool.suo
│           ├── 新增的补充案例
│           │   ├── ExecuteNonQuery:修改学员信息-MIS
│           │   │   ├── MIS
│           │   │   │   ├── MIS
│           │   │   │   │   ├── MIS.csproj
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   │   ├── bin
│           │   │   │   │   │   └── Debug
│           │   │   │   │   │       ├── MIS.exe
│           │   │   │   │   │       ├── MIS.pdb
│           │   │   │   │   │       └── MIS.vshost.exe
│           │   │   │   │   └── obj
│           │   │   │   │       ├── Debug
│           │   │   │   │       │   ├── MIS.exe
│           │   │   │   │       │   └── MIS.pdb
│           │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│           │   │   │   ├── MIS.sln
│           │   │   │   └── MIS.suo
│           │   │   └── 案例描述.txt
│           │   ├── ExecuteNonQuery:删除学员信息-MIS
│           │   │   ├── MIS
│           │   │   │   ├── MIS
│           │   │   │   │   ├── MIS.csproj
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   │   ├── bin
│           │   │   │   │   │   └── Debug
│           │   │   │   │   │       ├── MIS.exe
│           │   │   │   │   │       ├── MIS.pdb
│           │   │   │   │   │       └── MIS.vshost.exe
│           │   │   │   │   └── obj
│           │   │   │   │       ├── Debug
│           │   │   │   │       │   ├── MIS.exe
│           │   │   │   │       │   └── MIS.pdb
│           │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│           │   │   │   ├── MIS.sln
│           │   │   │   └── MIS.suo
│           │   │   └── 案例描述.txt
│           │   ├── ExecuteNonQuery:增加学员信息-MIS
│           │   │   ├── MIS
│           │   │   │   ├── MIS
│           │   │   │   │   ├── MIS.csproj
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   │   ├── bin
│           │   │   │   │   │   └── Debug
│           │   │   │   │   │       ├── MIS.exe
│           │   │   │   │   │       ├── MIS.pdb
│           │   │   │   │   │       └── MIS.vshost.exe
│           │   │   │   │   └── obj
│           │   │   │   │       ├── Debug
│           │   │   │   │       │   ├── MIS.exe
│           │   │   │   │       │   └── MIS.pdb
│           │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│           │   │   │   ├── MIS.sln
│           │   │   │   └── MIS.suo
│           │   │   └── 案例描述.txt
│           │   ├── ExecuteNonQuery:修改学员状态为“活动”-MySchool
│           │   │   ├── MySchool-ExecuteNonQuery
│           │   │   │   ├── MySchool-ExecuteNonQuery
│           │   │   │   │   ├── AboutForm.Designer.cs
│           │   │   │   │   ├── AboutForm.cs
│           │   │   │   │   ├── AboutForm.resx
│           │   │   │   │   ├── AddStudentForm.Designer.cs
│           │   │   │   │   ├── AddStudentForm.cs
│           │   │   │   │   ├── AddStudentForm.resx
│           │   │   │   │   ├── AdminForm.Designer.cs
│           │   │   │   │   ├── AdminForm.cs
│           │   │   │   │   ├── AdminForm.resx
│           │   │   │   │   ├── DBHelper.cs
│           │   │   │   │   ├── LoginForm.cs
│           │   │   │   │   ├── LoginForm.designer.cs
│           │   │   │   │   ├── LoginForm.resx
│           │   │   │   │   ├── MySchool.csproj
│           │   │   │   │   ├── MySchool.csproj.user
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   ├── AssemblyInfo.cs
│           │   │   │   │   │   ├── Settings.Designer.cs
│           │   │   │   │   │   └── Settings.settings
│           │   │   │   │   ├── SearchStudentForm.Designer.cs
│           │   │   │   │   ├── SearchStudentForm.cs
│           │   │   │   │   ├── SearchStudentForm.resx
│           │   │   │   │   └── UserHelper.cs
│           │   │   │   ├── MySchool.sln
│           │   │   │   └── MySchool.suo
│           │   │   └── 案例描述.txt
│           │   ├── ExecuteReader:查询学员信息-MIS
│           │   │   ├── MIS
│           │   │   │   ├── MIS
│           │   │   │   │   ├── MIS.csproj
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   │   ├── bin
│           │   │   │   │   │   └── Debug
│           │   │   │   │   │       ├── MIS.exe
│           │   │   │   │   │       ├── MIS.pdb
│           │   │   │   │   │       └── MIS.vshost.exe
│           │   │   │   │   └── obj
│           │   │   │   │       ├── Debug
│           │   │   │   │       │   ├── MIS.exe
│           │   │   │   │       │   └── MIS.pdb
│           │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│           │   │   │   ├── MIS.sln
│           │   │   │   └── MIS.suo
│           │   │   └── 案例描述.txt
│           │   ├── ExecuteReader:查询学员姓名-MIS
│           │   │   ├── MIS
│           │   │   │   ├── MIS
│           │   │   │   │   ├── MIS.csproj
│           │   │   │   │   ├── Program.cs
│           │   │   │   │   ├── Properties
│           │   │   │   │   │   └── AssemblyInfo.cs
│           │   │   │   │   ├── bin
│           │   │   │   │   │   └── Debug
│           │   │   │   │   │       ├── MIS.exe
│           │   │   │   │   │       ├── MIS.pdb
│           │   │   │   │   │       └── MIS.vshost.exe
│           │   │   │   │   └── obj
│           │   │   │   │       ├── Debug
│           │   │   │   │       │   ├── MIS.exe
│           │   │   │   │       │   └── MIS.pdb
│           │   │   │   │       └── MIS.csproj.FileListAbsolute.txt
│           │   │   │   ├── MIS.sln
│           │   │   │   └── MIS.suo
│           │   │   └── 案例描述.txt
│           │   └── ExecuteReader:读取学员姓名-MySchool
│           │       ├── SearchStudent
│           │       │   ├── SearchStudent
│           │       │   │   ├── Program.cs
│           │       │   │   ├── Properties
│           │       │   │   │   └── AssemblyInfo.cs
│           │       │   │   └── SearchStudent.csproj
│           │       │   ├── SearchStudent.sln
│           │       │   └── SearchStudent.suo
│           │       └── 案例描述.txt
│           └── 理论课作业答案
│               ├── 作业2
│               │   ├── MySchool-DataReader
│               │   │   ├── AddStudentForm.Designer.cs
│               │   │   ├── AddStudentForm.cs
│               │   │   ├── AddStudentForm.resx
│               │   │   ├── DBHelper.cs
│               │   │   ├── MySchool.csproj
│               │   │   ├── MySchool.csproj.user
│               │   │   ├── Program.cs
│               │   │   ├── Properties
│               │   │   │   ├── AssemblyInfo.cs
│               │   │   │   ├── Settings.Designer.cs
│               │   │   │   └── Settings.settings
│               │   │   └── UserHelper.cs
│               │   ├── MySchool.sln
│               │   └── MySchool.suo
│               ├── 作业3
│               │   ├── SuperMarket
│               │   │   ├── Program.cs
│               │   │   ├── Properties
│               │   │   │   ├── AssemblyInfo.cs
│               │   │   │   ├── Resources.Designer.cs
│               │   │   │   ├── Resources.resx
│               │   │   │   ├── Settings.Designer.cs
│               │   │   │   └── Settings.settings
│               │   │   ├── SearchGoodsForm.cs
│               │   │   ├── SearchGoodsForm.designer.cs
│               │   │   ├── SearchGoodsForm.resx
│               │   │   ├── SuperMarket.csproj
│               │   │   └── bin
│               │   │       └── Debug
│               │   │           ├── SuperMarket.exe
│               │   │           ├── SuperMarket.pdb
│               │   │           └── SuperMarket.vshost.exe
│               │   ├── SuperMarket.sln
│               │   ├── SuperMarket.suo
│               │   └── data
│               │       ├── GoodsTable.sql
│               │       └── SuperMarketDB.sql
│               └── 作业4
│                   ├── SuperMarket
│                   │   ├── Program.cs
│                   │   ├── Properties
│                   │   │   ├── AssemblyInfo.cs
│                   │   │   ├── Resources.Designer.cs
│                   │   │   ├── Resources.resx
│                   │   │   ├── Settings.Designer.cs
│                   │   │   └── Settings.settings
│                   │   ├── SearchGoodsForm.cs
│                   │   ├── SearchGoodsForm.designer.cs
│                   │   ├── SearchGoodsForm.resx
│                   │   ├── SuperMarket.csproj
│                   │   └── bin
│                   │       └── Debug
│                   │           ├── SuperMarket.exe
│                   │           ├── SuperMarket.pdb
│                   │           └── SuperMarket.vshost.exe
│                   ├── SuperMarket.sln
│                   └── SuperMarket.suo
└── 北大青鸟使用C#开发数据库应用程序(C#WinForms).part2.rar_使用C#开发数据库应用程序(C#WinForms).part2.rar

468 directories, 1827 files