在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#的windows应用窗体开发教程

C#的windows应用窗体开发教程

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.64M
  • 下载次数:13
  • 浏览次数:132
  • 发布时间:2020-07-15
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
基于C#的Windows应用程序开发实验与实践
【实例截图】
【核心代码】
基于C的Windows应用程序开发实验与实践
└── 基于C#的Windows应用程序开发实验与实践
├── ppt
│   ├── 第1章 Windows窗体.ppt
│   ├── 第2章 Windows常用控件的使用.ppt
│   ├── 第3章 创建控件.ppt
│   ├── 第4章 面向对象编程简介.ppt
│   ├── 第5章 使用ADO.NET访问数据.ppt
│   ├── 第6章 Windows程序中的调用.ppt
│   ├── 第7章 GDI+的简单编程.ppt
│   ├── 第8章 使用Crystal Reports创建报表.ppt
│   └── 第9章 提高程序的可访问性.ppt
├── 程序
│   ├── Thumbs.db
│   ├── 第1-2章
│   │   ├── Backup
│   │   │   ├── DateTimePicker例子
│   │   │   │   ├── DateTimePicker例子.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── LabelTextBox
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── LabelTextBox.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ListBox控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── ListBox控件.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ListView控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── ListView控件.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SimpleTexEditor
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Resources
│   │   │   │   │   ├── Bold.PNG
│   │   │   │   │   ├── Italic.PNG
│   │   │   │   │   ├── Underline.PNG
│   │   │   │   │   ├── copy.Image.png
│   │   │   │   │   ├── cut.Image.png
│   │   │   │   │   ├── new.Image.png
│   │   │   │   │   ├── open.Image.png
│   │   │   │   │   ├── paste.Image.png
│   │   │   │   │   ├── print.Image.png
│   │   │   │   │   ├── printPreview.Image.png
│   │   │   │   │   └── save.Image.png
│   │   │   │   └── SimpleTexEditor.csproj
│   │   │   ├── StatusStrip控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── StatusStrip控件.csproj
│   │   │   ├── ToolStrip控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── ToolStrip控件.csproj
│   │   │   ├── TreeView控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── TreeView控件.csproj
│   │   │   ├── radiobuttoncheckedchanged
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── radiobuttoncheckedchanged.csproj
│   │   │   ├── 第1-2章.sln
│   │   │   ├── 第1-2章.suo
│   │   │   └── 创建多文档界面应用程序
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── 创建多文档界面应用程序.csproj
│   │   ├── CheckListBox控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例3.exe
│   │   │   │   ├── 示例3.pdb
│   │   │   │   └── 示例3.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例3.Form1.resources
│   │   │   │   │   ├── 示例3.Properties.Resources.resources
│   │   │   │   │   ├── 示例3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例3.exe
│   │   │   │   │   └── 示例3.pdb
│   │   │   │   ├── 示例3.csproj.FileList.txt
│   │   │   │   └── 示例3.csproj.FileListAbsolute.txt
│   │   │   └── 示例3.csproj
│   │   ├── ComboBox控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例4.exe
│   │   │   │   ├── 示例4.pdb
│   │   │   │   └── 示例4.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例4.Form1.resources
│   │   │   │   │   ├── 示例4.Properties.Resources.resources
│   │   │   │   │   ├── 示例4.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例4.exe
│   │   │   │   │   └── 示例4.pdb
│   │   │   │   ├── 示例4.csproj.FileList.txt
│   │   │   │   └── 示例4.csproj.FileListAbsolute.txt
│   │   │   └── 示例4.csproj
│   │   ├── DateTimePicker例子
│   │   │   ├── DateTimePicker例子.csproj
│   │   │   ├── DateTimePicker例子.csproj.user
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DateTimePicker例子.exe
│   │   │   │   ├── DateTimePicker例子.exe.config
│   │   │   │   ├── DateTimePicker例子.pdb
│   │   │   │   ├── DateTimePicker例子.vshost.exe
│   │   │   │   ├── DateTimePicker例子.vshost.exe.config
│   │   │   │   └── DateTimePicker例子.vshost.exe.manifest
│   │   │   └── obj
│   │   │   ├── DateTimePicker例子.csproj.FileList.txt
│   │   │   ├── DateTimePicker例子.csproj.FileListAbsolute.txt
│   │   │   └── Debug
│   │   │   ├── DateTimePicker例子.Form1.resources
│   │   │   ├── DateTimePicker例子.Properties.Resources.resources
│   │   │   ├── DateTimePicker例子.csproj.FileListAbsolute.txt
│   │   │   ├── DateTimePicker例子.csproj.GenerateResource.Cache
│   │   │   ├── DateTimePicker例子.exe
│   │   │   ├── DateTimePicker例子.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── LabelTextBox
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.resx
│   │   │   ├── LabelTextBox.csproj
│   │   │   ├── LabelTextBox.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── LabelTextBox.exe
│   │   │   │   ├── LabelTextBox.exe.config
│   │   │   │   ├── LabelTextBox.pdb
│   │   │   │   ├── LabelTextBox.vshost.exe
│   │   │   │   ├── LabelTextBox.vshost.exe.config
│   │   │   │   └── LabelTextBox.vshost.exe.manifest
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── LabelTextBox.Form1.resources
│   │   │   │   ├── LabelTextBox.Form2.resources
│   │   │   │   ├── LabelTextBox.Properties.Resources.resources
│   │   │   │   ├── LabelTextBox.csproj.FileListAbsolute.txt
│   │   │   │   ├── LabelTextBox.csproj.GenerateResource.Cache
│   │   │   │   ├── LabelTextBox.exe
│   │   │   │   ├── LabelTextBox.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── LabelTextBox.csproj.FileList.txt
│   │   │   ├── LabelTextBox.csproj.FileListAbsolute.txt
│   │   │   └── Release
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── LinkLabel控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例2.exe
│   │   │   │   ├── 示例2.pdb
│   │   │   │   └── 示例2.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例2.Form1.resources
│   │   │   │   │   ├── 示例2.Properties.Resources.resources
│   │   │   │   │   ├── 示例2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例2.exe
│   │   │   │   │   └── 示例2.pdb
│   │   │   │   ├── 示例2.csproj.FileList.txt
│   │   │   │   └── 示例2.csproj.FileListAbsolute.txt
│   │   │   └── 示例2.csproj
│   │   ├── ListBox控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── ListBox控件.csproj
│   │   │   ├── ListBox控件.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ListBox控件.exe
│   │   │   │   ├── ListBox控件.exe.config
│   │   │   │   ├── ListBox控件.pdb
│   │   │   │   └── ListBox控件.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ListBox控件.Form1.resources
│   │   │   │   ├── ListBox控件.Properties.Resources.resources
│   │   │   │   ├── ListBox控件.csproj.FileListAbsolute.txt
│   │   │   │   ├── ListBox控件.csproj.GenerateResource.Cache
│   │   │   │   ├── ListBox控件.exe
│   │   │   │   ├── ListBox控件.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── ListBox控件.csproj.FileList.txt
│   │   │   ├── ListBox控件.csproj.FileListAbsolute.txt
│   │   │   └── Release
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ListView控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── ListView控件.csproj
│   │   │   ├── ListView控件.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ListView控件.exe
│   │   │   │   ├── ListView控件.exe.config
│   │   │   │   ├── ListView控件.pdb
│   │   │   │   └── ListView控件.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ListView控件.Form1.resources
│   │   │   │   ├── ListView控件.Properties.Resources.resources
│   │   │   │   ├── ListView控件.csproj.FileListAbsolute.txt
│   │   │   │   ├── ListView控件.csproj.GenerateResource.Cache
│   │   │   │   ├── ListView控件.exe
│   │   │   │   ├── ListView控件.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── ListView控件.csproj.FileList.txt
│   │   │   └── ListView控件.csproj.FileListAbsolute.txt
│   │   ├── MenuStrip控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例5.exe
│   │   │   │   ├── 示例5.pdb
│   │   │   │   └── 示例5.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例5.Form1.resources
│   │   │   │   │   ├── 示例5.Properties.Resources.resources
│   │   │   │   │   ├── 示例5.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例5.exe
│   │   │   │   │   └── 示例5.pdb
│   │   │   │   ├── 示例5.csproj.FileList.txt
│   │   │   │   └── 示例5.csproj.FileListAbsolute.txt
│   │   │   └── 示例5.csproj
│   │   ├── SimpleTexEditor
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Bold.PNG
│   │   │   │   ├── Italic.PNG
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── Underline.PNG
│   │   │   │   ├── copy.Image.png
│   │   │   │   ├── cut.Image.png
│   │   │   │   ├── new.Image.png
│   │   │   │   ├── open.Image.png
│   │   │   │   ├── paste.Image.png
│   │   │   │   ├── print.Image.png
│   │   │   │   ├── printPreview.Image.png
│   │   │   │   └── save.Image.png
│   │   │   ├── SimpleTexEditor.csproj
│   │   │   ├── SimpleTexEditor.csproj.user
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleTexEditor.exe
│   │   │   │   ├── SimpleTexEditor.exe.config
│   │   │   │   ├── SimpleTexEditor.pdb
│   │   │   │   └── SimpleTexEditor.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── SimpleTexEditor.Form1.resources
│   │   │   │   ├── SimpleTexEditor.Properties.Resources.resources
│   │   │   │   ├── SimpleTexEditor.csproj.FileListAbsolute.txt
│   │   │   │   ├── SimpleTexEditor.csproj.GenerateResource.Cache
│   │   │   │   ├── SimpleTexEditor.exe
│   │   │   │   ├── SimpleTexEditor.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Release
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SimpleTexEditor.csproj.FileList.txt
│   │   │   └── SimpleTexEditor.csproj.FileListAbsolute.txt
│   │   ├── StatusStrip控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── StatusStrip控件.csproj
│   │   │   ├── StatusStrip控件.csproj.user
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── StatusStrip控件.exe
│   │   │   │   ├── StatusStrip控件.exe.config
│   │   │   │   ├── StatusStrip控件.pdb
│   │   │   │   └── StatusStrip控件.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── StatusStrip控件.Form1.resources
│   │   │   │   ├── StatusStrip控件.Properties.Resources.resources
│   │   │   │   ├── StatusStrip控件.csproj.FileListAbsolute.txt
│   │   │   │   ├── StatusStrip控件.csproj.GenerateResource.Cache
│   │   │   │   ├── StatusStrip控件.exe
│   │   │   │   ├── StatusStrip控件.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── StatusStrip控件.csproj.FileList.txt
│   │   │   └── StatusStrip控件.csproj.FileListAbsolute.txt
│   │   ├── ToolStrip控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Redo.jpg
│   │   │   ├── Thumbs.db
│   │   │   ├── ToolStrip控件.csproj
│   │   │   ├── ToolStrip控件.csproj.user
│   │   │   ├── Undo.jpg
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ToolStrip控件.exe
│   │   │   │   ├── ToolStrip控件.exe.config
│   │   │   │   ├── ToolStrip控件.pdb
│   │   │   │   └── ToolStrip控件.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ToolStrip控件.Form1.resources
│   │   │   │   ├── ToolStrip控件.Properties.Resources.resources
│   │   │   │   ├── ToolStrip控件.csproj.FileListAbsolute.txt
│   │   │   │   ├── ToolStrip控件.csproj.GenerateResource.Cache
│   │   │   │   ├── ToolStrip控件.exe
│   │   │   │   └── ToolStrip控件.pdb
│   │   │   ├── Release
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ToolStrip控件.csproj.FileList.txt
│   │   │   └── ToolStrip控件.csproj.FileListAbsolute.txt
│   │   ├── TreeView和ListView控件综合实例
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例7.exe
│   │   │   │   ├── 示例7.pdb
│   │   │   │   └── 示例7.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例7.Form1.resources
│   │   │   │   │   ├── 示例7.Properties.Resources.resources
│   │   │   │   │   ├── 示例7.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例7.exe
│   │   │   │   │   └── 示例7.pdb
│   │   │   │   ├── 示例7.csproj.FileList.txt
│   │   │   │   └── 示例7.csproj.FileListAbsolute.txt
│   │   │   └── 示例7.csproj
│   │   ├── TreeView控件
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── TreeView控件.csproj
│   │   │   ├── TreeView控件.csproj.user
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── TreeView控件.exe
│   │   │   │   ├── TreeView控件.exe.config
│   │   │   │   ├── TreeView控件.pdb
│   │   │   │   └── TreeView控件.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TreeView控件.Form1.resources
│   │   │   │   ├── TreeView控件.Properties.Resources.resources
│   │   │   │   ├── TreeView控件.csproj.FileListAbsolute.txt
│   │   │   │   ├── TreeView控件.csproj.GenerateResource.Cache
│   │   │   │   ├── TreeView控件.exe
│   │   │   │   └── TreeView控件.pdb
│   │   │   ├── Release
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TreeView控件.csproj.FileList.txt
│   │   │   └── TreeView控件.csproj.FileListAbsolute.txt
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport.xslt
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   └── UpgradeReport_Plus.gif
│   │   ├── radiobuttoncheckedchanged
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── radiobuttoncheckedchanged.exe
│   │   │   │   ├── radiobuttoncheckedchanged.exe.config
│   │   │   │   ├── radiobuttoncheckedchanged.pdb
│   │   │   │   └── radiobuttoncheckedchanged.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── radiobuttoncheckedchanged.Form1.resources
│   │   │   │   │   ├── radiobuttoncheckedchanged.Properties.Resources.resources
│   │   │   │   │   ├── radiobuttoncheckedchanged.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── radiobuttoncheckedchanged.csproj.GenerateResource.Cache
│   │   │   │   │   ├── radiobuttoncheckedchanged.exe
│   │   │   │   │   └── radiobuttoncheckedchanged.pdb
│   │   │   │   ├── radiobuttoncheckedchanged.csproj.FileList.txt
│   │   │   │   └── radiobuttoncheckedchanged.csproj.FileListAbsolute.txt
│   │   │   ├── radiobuttoncheckedchanged.csproj
│   │   │   └── radiobuttoncheckedchanged.csproj.user
│   │   ├── 第1-2章.sln
│   │   ├── 第1-2章.suo
│   │   ├── 第1章.suo
│   │   ├── 打印
│   │   │   ├── pagesetupdialog控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── pagesetupdialog控件.exe
│   │   │   │   │   ├── pagesetupdialog控件.pdb
│   │   │   │   │   └── pagesetupdialog控件.vshost.exe
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── pagesetupdialog控件.Form1.resources
│   │   │   │   │   │   ├── pagesetupdialog控件.Properties.Resources.resources
│   │   │   │   │   │   ├── pagesetupdialog控件.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── pagesetupdialog控件.exe
│   │   │   │   │   │   └── pagesetupdialog控件.pdb
│   │   │   │   │   └── pagesetupdialog控件.csproj.FileList.txt
│   │   │   │   └── pagesetupdialog控件.csproj
│   │   │   ├── 打印.sln
│   │   │   └── 打印.suo
│   │   ├── 事件处理
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 第一个Windows程序.exe
│   │   │   │   ├── 第一个Windows程序.pdb
│   │   │   │   └── 第一个Windows程序.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 第一个Windows程序.Form1.resources
│   │   │   │   │   ├── 第一个Windows程序.Properties.Resources.resources
│   │   │   │   │   ├── 第一个Windows程序.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 第一个Windows程序.exe
│   │   │   │   │   └── 第一个Windows程序.pdb
│   │   │   │   ├── 第一个Windows程序.csproj.FileList.txt
│   │   │   │   └── 第一个Windows程序.csproj.FileListAbsolute.txt
│   │   │   └── 第一个Windows程序.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
│   │   │   │   ├── 示例8.exe
│   │   │   │   ├── 示例8.pdb
│   │   │   │   └── 示例8.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例8.Form1.resources
│   │   │   │   │   ├── 示例8.Properties.Resources.resources
│   │   │   │   │   ├── 示例8.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例8.exe
│   │   │   │   │   └── 示例8.pdb
│   │   │   │   ├── 示例8.csproj.FileList.txt
│   │   │   │   └── 示例8.csproj.FileListAbsolute.txt
│   │   │   └── 示例8.csproj
│   │   ├── 其他常用控件
│   │   │   ├── ProgressBar控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── ProgressBar控件.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ProgressBar控件.exe
│   │   │   │   │   ├── ProgressBar控件.pdb
│   │   │   │   │   └── ProgressBar控件.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ProgressBar控件.Form1.resources
│   │   │   │   │   ├── ProgressBar控件.Properties.Resources.resources
│   │   │   │   │   ├── ProgressBar控件.csproj.GenerateResource.Cache
│   │   │   │   │   ├── ProgressBar控件.exe
│   │   │   │   │   └── ProgressBar控件.pdb
│   │   │   │   ├── ProgressBar控件.csproj.FileList.txt
│   │   │   │   └── ProgressBar控件.csproj.FileListAbsolute.txt
│   │   │   ├── Timer控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Timer控件.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Timer控件.exe
│   │   │   │   │   ├── Timer控件.pdb
│   │   │   │   │   └── Timer控件.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Timer控件.Form1.resources
│   │   │   │   │   ├── Timer控件.Properties.Resources.resources
│   │   │   │   │   ├── Timer控件.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Timer控件.exe
│   │   │   │   │   └── Timer控件.pdb
│   │   │   │   ├── Timer控件.csproj.FileList.txt
│   │   │   │   └── Timer控件.csproj.FileListAbsolute.txt
│   │   │   ├── WebBrowser控件
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── WebBrowser控件.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WebBrowser控件.exe
│   │   │   │   │   ├── WebBrowser控件.pdb
│   │   │   │   │   └── WebBrowser控件.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── WebBrowser控件.Form1.resources
│   │   │   │   │   ├── WebBrowser控件.Properties.Resources.resources
│   │   │   │   │   ├── WebBrowser控件.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WebBrowser控件.exe
│   │   │   │   │   └── WebBrowser控件.pdb
│   │   │   │   ├── WebBrowser控件.csproj.FileList.txt
│   │   │   │   └── WebBrowser控件.csproj.FileListAbsolute.txt
│   │   │   ├── 打开office文档
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── 打开office文档.exe
│   │   │   │   │   ├── 打开office文档.pdb
│   │   │   │   │   └── 打开office文档.vshost.exe
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── 打开office文档.Form1.resources
│   │   │   │   │   │   ├── 打开office文档.Properties.Resources.resources
│   │   │   │   │   │   ├── 打开office文档.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── 打开office文档.exe
│   │   │   │   │   │   └── 打开office文档.pdb
│   │   │   │   │   ├── 打开office文档.csproj.FileList.txt
│   │   │   │   │   └── 打开office文档.csproj.FileListAbsolute.txt
│   │   │   │   └── 打开office文档.csproj
│   │   │   ├── 其他常用控件.sln
│   │   │   └── 其他常用控件.suo
│   │   └── 创建多文档界面应用程序
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 创建多文档界面应用程序.exe
│   │   │   ├── 创建多文档界面应用程序.exe.config
│   │   │   ├── 创建多文档界面应用程序.pdb
│   │   │   └── 创建多文档界面应用程序.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 创建多文档界面应用程序.Form1.resources
│   │   │   │   ├── 创建多文档界面应用程序.Properties.Resources.resources
│   │   │   │   ├── 创建多文档界面应用程序.csproj.FileListAbsolute.txt
│   │   │   │   ├── 创建多文档界面应用程序.csproj.GenerateResource.Cache
│   │   │   │   ├── 创建多文档界面应用程序.exe
│   │   │   │   └── 创建多文档界面应用程序.pdb
│   │   │   ├── Release
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── 创建多文档界面应用程序.csproj.FileList.txt
│   │   │   └── 创建多文档界面应用程序.csproj.FileListAbsolute.txt
│   │   ├── 创建多文档界面应用程序.csproj
│   │   └── 创建多文档界面应用程序.csproj.user
│   ├── 第3章创建控件
│   │   ├── NumberTextBox
│   │   │   ├── NumberTextBox.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UserControl1.Designer.cs
│   │   │   ├── UserControl1.cs
│   │   │   ├── UserControl1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── NumberTextBox.dll
│   │   │   │   └── NumberTextBox.pdb
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── NumberTextBox.UserControl1.resources
│   │   │   │   ├── NumberTextBox.csproj.GenerateResource.Cache
│   │   │   │   ├── NumberTextBox.dll
│   │   │   │   └── NumberTextBox.pdb
│   │   │   └── NumberTextBox.csproj.FileList.txt
│   │   ├── SimpleControl
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SimpleControl.csproj
│   │   │   ├── UserControl1.Designer.cs
│   │   │   ├── UserControl1.cs
│   │   │   ├── UserControl1.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleControl.dll
│   │   │   │   └── SimpleControl.pdb
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   │   └── SimpleControl.dll
│   │   │   │   ├── SimpleControl.UserControl1.resources
│   │   │   │   ├── SimpleControl.csproj.GenerateResource.Cache
│   │   │   │   ├── SimpleControl.dll
│   │   │   │   └── SimpleControl.pdb
│   │   │   └── SimpleControl.csproj.FileList.txt
│   │   ├── WindowsApplication1
│   │   │   ├── WindowsApplication1
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── NumberTextBox.dll
│   │   │   │   │   ├── NumberTextBox.pdb
│   │   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   │   ├── WindowsApplication1.vshost.exe
│   │   │   │   │   ├── WindowsControlLibrary1.dll
│   │   │   │   │   ├── WindowsControlLibrary1.pdb
│   │   │   │   │   ├── WindowsControlLibrary2.dll
│   │   │   │   │   └── WindowsControlLibrary2.pdb
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── WindowsApplication1.Form1.resources
│   │   │   │   │   │   ├── WindowsApplication1.Properties.Resources.resources
│   │   │   │   │   │   ├── WindowsApplication1.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   │   │   └── 示例1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsApplication1.csproj.FileList.txt
│   │   │   │   │   └── 示例1.csproj.FileList.txt
│   │   │   │   └── 示例1.csproj
│   │   │   ├── WindowsApplication2
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WindowsApplication2.exe
│   │   │   │   │   ├── WindowsApplication2.pdb
│   │   │   │   │   ├── WindowsApplication2.vshost.exe
│   │   │   │   │   ├── WindowsControlLibrary2.dll
│   │   │   │   │   └── WindowsControlLibrary2.pdb
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── WindowsApplication2.Form1.resources
│   │   │   │   │   │   ├── WindowsApplication2.Properties.Resources.resources
│   │   │   │   │   │   ├── WindowsApplication2.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── WindowsApplication2.exe
│   │   │   │   │   │   ├── WindowsApplication2.pdb
│   │   │   │   │   │   └── 示例2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsApplication2.csproj.FileList.txt
│   │   │   │   │   └── 示例2.csproj.FileList.txt
│   │   │   │   └── 示例2.csproj
│   │   │   ├── WindowsControlLibrary1
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── UserControl1.Designer.cs
│   │   │   │   ├── UserControl1.cs
│   │   │   │   ├── UserControl1.resx
│   │   │   │   ├── WindowsControlLibrary1.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WindowsControlLibrary1.dll
│   │   │   │   │   └── WindowsControlLibrary1.pdb
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── WindowsControlLibrary1.UserControl1.resources
│   │   │   │   │   ├── WindowsControlLibrary1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsControlLibrary1.dll
│   │   │   │   │   └── WindowsControlLibrary1.pdb
│   │   │   │   └── WindowsControlLibrary1.csproj.FileList.txt
│   │   │   ├── WindowsControlLibrary2
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── UserControl1.Designer.cs
│   │   │   │   ├── UserControl1.cs
│   │   │   │   ├── UserControl1.resx
│   │   │   │   ├── WindowsControlLibrary2.csproj
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── WindowsControlLibrary2.dll
│   │   │   │   │   └── WindowsControlLibrary2.pdb
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── WindowsControlLibrary2.UserControl1.resources
│   │   │   │   │   ├── WindowsControlLibrary2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsControlLibrary2.dll
│   │   │   │   │   └── WindowsControlLibrary2.pdb
│   │   │   │   └── WindowsControlLibrary2.csproj.FileList.txt
│   │   │   ├── 创建控件.sln
│   │   │   └── 创建控件.suo
│   │   ├── 第2章
│   │   │   ├── TestTimeLabel
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── TestTimeLabel.exe
│   │   │   │   │   ├── TestTimeLabel.pdb
│   │   │   │   │   ├── TestTimeLabel.vshost.exe
│   │   │   │   │   ├── TimeLabel.dll
│   │   │   │   │   └── TimeLabel.pdb
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── TestTimeLabel.Form1.resources
│   │   │   │   │   │   ├── TestTimeLabel.Properties.Resources.resources
│   │   │   │   │   │   ├── TestTimeLabel.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── TestTimeLabel.exe
│   │   │   │   │   │   ├── TestTimeLabel.pdb
│   │   │   │   │   │   └── 示例3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── TestTimeLabel.csproj.FileList.txt
│   │   │   │   │   └── 示例3.csproj.FileList.txt
│   │   │   │   └── 示例3.csproj
│   │   │   ├── TimeLabel
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── TimeLabel.csproj
│   │   │   │   ├── UserControl1.Designer.cs
│   │   │   │   ├── UserControl1.cs
│   │   │   │   ├── UserControl1.resx
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── TimeLabel.dll
│   │   │   │   │   └── TimeLabel.pdb
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TimeLabel.UserControl1.resources
│   │   │   │   │   ├── TimeLabel.csproj.GenerateResource.Cache
│   │   │   │   │   ├── TimeLabel.dll
│   │   │   │   │   └── TimeLabel.pdb
│   │   │   │   └── TimeLabel.csproj.FileList.txt
│   │   │   ├── 创建控件示例3.sln
│   │   │   └── 创建控件示例3.suo
│   │   ├── 示例4
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── NumberTextBox.dll
│   │   │   │   ├── NumberTextBox.pdb
│   │   │   │   ├── 示例4.exe
│   │   │   │   ├── 示例4.pdb
│   │   │   │   └── 示例4.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── 示例4.Form1.resources
│   │   │   │   │   ├── 示例4.Properties.Resources.resources
│   │   │   │   │   ├── 示例4.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例4.exe
│   │   │   │   │   └── 示例4.pdb
│   │   │   │   └── 示例4.csproj.FileList.txt
│   │   │   └── 示例4.csproj
│   │   ├── 示例5
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleControl.dll
│   │   │   │   ├── SimpleControl.pdb
│   │   │   │   ├── 示例5.exe
│   │   │   │   ├── 示例5.pdb
│   │   │   │   └── 示例5.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── 示例5.Form1.resources
│   │   │   │   │   ├── 示例5.Properties.Resources.resources
│   │   │   │   │   ├── 示例5.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例5.exe
│   │   │   │   │   └── 示例5.pdb
│   │   │   │   └── 示例5.csproj.FileList.txt
│   │   │   └── 示例5.csproj
│   │   ├── 创建控件.sln
│   │   └── 创建控件.suo
│   ├── 第4章
│   │   ├── 类
│   │   │   ├── Program.cs
│   │   │   ├── Program.cs~RFe017ad.TMP
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   └── 类.vshost.exe
│   │   │   └── 类.csproj
│   │   ├── 第3章.suo
│   │   ├── 第4章.sln
│   │   ├── 接口
│   │   │   ├── Example
│   │   │   │   ├── Example.csproj
│   │   │   │   ├── Example.sln
│   │   │   │   ├── Example.suo
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example.exe
│   │   │   │   │   ├── Example.pdb
│   │   │   │   │   └── Example.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example.exe
│   │   │   │   │   └── Example.pdb
│   │   │   │   └── Example.csproj.FileList.txt
│   │   │   ├── Example1
│   │   │   │   ├── Example1.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example1.exe
│   │   │   │   │   ├── Example1.pdb
│   │   │   │   │   └── Example1.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example1.exe
│   │   │   │   │   └── Example1.pdb
│   │   │   │   └── Example1.csproj.FileList.txt
│   │   │   ├── Example2
│   │   │   │   ├── Example2.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example2.exe
│   │   │   │   │   ├── Example2.pdb
│   │   │   │   │   └── Example2.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example2.exe
│   │   │   │   │   └── Example2.pdb
│   │   │   │   └── Example2.csproj.FileList.txt
│   │   │   ├── Example3
│   │   │   │   ├── Example3.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example3.exe
│   │   │   │   │   ├── Example3.pdb
│   │   │   │   │   └── Example3.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example3.exe
│   │   │   │   │   └── Example3.pdb
│   │   │   │   └── Example3.csproj.FileList.txt
│   │   │   ├── Example4
│   │   │   │   ├── Example4.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Example4.exe
│   │   │   │   │   ├── Example4.pdb
│   │   │   │   │   └── Example4.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example4.exe
│   │   │   │   │   └── Example4.pdb
│   │   │   │   └── Example4.csproj.FileList.txt
│   │   │   ├── 接口.sln
│   │   │   └── 接口.suo
│   │   └── 示例1
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.Designer.cs~RF272992.TMP
│   │   ├── Form1.cs
│   │   ├── Form1.cs~RF2a5586.TMP
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │   └── 示例1.vshost.exe
│   │   ├── obj
│   │   │   └── Debug
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── 示例1.csproj
│   ├── 第5章ADO
│   │   ├── Backup
│   │   │   ├── Command对象
│   │   │   │   ├── Command对象.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── 例5-3.Designer.cs
│   │   │   │   ├── 例5-3.cs
│   │   │   │   ├── 例5-3.resx
│   │   │   │   ├── 例5-4.Designer.cs
│   │   │   │   ├── 例5-4.cs
│   │   │   │   ├── 例5-4.resx
│   │   │   │   ├── 例5-5.Designer.cs
│   │   │   │   ├── 例5-5.cs
│   │   │   │   ├── 例5-5.resx
│   │   │   │   ├── 例5-6.Designer.cs
│   │   │   │   ├── 例5-6.cs
│   │   │   │   ├── 例5-6.resx
│   │   │   │   ├── 例5.2.Designer.cs
│   │   │   │   ├── 例5.2.cs
│   │   │   │   └── 例5.2.resx
│   │   │   ├── Windows书.sln
│   │   │   ├── Windows书.suo
│   │   │   └── 数据集
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── 例5-7.Designer.cs
│   │   │   ├── 例5-7.cs
│   │   │   ├── 例5-7.resx
│   │   │   ├── 例5-8.Designer.cs
│   │   │   ├── 例5-8.cs
│   │   │   ├── 例5-8.resx
│   │   │   └── 数据集.csproj
│   │   ├── Command对象
│   │   │   ├── Command对象.csproj
│   │   │   ├── Command对象.csproj.user
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Command对象.exe
│   │   │   │   ├── Command对象.exe.config
│   │   │   │   ├── Command对象.pdb
│   │   │   │   ├── Command对象.vshost.exe
│   │   │   │   ├── Command对象.vshost.exe.config
│   │   │   │   └── Command对象.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   ├── Command对象.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Command对象.Form1.resources
│   │   │   │   │   ├── Command对象.Properties.Resources.resources
│   │   │   │   │   ├── Command对象.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Command对象.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Command对象.exe
│   │   │   │   │   ├── Command对象.pdb
│   │   │   │   │   ├── Command对象.例5.resources
│   │   │   │   │   ├── Command对象.例5_3.resources
│   │   │   │   │   ├── Command对象.例5_4.resources
│   │   │   │   │   ├── Command对象.例5_5.resources
│   │   │   │   │   ├── Command对象.例5_6.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── 例5-3.Designer.cs
│   │   │   ├── 例5-3.cs
│   │   │   ├── 例5-3.resx
│   │   │   ├── 例5-4.Designer.cs
│   │   │   ├── 例5-4.cs
│   │   │   ├── 例5-4.resx
│   │   │   ├── 例5-5.Designer.cs
│   │   │   ├── 例5-5.cs
│   │   │   ├── 例5-5.resx
│   │   │   ├── 例5-6.Designer.cs
│   │   │   ├── 例5-6.cs
│   │   │   ├── 例5-6.resx
│   │   │   ├── 例5.2.Designer.cs
│   │   │   ├── 例5.2.cs
│   │   │   └── 例5.2.resx
│   │   ├── Northwind.mdb
│   │   ├── NorthwindDataSet.Designer.cs
│   │   ├── NorthwindDataSet.xsc
│   │   ├── NorthwindDataSet.xsd
│   │   ├── NorthwindDataSet.xss
│   │   ├── UpgradeLog.XML
│   │   ├── Windows书.sln
│   │   ├── Windows书.suo
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport.xslt
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   └── UpgradeReport_Plus.gif
│   │   ├── student.sql
│   │   └── 数据集
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 数据集.exe
│   │   │   ├── 数据集.exe.config
│   │   │   ├── 数据集.pdb
│   │   │   ├── 数据集.vshost.exe
│   │   │   ├── 数据集.vshost.exe.config
│   │   │   └── 数据集.vshost.exe.manifest
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 数据集.Form1.resources
│   │   │   │   ├── 数据集.Properties.Resources.resources
│   │   │   │   ├── 数据集.csproj.FileListAbsolute.txt
│   │   │   │   ├── 数据集.csproj.GenerateResource.Cache
│   │   │   │   ├── 数据集.exe
│   │   │   │   ├── 数据集.pdb
│   │   │   │   └── 数据集.例5_8.resources
│   │   │   └── 数据集.csproj.FileList.txt
│   │   ├── 例5-7.Designer.cs
│   │   ├── 例5-7.cs
│   │   ├── 例5-7.resx
│   │   ├── 例5-8.Designer.cs
│   │   ├── 例5-8.cs
│   │   ├── 例5-8.resx
│   │   ├── 数据集.csproj
│   │   └── 数据集.csproj.user
│   ├── 第6章Windows调用
│   │   ├── Windows调用.sln
│   │   ├── Windows调用.suo
│   │   ├── websites
│   │   │   └── 示例1
│   │   │   ├── App_Code
│   │   │   │   └── Service.cs
│   │   │   └── Service.asmx
│   │   ├── 写word文档
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 写word文档.exe
│   │   │   │   ├── 写word文档.pdb
│   │   │   │   └── 写word文档.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 写word文档.Form1.resources
│   │   │   │   │   ├── 写word文档.Properties.Resources.resources
│   │   │   │   │   ├── 写word文档.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 写word文档.csproj.ResolveComReference.cache
│   │   │   │   │   ├── 写word文档.exe
│   │   │   │   │   └── 写word文档.pdb
│   │   │   │   └── 写word文档.csproj.FileList.txt
│   │   │   └── 写word文档.csproj
│   │   ├── 示例2
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Web References
│   │   │   │   └── localhost
│   │   │   │   ├── Reference.cs
│   │   │   │   ├── Reference.map
│   │   │   │   ├── Service.disco
│   │   │   │   └── Service.wsdl
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例2.exe
│   │   │   │   ├── 示例2.exe.config
│   │   │   │   ├── 示例2.pdb
│   │   │   │   ├── 示例2.vshost.exe
│   │   │   │   └── 示例2.vshost.exe.config
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Web References.localhost.Reference.cs.dll
│   │   │   │   │   ├── 示例2.Form1.resources
│   │   │   │   │   ├── 示例2.Properties.Resources.resources
│   │   │   │   │   ├── 示例2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例2.exe
│   │   │   │   │   └── 示例2.pdb
│   │   │   │   └── 示例2.csproj.FileList.txt
│   │   │   └── 示例2.csproj
│   │   ├── 示例3
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例3.exe
│   │   │   │   ├── 示例3.pdb
│   │   │   │   └── 示例3.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例3.Form1.resources
│   │   │   │   │   ├── 示例3.Properties.Resources.resources
│   │   │   │   │   ├── 示例3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例3.exe
│   │   │   │   │   └── 示例3.pdb
│   │   │   │   └── 示例3.csproj.FileList.txt
│   │   │   └── 示例3.csproj
│   │   ├── 示例4
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 示例4.exe
│   │   │   │   ├── 示例4.pdb
│   │   │   │   └── 示例4.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 示例4.Form1.resources
│   │   │   │   │   ├── 示例4.Properties.Resources.resources
│   │   │   │   │   ├── 示例4.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 示例4.exe
│   │   │   │   │   └── 示例4.pdb
│   │   │   │   └── 示例4.csproj.FileList.txt
│   │   │   └── 示例4.csproj
│   │   └── 导出word文件
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 导出word文件.exe
│   │   │   ├── 导出word文件.pdb
│   │   │   └── 导出word文件.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── 导出word文件.Form1.resources
│   │   │   │   ├── 导出word文件.Properties.Resources.resources
│   │   │   │   ├── 导出word文件.csproj.GenerateResource.Cache
│   │   │   │   ├── 导出word文件.csproj.ResolveComReference.cache
│   │   │   │   ├── 导出word文件.exe
│   │   │   │   └── 导出word文件.pdb
│   │   │   └── 导出word文件.csproj.FileList.txt
│   │   └── 导出word文件.csproj
│   ├── 第7章GDI简单编程
│   │   ├── GDI+
│   │   │   ├── Bitmap
│   │   │   │   ├── BitMap.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
│   │   │   │   │   ├── Bitmap.exe
│   │   │   │   │   ├── Bitmap.pdb
│   │   │   │   │   └── Bitmap.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── BitMap.csproj.FileListAbsolute.txt
│   │   │   │   ├── Bitmap.csproj.FileList.txt
│   │   │   │   └── Debug
│   │   │   │   ├── BitMap.csproj.GenerateResource.Cache
│   │   │   │   ├── Bitmap.Form1.resources
│   │   │   │   ├── Bitmap.Properties.Resources.resources
│   │   │   │   ├── Bitmap.exe
│   │   │   │   ├── Bitmap.pdb
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── GDI+.sln
│   │   │   ├── GDI+.suo
│   │   │   ├── Line
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Line.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Line.exe
│   │   │   │   │   ├── Line.pdb
│   │   │   │   │   └── Line.vshost.exe
│   │   │   │   └── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Line.Form1.resources
│   │   │   │   │   ├── Line.Properties.Resources.resources
│   │   │   │   │   ├── Line.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Line.exe
│   │   │   │   │   └── Line.pdb
│   │   │   │   ├── Line.csproj.FileList.txt
│   │   │   │   └── Line.csproj.FileListAbsolute.txt
│   │   │   └── String
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── String.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── String.exe
│   │   │   │   ├── String.pdb
│   │   │   │   └── String.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── String.Form1.resources
│   │   │   │   ├── String.Properties.Resources.resources
│   │   │   │   ├── String.csproj.GenerateResource.Cache
│   │   │   │   ├── String.exe
│   │   │   │   └── String.pdb
│   │   │   ├── String.csproj.FileList.txt
│   │   │   └── String.csproj.FileListAbsolute.txt
│   │   ├── GDI+对象
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── GDI+对象.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── GDI+对象.exe
│   │   │   │   ├── GDI+对象.pdb
│   │   │   │   └── GDI+对象.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── GDI+对象.csproj.GenerateResource.Cache
│   │   │   │   ├── GDI+对象.exe
│   │   │   │   ├── GDI+对象.pdb
│   │   │   │   ├── GDI_对象.Form1.resources
│   │   │   │   └── GDI_对象.Properties.Resources.resources
│   │   │   └── GDI+对象.csproj.FileList.txt
│   │   ├── GDI简单编程.sln
│   │   ├── GDI简单编程.suo
│   │   ├── Graphics对象
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Graphics对象.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Graphics对象.exe
│   │   │   │   ├── Graphics对象.pdb
│   │   │   │   └── Graphics对象.vshost.exe
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   ├── Graphics对象.Form1.resources
│   │   │   │   ├── Graphics对象.Properties.Resources.resources
│   │   │   │   ├── Graphics对象.csproj.GenerateResource.Cache
│   │   │   │   ├── Graphics对象.exe
│   │   │   │   └── Graphics对象.pdb
│   │   │   └── Graphics对象.csproj.FileList.txt
│   │   ├── 实验 GDI+绘图
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 实验 GDI+绘图.exe
│   │   │   │   ├── 实验 GDI+绘图.pdb
│   │   │   │   └── 实验 GDI+绘图.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 实验 GDI+绘图.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 实验 GDI+绘图.exe
│   │   │   │   │   ├── 实验 GDI+绘图.pdb
│   │   │   │   │   ├── 实验_GDI_绘图.Form1.resources
│   │   │   │   │   └── 实验_GDI_绘图.Properties.Resources.resources
│   │   │   │   └── 实验 GDI+绘图.csproj.FileList.txt
│   │   │   └── 实验 GDI+绘图.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
│   │   │   │   ├── 基本图形的绘制.exe
│   │   │   │   ├── 基本图形的绘制.pdb
│   │   │   │   └── 基本图形的绘制.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 基本图形的绘制.Form1.resources
│   │   │   │   │   ├── 基本图形的绘制.Properties.Resources.resources
│   │   │   │   │   ├── 基本图形的绘制.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 基本图形的绘制.exe
│   │   │   │   │   ├── 基本图形的绘制.pdb
│   │   │   │   │   ├── 基本图形的绘制.绘制图像.resources
│   │   │   │   │   └── 基本图形的绘制.绘制文本.resources
│   │   │   │   └── 基本图形的绘制.csproj.FileList.txt
│   │   │   ├── 绘制图像.Designer.cs
│   │   │   ├── 绘制文本.Designer.cs
│   │   │   ├── 绘制图像.cs
│   │   │   ├── 绘制文本.cs
│   │   │   ├── 绘制图像.resx
│   │   │   ├── 绘制文本.resx
│   │   │   └── 基本图形的绘制.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
│   │   │   ├── 使用笔刷填充图形.exe
│   │   │   ├── 使用笔刷填充图形.pdb
│   │   │   └── 使用笔刷填充图形.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── 使用笔刷填充图形.Form1.resources
│   │   │   │   ├── 使用笔刷填充图形.Properties.Resources.resources
│   │   │   │   ├── 使用笔刷填充图形.csproj.GenerateResource.Cache
│   │   │   │   ├── 使用笔刷填充图形.exe
│   │   │   │   └── 使用笔刷填充图形.pdb
│   │   │   └── 使用笔刷填充图形.csproj.FileList.txt
│   │   └── 使用笔刷填充图形.csproj
│   ├── 第8章水晶报表
│   │   ├── 2加载报表文件
│   │   │   ├── 2加载报表文件.csproj
│   │   │   ├── 2加载报表文件.csproj.user
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 2加载报表文件.exe
│   │   │   │   ├── 2加载报表文件.pdb
│   │   │   │   └── 2加载报表文件.vshost.exe
│   │   │   └── obj
│   │   │   ├── 2加载报表文件.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── 2加载报表文件.csproj.GenerateResource.Cache
│   │   │   ├── 2加载报表文件.exe
│   │   │   ├── 2加载报表文件.pdb
│   │   │   ├── TempPE
│   │   │   │   └── CrystalReport1.cs.dll
│   │   │   ├── _加载报表文件.CrystalReport1.cs
│   │   │   ├── _加载报表文件.CrystalReport1.rpt
│   │   │   ├── _加载报表文件.Form1.resources
│   │   │   └── _加载报表文件.Properties.Resources.resources
│   │   ├── 3筛选数据记录
│   │   │   ├── 3筛选数据记录.csproj
│   │   │   ├── 3筛选数据记录.csproj.user
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Northwind.mdb
│   │   │   ├── NorthwindDataSet.Designer.cs
│   │   │   ├── NorthwindDataSet.xsc
│   │   │   ├── NorthwindDataSet.xsd
│   │   │   ├── NorthwindDataSet.xss
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 3筛选数据记录.exe
│   │   │   │   ├── 3筛选数据记录.pdb
│   │   │   │   └── 3筛选数据记录.vshost.exe
│   │   │   └── obj
│   │   │   ├── 3筛选数据记录.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── 3筛选数据记录.csproj.GenerateResource.Cache
│   │   │   ├── 3筛选数据记录.exe
│   │   │   ├── 3筛选数据记录.pdb
│   │   │   ├── TempPE
│   │   │   │   └── CrystalReport1.cs.dll
│   │   │   ├── _筛选数据记录.CrystalReport1.cs
│   │   │   ├── _筛选数据记录.CrystalReport1.rpt
│   │   │   ├── _筛选数据记录.Form1.resources
│   │   │   └── _筛选数据记录.Properties.Resources.resources
│   │   ├── World Sales Report.cs
│   │   ├── World Sales Report.rpt
│   │   ├── 分组排序
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 分组排序.exe
│   │   │   │   ├── 分组排序.pdb
│   │   │   │   └── 分组排序.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── CrystalReport1.cs.dll
│   │   │   │   │   ├── 分组排序.CrystalReport1.cs
│   │   │   │   │   ├── 分组排序.CrystalReport1.rpt
│   │   │   │   │   ├── 分组排序.Properties.Resources.resources
│   │   │   │   │   ├── 分组排序.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 分组排序.exe
│   │   │   │   │   └── 分组排序.pdb
│   │   │   │   └── 分组排序.csproj.FileList.txt
│   │   │   ├── 分组排序.csproj
│   │   │   └── 分组排序.csproj.user
│   │   ├── 分组汇总
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 分组汇总.exe
│   │   │   │   ├── 分组汇总.pdb
│   │   │   │   └── 分组汇总.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── CrystalReport1.cs.dll
│   │   │   │   │   ├── 分组汇总.CrystalReport1.cs
│   │   │   │   │   ├── 分组汇总.CrystalReport1.rpt
│   │   │   │   │   ├── 分组汇总.Properties.Resources.resources
│   │   │   │   │   ├── 分组汇总.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 分组汇总.exe
│   │   │   │   │   └── 分组汇总.pdb
│   │   │   │   └── 分组汇总.csproj.FileList.txt
│   │   │   ├── 分组汇总.csproj
│   │   │   └── 分组汇总.csproj.user
│   │   ├── 数据图表
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 数据图表.exe
│   │   │   │   ├── 数据图表.pdb
│   │   │   │   └── 数据图表.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── CrystalReport1.cs.dll
│   │   │   │   │   ├── 数据图表.CrystalReport1.cs
│   │   │   │   │   ├── 数据图表.CrystalReport1.rpt
│   │   │   │   │   ├── 数据图表.Properties.Resources.resources
│   │   │   │   │   ├── 数据图表.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 数据图表.exe
│   │   │   │   │   └── 数据图表.pdb
│   │   │   │   └── 数据图表.csproj.FileList.txt
│   │   │   ├── 数据图表.csproj
│   │   │   └── 数据图表.csproj.user
│   │   ├── 水晶报表.sln
│   │   ├── 水晶报表.suo
│   │   ├── 制作数据图表
│   │   │   ├── CrystalReport1.cs
│   │   │   ├── CrystalReport1.rpt
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 制作数据图表.exe
│   │   │   │   ├── 制作数据图表.pdb
│   │   │   │   └── 制作数据图表.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── CrystalReport1.cs.dll
│   │   │   │   │   ├── 制作数据图表.CrystalReport1.cs
│   │   │   │   │   ├── 制作数据图表.CrystalReport1.rpt
│   │   │   │   │   ├── 制作数据图表.Properties.Resources.resources
│   │   │   │   │   ├── 制作数据图表.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 制作数据图表.exe
│   │   │   │   │   └── 制作数据图表.pdb
│   │   │   │   └── 制作数据图表.csproj.FileList.txt
│   │   │   ├── 制作数据图表.csproj
│   │   │   └── 制作数据图表.csproj.user
│   │   └── 向导创建报表
│   │   ├── CrystalReport1.cs
│   │   ├── CrystalReport1.rpt
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 向导创建报表.exe
│   │   │   ├── 向导创建报表.pdb
│   │   │   └── 向导创建报表.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   └── CrystalReport1.cs.dll
│   │   │   │   ├── 向导创建报表.CrystalReport1.cs
│   │   │   │   ├── 向导创建报表.CrystalReport1.rpt
│   │   │   │   ├── 向导创建报表.Properties.Resources.resources
│   │   │   │   ├── 向导创建报表.csproj.GenerateResource.Cache
│   │   │   │   ├── 向导创建报表.exe
│   │   │   │   └── 向导创建报表.pdb
│   │   │   └── 向导创建报表.csproj.FileList.txt
│   │   ├── 向导创建报表.csproj
│   │   └── 向导创建报表.csproj.user
│   ├── 第9章可访问性
│   │   ├── 可访问性.sln
│   │   ├── 可访问行.suo
│   │   ├── 区分上下文帮助
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 区分上下文帮助.exe
│   │   │   │   ├── 区分上下文帮助.pdb
│   │   │   │   └── 区分上下文帮助.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── 区分上下文帮助.Form1.resources
│   │   │   │   │   ├── 区分上下文帮助.Properties.Resources.resources
│   │   │   │   │   ├── 区分上下文帮助.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 区分上下文帮助.exe
│   │   │   │   │   └── 区分上下文帮助.pdb
│   │   │   │   ├── 区分上下文帮助.csproj.FileList.txt
│   │   │   │   └── 区分上下文帮助.csproj.FileListAbsolute.txt
│   │   │   └── 区分上下文帮助.csproj
│   │   ├── 本地化应用程序
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.ja-JP.resx
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ja-JP
│   │   │   │   │   └── 本地化应用程序.resources.dll
│   │   │   │   ├── 本地化应用程序.exe
│   │   │   │   ├── 本地化应用程序.pdb
│   │   │   │   └── 本地化应用程序.vshost.exe
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── ja-JP
│   │   │   │   │   │   └── 本地化应用程序.resources.dll
│   │   │   │   │   ├── 本地化应用程序.Form1.ja-JP.resources
│   │   │   │   │   ├── 本地化应用程序.Form1.resources
│   │   │   │   │   ├── 本地化应用程序.Properties.Resources.resources
│   │   │   │   │   ├── 本地化应用程序.csproj.GenerateResource.Cache
│   │   │   │   │   ├── 本地化应用程序.exe
│   │   │   │   │   ├── 本地化应用程序.pdb
│   │   │   │   │   └── 本地化应用程序.test.ja-JP.resources
│   │   │   │   ├── 本地化应用程序.csproj.FileList.txt
│   │   │   │   └── 本地化应用程序.csproj.FileListAbsolute.txt
│   │   │   ├── test.ja-JP.resx
│   │   │   └── 本地化应用程序.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
│   │   │   ├── 设置辅助功能属性.exe
│   │   │   ├── 设置辅助功能属性.pdb
│   │   │   └── 设置辅助功能属性.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── 设置辅助功能属性.Form1.resources
│   │   │   │   ├── 设置辅助功能属性.Properties.Resources.resources
│   │   │   │   ├── 设置辅助功能属性.csproj.GenerateResource.Cache
│   │   │   │   ├── 设置辅助功能属性.exe
│   │   │   │   └── 设置辅助功能属性.pdb
│   │   │   ├── 设置辅助功能属性.csproj.FileList.txt
│   │   │   └── 设置辅助功能属性.csproj.FileListAbsolute.txt
│   │   └── 设置辅助功能属性.csproj
│   └── 图片
│   ├── 1.bmp
│   ├── 1.jpg
│   └── Icon.ico
└── 说明.txt

468 directories, 1604 files

标签:

实例下载地址

C#的windows应用窗体开发教程

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警