实例介绍
包含c#窗体应用程序多个实例,简单易懂,非常适合初学者
【实例截图】
【核心代码】
c窗体应用程序实例
└── c#窗体应用程序实例
└── 08
├── Ex08_01
│ └── 控制窗体加载时所在的位置.doc
├── Ex08_02
│ └── 控制窗体最大化、最小化.txt
├── Ex08_03
│ ├── Backup
│ │ ├── Ex08_03
│ │ │ ├── Ex08_03.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_03.sln
│ │ └── Ex08_03.suo
│ ├── Ex08_03
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_03.exe
│ │ │ ├── Ex08_03.pdb
│ │ │ ├── Ex08_03.vshost.exe
│ │ │ └── Ex08_03.vshost.exe.manifest
│ │ ├── Ex08_03.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Image
│ │ │ └── test.JPG
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_03.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_03.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_03.exe
│ │ │ │ ├── Ex08_03.Form1.resources
│ │ │ │ ├── Ex08_03.pdb
│ │ │ │ ├── Ex08_03.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_03.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_03.sln
│ ├── Ex08_03.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_04
│ ├── Backup
│ │ ├── Ex08_04
│ │ │ ├── Ex08_04.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_04.sln
│ │ └── Ex08_04.suo
│ ├── Ex08_04
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_04.exe
│ │ │ ├── Ex08_04.pdb
│ │ │ ├── Ex08_04.vshost.exe
│ │ │ └── Ex08_04.vshost.exe.manifest
│ │ ├── Ex08_04.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_04.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_04.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_04.exe
│ │ │ │ ├── Ex08_04.Form1.resources
│ │ │ │ ├── Ex08_04.pdb
│ │ │ │ ├── Ex08_04.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_04.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_04.sln
│ ├── Ex08_04.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_05
│ ├── Backup
│ │ ├── Ex08_05
│ │ │ ├── Ex08_05.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_05.sln
│ │ └── Ex08_05.suo
│ ├── Ex08_05
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_05.exe
│ │ │ ├── Ex08_05.pdb
│ │ │ ├── Ex08_05.vshost.exe
│ │ │ └── Ex08_05.vshost.exe.manifest
│ │ ├── Ex08_05.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_05.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_05.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_05.exe
│ │ │ │ ├── Ex08_05.Form1.resources
│ │ │ │ ├── Ex08_05.pdb
│ │ │ │ ├── Ex08_05.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_05.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_05.sln
│ ├── Ex08_05.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_06
│ ├── Backup
│ │ ├── Ex08_06
│ │ │ ├── Ex08_06.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_06.sln
│ │ └── Ex08_06.suo
│ ├── Ex08_06
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_06.exe
│ │ │ ├── Ex08_06.pdb
│ │ │ ├── Ex08_06.vshost.exe
│ │ │ └── Ex08_06.vshost.exe.manifest
│ │ ├── Ex08_06.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_06.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_06.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_06.exe
│ │ │ │ ├── Ex08_06.Form1.resources
│ │ │ │ ├── Ex08_06.Form2.resources
│ │ │ │ ├── Ex08_06.pdb
│ │ │ │ ├── Ex08_06.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_06.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_06.sln
│ ├── Ex08_06.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_07
│ ├── Backup
│ │ ├── Ex08_07
│ │ │ ├── Ex08_07.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_07.sln
│ │ └── Ex08_07.suo
│ ├── Ex08_07
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_07.exe
│ │ │ ├── Ex08_07.pdb
│ │ │ ├── Ex08_07.vshost.exe
│ │ │ └── Ex08_07.vshost.exe.manifest
│ │ ├── Ex08_07.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_07.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_07.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_07.exe
│ │ │ │ ├── Ex08_07.Form1.resources
│ │ │ │ ├── Ex08_07.pdb
│ │ │ │ ├── Ex08_07.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_07.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_07.sln
│ ├── Ex08_07.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_08
│ ├── Backup
│ │ ├── Ex08_08
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── Ex08_08.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_08.sln
│ │ └── Ex08_08.suo
│ ├── Ex08_08
│ │ ├── AboutBox1.cs
│ │ ├── AboutBox1.designer.cs
│ │ ├── AboutBox1.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_08.exe
│ │ │ ├── Ex08_08.pdb
│ │ │ ├── Ex08_08.vshost.exe
│ │ │ └── Ex08_08.vshost.exe.manifest
│ │ ├── Ex08_08.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_08.AboutBox1.resources
│ │ │ │ ├── Ex08_08.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_08.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_08.exe
│ │ │ │ ├── Ex08_08.pdb
│ │ │ │ ├── Ex08_08.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_08.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_08.sln
│ ├── Ex08_08.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_09
│ ├── Backup
│ │ ├── Ex08_09
│ │ │ ├── Ex08_09.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_09.sln
│ │ └── Ex08_09.suo
│ ├── Ex08_09
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_09.exe
│ │ │ ├── Ex08_09.pdb
│ │ │ ├── Ex08_09.vshost.exe
│ │ │ └── Ex08_09.vshost.exe.manifest
│ │ ├── Ex08_09.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_09.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_09.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_09.exe
│ │ │ │ ├── Ex08_09.Form1.resources
│ │ │ │ ├── Ex08_09.Form2.resources
│ │ │ │ ├── Ex08_09.pdb
│ │ │ │ ├── Ex08_09.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_09.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_09.sln
│ ├── Ex08_09.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_10
│ ├── Backup
│ │ ├── Ex08_10
│ │ │ ├── Ex08_10.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_10.sln
│ │ └── Ex08_10.suo
│ ├── Ex08_10
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_10.exe
│ │ │ ├── Ex08_10.pdb
│ │ │ ├── Ex08_10.vshost.exe
│ │ │ └── Ex08_10.vshost.exe.manifest
│ │ ├── Ex08_10.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_10.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_10.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_10.exe
│ │ │ │ ├── Ex08_10.Form1.resources
│ │ │ │ ├── Ex08_10.pdb
│ │ │ │ ├── Ex08_10.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_10.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_10.sln
│ ├── Ex08_10.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_11
│ ├── Backup
│ │ ├── Ex08_11
│ │ │ ├── Ex08_11.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_11.sln
│ │ └── Ex08_11.suo
│ ├── Ex08_11
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_11.exe
│ │ │ ├── Ex08_11.pdb
│ │ │ ├── Ex08_11.vshost.exe
│ │ │ └── Ex08_11.vshost.exe.manifest
│ │ ├── Ex08_11.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_11.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_11.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_11.exe
│ │ │ │ ├── Ex08_11.Form1.resources
│ │ │ │ ├── Ex08_11.pdb
│ │ │ │ ├── Ex08_11.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_11.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_11.sln
│ ├── Ex08_11.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_12
│ └── 设置窗体的状态.doc
├── Ex08_13
│ ├── Backup
│ │ ├── Ex08_13
│ │ │ ├── Ex08_13.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_13.sln
│ │ └── Ex08_13.suo
│ ├── Ex08_13
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_13.exe
│ │ │ ├── Ex08_13.pdb
│ │ │ ├── Ex08_13.vshost.exe
│ │ │ └── Ex08_13.vshost.exe.manifest
│ │ ├── Ex08_13.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_13.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_13.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_13.exe
│ │ │ │ ├── Ex08_13.Form1.resources
│ │ │ │ ├── Ex08_13.pdb
│ │ │ │ ├── Ex08_13.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_13.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_13.sln
│ ├── Ex08_13.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_14
│ └── QueryClose
│ ├── Backup
│ │ ├── QueryClose
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── QueryClose.csproj
│ │ ├── QueryClose.sln
│ │ └── QueryClose.suo
│ ├── QueryClose
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QueryClose.exe
│ │ │ ├── QueryClose.pdb
│ │ │ ├── QueryClose.vshost.exe
│ │ │ └── QueryClose.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QueryClose.csproj.FileListAbsolute.txt
│ │ │ │ ├── QueryClose.csproj.GenerateResource.Cache
│ │ │ │ ├── QueryClose.exe
│ │ │ │ ├── QueryClose.Form1.resources
│ │ │ │ ├── QueryClose.pdb
│ │ │ │ ├── QueryClose.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── QueryClose.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── QueryClose.csproj
│ ├── QueryClose.sln
│ ├── QueryClose.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_15
│ ├── Backup
│ │ ├── Ex08_15
│ │ │ ├── Ex08_15.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_15.sln
│ │ └── Ex08_15.suo
│ ├── Ex08_15
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_15.exe
│ │ │ ├── Ex08_15.pdb
│ │ │ ├── Ex08_15.vshost.exe
│ │ │ └── Ex08_15.vshost.exe.manifest
│ │ ├── Ex08_15.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_15.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_15.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_15.exe
│ │ │ │ ├── Ex08_15.Form1.resources
│ │ │ │ ├── Ex08_15.pdb
│ │ │ │ ├── Ex08_15.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_15.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_15.sln
│ ├── Ex08_15.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_16
│ ├── Backup
│ │ ├── Ex08_16
│ │ │ ├── Ex08_16.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_16.sln
│ │ └── Ex08_16.suo
│ ├── Ex08_16
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_16.exe
│ │ │ ├── Ex08_16.pdb
│ │ │ ├── Ex08_16.vshost.exe
│ │ │ └── Ex08_16.vshost.exe.manifest
│ │ ├── Ex08_16.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_16.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_16.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_16.exe
│ │ │ │ ├── Ex08_16.Form1.resources
│ │ │ │ ├── Ex08_16.pdb
│ │ │ │ ├── Ex08_16.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_16.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_16.sln
│ ├── Ex08_16.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_17
│ ├── Backup
│ │ ├── Ex08_17
│ │ │ ├── Ex08_17.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_17.sln
│ │ └── Ex08_17.suo
│ ├── Ex08_17
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_17.exe
│ │ │ ├── Ex08_17.pdb
│ │ │ ├── Ex08_17.vshost.exe
│ │ │ └── Ex08_17.vshost.exe.manifest
│ │ ├── Ex08_17.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_17.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_17.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_17.exe
│ │ │ │ ├── Ex08_17.Form1.resources
│ │ │ │ ├── Ex08_17.pdb
│ │ │ │ ├── Ex08_17.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_17.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_17.sln
│ ├── Ex08_17.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_18
│ ├── Ex08_18.suo
│ └── WindowsTitleRight
│ ├── Backup
│ │ ├── WindowsTitleRight
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 1.bmp
│ │ │ │ └── 背景2.jpg
│ │ │ └── WindowsTitleRight.csproj
│ │ ├── WindowsTitleRight.sln
│ │ └── WindowsTitleRight.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── WindowsTitleRight
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsTitleRight.exe
│ │ │ ├── WindowsTitleRight.pdb
│ │ │ ├── WindowsTitleRight.vshost.exe
│ │ │ └── WindowsTitleRight.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowsTitleRight.csproj.FileListAbsolute.txt
│ │ │ │ ├── WindowsTitleRight.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsTitleRight.exe
│ │ │ │ ├── WindowsTitleRight.Form1.resources
│ │ │ │ ├── WindowsTitleRight.pdb
│ │ │ │ └── WindowsTitleRight.Properties.Resources.resources
│ │ │ └── WindowsTitleRight.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 1.bmp
│ │ │ └── 背景2.jpg
│ │ └── WindowsTitleRight.csproj
│ ├── WindowsTitleRight.sln
│ └── WindowsTitleRight.suo
├── Ex08_19
│ ├── Backup
│ │ ├── Ex08_19
│ │ │ ├── Ex08_19.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_19.sln
│ │ └── Ex08_19.suo
│ ├── Ex08_19
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_19.exe
│ │ │ ├── Ex08_19.pdb
│ │ │ ├── Ex08_19.vshost.exe
│ │ │ └── Ex08_19.vshost.exe.manifest
│ │ ├── Ex08_19.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_19.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_19.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_19.exe
│ │ │ │ ├── Ex08_19.Form1.resources
│ │ │ │ ├── Ex08_19.pdb
│ │ │ │ ├── Ex08_19.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_19.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_19.sln
│ ├── Ex08_19.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_20
│ ├── Backup
│ │ ├── Ex08_20
│ │ │ ├── Ex08_20.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_20.sln
│ │ └── Ex08_20.suo
│ ├── Ex08_20
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_20.exe
│ │ │ ├── Ex08_20.pdb
│ │ │ ├── Ex08_20.vshost.exe
│ │ │ └── Ex08_20.vshost.exe.manifest
│ │ ├── Ex08_20.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_20.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_20.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_20.exe
│ │ │ │ ├── Ex08_20.Form1.resources
│ │ │ │ ├── Ex08_20.pdb
│ │ │ │ ├── Ex08_20.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_20.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_20.sln
│ ├── Ex08_20.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_21
│ ├── Backup
│ │ ├── Ex08_21
│ │ │ ├── Ex08_21.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_21.sln
│ │ └── Ex08_21.suo
│ ├── Ex08_21
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_21.exe
│ │ │ ├── Ex08_21.pdb
│ │ │ ├── Ex08_21.vshost.exe
│ │ │ └── Ex08_21.vshost.exe.manifest
│ │ ├── Ex08_21.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_21.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_21.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_21.exe
│ │ │ │ ├── Ex08_21.Form1.resources
│ │ │ │ ├── Ex08_21.pdb
│ │ │ │ ├── Ex08_21.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_21.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_21.sln
│ ├── Ex08_21.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_22
│ ├── Backup
│ │ ├── Ex08_22
│ │ │ ├── Ex08_22.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_22.sln
│ │ └── Ex08_22.suo
│ ├── Ex08_22
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_22.exe
│ │ │ ├── Ex08_22.pdb
│ │ │ ├── Ex08_22.vshost.exe
│ │ │ └── Ex08_22.vshost.exe.manifest
│ │ ├── Ex08_22.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_22.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_22.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_22.exe
│ │ │ │ ├── Ex08_22.Form1.resources
│ │ │ │ ├── Ex08_22.pdb
│ │ │ │ ├── Ex08_22.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_22.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_22.sln
│ ├── Ex08_22.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_23
│ ├── Backup
│ │ ├── Ex08_23
│ │ │ ├── Ex08_23.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_23.sln
│ │ └── Ex08_23.suo
│ ├── Ex08_23
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_23.exe
│ │ │ ├── Ex08_23.pdb
│ │ │ ├── Ex08_23.vshost.exe
│ │ │ └── Ex08_23.vshost.exe.manifest
│ │ ├── Ex08_23.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_23.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_23.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_23.exe
│ │ │ │ ├── Ex08_23.Form1.resources
│ │ │ │ ├── Ex08_23.pdb
│ │ │ │ ├── Ex08_23.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_23.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_23.sln
│ ├── Ex08_23.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_24
│ ├── Backup
│ │ ├── Ex08_24
│ │ │ ├── Ex08_24.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_24.sln
│ │ └── Ex08_24.suo
│ ├── Ex08_24
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_24.exe
│ │ │ ├── Ex08_24.pdb
│ │ │ ├── Ex08_24.vshost.exe
│ │ │ └── Ex08_24.vshost.exe.manifest
│ │ ├── Ex08_24.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_24.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_24.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_24.exe
│ │ │ │ ├── Ex08_24.Form1.resources
│ │ │ │ ├── Ex08_24.pdb
│ │ │ │ ├── Ex08_24.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_24.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_24.sln
│ ├── Ex08_24.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_25
│ ├── Backup
│ │ ├── Ex08_25
│ │ │ ├── Ex08_25.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_25.sln
│ │ └── Ex08_25.suo
│ ├── Ex08_25
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_25.exe
│ │ │ ├── Ex08_25.pdb
│ │ │ ├── Ex08_25.vshost.exe
│ │ │ └── Ex08_25.vshost.exe.manifest
│ │ ├── Ex08_25.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_25.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_25.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_25.exe
│ │ │ │ ├── Ex08_25.Form1.resources
│ │ │ │ ├── Ex08_25.pdb
│ │ │ │ ├── Ex08_25.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_25.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_25.sln
│ ├── Ex08_25.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_26
│ ├── Backup
│ │ ├── Ex08_26
│ │ │ ├── Ex08_26.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_26.sln
│ │ └── Ex08_26.suo
│ ├── Ex08_26
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_26.exe
│ │ │ ├── Ex08_26.pdb
│ │ │ ├── Ex08_26.vshost.exe
│ │ │ └── Ex08_26.vshost.exe.manifest
│ │ ├── Ex08_26.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_26.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_26.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_26.exe
│ │ │ │ ├── Ex08_26.Form1.resources
│ │ │ │ ├── Ex08_26.pdb
│ │ │ │ ├── Ex08_26.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_26.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_26.sln
│ ├── Ex08_26.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_27
│ ├── Backup
│ │ ├── Ex08_27
│ │ │ ├── Ex08_27.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.designer.cs
│ │ │ ├── Form3.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_27.sln
│ │ └── Ex08_27.suo
│ ├── Ex08_27
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_27.exe
│ │ │ ├── Ex08_27.pdb
│ │ │ ├── Ex08_27.vshost.exe
│ │ │ └── Ex08_27.vshost.exe.manifest
│ │ ├── Ex08_27.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.designer.cs
│ │ ├── Form2.resx
│ │ ├── Form3.cs
│ │ ├── Form3.designer.cs
│ │ ├── Form3.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_27.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_27.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_27.exe
│ │ │ │ ├── Ex08_27.Form1.resources
│ │ │ │ ├── Ex08_27.Form2.resources
│ │ │ │ ├── Ex08_27.Form3.resources
│ │ │ │ ├── Ex08_27.pdb
│ │ │ │ ├── Ex08_27.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_27.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_27.sln
│ ├── Ex08_27.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_28
│ ├── Backup
│ │ ├── Ex08_28
│ │ │ ├── Ex08_28.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_28.sln
│ │ └── Ex08_28.suo
│ ├── Ex08_28
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_28.exe
│ │ │ ├── Ex08_28.pdb
│ │ │ ├── Ex08_28.vshost.exe
│ │ │ └── Ex08_28.vshost.exe.manifest
│ │ ├── Ex08_28.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_28.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_28.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_28.exe
│ │ │ │ ├── Ex08_28.Form1.resources
│ │ │ │ ├── Ex08_28.pdb
│ │ │ │ ├── Ex08_28.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_28.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_28.sln
│ ├── Ex08_28.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_29
│ ├── Backup
│ │ ├── Ex08_29
│ │ │ ├── Ex08_29.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_29.sln
│ │ └── Ex08_29.suo
│ ├── Ex08_29
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_29.exe
│ │ │ ├── Ex08_29.pdb
│ │ │ ├── Ex08_29.vshost.exe
│ │ │ └── Ex08_29.vshost.exe.manifest
│ │ ├── Ex08_29.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_29.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_29.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_29.exe
│ │ │ │ ├── Ex08_29.Form1.resources
│ │ │ │ ├── Ex08_29.pdb
│ │ │ │ ├── Ex08_29.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_29.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_29.sln
│ ├── Ex08_29.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_30
│ ├── Backup
│ │ ├── Ex08_30
│ │ │ ├── Ex08_30.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_30.sln
│ │ └── Ex08_30.suo
│ ├── Ex08_30
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_30.exe
│ │ │ ├── Ex08_30.pdb
│ │ │ ├── Ex08_30.vshost.exe
│ │ │ └── Ex08_30.vshost.exe.manifest
│ │ ├── Ex08_30.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_30.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_30.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_30.exe
│ │ │ │ ├── Ex08_30.Form1.resources
│ │ │ │ ├── Ex08_30.pdb
│ │ │ │ ├── Ex08_30.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_30.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_30.sln
│ ├── Ex08_30.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_31
│ ├── Backup
│ │ ├── Ex08_31
│ │ │ ├── Ex08_31.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_31.sln
│ │ └── Ex08_31.suo
│ ├── Ex08_31
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_31.exe
│ │ │ ├── Ex08_31.pdb
│ │ │ ├── Ex08_31.vshost.exe
│ │ │ └── Ex08_31.vshost.exe.manifest
│ │ ├── Ex08_31.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_31.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_31.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_31.exe
│ │ │ │ ├── Ex08_31.Form1.resources
│ │ │ │ ├── Ex08_31.pdb
│ │ │ │ ├── Ex08_31.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_31.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_31.sln
│ ├── Ex08_31.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_32
│ ├── Backup
│ │ ├── Ex08_32
│ │ │ ├── Ex08_32.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_32.sln
│ │ └── Ex08_32.suo
│ ├── Ex08_32
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_32.exe
│ │ │ ├── Ex08_32.pdb
│ │ │ ├── Ex08_32.vshost.exe
│ │ │ ├── Ex08_32.vshost.exe.manifest
│ │ │ └── test.jpg
│ │ ├── Ex08_32.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.designer.cs
│ │ ├── Form2.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_32.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_32.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_32.exe
│ │ │ │ ├── Ex08_32.Form1.resources
│ │ │ │ ├── Ex08_32.Form2.resources
│ │ │ │ ├── Ex08_32.pdb
│ │ │ │ ├── Ex08_32.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_32.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_32.sln
│ ├── Ex08_32.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_33
│ └── GraduallyWindows
│ ├── Backup
│ │ ├── GraduallyWindows
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GraduallyWindows.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── Long.bmp
│ │ │ └── XP右.jpg
│ │ ├── GraduallyWindows.sln
│ │ └── GraduallyWindows.suo
│ ├── GraduallyWindows
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── GraduallyWindows.exe
│ │ │ ├── GraduallyWindows.pdb
│ │ │ ├── GraduallyWindows.vshost.exe
│ │ │ └── GraduallyWindows.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── GraduallyWindows.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── GraduallyWindows.csproj.FileListAbsolute.txt
│ │ │ │ ├── GraduallyWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── GraduallyWindows.exe
│ │ │ │ ├── GraduallyWindows.Form1.resources
│ │ │ │ ├── GraduallyWindows.pdb
│ │ │ │ ├── GraduallyWindows.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── GraduallyWindows.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── Long.bmp
│ │ └── XP右.jpg
│ ├── GraduallyWindows.sln
│ ├── GraduallyWindows.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_34
│ └── Navigation
│ ├── Backup
│ │ ├── Navigation
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Navigation.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Navigation.sln
│ │ └── Navigation.suo
│ ├── Navigation
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Navigation.exe
│ │ │ ├── Navigation.pdb
│ │ │ ├── Navigation.vshost.exe
│ │ │ └── Navigation.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Navigation.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Navigation.csproj.FileListAbsolute.txt
│ │ │ │ ├── Navigation.csproj.GenerateResource.Cache
│ │ │ │ ├── Navigation.exe
│ │ │ │ ├── Navigation.Form1.resources
│ │ │ │ ├── Navigation.pdb
│ │ │ │ ├── Navigation.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Navigation.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Navigation.sln
│ ├── Navigation.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_35
│ └── OutLook
│ ├── Backup
│ │ ├── OutLook
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── OutLook.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── OutLook.sln
│ │ └── OutLook.suo
│ ├── OutLook
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── OutLook.exe
│ │ │ ├── OutLook.pdb
│ │ │ ├── OutLook.vshost.exe
│ │ │ └── OutLook.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── OutLook.csproj.FileListAbsolute.txt
│ │ │ │ ├── OutLook.csproj.GenerateResource.Cache
│ │ │ │ ├── OutLook.exe
│ │ │ │ ├── OutLook.Form1.resources
│ │ │ │ ├── OutLook.pdb
│ │ │ │ ├── OutLook.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── OutLook.csproj.FileList.txt
│ │ ├── OutLook.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── OutLook.sln
│ ├── OutLook.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_36
│ └── ButtonNavigation
│ ├── Backup
│ │ ├── ButtonNavigation
│ │ │ ├── ButtonNavigation.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 03.gif
│ │ │ ├── 09.gif
│ │ │ ├── 18.gif
│ │ │ ├── 24.gif
│ │ │ ├── 6.gif
│ │ │ └── 8.gif
│ │ ├── ButtonNavigation.sln
│ │ └── ButtonNavigation.suo
│ ├── ButtonNavigation
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ButtonNavigation.exe
│ │ │ ├── ButtonNavigation.pdb
│ │ │ ├── ButtonNavigation.vshost.exe
│ │ │ └── ButtonNavigation.vshost.exe.manifest
│ │ ├── ButtonNavigation.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── ButtonNavigation.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ButtonNavigation.csproj.FileListAbsolute.txt
│ │ │ ├── ButtonNavigation.csproj.GenerateResource.Cache
│ │ │ ├── ButtonNavigation.exe
│ │ │ ├── ButtonNavigation.Form1.resources
│ │ │ ├── ButtonNavigation.pdb
│ │ │ ├── ButtonNavigation.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── 03.gif
│ │ ├── 09.gif
│ │ ├── 18.gif
│ │ ├── 24.gif
│ │ ├── 6.gif
│ │ └── 8.gif
│ ├── ButtonNavigation.sln
│ ├── ButtonNavigation.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_37
│ ├── Backup
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── QQ.csproj
│ │ ├── QQ.sln
│ │ └── QQ.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QQ.exe
│ │ │ ├── QQ.pdb
│ │ │ ├── QQ.vshost.exe
│ │ │ └── QQ.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQ.csproj.FileListAbsolute.txt
│ │ │ │ ├── QQ.csproj.GenerateResource.Cache
│ │ │ │ ├── QQ.exe
│ │ │ │ ├── QQ.Form1.resources
│ │ │ │ ├── QQ.pdb
│ │ │ │ ├── QQ.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── QQ.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── QQ.csproj
│ ├── QQ.sln
│ ├── QQ.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_38
│ └── WindowsXP
│ ├── Backup
│ │ ├── WindowsXP
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── XP上.jpg
│ │ │ │ ├── Xp中1.jpg
│ │ │ │ ├── Xp中.jpg
│ │ │ │ ├── XP右.jpg
│ │ │ │ ├── XP小.jpg
│ │ │ │ └── XP左背景.jpg
│ │ │ └── WindowsXP.csproj
│ │ ├── WindowsXP.sln
│ │ └── WindowsXP.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── WindowsXP
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsXP.exe
│ │ │ ├── WindowsXP.pdb
│ │ │ ├── WindowsXP.vshost.exe
│ │ │ └── WindowsXP.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowsXP.csproj.FileListAbsolute.txt
│ │ │ │ ├── WindowsXP.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsXP.exe
│ │ │ │ ├── WindowsXP.Form1.resources
│ │ │ │ ├── WindowsXP.pdb
│ │ │ │ └── WindowsXP.Properties.Resources.resources
│ │ │ └── WindowsXP.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── XP上.jpg
│ │ │ ├── Xp中1.jpg
│ │ │ ├── Xp中.jpg
│ │ │ ├── XP右.jpg
│ │ │ ├── XP小.jpg
│ │ │ └── XP左背景.jpg
│ │ └── WindowsXP.csproj
│ ├── WindowsXP.sln
│ └── WindowsXP.suo
├── Ex08_39
│ └── WordWindows
│ ├── Backup
│ │ ├── SpecialSharpWindows
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WordWindows.csproj
│ │ ├── WordWindows.sln
│ │ └── WordWindows.suo
│ ├── SpecialSharpWindows
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 1.bmp
│ │ │ ├── SpecialSharpWindows.exe
│ │ │ ├── SpecialSharpWindows.pdb
│ │ │ ├── SpecialSharpWindows.vshost.exe
│ │ │ └── SpecialSharpWindows.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.Form1.resources
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ ├── SpecialSharpWindows.Properties.Resources.resources
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WordWindows.csproj.FileListAbsolute.txt
│ │ │ │ └── WordWindows.csproj.GenerateResource.Cache
│ │ │ ├── SpecialSharpWindows.csproj.FileList.txt
│ │ │ └── WordWindows.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WordWindows.csproj
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── WordWindows.sln
│ └── WordWindows.suo
├── Ex08_40
│ └── SpecialSharpWindows
│ ├── Backup
│ │ ├── SpecialSharpWindows
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── SpecialSharpWindows.csproj
│ │ ├── SpecialSharpWindows.sln
│ │ └── SpecialSharpWindows.suo
│ ├── SpecialSharpWindows
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Heart.bmp
│ │ │ ├── SpecialSharpWindows.exe
│ │ │ ├── SpecialSharpWindows.pdb
│ │ │ ├── SpecialSharpWindows.vshost.exe
│ │ │ └── SpecialSharpWindows.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── SpecialSharpWindows.csproj.FileListAbsolute.txt
│ │ │ │ ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.Form1.resources
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ ├── SpecialSharpWindows.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── SpecialSharpWindows.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SpecialSharpWindows.csproj
│ ├── SpecialSharpWindows.sln
│ ├── SpecialSharpWindows.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_41
│ └── RandomBackGround
│ ├── Backup
│ │ ├── RandomBackGround
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RandomBackGround.csproj
│ │ ├── RandomBackGround.sln
│ │ └── RandomBackGround.suo
│ ├── RandomBackGround
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RandomBackGround.exe
│ │ │ ├── RandomBackGround.pdb
│ │ │ ├── RandomBackGround.vshost.exe
│ │ │ └── RandomBackGround.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── RandomBackGround.csproj.FileListAbsolute.txt
│ │ │ │ ├── RandomBackGround.csproj.GenerateResource.Cache
│ │ │ │ ├── RandomBackGround.exe
│ │ │ │ ├── RandomBackGround.Form1.resources
│ │ │ │ ├── RandomBackGround.pdb
│ │ │ │ ├── RandomBackGround.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── RandomBackGround.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── RandomBackGround.csproj
│ ├── RandomBackGround.sln
│ ├── RandomBackGround.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_42
│ └── LikeStartMemu
│ ├── Backup
│ │ ├── LikeStartMemu
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 技.jpg
│ │ │ │ ├── 日.jpg
│ │ │ │ ├── 明.jpg
│ │ │ │ └── 科.jpg
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LikeStartMemu.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── Xp中.jpg
│ │ │ ├── XP右1.jpg
│ │ │ ├── XP右.jpg
│ │ │ ├── XP小.jpg
│ │ │ ├── XP左背景.jpg
│ │ │ ├── 背景21.jpg
│ │ │ ├── 背景2.jpg
│ │ │ └── 背景.jpg
│ │ ├── LikeStartMemu.sln
│ │ └── LikeStartMemu.suo
│ ├── LikeStartMemu
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LikeStartMemu.exe
│ │ │ ├── LikeStartMemu.pdb
│ │ │ ├── LikeStartMemu.vshost.exe
│ │ │ ├── LikeStartMemu.vshost.exe.manifest
│ │ │ ├── 技.jpg
│ │ │ ├── 日.jpg
│ │ │ ├── 明.jpg
│ │ │ └── 科.jpg
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── LikeStartMemu.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── LikeStartMemu.csproj.FileListAbsolute.txt
│ │ │ │ ├── LikeStartMemu.csproj.GenerateResource.Cache
│ │ │ │ ├── LikeStartMemu.exe
│ │ │ │ ├── LikeStartMemu.Form1.resources
│ │ │ │ ├── LikeStartMemu.pdb
│ │ │ │ ├── LikeStartMemu.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── LikeStartMemu.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── Xp中.jpg
│ │ ├── XP右1.jpg
│ │ ├── XP右.jpg
│ │ ├── XP小.jpg
│ │ ├── XP左背景.jpg
│ │ ├── 背景21.jpg
│ │ ├── 背景2.jpg
│ │ └── 背景.jpg
│ ├── LikeStartMemu.sln
│ ├── LikeStartMemu.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_43
│ └── MenuHistory
│ ├── Backup
│ │ ├── MenuHistory
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MenuHistory.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MenuHistory.sln
│ │ └── MenuHistory.suo
│ ├── MenuHistory
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MenuHistory.exe
│ │ │ ├── MenuHistory.pdb
│ │ │ ├── MenuHistory.vshost.exe
│ │ │ ├── MenuHistory.vshost.exe.manifest
│ │ │ └── Menu.ini
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── MenuHistory.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── MenuHistory.csproj.FileListAbsolute.txt
│ │ │ │ ├── MenuHistory.csproj.GenerateResource.Cache
│ │ │ │ ├── MenuHistory.exe
│ │ │ │ ├── MenuHistory.Form1.resources
│ │ │ │ ├── MenuHistory.pdb
│ │ │ │ ├── MenuHistory.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── MenuHistory.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── MenuHistory.sln
│ ├── MenuHistory.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_44
│ └── HideMenu
│ ├── Backup
│ │ ├── HideMenu
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HideMenu.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── HideMenu.sln
│ │ └── HideMenu.suo
│ ├── HideMenu
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── HideMenu.exe
│ │ │ ├── HideMenu.pdb
│ │ │ ├── HideMenu.vshost.exe
│ │ │ └── HideMenu.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── HideMenu.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── HideMenu.csproj.FileListAbsolute.txt
│ │ │ │ ├── HideMenu.csproj.GenerateResource.Cache
│ │ │ │ ├── HideMenu.exe
│ │ │ │ ├── HideMenu.Form1.resources
│ │ │ │ ├── HideMenu.pdb
│ │ │ │ ├── HideMenu.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── HideMenu.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── HideMenu.sln
│ ├── HideMenu.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_45
│ └── BackGroundTool
│ ├── BackGroundTool
│ │ ├── BackGroundTool.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BackGroundTool.exe
│ │ │ ├── BackGroundTool.pdb
│ │ │ ├── BackGroundTool.vshost.exe
│ │ │ └── BackGroundTool.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── BackGroundTool.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── BackGroundTool.csproj.FileListAbsolute.txt
│ │ │ ├── BackGroundTool.csproj.GenerateResource.Cache
│ │ │ ├── BackGroundTool.exe
│ │ │ ├── BackGroundTool.Form1.resources
│ │ │ ├── BackGroundTool.pdb
│ │ │ ├── BackGroundTool.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ └── 9.jpg
│ ├── BackGroundTool.sln
│ ├── BackGroundTool.suo
│ ├── Backup
│ │ ├── BackGroundTool
│ │ │ ├── BackGroundTool.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── BackGroundTool.sln
│ │ └── BackGroundTool.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_46
│ └── DriftForm
│ ├── Backup
│ │ ├── DriftForm
│ │ │ ├── DriftForm.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ └── 1.bmp
│ │ ├── DriftForm.sln
│ │ └── DriftForm.suo
│ ├── DriftForm
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DriftForm.exe
│ │ │ ├── DriftForm.pdb
│ │ │ ├── DriftForm.vshost.exe
│ │ │ └── DriftForm.vshost.exe.manifest
│ │ ├── DriftForm.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DriftForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── DriftForm.csproj.GenerateResource.Cache
│ │ │ │ ├── DriftForm.exe
│ │ │ │ ├── DriftForm.Form1.resources
│ │ │ │ ├── DriftForm.pdb
│ │ │ │ ├── DriftForm.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── DriftForm.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ └── 1.bmp
│ ├── DriftForm.sln
│ ├── DriftForm.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_47
│ └── DropDownTool
│ ├── Backup
│ │ ├── DropDownTool
│ │ │ ├── DropDownTool.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DropDownTool.sln
│ │ └── DropDownTool.suo
│ ├── DropDownTool
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DropDownTool.exe
│ │ │ ├── DropDownTool.pdb
│ │ │ ├── DropDownTool.vshost.exe
│ │ │ └── DropDownTool.vshost.exe.manifest
│ │ ├── DropDownTool.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DropDownTool.csproj.FileListAbsolute.txt
│ │ │ │ ├── DropDownTool.csproj.GenerateResource.Cache
│ │ │ │ ├── DropDownTool.exe
│ │ │ │ ├── DropDownTool.Form1.resources
│ │ │ │ ├── DropDownTool.pdb
│ │ │ │ ├── DropDownTool.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── DropDownTool.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── DropDownTool.sln
│ ├── DropDownTool.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_48
│ └── StatusBar
│ ├── Backup
│ │ ├── StatusBar
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── StatusBar.csproj
│ │ ├── StatusBar.sln
│ │ └── StatusBar.suo
│ ├── StatusBar
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── StatusBar.exe
│ │ │ ├── StatusBar.pdb
│ │ │ ├── StatusBar.vshost.exe
│ │ │ └── StatusBar.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── StatusBar.csproj.FileListAbsolute.txt
│ │ │ │ ├── StatusBar.csproj.GenerateResource.Cache
│ │ │ │ ├── StatusBar.exe
│ │ │ │ ├── StatusBar.Form1.resources
│ │ │ │ ├── StatusBar.pdb
│ │ │ │ ├── StatusBar.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── StatusBar.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── StatusBar.csproj
│ ├── StatusBar.sln
│ ├── StatusBar.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_49
│ └── ProsessStatusBar
│ ├── Backup
│ │ ├── ProsessStatusBar
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ProsessStatusBar.csproj
│ │ ├── ProsessStatusBar.sln
│ │ └── ProsessStatusBar.suo
│ ├── ProsessStatusBar
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ProsessStatusBar.exe
│ │ │ ├── ProsessStatusBar.pdb
│ │ │ ├── ProsessStatusBar.vshost.exe
│ │ │ └── ProsessStatusBar.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ProsessStatusBar.csproj.FileListAbsolute.txt
│ │ │ │ ├── ProsessStatusBar.csproj.GenerateResource.Cache
│ │ │ │ ├── ProsessStatusBar.exe
│ │ │ │ ├── ProsessStatusBar.Form1.resources
│ │ │ │ ├── ProsessStatusBar.pdb
│ │ │ │ ├── ProsessStatusBar.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── ProsessStatusBar.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── ProsessStatusBar.csproj
│ ├── ProsessStatusBar.sln
│ ├── ProsessStatusBar.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_50
│ └── ImgaeProsessBar
│ ├── Backup
│ │ ├── ImgaeProsessBar
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ImgaeProsessBar.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ImgaeProsessBar.sln
│ │ └── ImgaeProsessBar.suo
│ ├── ImgaeProsessBar
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ImgaeProsessBar.exe
│ │ │ ├── ImgaeProsessBar.pdb
│ │ │ ├── ImgaeProsessBar.vshost.exe
│ │ │ └── ImgaeProsessBar.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── ImgaeProsessBar.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ImgaeProsessBar.csproj.FileListAbsolute.txt
│ │ │ │ ├── ImgaeProsessBar.csproj.GenerateResource.Cache
│ │ │ │ ├── ImgaeProsessBar.exe
│ │ │ │ ├── ImgaeProsessBar.Form1.resources
│ │ │ │ ├── ImgaeProsessBar.pdb
│ │ │ │ ├── ImgaeProsessBar.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── ImgaeProsessBar.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ImgaeProsessBar.sln
│ ├── ImgaeProsessBar.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_51
│ └── 界面设计要素.doc
├── Ex08_52
│ └── 界面设计在程序开发中的重要性.doc
├── Ex08_53
│ ├── Backup
│ │ ├── Ex08_53
│ │ │ ├── Ex08_53.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_53.sln
│ │ └── Ex08_53.suo
│ ├── Ex08_53
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_53.exe
│ │ │ ├── Ex08_53.pdb
│ │ │ ├── Ex08_53.vshost.exe
│ │ │ └── Ex08_53.vshost.exe.manifest
│ │ ├── Ex08_53.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Ex08_53.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_53.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_53.exe
│ │ │ │ ├── Ex08_53.Form1.resources
│ │ │ │ ├── Ex08_53.pdb
│ │ │ │ ├── Ex08_53.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_53.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_53.sln
│ ├── Ex08_53.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Ex08_54
│ ├── Backup
│ │ ├── Ex08_54
│ │ │ ├── Ex08_54.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_54.sln
│ │ └── Ex08_54.suo
│ ├── Backup1
│ │ ├── Ex08_54
│ │ │ ├── Ex08_54.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ex08_54.sln
│ │ └── Ex08_54.suo
│ ├── Ex08_54
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Ex08_54.exe
│ │ │ ├── Ex08_54.pdb
│ │ │ └── Ex08_54.vshost.exe
│ │ ├── Ex08_54.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Ex08_54.csproj.FileListAbsolute.txt
│ │ │ │ ├── Ex08_54.csproj.GenerateResource.Cache
│ │ │ │ ├── Ex08_54.exe
│ │ │ │ ├── Ex08_54.Form1.resources
│ │ │ │ ├── Ex08_54.pdb
│ │ │ │ ├── Ex08_54.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Ex08_54.csproj.FileList.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_54.sln
│ ├── Ex08_54.suo
│ ├── Ex08_54.v11.suo
│ ├── UpgradeLog2.XML
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
└── Ex08_55
├── Backup
│ ├── Ex08_55
│ │ ├── Ex08_55.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_55.sln
│ └── Ex08_55.suo
├── Backup1
│ ├── Ex08_55
│ │ ├── Ex08_55.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ex08_55.sln
│ └── Ex08_55.v11.suo
├── Ex08_55
│ ├── bin
│ │ └── Debug
│ │ ├── Ex08_55.exe
│ │ ├── Ex08_55.pdb
│ │ ├── Ex08_55.vshost.exe
│ │ └── Ex08_55.vshost.exe.manifest
│ ├── Ex08_55.csproj
│ ├── Ex08_55.suo
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Ex08_55.csproj.FileListAbsolute.txt
│ │ │ ├── Ex08_55.csproj.GenerateResource.Cache
│ │ │ ├── Ex08_55.exe
│ │ │ ├── Ex08_55.Form1.resources
│ │ │ ├── Ex08_55.Form2.resources
│ │ │ ├── Ex08_55.pdb
│ │ │ ├── Ex08_55.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Ex08_55.csproj.FileList.txt
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Ex08_55.sln
├── Ex08_55.suo
├── Ex08_55.v11.suo
├── UpgradeLog2.htm
├── UpgradeLog2.XML
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Error.png
├── UpgradeReport_Information.png
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
├── UpgradeReport_Success.png
├── UpgradeReport_Warning.png
└── UpgradeReport.xslt
649 directories, 2204 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论