实例介绍
【实例简介】Visual C#开发技术大全
C#方面的代码。包括程序实例、典型应用和一些录像。
文件清单
└── Visual C#开发技术大全
├── mingrisoft
│ ├── dxyy
│ │ ├── 07
│ │ │ ├── 07_01
│ │ │ │ ├── 07_01
│ │ │ │ │ ├── 07_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 07_01.exe
│ │ │ │ │ │ ├── 07_01.pdb
│ │ │ │ │ │ └── 07_01.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Form2.cs
│ │ │ │ │ ├── Form2.Designer.cs
│ │ │ │ │ ├── Form2.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 07_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 07_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 07_01.exe
│ │ │ │ │ │ ├── 07_01.pdb
│ │ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ │ ├── _7_01.Form2.resources
│ │ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 07_01.sln
│ │ │ │ └── 07_01.suo
│ │ │ └── 07_02
│ │ │ ├── 07_02
│ │ │ │ ├── 07_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07_02.exe
│ │ │ │ │ ├── 07_02.pdb
│ │ │ │ │ └── 07_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.Designer.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 07_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 07_02.exe
│ │ │ │ │ ├── 07_02.pdb
│ │ │ │ │ ├── _7_02.Form1.resources
│ │ │ │ │ ├── _7_02.Form2.resources
│ │ │ │ │ ├── _7_02.Form3.resources
│ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 07_02.sln
│ │ │ └── 07_02.suo
│ │ ├── 13
│ │ │ ├── 13_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── dxyy.aspx
│ │ │ │ ├── dxyy.aspx.cs
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── BlueTabRight.jpg
│ │ │ │ │ ├── fu.jpg
│ │ │ │ │ ├── Image3.gif
│ │ │ │ │ ├── PoweredByAsp.Net.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── photo.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── Web.Config
│ │ │ ├── 13_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── User.aspx
│ │ │ │ ├── User.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 13_03
│ │ │ ├── App_Data
│ │ │ │ ├── aspnetdb_log.ldf
│ │ │ │ └── ASPNETDB.MDF
│ │ │ ├── LoginTest.aspx
│ │ │ ├── LoginTest.aspx.cs
│ │ │ ├── Register.aspx
│ │ │ ├── Register.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── 程序使用说明.txt
│ │ ├── 14
│ │ │ ├── 14_01
│ │ │ │ ├── css
│ │ │ │ │ ├── css.css
│ │ │ │ │ └── JS.js
│ │ │ │ ├── image
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 301.gif
│ │ │ │ │ ├── 302.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── beijingtiao.gif
│ │ │ │ │ ├── BG1.gif
│ │ │ │ │ ├── dljdyt.gif
│ │ │ │ │ ├── fd.gif
│ │ │ │ │ ├── jj.gif
│ │ │ │ │ ├── kj.gif
│ │ │ │ │ ├── logo.gif
│ │ │ │ │ ├── news1.gif
│ │ │ │ │ ├── news2.gif
│ │ │ │ │ ├── rili.gif
│ │ │ │ │ ├── sj.gif
│ │ │ │ │ ├── sx.gif
│ │ │ │ │ ├── sy.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── top1.gif
│ │ │ │ │ ├── top2.gif
│ │ │ │ │ ├── top3.gif
│ │ │ │ │ ├── ts.gif
│ │ │ │ │ └── 友情链接.gif
│ │ │ │ ├── menu.ascx
│ │ │ │ ├── menu.ascx.cs
│ │ │ │ ├── newsList.aspx
│ │ │ │ ├── newsList.aspx.cs
│ │ │ │ ├── SeachInfo.aspx
│ │ │ │ ├── SeachInfo.aspx.cs
│ │ │ │ ├── search.aspx
│ │ │ │ ├── search.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 14_02
│ │ │ ├── css
│ │ │ │ ├── css.css
│ │ │ │ └── JS.js
│ │ │ ├── image
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 301.gif
│ │ │ │ ├── 302.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── beijingtiao.gif
│ │ │ │ ├── BG1.gif
│ │ │ │ ├── dljdyt.gif
│ │ │ │ ├── fd.gif
│ │ │ │ ├── jj.gif
│ │ │ │ ├── kj.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── news1.gif
│ │ │ │ ├── news2.gif
│ │ │ │ ├── rili.gif
│ │ │ │ ├── seach
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── bottom.gif
│ │ │ │ │ ├── dian.GIF
│ │ │ │ │ ├── fzdd.gif
│ │ │ │ │ ├── jjdx.gif
│ │ │ │ │ ├── kxjy.gif
│ │ │ │ │ ├── s1.gif
│ │ │ │ │ ├── s2.gif
│ │ │ │ │ ├── sdian.GIF
│ │ │ │ │ ├── shxx.gif
│ │ │ │ │ ├── sjjs.gif
│ │ │ │ │ ├── ssyl.gif
│ │ │ │ │ ├── szyw.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── tysj.gif
│ │ │ │ ├── sj.gif
│ │ │ │ ├── sx.gif
│ │ │ │ ├── sy.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top1.gif
│ │ │ │ ├── top2.gif
│ │ │ │ ├── top3.gif
│ │ │ │ ├── ts.gif
│ │ │ │ └── 友情链接.gif
│ │ │ ├── menu.ascx
│ │ │ ├── menu.ascx.cs
│ │ │ ├── newsList.aspx
│ │ │ ├── newsList.aspx.cs
│ │ │ ├── SeachInfo.aspx
│ │ │ ├── SeachInfo.aspx.cs
│ │ │ ├── search.aspx
│ │ │ ├── search.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15
│ │ │ ├── 15_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default3.aspx
│ │ │ │ ├── Default3.aspx.cs
│ │ │ │ ├── Default4.aspx
│ │ │ │ ├── Default4.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Global.asax
│ │ │ │ └── Web.Config
│ │ │ ├── 15_04
│ │ │ │ ├── App_Data
│ │ │ │ ├── count.txt
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Global.asax
│ │ │ │ └── Web.Config
│ │ │ ├── 15_05
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_06
│ │ │ │ ├── App_Code
│ │ │ │ │ └── count.cs
│ │ │ │ ├── App_Data
│ │ │ │ ├── count1.txt
│ │ │ │ ├── count2.txt
│ │ │ │ ├── count3.txt
│ │ │ │ ├── count4.txt
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 15_07
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 21
│ │ │ ├── 21_01
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.Form1.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_02
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmDBoperate.cs
│ │ │ │ │ ├── FrmDBoperate.Designer.cs
│ │ │ │ │ ├── FrmDBoperate.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmDBoperate.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_03
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmUpdate.cs
│ │ │ │ │ ├── FrmUpdate.Designer.cs
│ │ │ │ │ ├── FrmUpdate.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmUpdate.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_04
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmDelete.cs
│ │ │ │ │ ├── FrmDelete.Designer.cs
│ │ │ │ │ ├── FrmDelete.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmDelete.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_05
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmSelect.cs
│ │ │ │ │ ├── FrmSelect.Designer.cs
│ │ │ │ │ ├── FrmSelect.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmSelect.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_06
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmTran.cs
│ │ │ │ │ ├── FrmTran.Designer.cs
│ │ │ │ │ ├── FrmTran.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmTran.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── Database
│ │ │ │ ├── DB_ADONET_Data.MDF
│ │ │ │ └── DB_ADONET_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 22
│ │ │ ├── 22_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── MangerPage.aspx
│ │ │ │ ├── MangerPage.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── 22_02
│ │ │ │ ├── 22_02.sln
│ │ │ │ ├── 22_02.suo
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── 22_03
│ │ │ │ ├── 22_03.sln
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── Database
│ │ │ │ ├── db_22_log.ldf
│ │ │ │ └── db_22.mdf
│ │ │ └── 光盘使用说明.doc
│ │ ├── 24
│ │ │ └── 24_01
│ │ │ └── MingriSoft
│ │ │ ├── MingriSoft
│ │ │ │ ├── 24
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ └── Form1.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── hb.bin
│ │ │ │ │ ├── MingriSoft.exe
│ │ │ │ │ ├── MingriSoft.pdb
│ │ │ │ │ └── MingriSoft.vshost.exe
│ │ │ │ ├── MingriSoft.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MingriSoft.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MingriSoft.exe
│ │ │ │ │ │ ├── MingriSoft.frmFileNum.resources
│ │ │ │ │ │ ├── MingriSoft.pdb
│ │ │ │ │ │ ├── MingriSoft.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── 24.02.Resource1.Designer.cs.dll
│ │ │ │ │ └── MingriSoft.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MingriSoft.sln
│ │ │ └── MingriSoft.suo
│ │ ├── 26
│ │ │ ├── 26_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Info.aspx
│ │ │ │ ├── Info.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 26_02
│ │ │ │ ├── 26_02
│ │ │ │ │ ├── 26_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ │ └── 26_02.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 26_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 26_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ │ ├── _6_02.Form1.resources
│ │ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 26_02.sln
│ │ │ │ └── 26_02.suo
│ │ │ ├── 26_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Info.aspx
│ │ │ │ ├── Info.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 26_04
│ │ │ │ ├── App_Data
│ │ │ │ ├── code.aspx
│ │ │ │ ├── code.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── Database
│ │ │ │ ├── db_26_Data.MDF
│ │ │ │ └── db_26_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 27
│ │ │ └── 27-01
│ │ │ ├── 27-04
│ │ │ │ ├── 27-04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 27-04.exe
│ │ │ │ │ ├── 27-04.pdb
│ │ │ │ │ ├── 27-04.vshost.exe
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-04.csproj.ResolveComReference.cache
│ │ │ │ │ ├── 27-04.exe
│ │ │ │ │ ├── 27-04.pdb
│ │ │ │ │ ├── _7_04.Form1.resources
│ │ │ │ │ ├── _7_04.Properties.Resources.resources
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-04.sln
│ │ │ └── 27-04.suo
│ │ ├── 28
│ │ │ ├── 28_01
│ │ │ │ ├── 28_01
│ │ │ │ │ ├── 28_01.csproj
│ │ │ │ │ ├── 28_01.csproj.user
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 28_01.exe
│ │ │ │ │ │ ├── 28_01.pdb
│ │ │ │ │ │ └── 28_01.vshost.exe
│ │ │ │ │ ├── CrystalReport1.cs
│ │ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Image
│ │ │ │ │ │ └── 查找.ico
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 28_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 28_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 28_01.exe
│ │ │ │ │ │ ├── 28_01.pdb
│ │ │ │ │ │ ├── _8_01.CrystalReport1.rpt
│ │ │ │ │ │ ├── _8_01.Form1.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 28_01.sln
│ │ │ │ └── 28_01.suo
│ │ │ ├── Database
│ │ │ │ ├── db_28_Data.MDF
│ │ │ │ └── db_28_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 29
│ │ │ ├── 29_01
│ │ │ │ └── PageSetupDialog
│ │ │ │ ├── PageSetupDialog
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ └── PageSetupDialog.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── PageSetupDialog.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ │ ├── PageSetupDialog.Form1.resources
│ │ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ │ ├── PageSetupDialog.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── PageSetupDialog.csproj.FileList.txt
│ │ │ │ │ ├── PageSetupDialog.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── PageSetupDialog.sln
│ │ │ │ └── PageSetupDialog.suo
│ │ │ ├── 29_02
│ │ │ │ └── PageSetupDialog
│ │ │ │ ├── PageSetupDialog
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ └── PageSetupDialog.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── PageSetupDialog.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ │ ├── PageSetupDialog.Form1.resources
│ │ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ │ ├── PageSetupDialog.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── PageSetupDialog.csproj.FileList.txt
│ │ │ │ │ ├── PageSetupDialog.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── PageSetupDialog.sln
│ │ │ │ └── PageSetupDialog.suo
│ │ │ └── 29_03
│ │ │ └── PrintTest
│ │ │ ├── PrintTest
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintTest.exe
│ │ │ │ │ ├── PrintTest.pdb
│ │ │ │ │ └── PrintTest.vshost.exe
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── PrintTest.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── PrintTest.exe
│ │ │ │ │ │ ├── PrintTest.Form1.resources
│ │ │ │ │ │ ├── PrintTest.pdb
│ │ │ │ │ │ ├── PrintTest.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── PrintTest.csproj.FileList.txt
│ │ │ │ ├── PrintTest.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintTest.sln
│ │ │ └── PrintTest.suo
│ │ ├── 31
│ │ │ ├── 31_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ ├── 31_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ ├── 31_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ └── 31_04
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Image
│ │ │ ├── list.xml
│ │ │ ├── list.xsl
│ │ │ └── Web.Config
│ │ ├── 32
│ │ │ └── 32_01
│ │ │ ├── 32_01
│ │ │ │ ├── 32_01.csproj
│ │ │ │ ├── 3dwarro.cur
│ │ │ │ ├── 3dwno.cur
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ └── 32_01.vshost.exe
│ │ │ │ ├── frmDoDragDrop.cs
│ │ │ │ ├── frmDoDragDrop.designer.cs
│ │ │ │ ├── frmDoDragDrop.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_01.frmDoDragDrop.resources
│ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ ├── 32_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ ├── mingrisoft.sl._32._09.Snip_DragNDrop.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_01.sln
│ │ │ └── 32_01.suo
│ │ ├── 35
│ │ │ ├── 35_01
│ │ │ │ ├── 35_01
│ │ │ │ │ ├── 35_01.csproj
│ │ │ │ │ ├── Account.cs
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_01.dll
│ │ │ │ │ │ └── 35_01.pdb
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 35_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_01.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── 35_01.dll
│ │ │ │ │ │ ├── 35_01.pdb
│ │ │ │ │ │ ├── Interop.MMC20.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ └── Transfer.cs
│ │ │ │ ├── 35_01.sln
│ │ │ │ ├── 35_01.snk
│ │ │ │ └── 35_01.suo
│ │ │ ├── 35_02
│ │ │ │ ├── 35_02
│ │ │ │ │ ├── 35_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_02.exe
│ │ │ │ │ │ ├── 35_02.pdb
│ │ │ │ │ │ ├── 35_02.vshost.exe
│ │ │ │ │ │ ├── Ex35_01.dll
│ │ │ │ │ │ ├── Ex35_01.pdb
│ │ │ │ │ │ └── Ex35_01.tlb
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 35_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 35_02.exe
│ │ │ │ │ │ ├── 35_02.pdb
│ │ │ │ │ │ ├── _5_02.Form1.resources
│ │ │ │ │ │ ├── _5_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 35_02.sln
│ │ │ │ └── 35_02.suo
│ │ │ ├── Database
│ │ │ │ ├── db_35_data.mdf
│ │ │ │ └── db_35_log.ldf
│ │ │ └── 光盘使用说明.doc
│ │ ├── 36
│ │ │ ├── 36_01
│ │ │ │ └── 36_01
│ │ │ │ ├── 36_01
│ │ │ │ │ ├── 36_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ │ └── 36_01.vshost.exe
│ │ │ │ │ ├── FrmwebRequest.cs
│ │ │ │ │ ├── FrmwebRequest.Designer.cs
│ │ │ │ │ ├── FrmwebRequest.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ │ ├── _6_01.FrmwebRequest.resources
│ │ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 36_01.sln
│ │ │ │ └── 36_01.suo
│ │ │ ├── 36_02
│ │ │ │ └── 36_02
│ │ │ │ ├── 36_02
│ │ │ │ │ ├── 36_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ │ └── 36_02.vshost.exe
│ │ │ │ │ ├── FrmFileInfo.cs
│ │ │ │ │ ├── FrmFileInfo.Designer.cs
│ │ │ │ │ ├── FrmFileInfo.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ │ ├── _6_02.FrmFileInfo.resources
│ │ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 36_02.sln
│ │ │ │ └── 36_02.suo
│ │ │ ├── 36_03
│ │ │ │ ├── udp
│ │ │ │ │ ├── udp
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── udp.exe
│ │ │ │ │ │ │ ├── udp.pdb
│ │ │ │ │ │ │ └── udp.vshost.exe
│ │ │ │ │ │ ├── frmServer.cs
│ │ │ │ │ │ ├── frmServer.Designer.cs
│ │ │ │ │ │ ├── frmServer.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── udp.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── udp.exe
│ │ │ │ │ │ │ │ ├── udp.frmServer.resources
│ │ │ │ │ │ │ │ ├── udp.pdb
│ │ │ │ │ │ │ │ └── udp.Properties.Resources.resources
│ │ │ │ │ │ │ └── udp.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── udp.csproj
│ │ │ │ │ ├── udp.sln
│ │ │ │ │ └── udp.suo
│ │ │ │ ├── udpSent
│ │ │ │ │ ├── udpSent
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── udpSent.exe
│ │ │ │ │ │ │ ├── udpSent.pdb
│ │ │ │ │ │ │ └── udpSent.vshost.exe
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── udpSent.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── udpSent.exe
│ │ │ │ │ │ │ │ ├── udpSent.Form1.resources
│ │ │ │ │ │ │ │ ├── udpSent.pdb
│ │ │ │ │ │ │ │ └── udpSent.Properties.Resources.resources
│ │ │ │ │ │ │ └── udpSent.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── udpSent.csproj
│ │ │ │ │ ├── udpSent.sln
│ │ │ │ │ └── udpSent.suo
│ │ │ │ └── 使用说明.txt
│ │ │ ├── 36_04
│ │ │ │ ├── Win_Talk
│ │ │ │ │ ├── Win_Talk
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── Win_Talk.exe
│ │ │ │ │ │ │ ├── Win_Talk.pdb
│ │ │ │ │ │ │ └── Win_Talk.vshost.exe
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── Win_Talk.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── Win_Talk.exe
│ │ │ │ │ │ │ │ ├── Win_Talk.Form1.resources
│ │ │ │ │ │ │ │ ├── Win_Talk.pdb
│ │ │ │ │ │ │ │ └── Win_Talk.Properties.Resources.resources
│ │ │ │ │ │ │ └── Win_Talk.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── Win_Talk.csproj
│ │ │ │ │ ├── Win_Talk.sln
│ │ │ │ │ └── Win_Talk.suo
│ │ │ │ └── win_talkClient
│ │ │ │ ├── win_talkClient
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── win_talkClient.exe
│ │ │ │ │ │ ├── win_talkClient.pdb
│ │ │ │ │ │ └── win_talkClient.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ ├── win_talkClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── win_talkClient.exe
│ │ │ │ │ │ │ ├── win_talkClient.Form1.resources
│ │ │ │ │ │ │ ├── win_talkClient.pdb
│ │ │ │ │ │ │ └── win_talkClient.Properties.Resources.resources
│ │ │ │ │ │ └── win_talkClient.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── win_talkClient.csproj
│ │ │ │ ├── win_talkClient.sln
│ │ │ │ └── win_talkClient.suo
│ │ │ ├── 36_05
│ │ │ │ └── 36_05
│ │ │ │ ├── 36_05
│ │ │ │ │ ├── 36_05.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_05.exe
│ │ │ │ │ │ ├── 36_05.pdb
│ │ │ │ │ │ └── 36_05.vshost.exe
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_05.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_05.exe
│ │ │ │ │ │ ├── 36_05.pdb
│ │ │ │ │ │ ├── _6_05.Properties.Resources.resources
│ │ │ │ │ │ ├── _6_05.Send_mal.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── Send_mal.cs
│ │ │ │ │ ├── Send_mal.designer.cs
│ │ │ │ │ └── Send_mal.resx
│ │ │ │ ├── 36_05.sln
│ │ │ │ └── 36_05.suo
│ │ │ └── 36_06
│ │ │ └── 36_06
│ │ │ ├── 36_06
│ │ │ │ ├── 36_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_06.exe
│ │ │ │ │ ├── 36_06.pdb
│ │ │ │ │ └── 36_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_06.exe
│ │ │ │ │ ├── 36_06.pdb
│ │ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_06.sln
│ │ │ └── 36_06.suo
│ │ ├── 37
│ │ │ ├── 37_01
│ │ │ │ └── 37_01
│ │ │ │ ├── 37_01
│ │ │ │ │ ├── 37_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ │ └── 37_01.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 37_01.sln
│ │ │ │ └── 37_01.suo
│ │ │ ├── 37_02
│ │ │ │ └── 37_02
│ │ │ │ ├── 37_02
│ │ │ │ │ ├── 37_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_02.exe
│ │ │ │ │ │ ├── 37_02.pdb
│ │ │ │ │ │ └── 37_02.vshost.exe
│ │ │ │ │ ├── FrmUserTime.cs
│ │ │ │ │ ├── FrmUserTime.designer.cs
│ │ │ │ │ ├── FrmUserTime.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_02.exe
│ │ │ │ │ │ ├── 37_02.pdb
│ │ │ │ │ │ ├── _7_02.FrmUserTime.resources
│ │ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 37_02.sln
│ │ │ │ └── 37_02.suo
│ │ │ ├── 37_03
│ │ │ │ └── 37_03
│ │ │ │ ├── 37_03
│ │ │ │ │ ├── 37_03.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_03.exe
│ │ │ │ │ │ ├── 37_03.pdb
│ │ │ │ │ │ └── 37_03.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_03.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_03.exe
│ │ │ │ │ │ ├── 37_03.pdb
│ │ │ │ │ │ ├── _7_03.Form1.resources
│ │ │ │ │ │ ├── _7_03.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
│ │ │ │ │ ├── 130.ico
│ │ │ │ │ └── 131.ico
│ │ │ │ ├── 37_03.sln
│ │ │ │ └── 37_03.suo
│ │ │ └── 37_04
│ │ │ └── 37_04
│ │ │ ├── 37_04
│ │ │ │ ├── 37_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_04.exe
│ │ │ │ │ ├── 37_04.pdb
│ │ │ │ │ └── 37_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 37_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 37_04.exe
│ │ │ │ │ ├── 37_04.pdb
│ │ │ │ │ ├── _7_04.Form1.resources
│ │ │ │ │ ├── _7_04.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
│ │ │ │ ├── 08.ico
│ │ │ │ ├── 10.ico
│ │ │ │ └── 11.ico
│ │ │ ├── 37_04.sln
│ │ │ └── 37_04.suo
│ │ ├── 38
│ │ │ └── 38_01
│ │ │ └── ThreadMonitorFile
│ │ │ ├── ThreadMonitorFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ThreadMonitorFile.exe
│ │ │ │ │ ├── ThreadMonitorFile.pdb
│ │ │ │ │ └── ThreadMonitorFile.vshost.exe
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── FrmMain.cs
│ │ │ │ ├── FrmMain.Designer.cs
│ │ │ │ ├── FrmMain.resx
│ │ │ │ ├── frmThread.cs
│ │ │ │ ├── frmThread.Designer.cs
│ │ │ │ ├── frmThread.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── ThreadMonitorFile.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ThreadMonitorFile.exe
│ │ │ │ │ │ ├── ThreadMonitorFile.FrmMain.resources
│ │ │ │ │ │ ├── ThreadMonitorFile.frmThread.resources
│ │ │ │ │ │ ├── ThreadMonitorFile.pdb
│ │ │ │ │ │ └── ThreadMonitorFile.Properties.Resources.resources
│ │ │ │ │ └── ThreadMonitorFile.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ThreadMonitorFile.csproj
│ │ │ ├── ThreadMonitorFile.sln
│ │ │ └── ThreadMonitorFile.suo
│ │ └── 39
│ │ ├── 39_01
│ │ │ └── RemotingClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RemotingClass.dll
│ │ │ │ └── RemotingClass.pdb
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RemotingClass.cs
│ │ │ ├── RemotingClass.csproj
│ │ │ ├── RemotingClass.Designer.cs
│ │ │ └── RemotingClass.resx
│ │ ├── 39_02
│ │ │ └── RemotingServer
│ │ │ ├── RemotingServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── hb.txt
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingServer.csproj
│ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ └── RemotingServerForm.resx
│ │ │ ├── RemotingServer.sln
│ │ │ └── RemotingServer.suo
│ │ ├── 39_03
│ │ │ ├── RemotingClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ └── RemotingClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClass.cs
│ │ │ │ ├── RemotingClass.csproj
│ │ │ │ ├── RemotingClass.Designer.cs
│ │ │ │ └── RemotingClass.resx
│ │ │ ├── RemotingClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ ├── RemotingClient.exe.Config
│ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ ├── RemotingClient.vshost.exe
│ │ │ │ │ └── RemotingClient.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ │ ├── RemotingClient.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingClient.RemotingClientForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClient.csproj
│ │ │ │ ├── RemotingClientForm.cs
│ │ │ │ ├── RemotingClientForm.Designer.cs
│ │ │ │ └── RemotingClientForm.resx
│ │ │ ├── RemotingServer
│ │ │ │ ├── RemotingServer
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── hb.txt
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── RemotingServer.csproj
│ │ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ │ └── RemotingServerForm.resx
│ │ │ │ ├── RemotingServer.sln
│ │ │ │ └── RemotingServer.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 39_04
│ │ │ └── Remoting
│ │ │ ├── RemotingClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ └── RemotingClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClass.cs
│ │ │ │ ├── RemotingClass.csproj
│ │ │ │ ├── RemotingClass.Designer.cs
│ │ │ │ └── RemotingClass.resx
│ │ │ ├── RemotingClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ ├── RemotingClient.exe.Config
│ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ ├── RemotingClient.vshost.exe
│ │ │ │ │ └── RemotingClient.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ │ ├── RemotingClient.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingClient.RemotingClientForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClient.csproj
│ │ │ │ ├── RemotingClientForm.cs
│ │ │ │ ├── RemotingClientForm.Designer.cs
│ │ │ │ └── RemotingClientForm.resx
│ │ │ └── RemotingServer
│ │ │ ├── RemotingServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingServer.csproj
│ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ └── RemotingServerForm.resx
│ │ │ ├── RemotingServer.sln
│ │ │ └── RemotingServer.suo
│ │ ├── Database
│ │ │ ├── test_Data.MDF
│ │ │ └── test_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── lx
│ │ ├── 01
│ │ │ ├── 安装VS2005-MSDN.swf
│ │ │ └── 安装VS2005.swf
│ │ ├── 07
│ │ │ ├── 创建MDI窗体.swf
│ │ │ ├── 创建Windows窗体.swf
│ │ │ └── 创建继承窗体.swf
│ │ ├── 10
│ │ │ ├── 下拉式菜单设计.swf
│ │ │ ├── 使用ToolStrip控件设计工具栏.swf
│ │ │ ├── 弹出式菜单设计.swf
│ │ │ └── 状态栏设计.swf
│ │ ├── 12
│ │ │ ├── 安装IIS.swf
│ │ │ └── 配置IIS.swf
│ │ ├── 20
│ │ │ ├── 分离数据库.swf
│ │ │ ├── 安装Access 2003数据库.swf
│ │ │ ├── 安装Aceess 2000数据库.swf
│ │ │ ├── 安装SQL Server 2000.swf
│ │ │ ├── 安装SQL Server 2005.swf
│ │ │ ├── 数据库备份.swf
│ │ │ ├── 数据库还原.swf
│ │ │ └── 附加数据库.swf
│ │ ├── 25
│ │ │ ├── 制作CHM文件.swf
│ │ │ ├── 制作HTML帮助关键字和索引文件.swf
│ │ │ ├── 制作HTML项目文件.swf
│ │ │ ├── 制作帮助文件.swf
│ │ │ ├── 制作帮助索引.swf
│ │ │ ├── 制用HTML帮助目录文件.swf
│ │ │ ├── 安装Help Workshop.swf
│ │ │ ├── 安装Microsoft HTML Help Workshop.swf
│ │ │ └── 编辑RTF文件.swf
│ │ ├── 28
│ │ │ ├── 创建Crystal报表.swf
│ │ │ └── 在Crystal报表中操作数据源.swf
│ │ ├── 35
│ │ │ ├── 建立COM 组件强名称.swf
│ │ │ └── 注册COM 服务组件.swf
│ │ ├── 40
│ │ │ ├── windows应用程序部署.swf
│ │ │ └── 安装及卸载windows程序.swf
│ │ └── 41
│ │ ├── 网站发布.swf
│ │ └── 网站打包与安装.swf
│ └── sl
│ ├── 02
│ │ ├── 02_01
│ │ │ ├── 02_01
│ │ │ │ ├── 02_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_01.exe
│ │ │ │ │ ├── 02_01.pdb
│ │ │ │ │ └── 02_01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_01.exe
│ │ │ │ │ ├── 02_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_01.sln
│ │ │ └── 02_01.suo
│ │ ├── 02_02
│ │ │ ├── 02_02
│ │ │ │ ├── 02_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_02.exe
│ │ │ │ │ ├── 02_02.pdb
│ │ │ │ │ └── 02_02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_02.exe
│ │ │ │ │ ├── 02_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_02.sln
│ │ │ └── 02_02.suo
│ │ ├── 02_03
│ │ │ ├── 02_03
│ │ │ │ ├── 02_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_03.exe
│ │ │ │ │ ├── 02_03.pdb
│ │ │ │ │ └── 02_03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_03.exe
│ │ │ │ │ ├── 02_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_03.sln
│ │ │ └── 02_03.suo
│ │ ├── 02_04
│ │ │ ├── 02_04
│ │ │ │ ├── 02_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_04.exe
│ │ │ │ │ ├── 02_04.pdb
│ │ │ │ │ └── 02_04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_04.exe
│ │ │ │ │ ├── 02_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_04.sln
│ │ │ └── 02_04.suo
│ │ ├── 02_05
│ │ │ ├── 02_05
│ │ │ │ ├── 02_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_05.exe
│ │ │ │ │ ├── 02_05.pdb
│ │ │ │ │ └── 02_05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_05.exe
│ │ │ │ │ ├── 02_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_05.sln
│ │ │ └── 02_05.suo
│ │ ├── 02_06
│ │ │ ├── 02_06
│ │ │ │ ├── 02_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_06.exe
│ │ │ │ │ ├── 02_06.pdb
│ │ │ │ │ └── 02_06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_06.exe
│ │ │ │ │ ├── 02_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_06.sln
│ │ │ └── 02_06.suo
│ │ ├── 02_07
│ │ │ ├── 02_07
│ │ │ │ ├── 02_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_07.exe
│ │ │ │ │ ├── 02_07.pdb
│ │ │ │ │ └── 02_07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_07.exe
│ │ │ │ │ ├── 02_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_07.sln
│ │ │ └── 02_07.suo
│ │ ├── 02_08
│ │ │ ├── 02_08
│ │ │ │ ├── 02_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_08.exe
│ │ │ │ │ ├── 02_08.pdb
│ │ │ │ │ └── 02_08.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_08.exe
│ │ │ │ │ ├── 02_08.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_08.sln
│ │ │ └── 02_08.suo
│ │ ├── 02_09
│ │ │ ├── 02_09
│ │ │ │ ├── 02_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_09.exe
│ │ │ │ │ ├── 02_09.pdb
│ │ │ │ │ └── 02_09.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_09.exe
│ │ │ │ │ ├── 02_09.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_09.sln
│ │ │ └── 02_09.suo
│ │ ├── 02_10
│ │ │ ├── 02_10
│ │ │ │ ├── 02_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_10.exe
│ │ │ │ │ ├── 02_10.pdb
│ │ │ │ │ └── 02_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_10.exe
│ │ │ │ │ ├── 02_10.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_10.sln
│ │ │ └── 02_10.suo
│ │ └── 02_11
│ │ ├── 02_11
│ │ │ ├── 02_11.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 02_11.exe
│ │ │ │ ├── 02_11.pdb
│ │ │ │ └── 02_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 02_11.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 02_11.exe
│ │ │ │ ├── 02_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 02_11.sln
│ │ └── 02_11.suo
│ ├── 03
│ │ ├── 03_01
│ │ │ ├── 03_01
│ │ │ │ ├── 03_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_01.exe
│ │ │ │ │ ├── 03_01.pdb
│ │ │ │ │ └── 03_01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_01.exe
│ │ │ │ │ ├── 03_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_01.sln
│ │ │ └── 03_01.suo
│ │ ├── 03_02
│ │ │ ├── 03_02
│ │ │ │ ├── 03_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_02.exe
│ │ │ │ │ ├── 03_02.pdb
│ │ │ │ │ └── 03_02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_02.exe
│ │ │ │ │ ├── 03_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_02.sln
│ │ │ └── 03_02.suo
│ │ ├── 03_03
│ │ │ ├── 03_03
│ │ │ │ ├── 03_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_03.exe
│ │ │ │ │ ├── 03_03.pdb
│ │ │ │ │ └── 03_03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_03.exe
│ │ │ │ │ ├── 03_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_03.sln
│ │ │ └── 03_03.suo
│ │ ├── 03_04
│ │ │ ├── 03_04
│ │ │ │ ├── 03_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_04.exe
│ │ │ │ │ ├── 03_04.pdb
│ │ │ │ │ └── 03_04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_04.exe
│ │ │ │ │ ├── 03_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_04.sln
│ │ │ └── 03_04.suo
│ │ ├── 03_05
│ │ │ ├── 03_05
│ │ │ │ ├── 03_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_05.exe
│ │ │ │ │ ├── 03_05.pdb
│ │ │ │ │ └── 03_05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_05.exe
│ │ │ │ │ ├── 03_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_05.sln
│ │ │ └── 03_05.suo
│ │ ├── 03_06
│ │ │ ├── 03_06
│ │ │ │ ├── 03_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_06.exe
│ │ │ │ │ ├── 03_06.pdb
│ │ │ │ │ └── 03_06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_06.exe
│ │ │ │ │ ├── 03_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_06.sln
│ │ │ └── 03_06.suo
│ │ ├── 03_07
│ │ │ ├── 03_07
│ │ │ │ ├── 03_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_07.exe
│ │ │ │ │ ├── 03_07.pdb
│ │ │ │ │ └── 03_07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_07.exe
│ │ │ │ │ ├── 03_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_07.sln
│ │ │ └── 03_07.suo
│ │ ├── 03_08
│ │ │ ├── 03_08
│ │ │ │ ├── 03_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_08.exe
│ │ │ │ │ ├── 03_08.pdb
│ │ │ │ │ └── 03_08.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_08.exe
│ │ │ │ │ ├── 03_08.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_08.sln
│ │ │ └── 03_08.suo
│ │ ├── 03_09
│ │ │ ├── 03_09
│ │ │ │ ├── 03_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_09.exe
│ │ │ │ │ ├── 03_09.pdb
│ │ │ │ │ └── 03_09.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_09.exe
│ │ │ │ │ ├── 03_09.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_09.sln
│ │ │ └── 03_09.suo
│ │ ├── 03_10
│ │ │ ├── 03_10
│ │ │ │ ├── 03_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_10.exe
│ │ │ │ │ ├── 03_10.pdb
│ │ │ │ │ └── 03_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_10.exe
│ │ │ │ │ ├── 03_10.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_10.sln
│ │ │ └── 03_10.suo
│ │ ├── 03_11
│ │ │ ├── 03_11
│ │ │ │ ├── 03_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_11.exe
│ │ │ │ │ ├── 03_11.pdb
│ │ │ │ │ └── 03_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_11.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_11.exe
│ │ │ │ │ ├── 03_11.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_11.sln
│ │ │ └── 03_11.suo
│ │ ├── 03_12
│ │ │ ├── 03_12
│ │ │ │ ├── 03_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_12.exe
│ │ │ │ │ ├── 03_12.pdb
│ │ │ │ │ └── 03_12.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_12.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_12.exe
│ │ │ │ │ ├── 03_12.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_12.sln
│ │ │ └── 03_12.suo
│ │ ├── 03_13
│ │ │ ├── 03_13
│ │ │ │ ├── 03_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_13.exe
│ │ │ │ │ ├── 03_13.pdb
│ │ │ │ │ └── 03_13.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_13.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_13.exe
│ │ │ │ │ ├── 03_13.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_13.sln
│ │ │ └── 03_13.suo
│ │ ├── 03_14
│ │ │ ├── 03_14
│ │ │ │ ├── 03_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_14.exe
│ │ │ │ │ ├── 03_14.pdb
│ │ │ │ │ └── 03_14.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_14.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_14.exe
│ │ │ │ │ ├── 03_14.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_14.sln
│ │ │ └── 03_14.suo
│ │ ├── 03_15
│ │ │ ├── 03_15
│ │ │ │ ├── 03_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_15.exe
│ │ │ │ │ ├── 03_15.pdb
│ │ │ │ │ └── 03_15.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_15.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_15.exe
│ │ │ │ │ ├── 03_15.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_15.sln
│ │ │ └── 03_15.suo
│ │ ├── 03_16
│ │ │ ├── 03_16
│ │ │ │ ├── 03_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_16.exe
│ │ │ │ │ ├── 03_16.pdb
│ │ │ │ │ └── 03_16.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_16.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_16.exe
│ │ │ │ │ ├── 03_16.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_16.sln
│ │ │ └── 03_16.suo
│ │ └── 03_17
│ │ ├── 03_17
│ │ │ ├── 03_17.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 03_17.exe
│ │ │ │ ├── 03_17.pdb
│ │ │ │ └── 03_17.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 03_17.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 03_17.exe
│ │ │ │ ├── 03_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 03_17.sln
│ │ └── 03_17.suo
│ ├── 04
│ │ ├── 04_01
│ │ │ ├── 01
│ │ │ │ ├── 01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.exe
│ │ │ │ │ ├── 01.pdb
│ │ │ │ │ └── 01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.exe
│ │ │ │ │ ├── 01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 01.sln
│ │ │ └── 01.suo
│ │ ├── 04_02
│ │ │ ├── 02
│ │ │ │ ├── 02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02.exe
│ │ │ │ │ ├── 02.pdb
│ │ │ │ │ └── 02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02.exe
│ │ │ │ │ ├── 02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02.sln
│ │ │ └── 02.suo
│ │ ├── 04_03
│ │ │ ├── 03
│ │ │ │ ├── 03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03.exe
│ │ │ │ │ ├── 03.pdb
│ │ │ │ │ └── 03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03.exe
│ │ │ │ │ ├── 03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03.sln
│ │ │ └── 03.suo
│ │ ├── 04_04
│ │ │ ├── 04
│ │ │ │ ├── 04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 04.exe
│ │ │ │ │ ├── 04.pdb
│ │ │ │ │ └── 04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 04.exe
│ │ │ │ │ ├── 04.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 04.sln
│ │ │ └── 04.suo
│ │ ├── 04_05
│ │ │ ├── 05
│ │ │ │ ├── 05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 05.exe
│ │ │ │ │ ├── 05.pdb
│ │ │ │ │ └── 05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 05.exe
│ │ │ │ │ ├── 05.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 05.sln
│ │ │ └── 05.suo
│ │ ├── 04_06
│ │ │ ├── 06
│ │ │ │ ├── 06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 06.exe
│ │ │ │ │ ├── 06.pdb
│ │ │ │ │ └── 06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 06.exe
│ │ │ │ │ ├── 06.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 06.sln
│ │ │ └── 06.suo
│ │ ├── 04_07
│ │ │ ├── 07
│ │ │ │ ├── 07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07.exe
│ │ │ │ │ ├── 07.pdb
│ │ │ │ │ └── 07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07.exe
│ │ │ │ │ ├── 07.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 07.sln
│ │ │ └── 07.suo
│ │ └── 04_08
│ │ ├── 08
│ │ │ ├── 08.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ ├── 08.pdb
│ │ │ │ └── 08.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 08.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ ├── 08.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 08.sln
│ │ └── 08.suo
│ ├── 08
│ │ ├── 08_01
│ │ │ ├── 08_01
│ │ │ │ ├── 08_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── 08_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmLabel.cs
│ │ │ │ ├── frmLabel.designer.cs
│ │ │ │ ├── frmLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── _8_01.frmLabel.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_01.sln
│ │ │ ├── 08_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 08_02
│ │ │ ├── 08_01
│ │ │ │ ├── 08_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── 08_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmLabel.cs
│ │ │ │ ├── frmLabel.designer.cs
│ │ │ │ ├── frmLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── _8_01.frmLabel.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_01.sln
│ │ │ └── 08_01.suo
│ │ ├── 08_03
│ │ │ ├── 08_02
│ │ │ │ ├── 08_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── 08_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmLinkLabel.cs
│ │ │ │ ├── frmLinkLabel.designer.cs
│ │ │ │ ├── frmLinkLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── _8_02.Form1.resources
│ │ │ │ │ │ ├── _8_02.frmLinkLabel.resources
│ │ │ │ │ │ ├── _8_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_02.sln
│ │ │ └── 08_02.suo
│ │ ├── 08_04
│ │ │ ├── 08_02
│ │ │ │ ├── 08_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── 08_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmLinkLabel.cs
│ │ │ │ ├── frmLinkLabel.designer.cs
│ │ │ │ ├── frmLinkLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── _8_02.Form1.resources
│ │ │ │ │ │ ├── _8_02.frmLinkLabel.resources
│ │ │ │ │ │ ├── _8_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_02.sln
│ │ │ └── 08_02.suo
│ │ ├── 08_05
│ │ │ ├── 08_03
│ │ │ │ ├── 08_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── 08_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmText.cs
│ │ │ │ ├── frmText.designer.cs
│ │ │ │ ├── frmText.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── _8_03.frmText.resources
│ │ │ │ │ │ ├── _8_03.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_03.sln
│ │ │ └── 08_03.suo
│ │ ├── 08_06
│ │ │ ├── 08_04
│ │ │ │ ├── 08_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── 08_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmRichTextBox.cs
│ │ │ │ ├── frmRichTextBox.designer.cs
│ │ │ │ ├── frmRichTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── _8_04.frmRichTextBox.resources
│ │ │ │ │ │ ├── _8_04.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_04.sln
│ │ │ └── 08_04.suo
│ │ ├── 08_07
│ │ │ ├── 08_04
│ │ │ │ ├── 08_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── 08_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmRichTextBox.cs
│ │ │ │ ├── frmRichTextBox.designer.cs
│ │ │ │ ├── frmRichTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── _8_04.frmRichTextBox.resources
│ │ │ │ │ │ ├── _8_04.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_04.sln
│ │ │ └── 08_04.suo
│ │ ├── 08_08
│ │ │ ├── 08_03
│ │ │ │ ├── 08_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── 08_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmText.cs
│ │ │ │ ├── frmText.designer.cs
│ │ │ │ ├── frmText.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── _8_03.frmText.resources
│ │ │ │ │ │ ├── _8_03.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_03.sln
│ │ │ └── 08_03.suo
│ │ ├── 08_09
│ │ │ ├── 08_05
│ │ │ │ ├── 08_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── 08_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListBox.cs
│ │ │ │ ├── frmListBox.designer.cs
│ │ │ │ ├── frmListBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── _8_05.frmListBox.resources
│ │ │ │ │ │ ├── _8_05.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_05.sln
│ │ │ └── 08_05.suo
│ │ ├── 08_10
│ │ │ ├── 08_05
│ │ │ │ ├── 08_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── 08_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListBox.cs
│ │ │ │ ├── frmListBox.designer.cs
│ │ │ │ ├── frmListBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── _8_05.frmListBox.resources
│ │ │ │ │ │ ├── _8_05.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_05.sln
│ │ │ └── 08_05.suo
│ │ ├── 08_11
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_12
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_13
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_14
│ │ │ ├── 08_07
│ │ │ │ ├── 08_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── 08_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListView .cs
│ │ │ │ ├── frmListView .designer.cs
│ │ │ │ ├── frmListView .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── _8_07.frmListView.resources
│ │ │ │ │ │ ├── _8_07.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_07.sln
│ │ │ └── 08_07.suo
│ │ ├── 08_15
│ │ │ ├── 08_07
│ │ │ │ ├── 08_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── 08_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListView .cs
│ │ │ │ ├── frmListView .designer.cs
│ │ │ │ ├── frmListView .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── _8_07.frmListView.resources
│ │ │ │ │ │ ├── _8_07.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_07.sln
│ │ │ └── 08_07.suo
│ │ ├── 08_16
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_17
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_18
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_19
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_20
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_21
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_22
│ │ │ └── 08_10
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ ├── frmCheckBox.cs
│ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ ├── frmCheckBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_10.sln
│ │ │ └── 08_10.suo
│ │ ├── 08_23
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_24
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ ├── 08_10.suo
│ │ │ └── 08_11.suo
│ │ ├── 08_25
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_26
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_27
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_28
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_29
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_30
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_31
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_32
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_33
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_34
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_35
│ │ │ ├── 08_14
│ │ │ │ ├── 08_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── 08_14.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMonthCalendar.cs
│ │ │ │ ├── frmMonthCalendar.designer.cs
│ │ │ │ ├── frmMonthCalendar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_14.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── _8_14.frmMonthCalendar.resources
│ │ │ │ │ │ ├── _8_14.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_14.sln
│ │ │ └── 08_14.suo
│ │ ├── 08_36
│ │ │ ├── 08_14
│ │ │ │ ├── 08_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── 08_14.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMonthCalendar.cs
│ │ │ │ ├── frmMonthCalendar.designer.cs
│ │ │ │ ├── frmMonthCalendar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_14.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── _8_14.frmMonthCalendar.resources
│ │ │ │ │ │ ├── _8_14.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_14.sln
│ │ │ └── 08_14.suo
│ │ ├── 08_37
│ │ │ ├── 08_15
│ │ │ │ ├── 08_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_15.exe
│ │ │ │ │ │ ├── 08_15.pdb
│ │ │ │ │ │ ├── 08_15.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmToolTip.cs
│ │ │ │ ├── frmToolTip.designer.cs
│ │ │ │ ├── frmToolTip.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_15.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_15.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_15.exe
│ │ │ │ │ │ ├── 08_15.pdb
│ │ │ │ │ │ ├── _8_15.frmToolTip.resources
│ │ │ │ │ │ ├── _8_15.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_15.sln
│ │ │ └── 08_15.suo
│ │ ├── 08_38
│ │ │ ├── 08_16
│ │ │ │ ├── 08_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_16.exe
│ │ │ │ │ │ ├── 08_16.pdb
│ │ │ │ │ │ ├── 08_16.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmProgressBar.cs
│ │ │ │ ├── frmProgressBar.designer.cs
│ │ │ │ ├── frmProgressBar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_16.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_16.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_16.exe
│ │ │ │ │ │ ├── 08_16.pdb
│ │ │ │ │ │ ├── _8_16.frmProgressBar.resources
│ │ │ │ │ │ ├── _8_16.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_16.sln
│ │ │ └── 08_16.suo
│ │ ├── 08_39
│ │ │ ├── 08_17
│ │ │ │ ├── 08_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── 08_17.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_17.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── _8_17.Form2.resources
│ │ │ │ │ │ ├── _8_17.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_17.sln
│ │ │ └── 08_17.suo
│ │ ├── 08_40
│ │ │ ├── 08_17
│ │ │ │ ├── 08_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── 08_17.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_17.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── _8_17.Form2.resources
│ │ │ │ │ │ ├── _8_17.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_17.sln
│ │ │ └── 08_17.suo
│ │ ├── 08_41
│ │ │ ├── 08_18
│ │ │ │ ├── 08_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── 08_18.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMaskedTextBox.cs
│ │ │ │ ├── frmMaskedTextBox.designer.cs
│ │ │ │ ├── frmMaskedTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_18.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── _8_18.frmMaskedTextBox.resources
│ │ │ │ │ │ ├── _8_18.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_18.sln
│ │ │ └── 08_18.suo
│ │ ├── 08_42
│ │ │ ├── 08_18
│ │ │ │ ├── 08_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── 08_18.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMaskedTextBox.cs
│ │ │ │ ├── frmMaskedTextBox.designer.cs
│ │ │ │ ├── frmMaskedTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_18.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── _8_18.frmMaskedTextBox.resources
│ │ │ │ │ │ ├── _8_18.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_18.sln
│ │ │ └── 08_18.suo
│ │ ├── 08_43
│ │ │ ├── 08_19
│ │ │ │ ├── 08_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── 08_19.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFlowLayoutPane.cs
│ │ │ │ ├── frmFlowLayoutPane.designer.cs
│ │ │ │ ├── frmFlowLayoutPane.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_19.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── _8_19.frmFlowLayoutPane.resources
│ │ │ │ │ │ ├── _8_19.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_19.sln
│ │ │ └── 08_19.suo
│ │ ├── 08_44
│ │ │ ├── 08_19
│ │ │ │ ├── 08_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── 08_19.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFlowLayoutPane.cs
│ │ │ │ ├── frmFlowLayoutPane.designer.cs
│ │ │ │ ├── frmFlowLayoutPane.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_19.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── _8_19.frmFlowLayoutPane.resources
│ │ │ │ │ │ ├── _8_19.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_19.sln
│ │ │ └── 08_19.suo
│ │ ├── 08_45
│ │ │ ├── 08_20
│ │ │ │ ├── 08_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── 08_20.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPanel.cs
│ │ │ │ ├── frmPanel.designer.cs
│ │ │ │ ├── frmPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_20.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── _8_20.frmPanel.resources
│ │ │ │ │ │ ├── _8_20.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_20.sln
│ │ │ └── 08_20.suo
│ │ ├── 08_46
│ │ │ ├── 08_20
│ │ │ │ ├── 08_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── 08_20.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPanel.cs
│ │ │ │ ├── frmPanel.designer.cs
│ │ │ │ ├── frmPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_20.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── _8_20.frmPanel.resources
│ │ │ │ │ │ ├── _8_20.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_20.sln
│ │ │ └── 08_20.suo
│ │ ├── 08_47
│ │ │ ├── 08_21
│ │ │ │ ├── 08_21.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_21.exe
│ │ │ │ │ │ ├── 08_21.pdb
│ │ │ │ │ │ ├── 08_21.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSplitContainer.cs
│ │ │ │ ├── frmSplitContainer.designer.cs
│ │ │ │ ├── frmSplitContainer.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_21.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_21.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_21.exe
│ │ │ │ │ │ ├── 08_21.pdb
│ │ │ │ │ │ ├── _8_21.frmSplitContainer.resources
│ │ │ │ │ │ ├── _8_21.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_21.sln
│ │ │ └── 08_21.suo
│ │ ├── 08_48
│ │ │ └── 08_48
│ │ │ ├── 08_48.csproj
│ │ │ ├── 08_48.sln
│ │ │ ├── 08_48.suo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08_48.exe
│ │ │ │ ├── 08_48.pdb
│ │ │ │ └── 08_48.vshost.exe
│ │ │ ├── frmTabControl.cs
│ │ │ ├── frmTabControl.designer.cs
│ │ │ ├── frmTabControl.resx
│ │ │ ├── obj
│ │ │ │ ├── 08_48.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 08_48.csproj.GenerateResource.Cache
│ │ │ │ ├── 08_48.exe
│ │ │ │ ├── 08_48.pdb
│ │ │ │ ├── _8_48.frmTabControl.resources
│ │ │ │ ├── _8_48.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 08_49
│ │ │ ├── 08_48
│ │ │ │ ├── 08_48.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_48.exe
│ │ │ │ │ ├── 08_48.pdb
│ │ │ │ │ └── 08_48.vshost.exe
│ │ │ │ ├── frmTabControl.cs
│ │ │ │ ├── frmTabControl.designer.cs
│ │ │ │ ├── frmTabControl.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_48.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_48.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 08_48.exe
│ │ │ │ │ ├── 08_48.pdb
│ │ │ │ │ ├── _8_48.frmTabControl.resources
│ │ │ │ │ ├── _8_48.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_48.sln
│ │ │ └── 08_48.suo
│ │ ├── 08_50
│ │ │ ├── 08_24
│ │ │ │ ├── 08_24.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_24.exe
│ │ │ │ │ │ ├── 08_24.pdb
│ │ │ │ │ │ ├── 08_24.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTableLayoutPanel.cs
│ │ │ │ ├── frmTableLayoutPanel.designer.cs
│ │ │ │ ├── frmTableLayoutPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_24.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_24.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_24.exe
│ │ │ │ │ │ ├── 08_24.pdb
│ │ │ │ │ │ ├── _8_24.frmTableLayoutPanel.resources
│ │ │ │ │ │ ├── _8_24.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_24.sln
│ │ │ └── 08_24.suo
│ │ ├── 08_51
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_52
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBack.cs
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── frmBack.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.frmBack.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_53
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBack.cs
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── frmBack.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.frmBack.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_54
│ │ │ ├── 08_26
│ │ │ │ ├── 08_26.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_26.exe
│ │ │ │ │ │ ├── 08_26.pdb
│ │ │ │ │ │ ├── 08_26.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmDirectoryEntry.cs
│ │ │ │ ├── frmDirectoryEntry.designer.cs
│ │ │ │ ├── frmDirectoryEntry.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_26.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_26.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_26.exe
│ │ │ │ │ │ ├── 08_26.pdb
│ │ │ │ │ │ ├── _8_26.frmDirectoryEntry.resources
│ │ │ │ │ │ ├── _8_26.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_26.sln
│ │ │ └── 08_26.suo
│ │ ├── 08_55
│ │ │ ├── 08_27
│ │ │ │ ├── 08_27.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── 08_27.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── ErrorProvider23.cs
│ │ │ │ ├── ErrorProvider23.resx
│ │ │ │ ├── frmErrorProvider.cs
│ │ │ │ ├── frmErrorProvider.designer.cs
│ │ │ │ ├── frmErrorProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_27.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── _8_27.ErrorProvider23.resources
│ │ │ │ │ │ ├── _8_27.frmErrorProvider.resources
│ │ │ │ │ │ ├── _8_27.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_27.sln
│ │ │ ├── 08_27.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 08_56
│ │ │ ├── 08_27
│ │ │ │ ├── 08_27.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── 08_27.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── ErrorProvider23.cs
│ │ │ │ ├── ErrorProvider23.resx
│ │ │ │ ├── frmErrorProvider.cs
│ │ │ │ ├── frmErrorProvider.designer.cs
│ │ │ │ ├── frmErrorProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_27.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── _8_27.ErrorProvider23.resources
│ │ │ │ │ │ ├── _8_27.frmErrorProvider.resources
│ │ │ │ │ │ ├── _8_27.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_27.sln
│ │ │ ├── 08_27.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 08_57
│ │ │ ├── 08_28
│ │ │ │ ├── 08_28.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── 08_28.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmEventLog.cs
│ │ │ │ ├── frmEventLog.designer.cs
│ │ │ │ ├── frmEventLog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_28.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── _8_28.frmEventLog.resources
│ │ │ │ │ │ ├── _8_28.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_28.sln
│ │ │ └── 08_28.suo
│ │ ├── 08_58
│ │ │ ├── 08_28
│ │ │ │ ├── 08_28.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── 08_28.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmEventLog.cs
│ │ │ │ ├── frmEventLog.designer.cs
│ │ │ │ ├── frmEventLog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_28.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── _8_28.frmEventLog.resources
│ │ │ │ │ │ ├── _8_28.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_28.sln
│ │ │ └── 08_28.suo
│ │ ├── 08_59
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_60
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ │ └── 新建 文本文档.txt
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_61
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_62
│ │ │ ├── 08_30
│ │ │ │ ├── 08_30.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── 08_30.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── F1.html
│ │ │ │ ├── frmHelpProvider.cs
│ │ │ │ ├── frmHelpProvider.designer.cs
│ │ │ │ ├── frmHelpProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_30.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── _8_30.frmHelpProvider.resources
│ │ │ │ │ │ ├── _8_30.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_30.sln
│ │ │ └── 08_30.suo
│ │ ├── 08_63
│ │ │ ├── 08_30
│ │ │ │ ├── 08_30.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── 08_30.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── F1.html
│ │ │ │ ├── frmHelpProvider.cs
│ │ │ │ ├── frmHelpProvider.designer.cs
│ │ │ │ ├── frmHelpProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_30.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── _8_30.frmHelpProvider.resources
│ │ │ │ │ │ ├── _8_30.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_30.sln
│ │ │ └── 08_30.suo
│ │ ├── 08_64
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_65
│ │ │ ├── 08_31
│ │ │ │ ├── 08_31.csproj
│ │ │ │ ├── App.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── 08_31.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmPerformanceCounter.cs
│ │ │ │ ├── frmPerformanceCounter.designer.cs
│ │ │ │ ├── frmPerformanceCounter.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_31.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── _8_31.frmPerformanceCounter.resources
│ │ │ │ │ │ ├── _8_31.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_31.sln
│ │ │ └── 08_31.suo
│ │ ├── 08_66
│ │ │ ├── 08_31
│ │ │ │ ├── 08_31.csproj
│ │ │ │ ├── App.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── 08_31.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmPerformanceCounter.cs
│ │ │ │ ├── frmPerformanceCounter.designer.cs
│ │ │ │ ├── frmPerformanceCounter.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_31.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── _8_31.frmPerformanceCounter.resources
│ │ │ │ │ │ ├── _8_31.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_31.sln
│ │ │ └── 08_31.suo
│ │ ├── 08_67
│ │ │ ├── 08_32
│ │ │ │ ├── 08_32.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_32.exe
│ │ │ │ │ │ ├── 08_32.pdb
│ │ │ │ │ │ ├── 08_32.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmServiceControlle.cs
│ │ │ │ ├── frmServiceControlle.Designer.cs
│ │ │ │ ├── frmServiceControlle.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_32.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_32.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_32.exe
│ │ │ │ │ │ ├── 08_32.pdb
│ │ │ │ │ │ ├── _8_32.frmServiceControlle.resources
│ │ │ │ │ │ ├── _8_32.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_32.sln
│ │ │ └── 08_32.suo
│ │ ├── 08_68
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_69
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── Database
│ │ │ ├── Desktop_.ini
│ │ │ ├── zhy_log.LDF
│ │ │ └── zhy.mdf
│ │ └── 光盘使用说明.doc
│ ├── 09
│ │ └── 09_01
│ │ ├── 09_01
│ │ │ ├── 09_01.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 09_01.exe
│ │ │ │ │ ├── 09_01.pdb
│ │ │ │ │ ├── 09_01.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmSum.cs
│ │ │ ├── frmSum.Designer.cs
│ │ │ ├── frmSum.resx
│ │ │ ├── frmUserContrl.cs
│ │ │ ├── frmUserContrl.designer.cs
│ │ │ ├── frmUserContrl.resx
│ │ │ ├── obj
│ │ │ │ ├── 09_01.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 09_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 09_01.exe
│ │ │ │ │ ├── 09_01.pdb
│ │ │ │ │ ├── _9_01.frmSum.resources
│ │ │ │ │ ├── _9_01.frmUserContrl.resources
│ │ │ │ │ ├── _9_01.Properties.Resources.resources
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 09_01.sln
│ │ ├── 09_01.suo
│ │ └── Desktop_.ini
│ ├── 10
│ │ └── 10_01
│ │ ├── 10_01
│ │ │ ├── 10_01.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 10_01.exe
│ │ │ │ ├── 10_01.pdb
│ │ │ │ └── 10_01.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Image
│ │ │ │ ├── 保存.ico
│ │ │ │ ├── 剪切.ico
│ │ │ │ ├── 复制.ico
│ │ │ │ ├── 撤消.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 粘贴.ico
│ │ │ │ ├── 背景.jpg
│ │ │ │ └── 退出.ico
│ │ │ ├── obj
│ │ │ │ ├── 10_01.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── _0_01.Form1.resources
│ │ │ │ ├── _0_01.Form2.resources
│ │ │ │ ├── _0_01.Properties.Resources.resources
│ │ │ │ ├── 10_01.csproj.GenerateResource.Cache
│ │ │ │ ├── 10_01.exe
│ │ │ │ ├── 10_01.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 10_01.sln
│ │ └── 10_01.suo
│ ├── 11
│ │ ├── 11_01
│ │ │ ├── 11_01
│ │ │ │ ├── 11_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_01.exe
│ │ │ │ │ │ ├── 11_01.pdb
│ │ │ │ │ │ ├── 11_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxButtons.cs
│ │ │ │ ├── frmMessageBoxButtons.designer.cs
│ │ │ │ ├── frmMessageBoxButtons.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_01.frmMessageBoxButtons.resources
│ │ │ │ │ │ ├── _1_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_01.exe
│ │ │ │ │ │ ├── 11_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_01.sln
│ │ │ └── 11_01.suo
│ │ ├── 11_02
│ │ │ ├── 11_02
│ │ │ │ ├── 11_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_02.exe
│ │ │ │ │ │ ├── 11_02.pdb
│ │ │ │ │ │ ├── 11_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxIcon.cs
│ │ │ │ ├── frmMessageBoxIcon.designer.cs
│ │ │ │ ├── frmMessageBoxIcon.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_02.frmMessageBoxIcon.resources
│ │ │ │ │ │ ├── _1_02.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_02.exe
│ │ │ │ │ │ ├── 11_02.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_02.sln
│ │ │ ├── 11_02.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_03
│ │ │ ├── 11_03
│ │ │ │ ├── 11_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_03.exe
│ │ │ │ │ │ ├── 11_03.pdb
│ │ │ │ │ │ ├── 11_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxDefaultButton.cs
│ │ │ │ ├── frmMessageBoxDefaultButton.designer.cs
│ │ │ │ ├── frmMessageBoxDefaultButton.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_03.frmMessageBoxDefaultButton.resources
│ │ │ │ │ │ ├── _1_03.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_03.exe
│ │ │ │ │ │ ├── 11_03.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_03.sln
│ │ │ ├── 11_03.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_04
│ │ │ ├── 11_04
│ │ │ │ ├── 11_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_04.exe
│ │ │ │ │ │ ├── 11_04.pdb
│ │ │ │ │ │ ├── 11_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxOptions.cs
│ │ │ │ ├── frmMessageBoxOptions.designer.cs
│ │ │ │ ├── frmMessageBoxOptions.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_04.frmMessageBoxOptions.resources
│ │ │ │ │ │ ├── _1_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_04.exe
│ │ │ │ │ │ ├── 11_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_04.sln
│ │ │ ├── 11_04.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_05
│ │ │ ├── 11_05
│ │ │ │ ├── 11_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_05.exe
│ │ │ │ │ │ ├── 11_05.pdb
│ │ │ │ │ │ ├── 11_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmAboutBox.cs
│ │ │ │ ├── frmAboutBox.designer.cs
│ │ │ │ ├── frmAboutBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_05.frmAboutBox.resources
│ │ │ │ │ │ ├── _1_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_05.exe
│ │ │ │ │ │ ├── 11_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_05.sln
│ │ │ ├── 11_05.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_06
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ ├── 11_06.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_07
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ └── 11_06.suo
│ │ ├── 11_08
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ └── 11_06.suo
│ │ ├── 11_09
│ │ │ ├── 11_07
│ │ │ │ ├── 11_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── 11_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSaveFileDialog.cs
│ │ │ │ ├── frmSaveFileDialog.designer.cs
│ │ │ │ ├── frmSaveFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_07.frmSaveFileDialog.resources
│ │ │ │ │ │ ├── _1_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_07.sln
│ │ │ └── 11_07.suo
│ │ ├── 11_10
│ │ │ ├── 11_07
│ │ │ │ ├── 11_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── 11_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSaveFileDialog.cs
│ │ │ │ ├── frmSaveFileDialog.designer.cs
│ │ │ │ ├── frmSaveFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_07.frmSaveFileDialog.resources
│ │ │ │ │ │ ├── _1_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_07.sln
│ │ │ └── 11_07.suo
│ │ ├── 11_11
│ │ │ ├── 11_08
│ │ │ │ ├── 11_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_08.sln
│ │ │ └── 11_08.suo
│ │ ├── 11_12
│ │ │ ├── 11_08
│ │ │ │ ├── 11_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_08.sln
│ │ │ └── 11_08.suo
│ │ └── 11_13
│ │ ├── 11_08
│ │ │ ├── 11_08.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ ├── obj
│ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 11_08.sln
│ │ └── 11_08.suo
│ ├── 12
│ │ ├── 12_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 12_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ └── 12_03
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── 13
│ │ ├── 13_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 13_02
│ │ │ ├── App_Data
│ │ │ ├── css
│ │ │ │ └── css.css
│ │ │ ├── web1.aspx
│ │ │ ├── web1.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_05
│ │ │ ├── App_Data
│ │ │ ├── ButtonTest05.aspx
│ │ │ ├── ButtonTest05.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── welcome.aspx
│ │ │ └── welcome.aspx.cs
│ │ ├── 13_06
│ │ │ ├── 165.gif
│ │ │ ├── App_Data
│ │ │ ├── ImageButtonTest.aspx
│ │ │ ├── ImageButtonTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_07
│ │ │ ├── App_Data
│ │ │ ├── ListBoxTest.aspx
│ │ │ ├── ListBoxTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_08
│ │ │ ├── App_Data
│ │ │ ├── ListBox.aspx
│ │ │ ├── ListBox.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_09
│ │ │ ├── App_Data
│ │ │ ├── DropDownListTest.aspx
│ │ │ ├── DropDownListTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_10
│ │ │ ├── App_Data
│ │ │ ├── CheckBoxTest.aspx
│ │ │ ├── CheckBoxTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_11
│ │ │ ├── App_Data
│ │ │ ├── FileUploadTest.aspx
│ │ │ ├── FileUploadTest.aspx.cs
│ │ │ └── Web.Config
│ │ └── 13_12
│ │ ├── App_Data
│ │ ├── CompareValidator.aspx
│ │ ├── CompareValidator.aspx.cs
│ │ └── Web.Config
│ ├── 14
│ │ ├── 14_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── User_Login.ascx
│ │ │ ├── User_Login.ascx.cs
│ │ │ └── Web.Config
│ │ └── 14_02
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Web.Config
│ │ ├── Web_WeiTiao.ascx
│ │ └── Web_WeiTiao.ascx.cs
│ ├── 15
│ │ ├── 15_01
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 15_04
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_05
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 15_06
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_07
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Global.asax
│ │ ├── 15_08
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_09
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_10
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ └── 15_11
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── 16
│ │ ├── 16_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Images
│ │ │ │ ├── 框架结构图2.jpg
│ │ │ │ ├── 框架结构图3.jpg
│ │ │ │ └── 框架结构图.jpg
│ │ │ ├── MainMasterPage.master
│ │ │ ├── MainMasterPage.master.cs
│ │ │ ├── SubMasterPage.master
│ │ │ └── SubMasterPage.master.cs
│ │ ├── 16_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Images
│ │ │ │ ├── 框架结构图2.jpg
│ │ │ │ ├── 框架结构图3.jpg
│ │ │ │ └── 框架结构图.jpg
│ │ │ ├── MainMasterPage.master
│ │ │ └── MainMasterPage.master.cs
│ │ └── 16_03
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Images
│ │ │ ├── 框架结构图2.jpg
│ │ │ ├── 框架结构图3.jpg
│ │ │ └── 框架结构图.jpg
│ │ ├── MainMasterPage.master
│ │ ├── MainMasterPage.master.cs
│ │ └── Web.Config
│ ├── 17
│ │ ├── 17_01
│ │ │ ├── 17_01.sln
│ │ │ ├── 17_01.suo
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── Button.skin
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex17_01.suo
│ │ │ └── Web.config
│ │ ├── 17_02
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── myStyle.css
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 17_03
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── TextBox.skin
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ └── 17_04
│ │ ├── App_Data
│ │ ├── App_Themes
│ │ │ ├── Themes1
│ │ │ │ └── Calendar1.skin
│ │ │ └── Themes2
│ │ │ └── Calendar2.skin
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.config
│ ├── 18
│ │ ├── 18_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── TestPage0.aspx
│ │ │ ├── TestPage0.aspx.cs
│ │ │ ├── TestPage1.aspx
│ │ │ ├── TestPage1.aspx.cs
│ │ │ ├── TestPage2.aspx
│ │ │ ├── TestPage2.aspx.cs
│ │ │ ├── TestPage3.aspx
│ │ │ ├── TestPage3.aspx.cs
│ │ │ ├── TestPage4.aspx
│ │ │ ├── TestPage4.aspx.cs
│ │ │ └── Web.sitemap
│ │ ├── 18_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_05
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_06
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── OAXml.xml
│ │ │ └── Web.sitemap
│ │ ├── 18_07
│ │ │ ├── App_Data
│ │ │ │ └── OAXml.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_08
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 2.aspx
│ │ │ ├── 2.aspx.cs
│ │ │ ├── 3.aspx
│ │ │ ├── 3.aspx.cs
│ │ │ ├── 4.aspx
│ │ │ ├── 4.aspx.cs
│ │ │ ├── 5.aspx
│ │ │ ├── 5.aspx.cs
│ │ │ ├── 6.aspx
│ │ │ ├── 6.aspx.cs
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Web.Config
│ │ │ └── Web.sitemap
│ │ ├── Database
│ │ │ ├── db_18_log.ldf
│ │ │ └── db_18.mdf
│ │ └── 光盘使用说明.doc
│ ├── 19
│ │ ├── 19_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 19_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── WebUserControl.ascx
│ │ │ └── WebUserControl.ascx.cs
│ │ ├── 19_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 19_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 19_05
│ │ │ ├── App_Data
│ │ │ │ ├── Ads.xml
│ │ │ │ ├── ad.xml
│ │ │ │ └── test.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── images
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ └── 3.jpg
│ │ │ └── Web.Config
│ │ └── 19_06
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ └── Default.aspx.cs
│ ├── 21
│ │ ├── 21_01
│ │ │ ├── 21_01
│ │ │ │ ├── 21_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_01.exe
│ │ │ │ │ ├── 21_01.pdb
│ │ │ │ │ └── 21_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_01.Form1.resources
│ │ │ │ │ ├── _1_01.Properties.Resources.resources
│ │ │ │ │ ├── 21_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_01.exe
│ │ │ │ │ ├── 21_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_01.sln
│ │ │ └── 21_01.suo
│ │ ├── 21_02
│ │ │ ├── 21_02
│ │ │ │ ├── 21_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_02.exe
│ │ │ │ │ ├── 21_02.pdb
│ │ │ │ │ └── 21_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_02.Form1.resources
│ │ │ │ │ ├── _1_02.Properties.Resources.resources
│ │ │ │ │ ├── 21_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_02.exe
│ │ │ │ │ ├── 21_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_02.sln
│ │ │ └── 21_02.suo
│ │ ├── 21_03
│ │ │ ├── 21_03
│ │ │ │ ├── 21_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_03.exe
│ │ │ │ │ ├── 21_03.pdb
│ │ │ │ │ └── 21_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_03.Form1.resources
│ │ │ │ │ ├── _1_03.Properties.Resources.resources
│ │ │ │ │ ├── 21_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_03.exe
│ │ │ │ │ ├── 21_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_03.sln
│ │ │ └── 21_03.suo
│ │ ├── 21_04
│ │ │ ├── 21_04
│ │ │ │ ├── 21_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_04.exe
│ │ │ │ │ ├── 21_04.pdb
│ │ │ │ │ └── 21_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_04.Form1.resources
│ │ │ │ │ ├── _1_04.Properties.Resources.resources
│ │ │ │ │ ├── 21_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_04.exe
│ │ │ │ │ ├── 21_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_04.sln
│ │ │ └── 21_04.suo
│ │ ├── 21_05
│ │ │ ├── 21_05
│ │ │ │ ├── 21_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_05.exe
│ │ │ │ │ ├── 21_05.pdb
│ │ │ │ │ └── 21_05.vshost.exe
│ │ │ │ ├── ClsDB.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_05.Form1.resources
│ │ │ │ │ ├── _1_05.Properties.Resources.resources
│ │ │ │ │ ├── 21_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_05.exe
│ │ │ │ │ ├── 21_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_05.sln
│ │ │ └── 21_05.suo
│ │ ├── Database
│ │ │ ├── DB_ADONET_Data.MDF
│ │ │ └── DB_ADONET_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── 22
│ │ ├── 22_01
│ │ │ ├── 22_01
│ │ │ │ ├── 22_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_01.exe
│ │ │ │ │ ├── 22_01.pdb
│ │ │ │ │ └── 22_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_01.Form1.resources
│ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ ├── 22_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_01.exe
│ │ │ │ │ ├── 22_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_01.sln
│ │ │ └── 22_01.suo
│ │ ├── 22_02
│ │ │ ├── 22_02
│ │ │ │ ├── 22_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_02.exe
│ │ │ │ │ ├── 22_02.pdb
│ │ │ │ │ └── 22_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_02.Form1.resources
│ │ │ │ │ ├── _2_02.Properties.Resources.resources
│ │ │ │ │ ├── 22_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_02.exe
│ │ │ │ │ ├── 22_02.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_02.sln
│ │ │ └── 22_02.suo
│ │ ├── 22_03
│ │ │ ├── 22_03
│ │ │ │ ├── 22_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_03.exe
│ │ │ │ │ ├── 22_03.pdb
│ │ │ │ │ └── 22_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_03.Form1.resources
│ │ │ │ │ ├── _2_03.Properties.Resources.resources
│ │ │ │ │ ├── 22_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_03.exe
│ │ │ │ │ ├── 22_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_03.sln
│ │ │ └── 22_03.suo
│ │ ├── 22_04
│ │ │ ├── 22_04
│ │ │ │ ├── 22_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_04.exe
│ │ │ │ │ ├── 22_04.pdb
│ │ │ │ │ └── 22_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_04.Form1.resources
│ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ ├── 22_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_04.exe
│ │ │ │ │ ├── 22_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_04.sln
│ │ │ └── 22_04.suo
│ │ ├── 22_05
│ │ │ ├── 22_05
│ │ │ │ ├── 22_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_05.exe
│ │ │ │ │ ├── 22_05.pdb
│ │ │ │ │ └── 22_05.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_05.Form1.resources
│ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ ├── 22_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_05.exe
│ │ │ │ │ ├── 22_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_05.sln
│ │ │ └── 22_05.suo
│ │ ├── 22_06
│ │ │ ├── 22_06
│ │ │ │ ├── 22_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_06.exe
│ │ │ │ │ ├── 22_06.pdb
│ │ │ │ │ └── 22_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_06.Form1.resources
│ │ │ │ │ ├── _2_06.Properties.Resources.resources
│ │ │ │ │ ├── 22_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_06.exe
│ │ │ │ │ ├── 22_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_06.sln
│ │ │ └── 22_06.suo
│ │ ├── 22_07
│ │ │ ├── 22_07
│ │ │ │ ├── 22_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_07.exe
│ │ │ │ │ ├── 22_07.pdb
│ │ │ │ │ └── 22_07.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_07.Form1.resources
│ │ │ │ │ ├── _2_07.Properties.Resources.resources
│ │ │ │ │ ├── 22_07.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_07.exe
│ │ │ │ │ ├── 22_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_07.sln
│ │ │ └── 22_07.suo
│ │ ├── 22_08
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_09
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_10
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_11
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_12
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_13
│ │ │ ├── App_Data
│ │ │ ├── Class.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_14
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_15
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_16
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex22_16.suo
│ │ │ └── Web.Config
│ │ ├── 22_17
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex22_17.suo
│ │ │ ├── Image
│ │ │ │ └── 图片
│ │ │ │ ├── 冰箱.jpg
│ │ │ │ ├── 圆珠笔.jpg
│ │ │ │ ├── 文具盒.jpg
│ │ │ │ ├── 毛巾.jpg
│ │ │ │ ├── 注册头像.jpg
│ │ │ │ ├── 牙刷.jpg
│ │ │ │ ├── 电视机.jpg
│ │ │ │ ├── 空调2.jpg
│ │ │ │ ├── 衣服.jpg
│ │ │ │ ├── 裤子.jpg
│ │ │ │ ├── 钢笔.jpg
│ │ │ │ └── 鞋.jpg
│ │ │ └── Web.Config
│ │ ├── 22_18
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_19
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_20
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── Database
│ │ │ ├── db_22_log.ldf
│ │ │ └── db_22.mdf
│ │ └── 光盘使用说明.doc
│ ├── 23
│ │ ├── 23_01
│ │ │ └── 23_01.sql
│ │ ├── 23_02
│ │ │ └── 23_02.sql
│ │ ├── 23_03
│ │ │ └── 23_03
│ │ │ ├── 23_03
│ │ │ │ ├── 23_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_03.exe
│ │ │ │ │ ├── 23_03.pdb
│ │ │ │ │ └── 23_03.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsDBProcControl.cs
│ │ │ │ ├── FrmProcInsert.cs
│ │ │ │ ├── FrmProcInsert.Designer.cs
│ │ │ │ ├── FrmProcInsert.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_03.exe
│ │ │ │ │ ├── 23_03.pdb
│ │ │ │ │ ├── _3_03.FrmProcInsert.resources
│ │ │ │ │ ├── _3_03.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_03.sln
│ │ │ └── 23_03.suo
│ │ ├── 23_04
│ │ │ └── 23_04.sql
│ │ ├── 23_05
│ │ │ └── 23_05.sql
│ │ ├── 23_06
│ │ │ └── 23_06
│ │ │ ├── 23_06
│ │ │ │ ├── 23_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_06.exe
│ │ │ │ │ ├── 23_06.pdb
│ │ │ │ │ └── 23_06.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsView.cs
│ │ │ │ ├── FrmView.cs
│ │ │ │ ├── FrmView.Designer.cs
│ │ │ │ ├── FrmView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_06.exe
│ │ │ │ │ ├── 23_06.pdb
│ │ │ │ │ ├── _3_06.FrmView.resources
│ │ │ │ │ ├── _3_06.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_06.sln
│ │ │ └── 23_06.suo
│ │ ├── 23_07
│ │ │ └── 23_07.sql
│ │ ├── 23_08
│ │ │ └── 23_08.sql
│ │ ├── 23_09
│ │ │ └── 23_09
│ │ │ ├── 23_09
│ │ │ │ ├── 23_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_09.exe
│ │ │ │ │ ├── 23_09.pdb
│ │ │ │ │ └── 23_09.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsCussor.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_09.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_09.exe
│ │ │ │ │ ├── 23_09.pdb
│ │ │ │ │ ├── _3_09.Form1.resources
│ │ │ │ │ ├── _3_09.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_09.sln
│ │ │ └── 23_09.suo
│ │ ├── Database
│ │ │ ├── DB_ADONET_Data.MDF
│ │ │ └── DB_ADONET_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── 25
│ │ ├── 25_01
│ │ │ ├── 25_01
│ │ │ │ ├── 25_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_01.exe
│ │ │ │ │ │ ├── 25_01.pdb
│ │ │ │ │ │ ├── 25_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmHelpWorkshop.cs
│ │ │ │ ├── frmHelpWorkshop.designer.cs
│ │ │ │ ├── frmHelpWorkshop.resx
│ │ │ │ ├── Help Workshop(制作帮助的软件)
│ │ │ │ │ ├── DATA.Z
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── DISK1.ID
│ │ │ │ │ ├── README.TXT
│ │ │ │ │ ├── _SETUP.DLL
│ │ │ │ │ ├── SETUP.EXE
│ │ │ │ │ ├── SETUP.INS
│ │ │ │ │ ├── _SETUP.LIB
│ │ │ │ │ └── SETUP.PKG
│ │ │ │ ├── mrMoneyHelp.cnt
│ │ │ │ ├── MRMONEYHELP.GID
│ │ │ │ ├── MRMONEYHELP.HLP
│ │ │ │ ├── MRMONEY.HLP
│ │ │ │ ├── mrMoney.hpj
│ │ │ │ ├── obj
│ │ │ │ │ ├── 25_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 25_01.exe
│ │ │ │ │ │ ├── 25_01.pdb
│ │ │ │ │ │ ├── _5_01.frmHelpWorkshop.resources
│ │ │ │ │ │ ├── _5_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 财务凭证管理系统帮助.rtf
│ │ │ ├── 25_01.sln
│ │ │ ├── 25_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 25_02
│ │ │ ├── 25_02
│ │ │ │ ├── 25_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_02.exe
│ │ │ │ │ │ ├── 25_02.pdb
│ │ │ │ │ │ ├── 25_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── help
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── mrHelp.chm
│ │ │ │ ├── obj
│ │ │ │ │ ├── 25_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 25_02.exe
│ │ │ │ │ │ ├── 25_02.pdb
│ │ │ │ │ │ ├── _5_02.Form1.resources
│ │ │ │ │ │ ├── _5_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 25_02.sln
│ │ │ ├── 25_02.suo
│ │ │ ├── Desktop_.ini
│ │ │ └── help
│ │ │ ├── Desktop_.ini
│ │ │ ├── FileHead.html
│ │ │ ├── Index.hhk
│ │ │ ├── mrHelp.chm
│ │ │ ├── mrHelp.hhp
│ │ │ ├── subject.htm
│ │ │ ├── System.html
│ │ │ ├── Table of Contents.hhc
│ │ │ ├── WarrInfo.htm
│ │ │ ├── 财务凭证管理系统帮助.files
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── filelist.xml
│ │ │ │ └── header.htm
│ │ │ └── 财务凭证管理系统帮助.html
│ │ └── Desktop_.ini
│ ├── 26
│ │ ├── 26_01
│ │ │ ├── 26_01
│ │ │ │ ├── 26_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_01.exe
│ │ │ │ │ ├── 26_01.pdb
│ │ │ │ │ └── 26_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_01.exe
│ │ │ │ │ ├── 26_01.pdb
│ │ │ │ │ ├── _6_01.Form1.resources
│ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_01.sln
│ │ │ └── 26_01.suo
│ │ ├── 26_02
│ │ │ ├── 26_02
│ │ │ │ ├── 26_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ └── 26_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ ├── _6_02.Form1.resources
│ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_02.sln
│ │ │ └── 26_02.suo
│ │ ├── 26_03
│ │ │ ├── 26_03
│ │ │ │ ├── 26_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_03.exe
│ │ │ │ │ ├── 26_03.pdb
│ │ │ │ │ └── 26_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_03.exe
│ │ │ │ │ ├── 26_03.pdb
│ │ │ │ │ ├── _6_03.Form1.resources
│ │ │ │ │ ├── _6_03.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_03.sln
│ │ │ └── 26_03.suo
│ │ ├── 26_04
│ │ │ ├── 26_04
│ │ │ │ ├── 26_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_04.exe
│ │ │ │ │ ├── 26_04.pdb
│ │ │ │ │ └── 26_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_04.exe
│ │ │ │ │ ├── 26_04.pdb
│ │ │ │ │ ├── _6_04.Form1.resources
│ │ │ │ │ ├── _6_04.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_04.sln
│ │ │ └── 26_04.suo
│ │ ├── 26_05
│ │ │ ├── 26_05
│ │ │ │ ├── 26_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_05.exe
│ │ │ │ │ ├── 26_05.pdb
│ │ │ │ │ └── 26_05.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_05.exe
│ │ │ │ │ ├── 26_05.pdb
│ │ │ │ │ ├── _6_05.Form1.resources
│ │ │ │ │ ├── _6_05.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_05.sln
│ │ │ └── 26_05.suo
│ │ ├── 26_06
│ │ │ ├── 26_06
│ │ │ │ ├── 26_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_06.exe
│ │ │ │ │ ├── 26_06.pdb
│ │ │ │ │ └── 26_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_06.exe
│ │ │ │ │ ├── 26_06.pdb
│ │ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_06.sln
│ │ │ └── 26_06.suo
│ │ ├── 26_07
│ │ │ ├── 26_07
│ │ │ │ ├── 26_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_07.exe
│ │ │ │ │ ├── 26_07.pdb
│ │ │ │ │ └── 26_07.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_07.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_07.exe
│ │ │ │ │ ├── 26_07.pdb
│ │ │ │ │ ├── _6_07.Form1.resources
│ │ │ │ │ ├── _6_07.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_07.sln
│ │ │ └── 26_07.suo
│ │ ├── 26_08
│ │ │ ├── 26_08
│ │ │ │ ├── 26_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_08.exe
│ │ │ │ │ ├── 26_08.pdb
│ │ │ │ │ └── 26_08.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_08.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_08.exe
│ │ │ │ │ ├── 26_08.pdb
│ │ │ │ │ ├── _6_08.Form1.resources
│ │ │ │ │ ├── _6_08.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_08.sln
│ │ │ └── 26_08.suo
│ │ ├── 26_09
│ │ │ ├── 26_09
│ │ │ │ ├── 26_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_09.exe
│ │ │ │ │ ├── 26_09.pdb
│ │ │ │ │ └── 26_09.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_09.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_09.exe
│ │ │ │ │ ├── 26_09.pdb
│ │ │ │ │ ├── _6_09.Form1.resources
│ │ │ │ │ ├── _6_09.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_09.sln
│ │ │ └── 26_09.suo
│ │ ├── 26_10
│ │ │ ├── 26_10
│ │ │ │ ├── 26_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_10.exe
│ │ │ │ │ ├── 26_10.pdb
│ │ │ │ │ └── 26_10.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_10.exe
│ │ │ │ │ ├── 26_10.pdb
│ │ │ │ │ ├── _6_10.Form1.resources
│ │ │ │ │ ├── _6_10.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_10.sln
│ │ │ └── 26_10.suo
│ │ ├── 26_11
│ │ │ ├── 26_11
│ │ │ │ ├── 26_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_11.exe
│ │ │ │ │ ├── 26_11.pdb
│ │ │ │ │ ├── 26_11.vshost.exe
│ │ │ │ │ └── example.bmp
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_11.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_11.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_11.exe
│ │ │ │ │ ├── 26_11.pdb
│ │ │ │ │ ├── _6_11.Form1.resources
│ │ │ │ │ ├── _6_11.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_11.sln
│ │ │ └── 26_11.suo
│ │ ├── 26_12
│ │ │ ├── 26_12
│ │ │ │ ├── 26_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_12.exe
│ │ │ │ │ ├── 26_12.pdb
│ │ │ │ │ └── 26_12.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_12.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_12.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_12.exe
│ │ │ │ │ ├── 26_12.pdb
│ │ │ │ │ ├── _6_12.Form1.resources
│ │ │ │ │ ├── _6_12.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_12.sln
│ │ │ └── 26_12.suo
│ │ ├── 26_13
│ │ │ ├── 26_13
│ │ │ │ ├── 26_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_13.exe
│ │ │ │ │ ├── 26_13.pdb
│ │ │ │ │ └── 26_13.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_13.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_13.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_13.exe
│ │ │ │ │ ├── 26_13.pdb
│ │ │ │ │ ├── _6_13.Form1.resources
│ │ │ │ │ ├── _6_13.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_13.sln
│ │ │ └── 26_13.suo
│ │ ├── 26_14
│ │ │ ├── 26_14
│ │ │ │ ├── 26_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_14.exe
│ │ │ │ │ ├── 26_14.pdb
│ │ │ │ │ └── 26_14.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_14.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_14.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_14.exe
│ │ │ │ │ ├── 26_14.pdb
│ │ │ │ │ ├── _6_14.Form1.resources
│ │ │ │ │ ├── _6_14.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_14.sln
│ │ │ └── 26_14.suo
│ │ ├── 26_15
│ │ │ ├── 26_15
│ │ │ │ ├── 26_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_15.exe
│ │ │ │ │ ├── 26_15.pdb
│ │ │ │ │ └── 26_15.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_15.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_15.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_15.exe
│ │ │ │ │ ├── 26_15.pdb
│ │ │ │ │ ├── _6_15.Form1.resources
│ │ │ │ │ ├── _6_15.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_15.sln
│ │ │ └── 26_15.suo
│ │ ├── 26_16
│ │ │ ├── 26_16
│ │ │ │ ├── 26_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_16.exe
│ │ │ │ │ ├── 26_16.pdb
│ │ │ │ │ └── 26_16.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_16.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_16.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_16.exe
│ │ │ │ │ ├── 26_16.pdb
│ │ │ │ │ ├── _6_16.Form1.resources
│ │ │ │ │ ├── _6_16.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_16.sln
│ │ │ └── 26_16.suo
│ │ ├── 26_17
│ │ │ ├── 26_17
│ │ │ │ ├── 26_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_17.exe
│ │ │ │ │ ├── 26_17.pdb
│ │ │ │ │ ├── 26_17.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_17.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_17.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_17.exe
│ │ │ │ │ ├── 26_17.pdb
│ │ │ │ │ ├── _6_17.Form1.resources
│ │ │ │ │ ├── _6_17.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_17.sln
│ │ │ └── 26_17.suo
│ │ ├── 26_18
│ │ │ ├── 26_18
│ │ │ │ ├── 26_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_18.exe
│ │ │ │ │ ├── 26_18.pdb
│ │ │ │ │ ├── 26_18.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_18.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_18.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_18.exe
│ │ │ │ │ ├── 26_18.pdb
│ │ │ │ │ ├── _6_18.Form1.resources
│ │ │ │ │ ├── _6_18.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_18.sln
│ │ │ └── 26_18.suo
│ │ ├── 26_19
│ │ │ ├── 26_19
│ │ │ │ ├── 26_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_19.exe
│ │ │ │ │ ├── 26_19.pdb
│ │ │ │ │ ├── 26_19.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_19.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_19.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_19.exe
│ │ │ │ │ ├── 26_19.pdb
│ │ │ │ │ ├── _6_19.Form1.resources
│ │ │ │ │ ├── _6_19.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_19.sln
│ │ │ └── 26_19.suo
│ │ ├── 26_20
│ │ │ ├── 26_20
│ │ │ │ ├── 26_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_20.exe
│ │ │ │ │ ├── 26_20.pdb
│ │ │ │ │ └── 26_20.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_20.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_20.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_20.exe
│ │ │ │ │ ├── 26_20.pdb
│ │ │ │ │ ├── _6_20.Form1.resources
│ │ │ │ │ ├── _6_20.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_20.sln
│ │ │ └── 26_20.suo
│ │ └── 26_21
│ │ ├── 26_21
│ │ │ ├── 26_21.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 26_21.exe
│ │ │ │ ├── 26_21.pdb
│ │ │ │ └── 26_21.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 26_21.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 26_21.csproj.GenerateResource.Cache
│ │ │ │ ├── 26_21.exe
│ │ │ │ ├── 26_21.pdb
│ │ │ │ ├── _6_21.Form1.resources
│ │ │ │ ├── _6_21.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 26_21.sln
│ │ └── 26_21.suo
│ ├── 27
│ │ ├── 27-01
│ │ │ ├── 27-01
│ │ │ │ ├── 27-01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-01.exe
│ │ │ │ │ ├── 27-01.pdb
│ │ │ │ │ └── 27-01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-01.exe
│ │ │ │ │ ├── 27-01.pdb
│ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-01.sln
│ │ │ └── 27-01.suo
│ │ ├── 27-02
│ │ │ ├── 27-02
│ │ │ │ ├── 27-02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-02.exe
│ │ │ │ │ ├── 27-02.pdb
│ │ │ │ │ ├── 27-02.vshost.exe
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ └── 吉林科技城.avi
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-02.csproj.ResolveComReference.cache
│ │ │ │ │ ├── 27-02.exe
│ │ │ │ │ ├── 27-02.pdb
│ │ │ │ │ ├── _7_02.Form1.resources
│ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-02.sln
│ │ │ └── 27-02.suo
│ │ └── 27-03
│ │ ├── 27-03
│ │ │ ├── 27-03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 27-03.exe
│ │ │ │ ├── 27-03.pdb
│ │ │ │ ├── 27-03.vshost.exe
│ │ │ │ └── quartzDriectShow.dll
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 27-03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 27-03.csproj.GenerateResource.Cache
│ │ │ │ ├── 27-03.exe
│ │ │ │ ├── 27-03.pdb
│ │ │ │ ├── _7_03.Form1.resources
│ │ │ │ ├── _7_03.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 27-03.sln
│ │ └── 27-03.suo
│ ├── 30
│ │ ├── 30_01
│ │ │ └── test.xml
│ │ ├── 30_02
│ │ │ ├── test.dtd
│ │ │ └── test.xml
│ │ ├── 30_03
│ │ │ ├── test.xml
│ │ │ └── test.xsd
│ │ ├── 30_04
│ │ │ ├── test.css
│ │ │ └── test.xml
│ │ ├── 30_05
│ │ │ ├── test.xml
│ │ │ └── test.xsl
│ │ └── 30_06
│ │ ├── App_Data
│ │ ├── test.htm
│ │ ├── test.xml
│ │ └── Web.Config
│ ├── 32
│ │ ├── 32_01
│ │ │ ├── 32_01
│ │ │ │ ├── 32_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ │ ├── 32_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMousePointer.cs
│ │ │ │ ├── frmMousePointer.designer.cs
│ │ │ │ ├── frmMousePointer.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_01.frmMousePointer.resources
│ │ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_01.sln
│ │ │ ├── 32_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_02
│ │ │ ├── 32_02
│ │ │ │ ├── 32_02.csproj
│ │ │ │ ├── a.cur
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_02.exe
│ │ │ │ │ │ ├── 32_02.pdb
│ │ │ │ │ │ ├── 32_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseImage.cs
│ │ │ │ ├── frmMouseImage.designer.cs
│ │ │ │ ├── frmMouseImage.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_02.frmMouseImage.resources
│ │ │ │ │ │ ├── _2_02.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_02.exe
│ │ │ │ │ │ ├── 32_02.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_02.sln
│ │ │ ├── 32_02.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_03
│ │ │ ├── 32_03
│ │ │ │ ├── 32_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_03.exe
│ │ │ │ │ │ ├── 32_03.pdb
│ │ │ │ │ │ ├── 32_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmPicut.cs
│ │ │ │ ├── frmPicut.designer.cs
│ │ │ │ ├── frmPicut.resx
│ │ │ │ ├── mouse.ani
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_03.frmPicut.resources
│ │ │ │ │ │ ├── _2_03.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_03.exe
│ │ │ │ │ │ ├── 32_03.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_03.sln
│ │ │ ├── 32_03.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_04
│ │ │ ├── 32_04
│ │ │ │ ├── 32_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── 32_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseClick.cs
│ │ │ │ ├── frmMouseClick.designer.cs
│ │ │ │ ├── frmMouseClick.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_04.frmMouseClick.resources
│ │ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_04.sln
│ │ │ ├── 32_04.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_05
│ │ │ ├── 32_04
│ │ │ │ ├── 32_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── 32_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseClick.cs
│ │ │ │ ├── frmMouseClick.designer.cs
│ │ │ │ ├── frmMouseClick.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_04.frmMouseClick.resources
│ │ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_04.sln
│ │ │ └── 32_04.suo
│ │ ├── 32_06
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_07
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_08
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_09
│ │ │ ├── 32_06
│ │ │ │ ├── 32_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_06.exe
│ │ │ │ │ │ ├── 32_06.pdb
│ │ │ │ │ │ ├── 32_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMove.cs
│ │ │ │ ├── frmMove.designer.cs
│ │ │ │ ├── frmMove.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_06.frmMove.resources
│ │ │ │ │ │ ├── _2_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_06.exe
│ │ │ │ │ │ ├── 32_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_06.sln
│ │ │ └── 32_06.suo
│ │ ├── 32_10
│ │ │ ├── 32_07
│ │ │ │ ├── 32_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_07.exe
│ │ │ │ │ │ ├── 32_07.pdb
│ │ │ │ │ │ ├── 32_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmMouserInfo.cs
│ │ │ │ ├── frmMouserInfo.Designer.cs
│ │ │ │ ├── frmMouserInfo.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_07.Form1.resources
│ │ │ │ │ │ ├── _2_07.frmMouserInfo.resources
│ │ │ │ │ │ ├── _2_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_07.exe
│ │ │ │ │ │ ├── 32_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_07.sln
│ │ │ └── 32_07.suo
│ │ ├── 32_11
│ │ │ ├── 32_08
│ │ │ │ ├── 32_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── 32_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKeyDownUP.cs
│ │ │ │ ├── frmKeyDownUP.designer.cs
│ │ │ │ ├── frmKeyDownUP.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_08.frmKeyDownUP.resources
│ │ │ │ │ │ ├── _2_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_08.sln
│ │ │ └── 32_08.suo
│ │ ├── 32_12
│ │ │ ├── 32_08
│ │ │ │ ├── 32_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── 32_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKeyDownUP.cs
│ │ │ │ ├── frmKeyDownUP.designer.cs
│ │ │ │ ├── frmKeyDownUP.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_08.frmKeyDownUP.resources
│ │ │ │ │ │ ├── _2_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_08.sln
│ │ │ └── 32_08.suo
│ │ ├── 32_13
│ │ │ ├── 32_09
│ │ │ │ ├── 32_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_09.exe
│ │ │ │ │ │ ├── 32_09.pdb
│ │ │ │ │ │ ├── 32_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKepress.cs
│ │ │ │ ├── frmKepress.designer.cs
│ │ │ │ ├── frmKepress.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_09.frmKepress.resources
│ │ │ │ │ │ ├── _2_09.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_09.exe
│ │ │ │ │ │ ├── 32_09.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_09.sln
│ │ │ └── 32_09.suo
│ │ └── 32_14
│ │ ├── 32_10
│ │ │ ├── 32_10.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 32_10.exe
│ │ │ │ │ ├── 32_10.pdb
│ │ │ │ │ ├── 32_10.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmHot.cs
│ │ │ ├── frmHot.designer.cs
│ │ │ ├── frmHot.resx
│ │ │ ├── obj
│ │ │ │ ├── 32_10.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── _2_10.frmHot.resources
│ │ │ │ │ ├── _2_10.Properties.Resources.resources
│ │ │ │ │ ├── 32_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 32_10.exe
│ │ │ │ │ ├── 32_10.pdb
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 32_10.sln
│ │ └── 32_10.suo
│ ├── 33
│ │ ├── 33_01
│ │ │ ├── 33_01
│ │ │ │ ├── 33_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 33_01.exe
│ │ │ │ │ │ ├── 33_01.pdb
│ │ │ │ │ │ ├── 33_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmWindows.cs
│ │ │ │ ├── frmWindows.Designer.cs
│ │ │ │ ├── frmWindows.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 33_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _3_01.frmWindows.resources
│ │ │ │ │ │ ├── _3_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 33_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 33_01.exe
│ │ │ │ │ │ ├── 33_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 33_01.sln
│ │ │ ├── 33_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── Desktop_.ini
│ │ ├── FileServer
│ │ │ ├── Desktop_.ini
│ │ │ ├── FileServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── FileServer.exe
│ │ │ │ │ │ ├── fileserver.InstallLog
│ │ │ │ │ │ ├── fileserver.InstallState
│ │ │ │ │ │ ├── FileServer.pdb
│ │ │ │ │ │ └── FileServer.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FileServer.cs
│ │ │ │ ├── FileServer.csproj
│ │ │ │ ├── FileService.cs
│ │ │ │ ├── FileService.Designer.cs
│ │ │ │ ├── FileService.resx
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── FileServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FileServer.exe
│ │ │ │ │ │ ├── FileServer.FileService.resources
│ │ │ │ │ │ ├── FileServer.Form1.resources
│ │ │ │ │ │ ├── FileServer.pdb
│ │ │ │ │ │ ├── FileServer.ProjectInstaller.resources
│ │ │ │ │ │ ├── FileServer.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── FileServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── ProjectInstaller.cs
│ │ │ │ ├── ProjectInstaller.Designer.cs
│ │ │ │ ├── ProjectInstaller.resx
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FileServer.sln
│ │ │ └── FileServer.suo
│ │ ├── MrWeb
│ │ │ ├── App_Data
│ │ │ │ └── Desktop_.ini
│ │ │ ├── App_WebReferences
│ │ │ │ ├── Desktop_.ini
│ │ │ │ └── MrService
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Service.disco
│ │ │ │ ├── Service.discomap
│ │ │ │ └── Service.wsdl
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── MrWeb.sln
│ │ │ ├── MrWeb.suo
│ │ │ └── Web.Config
│ │ └── mrWebService
│ │ ├── App_Code
│ │ │ ├── Desktop_.ini
│ │ │ └── Service.cs
│ │ ├── App_Data
│ │ │ └── Desktop_.ini
│ │ ├── Desktop_.ini
│ │ ├── mrWebService.sln
│ │ ├── mrWebService.suo
│ │ ├── Service.asmx
│ │ └── Web.Config
│ ├── 34
│ │ ├── 34_01
│ │ │ ├── 34_01
│ │ │ │ ├── 34_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ └── 34_01.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── 34_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ ├── 34_01.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Operation.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 34_01.sln
│ │ │ └── 34_01.suo
│ │ ├── 34_02
│ │ │ ├── 34_02
│ │ │ │ ├── 34_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ ├── 34_01.pdb
│ │ │ │ │ ├── 34_02.exe
│ │ │ │ │ ├── 34_02.pdb
│ │ │ │ │ └── 34_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 34_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 34_02.exe
│ │ │ │ │ ├── 34_02.pdb
│ │ │ │ │ ├── _4_02.Form1.resources
│ │ │ │ │ ├── _4_02.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 34_02.sln
│ │ │ └── 34_02.suo
│ │ └── 34_03
│ │ ├── 34_03
│ │ │ ├── 34_03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 34_03.exe
│ │ │ │ ├── 34_03.pdb
│ │ │ │ ├── 34_03.vshost.exe
│ │ │ │ ├── checkyear.dll
│ │ │ │ ├── PingComputer1.dll
│ │ │ │ └── projectdll.dll
│ │ │ ├── DLL
│ │ │ │ ├── PingComputer1.dll
│ │ │ │ └── projectdll.dll
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 34_03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 34_03.csproj.GenerateResource.Cache
│ │ │ │ ├── 34_03.exe
│ │ │ │ ├── 34_03.pdb
│ │ │ │ ├── _4_03.Form1.resources
│ │ │ │ ├── _4_03.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 34_03.sln
│ │ └── 34_03.suo
│ ├── 36
│ │ ├── 36_01
│ │ │ └── 36_01
│ │ │ ├── 36_01
│ │ │ │ ├── 36_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ └── 36_01.vshost.exe
│ │ │ │ ├── FrmDns.cs
│ │ │ │ ├── FrmDns.Designer.cs
│ │ │ │ ├── FrmDns.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ ├── _6_01.FrmDNS.resources
│ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_01.sln
│ │ │ └── 36_01.suo
│ │ ├── 36_02
│ │ │ └── 36_02
│ │ │ ├── 36_02
│ │ │ │ ├── 36_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ └── 36_02.vshost.exe
│ │ │ │ ├── FrmSockect.cs
│ │ │ │ ├── FrmSockect.Designer.cs
│ │ │ │ ├── FrmSockect.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ ├── _6_02.FrmSockect.resources
│ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_02.sln
│ │ │ └── 36_02.suo
│ │ ├── 36_03
│ │ │ └── 36_03
│ │ │ ├── 36_03
│ │ │ │ ├── 36_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_03.exe
│ │ │ │ │ ├── 36_03.pdb
│ │ │ │ │ └── 36_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_03.exe
│ │ │ │ │ ├── 36_03.pdb
│ │ │ │ │ ├── _6_03.FrmDont.resources
│ │ │ │ │ ├── _6_03.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_03.sln
│ │ │ └── 36_03.suo
│ │ ├── 36_04
│ │ │ ├── 36_04
│ │ │ │ ├── 36_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_04.exe
│ │ │ │ │ ├── 36_04.pdb
│ │ │ │ │ └── 36_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_04.exe
│ │ │ │ │ ├── 36_04.pdb
│ │ │ │ │ ├── _6_04.Form1.resources
│ │ │ │ │ ├── _6_04.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_04.sln
│ │ │ └── 36_04.suo
│ │ ├── 36_05
│ │ │ └── 36_35
│ │ │ ├── 36_35
│ │ │ │ ├── 36_35.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_35.exe
│ │ │ │ │ ├── 36_35.pdb
│ │ │ │ │ └── 36_35.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_35.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_35.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_35.exe
│ │ │ │ │ ├── 36_35.pdb
│ │ │ │ │ ├── _6_35.Form1.resources
│ │ │ │ │ ├── _6_35.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_35.sln
│ │ │ └── 36_35.suo
│ │ └── 36_06
│ │ └── 36_06
│ │ ├── 36_06
│ │ │ ├── 36_06.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 36_06.exe
│ │ │ │ ├── 36_06.pdb
│ │ │ │ └── 36_06.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 36_06.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 36_06.csproj.GenerateResource.Cache
│ │ │ │ ├── 36_06.exe
│ │ │ │ ├── 36_06.pdb
│ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 36_06.sln
│ │ └── 36_06.suo
│ ├── 37
│ │ ├── 37_01
│ │ │ └── 37_01
│ │ │ ├── 37_01
│ │ │ │ ├── 37_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ └── 37_01.vshost.exe
│ │ │ │ ├── FrmRead.cs
│ │ │ │ ├── FrmRead.designer.cs
│ │ │ │ ├── FrmRead.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 37_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ ├── _7_01.FrmRead.resources
│ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 37_01.sln
│ │ │ └── 37_01.suo
│ │ └── 37_02
│ │ └── 37_02
│ │ ├── 37_02
│ │ │ ├── 37_02.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 37_02.exe
│ │ │ │ ├── 37_02.pdb
│ │ │ │ └── 37_02.vshost.exe
│ │ │ ├── FrmWrite.cs
│ │ │ ├── FrmWrite.designer.cs
│ │ │ ├── FrmWrite.resx
│ │ │ ├── obj
│ │ │ │ ├── 37_02.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 37_02.csproj.GenerateResource.Cache
│ │ │ │ ├── 37_02.exe
│ │ │ │ ├── 37_02.pdb
│ │ │ │ ├── _7_02.FrmWrite.resources
│ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 37_02.sln
│ │ └── 37_02.suo
│ └── 38
│ ├── 38_01
│ │ ├── 38_01
│ │ │ ├── 38_01.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 38_01.exe
│ │ │ │ ├── 38_01.pdb
│ │ │ │ └── 38_01.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 38_01.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 38_01.csproj.GenerateResource.Cache
│ │ │ │ ├── 38_01.exe
│ │ │ │ ├── 38_01.pdb
│ │ │ │ ├── _8_01.Form1.resources
│ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 38_01.sln
│ │ └── 38_01.suo
│ ├── 38_02
│ │ └── ThreadTest
│ │ ├── ThreadTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ThreadTest.exe
│ │ │ │ ├── ThreadTest.pdb
│ │ │ │ └── ThreadTest.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ThreadTest.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ThreadTest.exe
│ │ │ │ │ ├── ThreadTest.Form1.resources
│ │ │ │ │ ├── ThreadTest.pdb
│ │ │ │ │ └── ThreadTest.Properties.Resources.resources
│ │ │ │ └── ThreadTest.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── TextFile1.txt
│ │ │ └── ThreadTest.csproj
│ │ ├── ThreadTest.sln
│ │ └── ThreadTest.suo
│ ├── 38_03
│ │ └── 38_03
│ │ ├── 38_03
│ │ │ ├── 38_03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 38_03.exe
│ │ │ │ ├── 38_03.pdb
│ │ │ │ └── 38_03.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 38_03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 38_03.exe
│ │ │ │ ├── 38_03.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_03.sln
│ │ └── 38_03.suo
│ ├── 38_04
│ │ ├── 38_04
│ │ │ ├── 38_04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── 38_04.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_04.sln
│ │ └── 38_04.suo
│ ├── 38_05
│ │ ├── 38_05
│ │ │ ├── 38_05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── 38_05.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_05.sln
│ │ └── 38_05.suo
│ └── 38_06
│ ├── 38_06
│ │ ├── 38_06.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 38_06.exe
│ │ │ ├── 38_06.pdb
│ │ │ └── 38_06.vshost.exe
│ │ ├── obj
│ │ │ ├── 38_06.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── 38_06.exe
│ │ │ ├── 38_06.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── 38_06.sln
│ └── 38_06.suo
└── 光盘使用说明.doc
2245 directories, 5968 files
C#方面的代码。包括程序实例、典型应用和一些录像。
【实例截图】
文件清单
└── Visual C#开发技术大全
├── mingrisoft
│ ├── dxyy
│ │ ├── 07
│ │ │ ├── 07_01
│ │ │ │ ├── 07_01
│ │ │ │ │ ├── 07_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 07_01.exe
│ │ │ │ │ │ ├── 07_01.pdb
│ │ │ │ │ │ └── 07_01.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Form2.cs
│ │ │ │ │ ├── Form2.Designer.cs
│ │ │ │ │ ├── Form2.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 07_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 07_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 07_01.exe
│ │ │ │ │ │ ├── 07_01.pdb
│ │ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ │ ├── _7_01.Form2.resources
│ │ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 07_01.sln
│ │ │ │ └── 07_01.suo
│ │ │ └── 07_02
│ │ │ ├── 07_02
│ │ │ │ ├── 07_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07_02.exe
│ │ │ │ │ ├── 07_02.pdb
│ │ │ │ │ └── 07_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.Designer.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 07_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 07_02.exe
│ │ │ │ │ ├── 07_02.pdb
│ │ │ │ │ ├── _7_02.Form1.resources
│ │ │ │ │ ├── _7_02.Form2.resources
│ │ │ │ │ ├── _7_02.Form3.resources
│ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 07_02.sln
│ │ │ └── 07_02.suo
│ │ ├── 13
│ │ │ ├── 13_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── dxyy.aspx
│ │ │ │ ├── dxyy.aspx.cs
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── BlueTabRight.jpg
│ │ │ │ │ ├── fu.jpg
│ │ │ │ │ ├── Image3.gif
│ │ │ │ │ ├── PoweredByAsp.Net.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── photo.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── Web.Config
│ │ │ ├── 13_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── User.aspx
│ │ │ │ ├── User.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 13_03
│ │ │ ├── App_Data
│ │ │ │ ├── aspnetdb_log.ldf
│ │ │ │ └── ASPNETDB.MDF
│ │ │ ├── LoginTest.aspx
│ │ │ ├── LoginTest.aspx.cs
│ │ │ ├── Register.aspx
│ │ │ ├── Register.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── welcome.aspx
│ │ │ ├── welcome.aspx.cs
│ │ │ └── 程序使用说明.txt
│ │ ├── 14
│ │ │ ├── 14_01
│ │ │ │ ├── css
│ │ │ │ │ ├── css.css
│ │ │ │ │ └── JS.js
│ │ │ │ ├── image
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 301.gif
│ │ │ │ │ ├── 302.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── beijingtiao.gif
│ │ │ │ │ ├── BG1.gif
│ │ │ │ │ ├── dljdyt.gif
│ │ │ │ │ ├── fd.gif
│ │ │ │ │ ├── jj.gif
│ │ │ │ │ ├── kj.gif
│ │ │ │ │ ├── logo.gif
│ │ │ │ │ ├── news1.gif
│ │ │ │ │ ├── news2.gif
│ │ │ │ │ ├── rili.gif
│ │ │ │ │ ├── sj.gif
│ │ │ │ │ ├── sx.gif
│ │ │ │ │ ├── sy.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── top1.gif
│ │ │ │ │ ├── top2.gif
│ │ │ │ │ ├── top3.gif
│ │ │ │ │ ├── ts.gif
│ │ │ │ │ └── 友情链接.gif
│ │ │ │ ├── menu.ascx
│ │ │ │ ├── menu.ascx.cs
│ │ │ │ ├── newsList.aspx
│ │ │ │ ├── newsList.aspx.cs
│ │ │ │ ├── SeachInfo.aspx
│ │ │ │ ├── SeachInfo.aspx.cs
│ │ │ │ ├── search.aspx
│ │ │ │ ├── search.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 14_02
│ │ │ ├── css
│ │ │ │ ├── css.css
│ │ │ │ └── JS.js
│ │ │ ├── image
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 301.gif
│ │ │ │ ├── 302.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── beijingtiao.gif
│ │ │ │ ├── BG1.gif
│ │ │ │ ├── dljdyt.gif
│ │ │ │ ├── fd.gif
│ │ │ │ ├── jj.gif
│ │ │ │ ├── kj.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── news1.gif
│ │ │ │ ├── news2.gif
│ │ │ │ ├── rili.gif
│ │ │ │ ├── seach
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── bottom.gif
│ │ │ │ │ ├── dian.GIF
│ │ │ │ │ ├── fzdd.gif
│ │ │ │ │ ├── jjdx.gif
│ │ │ │ │ ├── kxjy.gif
│ │ │ │ │ ├── s1.gif
│ │ │ │ │ ├── s2.gif
│ │ │ │ │ ├── sdian.GIF
│ │ │ │ │ ├── shxx.gif
│ │ │ │ │ ├── sjjs.gif
│ │ │ │ │ ├── ssyl.gif
│ │ │ │ │ ├── szyw.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── tysj.gif
│ │ │ │ ├── sj.gif
│ │ │ │ ├── sx.gif
│ │ │ │ ├── sy.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top1.gif
│ │ │ │ ├── top2.gif
│ │ │ │ ├── top3.gif
│ │ │ │ ├── ts.gif
│ │ │ │ └── 友情链接.gif
│ │ │ ├── menu.ascx
│ │ │ ├── menu.ascx.cs
│ │ │ ├── newsList.aspx
│ │ │ ├── newsList.aspx.cs
│ │ │ ├── SeachInfo.aspx
│ │ │ ├── SeachInfo.aspx.cs
│ │ │ ├── search.aspx
│ │ │ ├── search.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15
│ │ │ ├── 15_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default3.aspx
│ │ │ │ ├── Default3.aspx.cs
│ │ │ │ ├── Default4.aspx
│ │ │ │ ├── Default4.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Global.asax
│ │ │ │ └── Web.Config
│ │ │ ├── 15_04
│ │ │ │ ├── App_Data
│ │ │ │ ├── count.txt
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Global.asax
│ │ │ │ └── Web.Config
│ │ │ ├── 15_05
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 15_06
│ │ │ │ ├── App_Code
│ │ │ │ │ └── count.cs
│ │ │ │ ├── App_Data
│ │ │ │ ├── count1.txt
│ │ │ │ ├── count2.txt
│ │ │ │ ├── count3.txt
│ │ │ │ ├── count4.txt
│ │ │ │ ├── Default2.aspx
│ │ │ │ ├── Default2.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ └── 15_07
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 21
│ │ │ ├── 21_01
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.Form1.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_02
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmDBoperate.cs
│ │ │ │ │ ├── FrmDBoperate.Designer.cs
│ │ │ │ │ ├── FrmDBoperate.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmDBoperate.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_03
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmUpdate.cs
│ │ │ │ │ ├── FrmUpdate.Designer.cs
│ │ │ │ │ ├── FrmUpdate.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmUpdate.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_04
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmDelete.cs
│ │ │ │ │ ├── FrmDelete.Designer.cs
│ │ │ │ │ ├── FrmDelete.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmDelete.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_05
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmSelect.cs
│ │ │ │ │ ├── FrmSelect.Designer.cs
│ │ │ │ │ ├── FrmSelect.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmSelect.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── 21_06
│ │ │ │ └── OptDB
│ │ │ │ ├── OptDB
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ └── OptDB.vshost.exe
│ │ │ │ │ ├── ClsDB
│ │ │ │ │ │ └── ClsDBControl.cs
│ │ │ │ │ ├── FrmTran.cs
│ │ │ │ │ ├── FrmTran.Designer.cs
│ │ │ │ │ ├── FrmTran.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── OptDB.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── OptDB.exe
│ │ │ │ │ │ │ ├── OptDB.FrmTran.resources
│ │ │ │ │ │ │ ├── OptDB.pdb
│ │ │ │ │ │ │ ├── OptDB.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── OptDB.csproj.FileList.txt
│ │ │ │ │ ├── OptDB.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── OptDB.sln
│ │ │ │ └── OptDB.suo
│ │ │ ├── Database
│ │ │ │ ├── DB_ADONET_Data.MDF
│ │ │ │ └── DB_ADONET_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 22
│ │ │ ├── 22_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── MangerPage.aspx
│ │ │ │ ├── MangerPage.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── 22_02
│ │ │ │ ├── 22_02.sln
│ │ │ │ ├── 22_02.suo
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── 22_03
│ │ │ │ ├── 22_03.sln
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.config
│ │ │ ├── Database
│ │ │ │ ├── db_22_log.ldf
│ │ │ │ └── db_22.mdf
│ │ │ └── 光盘使用说明.doc
│ │ ├── 24
│ │ │ └── 24_01
│ │ │ └── MingriSoft
│ │ │ ├── MingriSoft
│ │ │ │ ├── 24
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ └── Form1.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── hb.bin
│ │ │ │ │ ├── MingriSoft.exe
│ │ │ │ │ ├── MingriSoft.pdb
│ │ │ │ │ └── MingriSoft.vshost.exe
│ │ │ │ ├── MingriSoft.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MingriSoft.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MingriSoft.exe
│ │ │ │ │ │ ├── MingriSoft.frmFileNum.resources
│ │ │ │ │ │ ├── MingriSoft.pdb
│ │ │ │ │ │ ├── MingriSoft.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── 24.02.Resource1.Designer.cs.dll
│ │ │ │ │ └── MingriSoft.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MingriSoft.sln
│ │ │ └── MingriSoft.suo
│ │ ├── 26
│ │ │ ├── 26_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Info.aspx
│ │ │ │ ├── Info.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 26_02
│ │ │ │ ├── 26_02
│ │ │ │ │ ├── 26_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ │ └── 26_02.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 26_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 26_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ │ ├── _6_02.Form1.resources
│ │ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 26_02.sln
│ │ │ │ └── 26_02.suo
│ │ │ ├── 26_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Info.aspx
│ │ │ │ ├── Info.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── 26_04
│ │ │ │ ├── App_Data
│ │ │ │ ├── code.aspx
│ │ │ │ ├── code.aspx.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ └── Web.Config
│ │ │ ├── Database
│ │ │ │ ├── db_26_Data.MDF
│ │ │ │ └── db_26_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 27
│ │ │ └── 27-01
│ │ │ ├── 27-04
│ │ │ │ ├── 27-04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 27-04.exe
│ │ │ │ │ ├── 27-04.pdb
│ │ │ │ │ ├── 27-04.vshost.exe
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-04.csproj.ResolveComReference.cache
│ │ │ │ │ ├── 27-04.exe
│ │ │ │ │ ├── 27-04.pdb
│ │ │ │ │ ├── _7_04.Form1.resources
│ │ │ │ │ ├── _7_04.Properties.Resources.resources
│ │ │ │ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-04.sln
│ │ │ └── 27-04.suo
│ │ ├── 28
│ │ │ ├── 28_01
│ │ │ │ ├── 28_01
│ │ │ │ │ ├── 28_01.csproj
│ │ │ │ │ ├── 28_01.csproj.user
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 28_01.exe
│ │ │ │ │ │ ├── 28_01.pdb
│ │ │ │ │ │ └── 28_01.vshost.exe
│ │ │ │ │ ├── CrystalReport1.cs
│ │ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Image
│ │ │ │ │ │ └── 查找.ico
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 28_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 28_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 28_01.exe
│ │ │ │ │ │ ├── 28_01.pdb
│ │ │ │ │ │ ├── _8_01.CrystalReport1.rpt
│ │ │ │ │ │ ├── _8_01.Form1.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── CrystalReport1.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 28_01.sln
│ │ │ │ └── 28_01.suo
│ │ │ ├── Database
│ │ │ │ ├── db_28_Data.MDF
│ │ │ │ └── db_28_Log.LDF
│ │ │ └── 光盘使用说明.doc
│ │ ├── 29
│ │ │ ├── 29_01
│ │ │ │ └── PageSetupDialog
│ │ │ │ ├── PageSetupDialog
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ └── PageSetupDialog.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── PageSetupDialog.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ │ ├── PageSetupDialog.Form1.resources
│ │ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ │ ├── PageSetupDialog.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── PageSetupDialog.csproj.FileList.txt
│ │ │ │ │ ├── PageSetupDialog.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── PageSetupDialog.sln
│ │ │ │ └── PageSetupDialog.suo
│ │ │ ├── 29_02
│ │ │ │ └── PageSetupDialog
│ │ │ │ ├── PageSetupDialog
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ └── PageSetupDialog.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── PageSetupDialog.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── PageSetupDialog.exe
│ │ │ │ │ │ │ ├── PageSetupDialog.Form1.resources
│ │ │ │ │ │ │ ├── PageSetupDialog.pdb
│ │ │ │ │ │ │ ├── PageSetupDialog.Properties.Resources.resources
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── PageSetupDialog.csproj.FileList.txt
│ │ │ │ │ ├── PageSetupDialog.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── PageSetupDialog.sln
│ │ │ │ └── PageSetupDialog.suo
│ │ │ └── 29_03
│ │ │ └── PrintTest
│ │ │ ├── PrintTest
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PrintTest.exe
│ │ │ │ │ ├── PrintTest.pdb
│ │ │ │ │ └── PrintTest.vshost.exe
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── PrintTest.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── PrintTest.exe
│ │ │ │ │ │ ├── PrintTest.Form1.resources
│ │ │ │ │ │ ├── PrintTest.pdb
│ │ │ │ │ │ ├── PrintTest.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── PrintTest.csproj.FileList.txt
│ │ │ │ ├── PrintTest.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PrintTest.sln
│ │ │ └── PrintTest.suo
│ │ ├── 31
│ │ │ ├── 31_01
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ ├── 31_02
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ ├── 31_03
│ │ │ │ ├── App_Data
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── test.xml
│ │ │ │ ├── test.xsl
│ │ │ │ └── Web.Config
│ │ │ └── 31_04
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Image
│ │ │ ├── list.xml
│ │ │ ├── list.xsl
│ │ │ └── Web.Config
│ │ ├── 32
│ │ │ └── 32_01
│ │ │ ├── 32_01
│ │ │ │ ├── 32_01.csproj
│ │ │ │ ├── 3dwarro.cur
│ │ │ │ ├── 3dwno.cur
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ └── 32_01.vshost.exe
│ │ │ │ ├── frmDoDragDrop.cs
│ │ │ │ ├── frmDoDragDrop.designer.cs
│ │ │ │ ├── frmDoDragDrop.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_01.frmDoDragDrop.resources
│ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ ├── 32_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ ├── mingrisoft.sl._32._09.Snip_DragNDrop.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_01.sln
│ │ │ └── 32_01.suo
│ │ ├── 35
│ │ │ ├── 35_01
│ │ │ │ ├── 35_01
│ │ │ │ │ ├── 35_01.csproj
│ │ │ │ │ ├── Account.cs
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_01.dll
│ │ │ │ │ │ └── 35_01.pdb
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 35_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_01.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── 35_01.dll
│ │ │ │ │ │ ├── 35_01.pdb
│ │ │ │ │ │ ├── Interop.MMC20.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ └── Transfer.cs
│ │ │ │ ├── 35_01.sln
│ │ │ │ ├── 35_01.snk
│ │ │ │ └── 35_01.suo
│ │ │ ├── 35_02
│ │ │ │ ├── 35_02
│ │ │ │ │ ├── 35_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_02.exe
│ │ │ │ │ │ ├── 35_02.pdb
│ │ │ │ │ │ ├── 35_02.vshost.exe
│ │ │ │ │ │ ├── Ex35_01.dll
│ │ │ │ │ │ ├── Ex35_01.pdb
│ │ │ │ │ │ └── Ex35_01.tlb
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 35_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 35_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 35_02.exe
│ │ │ │ │ │ ├── 35_02.pdb
│ │ │ │ │ │ ├── _5_02.Form1.resources
│ │ │ │ │ │ ├── _5_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 35_02.sln
│ │ │ │ └── 35_02.suo
│ │ │ ├── Database
│ │ │ │ ├── db_35_data.mdf
│ │ │ │ └── db_35_log.ldf
│ │ │ └── 光盘使用说明.doc
│ │ ├── 36
│ │ │ ├── 36_01
│ │ │ │ └── 36_01
│ │ │ │ ├── 36_01
│ │ │ │ │ ├── 36_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ │ └── 36_01.vshost.exe
│ │ │ │ │ ├── FrmwebRequest.cs
│ │ │ │ │ ├── FrmwebRequest.Designer.cs
│ │ │ │ │ ├── FrmwebRequest.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ │ ├── _6_01.FrmwebRequest.resources
│ │ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 36_01.sln
│ │ │ │ └── 36_01.suo
│ │ │ ├── 36_02
│ │ │ │ └── 36_02
│ │ │ │ ├── 36_02
│ │ │ │ │ ├── 36_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ │ └── 36_02.vshost.exe
│ │ │ │ │ ├── FrmFileInfo.cs
│ │ │ │ │ ├── FrmFileInfo.Designer.cs
│ │ │ │ │ ├── FrmFileInfo.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ │ ├── _6_02.FrmFileInfo.resources
│ │ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 36_02.sln
│ │ │ │ └── 36_02.suo
│ │ │ ├── 36_03
│ │ │ │ ├── udp
│ │ │ │ │ ├── udp
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── udp.exe
│ │ │ │ │ │ │ ├── udp.pdb
│ │ │ │ │ │ │ └── udp.vshost.exe
│ │ │ │ │ │ ├── frmServer.cs
│ │ │ │ │ │ ├── frmServer.Designer.cs
│ │ │ │ │ │ ├── frmServer.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── udp.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── udp.exe
│ │ │ │ │ │ │ │ ├── udp.frmServer.resources
│ │ │ │ │ │ │ │ ├── udp.pdb
│ │ │ │ │ │ │ │ └── udp.Properties.Resources.resources
│ │ │ │ │ │ │ └── udp.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── udp.csproj
│ │ │ │ │ ├── udp.sln
│ │ │ │ │ └── udp.suo
│ │ │ │ ├── udpSent
│ │ │ │ │ ├── udpSent
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── udpSent.exe
│ │ │ │ │ │ │ ├── udpSent.pdb
│ │ │ │ │ │ │ └── udpSent.vshost.exe
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── udpSent.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── udpSent.exe
│ │ │ │ │ │ │ │ ├── udpSent.Form1.resources
│ │ │ │ │ │ │ │ ├── udpSent.pdb
│ │ │ │ │ │ │ │ └── udpSent.Properties.Resources.resources
│ │ │ │ │ │ │ └── udpSent.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── udpSent.csproj
│ │ │ │ │ ├── udpSent.sln
│ │ │ │ │ └── udpSent.suo
│ │ │ │ └── 使用说明.txt
│ │ │ ├── 36_04
│ │ │ │ ├── Win_Talk
│ │ │ │ │ ├── Win_Talk
│ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── Debug
│ │ │ │ │ │ │ ├── Win_Talk.exe
│ │ │ │ │ │ │ ├── Win_Talk.pdb
│ │ │ │ │ │ │ └── Win_Talk.vshost.exe
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── obj
│ │ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ │ ├── Win_Talk.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ │ ├── Win_Talk.exe
│ │ │ │ │ │ │ │ ├── Win_Talk.Form1.resources
│ │ │ │ │ │ │ │ ├── Win_Talk.pdb
│ │ │ │ │ │ │ │ └── Win_Talk.Properties.Resources.resources
│ │ │ │ │ │ │ └── Win_Talk.csproj.FileList.txt
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ │ └── Win_Talk.csproj
│ │ │ │ │ ├── Win_Talk.sln
│ │ │ │ │ └── Win_Talk.suo
│ │ │ │ └── win_talkClient
│ │ │ │ ├── win_talkClient
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── win_talkClient.exe
│ │ │ │ │ │ ├── win_talkClient.pdb
│ │ │ │ │ │ └── win_talkClient.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ ├── win_talkClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── win_talkClient.exe
│ │ │ │ │ │ │ ├── win_talkClient.Form1.resources
│ │ │ │ │ │ │ ├── win_talkClient.pdb
│ │ │ │ │ │ │ └── win_talkClient.Properties.Resources.resources
│ │ │ │ │ │ └── win_talkClient.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── win_talkClient.csproj
│ │ │ │ ├── win_talkClient.sln
│ │ │ │ └── win_talkClient.suo
│ │ │ ├── 36_05
│ │ │ │ └── 36_05
│ │ │ │ ├── 36_05
│ │ │ │ │ ├── 36_05.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_05.exe
│ │ │ │ │ │ ├── 36_05.pdb
│ │ │ │ │ │ └── 36_05.vshost.exe
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 36_05.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 36_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 36_05.exe
│ │ │ │ │ │ ├── 36_05.pdb
│ │ │ │ │ │ ├── _6_05.Properties.Resources.resources
│ │ │ │ │ │ ├── _6_05.Send_mal.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── Send_mal.cs
│ │ │ │ │ ├── Send_mal.designer.cs
│ │ │ │ │ └── Send_mal.resx
│ │ │ │ ├── 36_05.sln
│ │ │ │ └── 36_05.suo
│ │ │ └── 36_06
│ │ │ └── 36_06
│ │ │ ├── 36_06
│ │ │ │ ├── 36_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_06.exe
│ │ │ │ │ ├── 36_06.pdb
│ │ │ │ │ └── 36_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_06.exe
│ │ │ │ │ ├── 36_06.pdb
│ │ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_06.sln
│ │ │ └── 36_06.suo
│ │ ├── 37
│ │ │ ├── 37_01
│ │ │ │ └── 37_01
│ │ │ │ ├── 37_01
│ │ │ │ │ ├── 37_01.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ │ └── 37_01.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_01.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 37_01.sln
│ │ │ │ └── 37_01.suo
│ │ │ ├── 37_02
│ │ │ │ └── 37_02
│ │ │ │ ├── 37_02
│ │ │ │ │ ├── 37_02.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_02.exe
│ │ │ │ │ │ ├── 37_02.pdb
│ │ │ │ │ │ └── 37_02.vshost.exe
│ │ │ │ │ ├── FrmUserTime.cs
│ │ │ │ │ ├── FrmUserTime.designer.cs
│ │ │ │ │ ├── FrmUserTime.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_02.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_02.exe
│ │ │ │ │ │ ├── 37_02.pdb
│ │ │ │ │ │ ├── _7_02.FrmUserTime.resources
│ │ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 37_02.sln
│ │ │ │ └── 37_02.suo
│ │ │ ├── 37_03
│ │ │ │ └── 37_03
│ │ │ │ ├── 37_03
│ │ │ │ │ ├── 37_03.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_03.exe
│ │ │ │ │ │ ├── 37_03.pdb
│ │ │ │ │ │ └── 37_03.vshost.exe
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 37_03.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 37_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 37_03.exe
│ │ │ │ │ │ ├── 37_03.pdb
│ │ │ │ │ │ ├── _7_03.Form1.resources
│ │ │ │ │ │ ├── _7_03.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
│ │ │ │ │ ├── 130.ico
│ │ │ │ │ └── 131.ico
│ │ │ │ ├── 37_03.sln
│ │ │ │ └── 37_03.suo
│ │ │ └── 37_04
│ │ │ └── 37_04
│ │ │ ├── 37_04
│ │ │ │ ├── 37_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_04.exe
│ │ │ │ │ ├── 37_04.pdb
│ │ │ │ │ └── 37_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 37_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 37_04.exe
│ │ │ │ │ ├── 37_04.pdb
│ │ │ │ │ ├── _7_04.Form1.resources
│ │ │ │ │ ├── _7_04.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
│ │ │ │ ├── 08.ico
│ │ │ │ ├── 10.ico
│ │ │ │ └── 11.ico
│ │ │ ├── 37_04.sln
│ │ │ └── 37_04.suo
│ │ ├── 38
│ │ │ └── 38_01
│ │ │ └── ThreadMonitorFile
│ │ │ ├── ThreadMonitorFile
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ThreadMonitorFile.exe
│ │ │ │ │ ├── ThreadMonitorFile.pdb
│ │ │ │ │ └── ThreadMonitorFile.vshost.exe
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── FrmMain.cs
│ │ │ │ ├── FrmMain.Designer.cs
│ │ │ │ ├── FrmMain.resx
│ │ │ │ ├── frmThread.cs
│ │ │ │ ├── frmThread.Designer.cs
│ │ │ │ ├── frmThread.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── ThreadMonitorFile.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ThreadMonitorFile.exe
│ │ │ │ │ │ ├── ThreadMonitorFile.FrmMain.resources
│ │ │ │ │ │ ├── ThreadMonitorFile.frmThread.resources
│ │ │ │ │ │ ├── ThreadMonitorFile.pdb
│ │ │ │ │ │ └── ThreadMonitorFile.Properties.Resources.resources
│ │ │ │ │ └── ThreadMonitorFile.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ThreadMonitorFile.csproj
│ │ │ ├── ThreadMonitorFile.sln
│ │ │ └── ThreadMonitorFile.suo
│ │ └── 39
│ │ ├── 39_01
│ │ │ └── RemotingClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RemotingClass.dll
│ │ │ │ └── RemotingClass.pdb
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RemotingClass.cs
│ │ │ ├── RemotingClass.csproj
│ │ │ ├── RemotingClass.Designer.cs
│ │ │ └── RemotingClass.resx
│ │ ├── 39_02
│ │ │ └── RemotingServer
│ │ │ ├── RemotingServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── hb.txt
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingServer.csproj
│ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ └── RemotingServerForm.resx
│ │ │ ├── RemotingServer.sln
│ │ │ └── RemotingServer.suo
│ │ ├── 39_03
│ │ │ ├── RemotingClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ └── RemotingClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClass.cs
│ │ │ │ ├── RemotingClass.csproj
│ │ │ │ ├── RemotingClass.Designer.cs
│ │ │ │ └── RemotingClass.resx
│ │ │ ├── RemotingClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ ├── RemotingClient.exe.Config
│ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ ├── RemotingClient.vshost.exe
│ │ │ │ │ └── RemotingClient.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ │ ├── RemotingClient.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingClient.RemotingClientForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClient.csproj
│ │ │ │ ├── RemotingClientForm.cs
│ │ │ │ ├── RemotingClientForm.Designer.cs
│ │ │ │ └── RemotingClientForm.resx
│ │ │ ├── RemotingServer
│ │ │ │ ├── RemotingServer
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── hb.txt
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── RemotingServer.csproj
│ │ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ │ └── RemotingServerForm.resx
│ │ │ │ ├── RemotingServer.sln
│ │ │ │ └── RemotingServer.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 39_04
│ │ │ └── Remoting
│ │ │ ├── RemotingClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ └── RemotingClass.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClass.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ │ ├── RemotingClass.FarClass.resources
│ │ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ │ ├── RemotingClass.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClass.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClass.cs
│ │ │ │ ├── RemotingClass.csproj
│ │ │ │ ├── RemotingClass.Designer.cs
│ │ │ │ └── RemotingClass.resx
│ │ │ ├── RemotingClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ ├── RemotingClient.exe.Config
│ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ ├── RemotingClient.vshost.exe
│ │ │ │ │ └── RemotingClient.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingClient.exe
│ │ │ │ │ │ ├── RemotingClient.pdb
│ │ │ │ │ │ ├── RemotingClient.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingClient.RemotingClientForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── RemotingClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingClient.csproj
│ │ │ │ ├── RemotingClientForm.cs
│ │ │ │ ├── RemotingClientForm.Designer.cs
│ │ │ │ └── RemotingClientForm.resx
│ │ │ └── RemotingServer
│ │ │ ├── RemotingServer
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── RemotingClass.dll
│ │ │ │ │ ├── RemotingClass.pdb
│ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ ├── RemotingServer.exe.Config
│ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ ├── RemotingServer.vshost.exe
│ │ │ │ │ └── RemotingServer.vshost.exe.config
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── build.force
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── RemotingServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── RemotingServer.exe
│ │ │ │ │ │ ├── RemotingServer.pdb
│ │ │ │ │ │ ├── RemotingServer.Properties.Resources.resources
│ │ │ │ │ │ ├── RemotingServer.RemotingServerForm.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── RemotingServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RemotingServer.csproj
│ │ │ │ ├── RemotingServerForm.cs
│ │ │ │ ├── RemotingServerForm.Designer.cs
│ │ │ │ └── RemotingServerForm.resx
│ │ │ ├── RemotingServer.sln
│ │ │ └── RemotingServer.suo
│ │ ├── Database
│ │ │ ├── test_Data.MDF
│ │ │ └── test_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── lx
│ │ ├── 01
│ │ │ ├── 安装VS2005-MSDN.swf
│ │ │ └── 安装VS2005.swf
│ │ ├── 07
│ │ │ ├── 创建MDI窗体.swf
│ │ │ ├── 创建Windows窗体.swf
│ │ │ └── 创建继承窗体.swf
│ │ ├── 10
│ │ │ ├── 下拉式菜单设计.swf
│ │ │ ├── 使用ToolStrip控件设计工具栏.swf
│ │ │ ├── 弹出式菜单设计.swf
│ │ │ └── 状态栏设计.swf
│ │ ├── 12
│ │ │ ├── 安装IIS.swf
│ │ │ └── 配置IIS.swf
│ │ ├── 20
│ │ │ ├── 分离数据库.swf
│ │ │ ├── 安装Access 2003数据库.swf
│ │ │ ├── 安装Aceess 2000数据库.swf
│ │ │ ├── 安装SQL Server 2000.swf
│ │ │ ├── 安装SQL Server 2005.swf
│ │ │ ├── 数据库备份.swf
│ │ │ ├── 数据库还原.swf
│ │ │ └── 附加数据库.swf
│ │ ├── 25
│ │ │ ├── 制作CHM文件.swf
│ │ │ ├── 制作HTML帮助关键字和索引文件.swf
│ │ │ ├── 制作HTML项目文件.swf
│ │ │ ├── 制作帮助文件.swf
│ │ │ ├── 制作帮助索引.swf
│ │ │ ├── 制用HTML帮助目录文件.swf
│ │ │ ├── 安装Help Workshop.swf
│ │ │ ├── 安装Microsoft HTML Help Workshop.swf
│ │ │ └── 编辑RTF文件.swf
│ │ ├── 28
│ │ │ ├── 创建Crystal报表.swf
│ │ │ └── 在Crystal报表中操作数据源.swf
│ │ ├── 35
│ │ │ ├── 建立COM 组件强名称.swf
│ │ │ └── 注册COM 服务组件.swf
│ │ ├── 40
│ │ │ ├── windows应用程序部署.swf
│ │ │ └── 安装及卸载windows程序.swf
│ │ └── 41
│ │ ├── 网站发布.swf
│ │ └── 网站打包与安装.swf
│ └── sl
│ ├── 02
│ │ ├── 02_01
│ │ │ ├── 02_01
│ │ │ │ ├── 02_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_01.exe
│ │ │ │ │ ├── 02_01.pdb
│ │ │ │ │ └── 02_01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_01.exe
│ │ │ │ │ ├── 02_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_01.sln
│ │ │ └── 02_01.suo
│ │ ├── 02_02
│ │ │ ├── 02_02
│ │ │ │ ├── 02_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_02.exe
│ │ │ │ │ ├── 02_02.pdb
│ │ │ │ │ └── 02_02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_02.exe
│ │ │ │ │ ├── 02_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_02.sln
│ │ │ └── 02_02.suo
│ │ ├── 02_03
│ │ │ ├── 02_03
│ │ │ │ ├── 02_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_03.exe
│ │ │ │ │ ├── 02_03.pdb
│ │ │ │ │ └── 02_03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_03.exe
│ │ │ │ │ ├── 02_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_03.sln
│ │ │ └── 02_03.suo
│ │ ├── 02_04
│ │ │ ├── 02_04
│ │ │ │ ├── 02_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_04.exe
│ │ │ │ │ ├── 02_04.pdb
│ │ │ │ │ └── 02_04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_04.exe
│ │ │ │ │ ├── 02_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_04.sln
│ │ │ └── 02_04.suo
│ │ ├── 02_05
│ │ │ ├── 02_05
│ │ │ │ ├── 02_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_05.exe
│ │ │ │ │ ├── 02_05.pdb
│ │ │ │ │ └── 02_05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_05.exe
│ │ │ │ │ ├── 02_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_05.sln
│ │ │ └── 02_05.suo
│ │ ├── 02_06
│ │ │ ├── 02_06
│ │ │ │ ├── 02_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_06.exe
│ │ │ │ │ ├── 02_06.pdb
│ │ │ │ │ └── 02_06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_06.exe
│ │ │ │ │ ├── 02_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_06.sln
│ │ │ └── 02_06.suo
│ │ ├── 02_07
│ │ │ ├── 02_07
│ │ │ │ ├── 02_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_07.exe
│ │ │ │ │ ├── 02_07.pdb
│ │ │ │ │ └── 02_07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_07.exe
│ │ │ │ │ ├── 02_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_07.sln
│ │ │ └── 02_07.suo
│ │ ├── 02_08
│ │ │ ├── 02_08
│ │ │ │ ├── 02_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_08.exe
│ │ │ │ │ ├── 02_08.pdb
│ │ │ │ │ └── 02_08.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_08.exe
│ │ │ │ │ ├── 02_08.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_08.sln
│ │ │ └── 02_08.suo
│ │ ├── 02_09
│ │ │ ├── 02_09
│ │ │ │ ├── 02_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_09.exe
│ │ │ │ │ ├── 02_09.pdb
│ │ │ │ │ └── 02_09.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_09.exe
│ │ │ │ │ ├── 02_09.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_09.sln
│ │ │ └── 02_09.suo
│ │ ├── 02_10
│ │ │ ├── 02_10
│ │ │ │ ├── 02_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_10.exe
│ │ │ │ │ ├── 02_10.pdb
│ │ │ │ │ └── 02_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02_10.exe
│ │ │ │ │ ├── 02_10.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02_10.sln
│ │ │ └── 02_10.suo
│ │ └── 02_11
│ │ ├── 02_11
│ │ │ ├── 02_11.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 02_11.exe
│ │ │ │ ├── 02_11.pdb
│ │ │ │ └── 02_11.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 02_11.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 02_11.exe
│ │ │ │ ├── 02_11.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 02_11.sln
│ │ └── 02_11.suo
│ ├── 03
│ │ ├── 03_01
│ │ │ ├── 03_01
│ │ │ │ ├── 03_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_01.exe
│ │ │ │ │ ├── 03_01.pdb
│ │ │ │ │ └── 03_01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_01.exe
│ │ │ │ │ ├── 03_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_01.sln
│ │ │ └── 03_01.suo
│ │ ├── 03_02
│ │ │ ├── 03_02
│ │ │ │ ├── 03_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_02.exe
│ │ │ │ │ ├── 03_02.pdb
│ │ │ │ │ └── 03_02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_02.exe
│ │ │ │ │ ├── 03_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_02.sln
│ │ │ └── 03_02.suo
│ │ ├── 03_03
│ │ │ ├── 03_03
│ │ │ │ ├── 03_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_03.exe
│ │ │ │ │ ├── 03_03.pdb
│ │ │ │ │ └── 03_03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_03.exe
│ │ │ │ │ ├── 03_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_03.sln
│ │ │ └── 03_03.suo
│ │ ├── 03_04
│ │ │ ├── 03_04
│ │ │ │ ├── 03_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_04.exe
│ │ │ │ │ ├── 03_04.pdb
│ │ │ │ │ └── 03_04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_04.exe
│ │ │ │ │ ├── 03_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_04.sln
│ │ │ └── 03_04.suo
│ │ ├── 03_05
│ │ │ ├── 03_05
│ │ │ │ ├── 03_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_05.exe
│ │ │ │ │ ├── 03_05.pdb
│ │ │ │ │ └── 03_05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_05.exe
│ │ │ │ │ ├── 03_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_05.sln
│ │ │ └── 03_05.suo
│ │ ├── 03_06
│ │ │ ├── 03_06
│ │ │ │ ├── 03_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_06.exe
│ │ │ │ │ ├── 03_06.pdb
│ │ │ │ │ └── 03_06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_06.exe
│ │ │ │ │ ├── 03_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_06.sln
│ │ │ └── 03_06.suo
│ │ ├── 03_07
│ │ │ ├── 03_07
│ │ │ │ ├── 03_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_07.exe
│ │ │ │ │ ├── 03_07.pdb
│ │ │ │ │ └── 03_07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_07.exe
│ │ │ │ │ ├── 03_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_07.sln
│ │ │ └── 03_07.suo
│ │ ├── 03_08
│ │ │ ├── 03_08
│ │ │ │ ├── 03_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_08.exe
│ │ │ │ │ ├── 03_08.pdb
│ │ │ │ │ └── 03_08.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_08.exe
│ │ │ │ │ ├── 03_08.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_08.sln
│ │ │ └── 03_08.suo
│ │ ├── 03_09
│ │ │ ├── 03_09
│ │ │ │ ├── 03_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_09.exe
│ │ │ │ │ ├── 03_09.pdb
│ │ │ │ │ └── 03_09.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_09.exe
│ │ │ │ │ ├── 03_09.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_09.sln
│ │ │ └── 03_09.suo
│ │ ├── 03_10
│ │ │ ├── 03_10
│ │ │ │ ├── 03_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_10.exe
│ │ │ │ │ ├── 03_10.pdb
│ │ │ │ │ └── 03_10.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_10.exe
│ │ │ │ │ ├── 03_10.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_10.sln
│ │ │ └── 03_10.suo
│ │ ├── 03_11
│ │ │ ├── 03_11
│ │ │ │ ├── 03_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_11.exe
│ │ │ │ │ ├── 03_11.pdb
│ │ │ │ │ └── 03_11.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_11.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_11.exe
│ │ │ │ │ ├── 03_11.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_11.sln
│ │ │ └── 03_11.suo
│ │ ├── 03_12
│ │ │ ├── 03_12
│ │ │ │ ├── 03_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_12.exe
│ │ │ │ │ ├── 03_12.pdb
│ │ │ │ │ └── 03_12.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_12.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_12.exe
│ │ │ │ │ ├── 03_12.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_12.sln
│ │ │ └── 03_12.suo
│ │ ├── 03_13
│ │ │ ├── 03_13
│ │ │ │ ├── 03_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_13.exe
│ │ │ │ │ ├── 03_13.pdb
│ │ │ │ │ └── 03_13.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_13.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_13.exe
│ │ │ │ │ ├── 03_13.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_13.sln
│ │ │ └── 03_13.suo
│ │ ├── 03_14
│ │ │ ├── 03_14
│ │ │ │ ├── 03_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_14.exe
│ │ │ │ │ ├── 03_14.pdb
│ │ │ │ │ └── 03_14.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_14.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_14.exe
│ │ │ │ │ ├── 03_14.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_14.sln
│ │ │ └── 03_14.suo
│ │ ├── 03_15
│ │ │ ├── 03_15
│ │ │ │ ├── 03_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_15.exe
│ │ │ │ │ ├── 03_15.pdb
│ │ │ │ │ └── 03_15.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_15.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_15.exe
│ │ │ │ │ ├── 03_15.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_15.sln
│ │ │ └── 03_15.suo
│ │ ├── 03_16
│ │ │ ├── 03_16
│ │ │ │ ├── 03_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_16.exe
│ │ │ │ │ ├── 03_16.pdb
│ │ │ │ │ └── 03_16.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03_16.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03_16.exe
│ │ │ │ │ ├── 03_16.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03_16.sln
│ │ │ └── 03_16.suo
│ │ └── 03_17
│ │ ├── 03_17
│ │ │ ├── 03_17.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 03_17.exe
│ │ │ │ ├── 03_17.pdb
│ │ │ │ └── 03_17.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 03_17.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 03_17.exe
│ │ │ │ ├── 03_17.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 03_17.sln
│ │ └── 03_17.suo
│ ├── 04
│ │ ├── 04_01
│ │ │ ├── 01
│ │ │ │ ├── 01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.exe
│ │ │ │ │ ├── 01.pdb
│ │ │ │ │ └── 01.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 01.exe
│ │ │ │ │ ├── 01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 01.sln
│ │ │ └── 01.suo
│ │ ├── 04_02
│ │ │ ├── 02
│ │ │ │ ├── 02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02.exe
│ │ │ │ │ ├── 02.pdb
│ │ │ │ │ └── 02.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 02.exe
│ │ │ │ │ ├── 02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 02.sln
│ │ │ └── 02.suo
│ │ ├── 04_03
│ │ │ ├── 03
│ │ │ │ ├── 03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03.exe
│ │ │ │ │ ├── 03.pdb
│ │ │ │ │ └── 03.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 03.exe
│ │ │ │ │ ├── 03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 03.sln
│ │ │ └── 03.suo
│ │ ├── 04_04
│ │ │ ├── 04
│ │ │ │ ├── 04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 04.exe
│ │ │ │ │ ├── 04.pdb
│ │ │ │ │ └── 04.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 04.exe
│ │ │ │ │ ├── 04.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 04.sln
│ │ │ └── 04.suo
│ │ ├── 04_05
│ │ │ ├── 05
│ │ │ │ ├── 05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 05.exe
│ │ │ │ │ ├── 05.pdb
│ │ │ │ │ └── 05.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 05.exe
│ │ │ │ │ ├── 05.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 05.sln
│ │ │ └── 05.suo
│ │ ├── 04_06
│ │ │ ├── 06
│ │ │ │ ├── 06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 06.exe
│ │ │ │ │ ├── 06.pdb
│ │ │ │ │ └── 06.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 06.exe
│ │ │ │ │ ├── 06.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 06.sln
│ │ │ └── 06.suo
│ │ ├── 04_07
│ │ │ ├── 07
│ │ │ │ ├── 07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07.exe
│ │ │ │ │ ├── 07.pdb
│ │ │ │ │ └── 07.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ ├── 07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 07.exe
│ │ │ │ │ ├── 07.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 07.sln
│ │ │ └── 07.suo
│ │ └── 04_08
│ │ ├── 08
│ │ │ ├── 08.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ ├── 08.pdb
│ │ │ │ └── 08.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 08.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ ├── 08.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 08.sln
│ │ └── 08.suo
│ ├── 08
│ │ ├── 08_01
│ │ │ ├── 08_01
│ │ │ │ ├── 08_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── 08_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmLabel.cs
│ │ │ │ ├── frmLabel.designer.cs
│ │ │ │ ├── frmLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── _8_01.frmLabel.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_01.sln
│ │ │ ├── 08_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 08_02
│ │ │ ├── 08_01
│ │ │ │ ├── 08_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── 08_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmLabel.cs
│ │ │ │ ├── frmLabel.designer.cs
│ │ │ │ ├── frmLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_01.exe
│ │ │ │ │ │ ├── 08_01.pdb
│ │ │ │ │ │ ├── _8_01.frmLabel.resources
│ │ │ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_01.sln
│ │ │ └── 08_01.suo
│ │ ├── 08_03
│ │ │ ├── 08_02
│ │ │ │ ├── 08_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── 08_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmLinkLabel.cs
│ │ │ │ ├── frmLinkLabel.designer.cs
│ │ │ │ ├── frmLinkLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── _8_02.Form1.resources
│ │ │ │ │ │ ├── _8_02.frmLinkLabel.resources
│ │ │ │ │ │ ├── _8_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_02.sln
│ │ │ └── 08_02.suo
│ │ ├── 08_04
│ │ │ ├── 08_02
│ │ │ │ ├── 08_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── 08_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmLinkLabel.cs
│ │ │ │ ├── frmLinkLabel.designer.cs
│ │ │ │ ├── frmLinkLabel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_02.exe
│ │ │ │ │ │ ├── 08_02.pdb
│ │ │ │ │ │ ├── _8_02.Form1.resources
│ │ │ │ │ │ ├── _8_02.frmLinkLabel.resources
│ │ │ │ │ │ ├── _8_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_02.sln
│ │ │ └── 08_02.suo
│ │ ├── 08_05
│ │ │ ├── 08_03
│ │ │ │ ├── 08_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── 08_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmText.cs
│ │ │ │ ├── frmText.designer.cs
│ │ │ │ ├── frmText.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── _8_03.frmText.resources
│ │ │ │ │ │ ├── _8_03.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_03.sln
│ │ │ └── 08_03.suo
│ │ ├── 08_06
│ │ │ ├── 08_04
│ │ │ │ ├── 08_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── 08_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmRichTextBox.cs
│ │ │ │ ├── frmRichTextBox.designer.cs
│ │ │ │ ├── frmRichTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── _8_04.frmRichTextBox.resources
│ │ │ │ │ │ ├── _8_04.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_04.sln
│ │ │ └── 08_04.suo
│ │ ├── 08_07
│ │ │ ├── 08_04
│ │ │ │ ├── 08_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── 08_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmRichTextBox.cs
│ │ │ │ ├── frmRichTextBox.designer.cs
│ │ │ │ ├── frmRichTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_04.exe
│ │ │ │ │ │ ├── 08_04.pdb
│ │ │ │ │ │ ├── _8_04.frmRichTextBox.resources
│ │ │ │ │ │ ├── _8_04.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_04.sln
│ │ │ └── 08_04.suo
│ │ ├── 08_08
│ │ │ ├── 08_03
│ │ │ │ ├── 08_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── 08_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmText.cs
│ │ │ │ ├── frmText.designer.cs
│ │ │ │ ├── frmText.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_03.exe
│ │ │ │ │ │ ├── 08_03.pdb
│ │ │ │ │ │ ├── _8_03.frmText.resources
│ │ │ │ │ │ ├── _8_03.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_03.sln
│ │ │ └── 08_03.suo
│ │ ├── 08_09
│ │ │ ├── 08_05
│ │ │ │ ├── 08_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── 08_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListBox.cs
│ │ │ │ ├── frmListBox.designer.cs
│ │ │ │ ├── frmListBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── _8_05.frmListBox.resources
│ │ │ │ │ │ ├── _8_05.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_05.sln
│ │ │ └── 08_05.suo
│ │ ├── 08_10
│ │ │ ├── 08_05
│ │ │ │ ├── 08_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── 08_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListBox.cs
│ │ │ │ ├── frmListBox.designer.cs
│ │ │ │ ├── frmListBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_05.exe
│ │ │ │ │ │ ├── 08_05.pdb
│ │ │ │ │ │ ├── _8_05.frmListBox.resources
│ │ │ │ │ │ ├── _8_05.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_05.sln
│ │ │ └── 08_05.suo
│ │ ├── 08_11
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_12
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_13
│ │ │ ├── 08_06
│ │ │ │ ├── 08_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── 08_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmCombox.cs
│ │ │ │ ├── frmCombox.designer.cs
│ │ │ │ ├── frmCombox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_06.exe
│ │ │ │ │ │ ├── 08_06.pdb
│ │ │ │ │ │ ├── _8_06.frmCombox.resources
│ │ │ │ │ │ ├── _8_06.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_06.sln
│ │ │ └── 08_06.suo
│ │ ├── 08_14
│ │ │ ├── 08_07
│ │ │ │ ├── 08_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── 08_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListView .cs
│ │ │ │ ├── frmListView .designer.cs
│ │ │ │ ├── frmListView .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── _8_07.frmListView.resources
│ │ │ │ │ │ ├── _8_07.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_07.sln
│ │ │ └── 08_07.suo
│ │ ├── 08_15
│ │ │ ├── 08_07
│ │ │ │ ├── 08_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── 08_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmListView .cs
│ │ │ │ ├── frmListView .designer.cs
│ │ │ │ ├── frmListView .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_07.exe
│ │ │ │ │ │ ├── 08_07.pdb
│ │ │ │ │ │ ├── _8_07.frmListView.resources
│ │ │ │ │ │ ├── _8_07.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_07.sln
│ │ │ └── 08_07.suo
│ │ ├── 08_16
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_17
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_18
│ │ │ ├── 08_08
│ │ │ │ ├── 08_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── 08_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTrerView.cs
│ │ │ │ ├── frmTrerView.designer.cs
│ │ │ │ ├── frmTrerView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_08.exe
│ │ │ │ │ │ ├── 08_08.pdb
│ │ │ │ │ │ ├── _8_08.frmTrerView.resources
│ │ │ │ │ │ ├── _8_08.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_08.sln
│ │ │ └── 08_08.suo
│ │ ├── 08_19
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_20
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_21
│ │ │ ├── 08_09
│ │ │ │ ├── 08_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── 08_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNumericUpDow.cs
│ │ │ │ ├── frmNumericUpDow.designer.cs
│ │ │ │ ├── frmNumericUpDow.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_09.exe
│ │ │ │ │ │ ├── 08_09.pdb
│ │ │ │ │ │ ├── _8_09.frmNumericUpDow.resources
│ │ │ │ │ │ ├── _8_09.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_09.sln
│ │ │ └── 08_09.suo
│ │ ├── 08_22
│ │ │ └── 08_10
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ ├── frmCheckBox.cs
│ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ ├── frmCheckBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_10.sln
│ │ │ └── 08_10.suo
│ │ ├── 08_23
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_24
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ ├── 08_10.suo
│ │ │ └── 08_11.suo
│ │ ├── 08_25
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_26
│ │ │ ├── 08_10
│ │ │ │ ├── 08_10
│ │ │ │ │ ├── 08_10.csproj
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ └── 08_10.vshost.exe
│ │ │ │ │ ├── frmCheckBox.cs
│ │ │ │ │ ├── frmCheckBox.designer.cs
│ │ │ │ │ ├── frmCheckBox.resx
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── 08_10.csproj.FileList.txt
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── 08_10.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_10.exe
│ │ │ │ │ │ ├── 08_10.pdb
│ │ │ │ │ │ ├── _8_10.frmCheckBox.resources
│ │ │ │ │ │ ├── _8_10.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── 08_10.sln
│ │ │ │ └── 08_10.suo
│ │ │ └── 08_10.suo
│ │ ├── 08_27
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_28
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_29
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_30
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_31
│ │ │ ├── 08_12
│ │ │ │ ├── 08_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── 08_12.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmNotifyIcon .cs
│ │ │ │ ├── frmNotifyIcon .designer.cs
│ │ │ │ ├── frmNotifyIcon .resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_12.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_12.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_12.exe
│ │ │ │ │ │ ├── 08_12.pdb
│ │ │ │ │ │ ├── _8_12.frmNotifyIcon.resources
│ │ │ │ │ │ ├── _8_12.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_12.sln
│ │ │ └── 08_12.suo
│ │ ├── 08_32
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_33
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_34
│ │ │ ├── 08_13
│ │ │ │ ├── 08_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── 08_13.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmData.cs
│ │ │ │ ├── frmData.designer.cs
│ │ │ │ ├── frmData.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_13.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_13.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_13.exe
│ │ │ │ │ │ ├── 08_13.pdb
│ │ │ │ │ │ ├── _8_13.frmData.resources
│ │ │ │ │ │ ├── _8_13.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_13.sln
│ │ │ └── 08_13.suo
│ │ ├── 08_35
│ │ │ ├── 08_14
│ │ │ │ ├── 08_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── 08_14.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMonthCalendar.cs
│ │ │ │ ├── frmMonthCalendar.designer.cs
│ │ │ │ ├── frmMonthCalendar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_14.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── _8_14.frmMonthCalendar.resources
│ │ │ │ │ │ ├── _8_14.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_14.sln
│ │ │ └── 08_14.suo
│ │ ├── 08_36
│ │ │ ├── 08_14
│ │ │ │ ├── 08_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── 08_14.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMonthCalendar.cs
│ │ │ │ ├── frmMonthCalendar.designer.cs
│ │ │ │ ├── frmMonthCalendar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_14.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_14.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_14.exe
│ │ │ │ │ │ ├── 08_14.pdb
│ │ │ │ │ │ ├── _8_14.frmMonthCalendar.resources
│ │ │ │ │ │ ├── _8_14.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_14.sln
│ │ │ └── 08_14.suo
│ │ ├── 08_37
│ │ │ ├── 08_15
│ │ │ │ ├── 08_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_15.exe
│ │ │ │ │ │ ├── 08_15.pdb
│ │ │ │ │ │ ├── 08_15.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmToolTip.cs
│ │ │ │ ├── frmToolTip.designer.cs
│ │ │ │ ├── frmToolTip.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_15.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_15.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_15.exe
│ │ │ │ │ │ ├── 08_15.pdb
│ │ │ │ │ │ ├── _8_15.frmToolTip.resources
│ │ │ │ │ │ ├── _8_15.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_15.sln
│ │ │ └── 08_15.suo
│ │ ├── 08_38
│ │ │ ├── 08_16
│ │ │ │ ├── 08_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_16.exe
│ │ │ │ │ │ ├── 08_16.pdb
│ │ │ │ │ │ ├── 08_16.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmProgressBar.cs
│ │ │ │ ├── frmProgressBar.designer.cs
│ │ │ │ ├── frmProgressBar.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_16.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_16.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_16.exe
│ │ │ │ │ │ ├── 08_16.pdb
│ │ │ │ │ │ ├── _8_16.frmProgressBar.resources
│ │ │ │ │ │ ├── _8_16.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_16.sln
│ │ │ └── 08_16.suo
│ │ ├── 08_39
│ │ │ ├── 08_17
│ │ │ │ ├── 08_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── 08_17.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_17.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── _8_17.Form2.resources
│ │ │ │ │ │ ├── _8_17.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_17.sln
│ │ │ └── 08_17.suo
│ │ ├── 08_40
│ │ │ ├── 08_17
│ │ │ │ ├── 08_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── 08_17.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.designer.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_17.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_17.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_17.exe
│ │ │ │ │ │ ├── 08_17.pdb
│ │ │ │ │ │ ├── _8_17.Form2.resources
│ │ │ │ │ │ ├── _8_17.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_17.sln
│ │ │ └── 08_17.suo
│ │ ├── 08_41
│ │ │ ├── 08_18
│ │ │ │ ├── 08_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── 08_18.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMaskedTextBox.cs
│ │ │ │ ├── frmMaskedTextBox.designer.cs
│ │ │ │ ├── frmMaskedTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_18.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── _8_18.frmMaskedTextBox.resources
│ │ │ │ │ │ ├── _8_18.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_18.sln
│ │ │ └── 08_18.suo
│ │ ├── 08_42
│ │ │ ├── 08_18
│ │ │ │ ├── 08_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── 08_18.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMaskedTextBox.cs
│ │ │ │ ├── frmMaskedTextBox.designer.cs
│ │ │ │ ├── frmMaskedTextBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_18.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_18.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_18.exe
│ │ │ │ │ │ ├── 08_18.pdb
│ │ │ │ │ │ ├── _8_18.frmMaskedTextBox.resources
│ │ │ │ │ │ ├── _8_18.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_18.sln
│ │ │ └── 08_18.suo
│ │ ├── 08_43
│ │ │ ├── 08_19
│ │ │ │ ├── 08_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── 08_19.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFlowLayoutPane.cs
│ │ │ │ ├── frmFlowLayoutPane.designer.cs
│ │ │ │ ├── frmFlowLayoutPane.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_19.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── _8_19.frmFlowLayoutPane.resources
│ │ │ │ │ │ ├── _8_19.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_19.sln
│ │ │ └── 08_19.suo
│ │ ├── 08_44
│ │ │ ├── 08_19
│ │ │ │ ├── 08_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── 08_19.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFlowLayoutPane.cs
│ │ │ │ ├── frmFlowLayoutPane.designer.cs
│ │ │ │ ├── frmFlowLayoutPane.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_19.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_19.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_19.exe
│ │ │ │ │ │ ├── 08_19.pdb
│ │ │ │ │ │ ├── _8_19.frmFlowLayoutPane.resources
│ │ │ │ │ │ ├── _8_19.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_19.sln
│ │ │ └── 08_19.suo
│ │ ├── 08_45
│ │ │ ├── 08_20
│ │ │ │ ├── 08_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── 08_20.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPanel.cs
│ │ │ │ ├── frmPanel.designer.cs
│ │ │ │ ├── frmPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_20.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── _8_20.frmPanel.resources
│ │ │ │ │ │ ├── _8_20.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_20.sln
│ │ │ └── 08_20.suo
│ │ ├── 08_46
│ │ │ ├── 08_20
│ │ │ │ ├── 08_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── 08_20.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPanel.cs
│ │ │ │ ├── frmPanel.designer.cs
│ │ │ │ ├── frmPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_20.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_20.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_20.exe
│ │ │ │ │ │ ├── 08_20.pdb
│ │ │ │ │ │ ├── _8_20.frmPanel.resources
│ │ │ │ │ │ ├── _8_20.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_20.sln
│ │ │ └── 08_20.suo
│ │ ├── 08_47
│ │ │ ├── 08_21
│ │ │ │ ├── 08_21.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_21.exe
│ │ │ │ │ │ ├── 08_21.pdb
│ │ │ │ │ │ ├── 08_21.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSplitContainer.cs
│ │ │ │ ├── frmSplitContainer.designer.cs
│ │ │ │ ├── frmSplitContainer.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_21.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_21.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_21.exe
│ │ │ │ │ │ ├── 08_21.pdb
│ │ │ │ │ │ ├── _8_21.frmSplitContainer.resources
│ │ │ │ │ │ ├── _8_21.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_21.sln
│ │ │ └── 08_21.suo
│ │ ├── 08_48
│ │ │ └── 08_48
│ │ │ ├── 08_48.csproj
│ │ │ ├── 08_48.sln
│ │ │ ├── 08_48.suo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08_48.exe
│ │ │ │ ├── 08_48.pdb
│ │ │ │ └── 08_48.vshost.exe
│ │ │ ├── frmTabControl.cs
│ │ │ ├── frmTabControl.designer.cs
│ │ │ ├── frmTabControl.resx
│ │ │ ├── obj
│ │ │ │ ├── 08_48.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 08_48.csproj.GenerateResource.Cache
│ │ │ │ ├── 08_48.exe
│ │ │ │ ├── 08_48.pdb
│ │ │ │ ├── _8_48.frmTabControl.resources
│ │ │ │ ├── _8_48.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 08_49
│ │ │ ├── 08_48
│ │ │ │ ├── 08_48.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_48.exe
│ │ │ │ │ ├── 08_48.pdb
│ │ │ │ │ └── 08_48.vshost.exe
│ │ │ │ ├── frmTabControl.cs
│ │ │ │ ├── frmTabControl.designer.cs
│ │ │ │ ├── frmTabControl.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_48.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 08_48.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 08_48.exe
│ │ │ │ │ ├── 08_48.pdb
│ │ │ │ │ ├── _8_48.frmTabControl.resources
│ │ │ │ │ ├── _8_48.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_48.sln
│ │ │ └── 08_48.suo
│ │ ├── 08_50
│ │ │ ├── 08_24
│ │ │ │ ├── 08_24.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_24.exe
│ │ │ │ │ │ ├── 08_24.pdb
│ │ │ │ │ │ ├── 08_24.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmTableLayoutPanel.cs
│ │ │ │ ├── frmTableLayoutPanel.designer.cs
│ │ │ │ ├── frmTableLayoutPanel.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_24.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_24.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_24.exe
│ │ │ │ │ │ ├── 08_24.pdb
│ │ │ │ │ │ ├── _8_24.frmTableLayoutPanel.resources
│ │ │ │ │ │ ├── _8_24.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_24.sln
│ │ │ └── 08_24.suo
│ │ ├── 08_51
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_52
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBack.cs
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── frmBack.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.frmBack.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_53
│ │ │ ├── 08_25
│ │ │ │ ├── 08_25.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── 08_25.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FibonacciForm.cs
│ │ │ │ ├── FibonacciForm.resx
│ │ │ │ ├── frmBack.cs
│ │ │ │ ├── frmBackgroundWorker.cs
│ │ │ │ ├── frmBackgroundWorker.designer.cs
│ │ │ │ ├── frmBackgroundWorker.resx
│ │ │ │ ├── frmBack.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_25.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_25.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_25.exe
│ │ │ │ │ │ ├── 08_25.pdb
│ │ │ │ │ │ ├── _8_25.FibonacciForm.resources
│ │ │ │ │ │ ├── _8_25.frmBackgroundWorker.resources
│ │ │ │ │ │ ├── _8_25.frmBack.resources
│ │ │ │ │ │ ├── _8_25.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_25.sln
│ │ │ └── 08_25.suo
│ │ ├── 08_54
│ │ │ ├── 08_26
│ │ │ │ ├── 08_26.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_26.exe
│ │ │ │ │ │ ├── 08_26.pdb
│ │ │ │ │ │ ├── 08_26.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmDirectoryEntry.cs
│ │ │ │ ├── frmDirectoryEntry.designer.cs
│ │ │ │ ├── frmDirectoryEntry.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_26.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_26.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_26.exe
│ │ │ │ │ │ ├── 08_26.pdb
│ │ │ │ │ │ ├── _8_26.frmDirectoryEntry.resources
│ │ │ │ │ │ ├── _8_26.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_26.sln
│ │ │ └── 08_26.suo
│ │ ├── 08_55
│ │ │ ├── 08_27
│ │ │ │ ├── 08_27.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── 08_27.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── ErrorProvider23.cs
│ │ │ │ ├── ErrorProvider23.resx
│ │ │ │ ├── frmErrorProvider.cs
│ │ │ │ ├── frmErrorProvider.designer.cs
│ │ │ │ ├── frmErrorProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_27.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── _8_27.ErrorProvider23.resources
│ │ │ │ │ │ ├── _8_27.frmErrorProvider.resources
│ │ │ │ │ │ ├── _8_27.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_27.sln
│ │ │ ├── 08_27.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 08_56
│ │ │ ├── 08_27
│ │ │ │ ├── 08_27.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── 08_27.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── ErrorProvider23.cs
│ │ │ │ ├── ErrorProvider23.resx
│ │ │ │ ├── frmErrorProvider.cs
│ │ │ │ ├── frmErrorProvider.designer.cs
│ │ │ │ ├── frmErrorProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_27.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_27.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_27.exe
│ │ │ │ │ │ ├── 08_27.pdb
│ │ │ │ │ │ ├── _8_27.ErrorProvider23.resources
│ │ │ │ │ │ ├── _8_27.frmErrorProvider.resources
│ │ │ │ │ │ ├── _8_27.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_27.sln
│ │ │ ├── 08_27.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 08_57
│ │ │ ├── 08_28
│ │ │ │ ├── 08_28.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── 08_28.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmEventLog.cs
│ │ │ │ ├── frmEventLog.designer.cs
│ │ │ │ ├── frmEventLog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_28.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── _8_28.frmEventLog.resources
│ │ │ │ │ │ ├── _8_28.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_28.sln
│ │ │ └── 08_28.suo
│ │ ├── 08_58
│ │ │ ├── 08_28
│ │ │ │ ├── 08_28.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── 08_28.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmEventLog.cs
│ │ │ │ ├── frmEventLog.designer.cs
│ │ │ │ ├── frmEventLog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_28.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_28.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_28.exe
│ │ │ │ │ │ ├── 08_28.pdb
│ │ │ │ │ │ ├── _8_28.frmEventLog.resources
│ │ │ │ │ │ ├── _8_28.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_28.sln
│ │ │ └── 08_28.suo
│ │ ├── 08_59
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_60
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ │ └── 新建 文本文档.txt
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_61
│ │ │ ├── 08_29
│ │ │ │ ├── 08_29.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── 08_29.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFileSystemWatcher.cs
│ │ │ │ ├── frmFileSystemWatcher.designer.cs
│ │ │ │ ├── frmFileSystemWatcher.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_29.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_29.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_29.exe
│ │ │ │ │ │ ├── 08_29.pdb
│ │ │ │ │ │ ├── _8_29.frmFileSystemWatcher.resources
│ │ │ │ │ │ ├── _8_29.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 监听文件夹
│ │ │ ├── 08_29.sln
│ │ │ └── 08_29.suo
│ │ ├── 08_62
│ │ │ ├── 08_30
│ │ │ │ ├── 08_30.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── 08_30.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── F1.html
│ │ │ │ ├── frmHelpProvider.cs
│ │ │ │ ├── frmHelpProvider.designer.cs
│ │ │ │ ├── frmHelpProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_30.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── _8_30.frmHelpProvider.resources
│ │ │ │ │ │ ├── _8_30.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_30.sln
│ │ │ └── 08_30.suo
│ │ ├── 08_63
│ │ │ ├── 08_30
│ │ │ │ ├── 08_30.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── 08_30.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── F1.html
│ │ │ │ ├── frmHelpProvider.cs
│ │ │ │ ├── frmHelpProvider.designer.cs
│ │ │ │ ├── frmHelpProvider.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_30.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_30.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_30.exe
│ │ │ │ │ │ ├── 08_30.pdb
│ │ │ │ │ │ ├── _8_30.frmHelpProvider.resources
│ │ │ │ │ │ ├── _8_30.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_30.sln
│ │ │ └── 08_30.suo
│ │ ├── 08_64
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_65
│ │ │ ├── 08_31
│ │ │ │ ├── 08_31.csproj
│ │ │ │ ├── App.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── 08_31.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmPerformanceCounter.cs
│ │ │ │ ├── frmPerformanceCounter.designer.cs
│ │ │ │ ├── frmPerformanceCounter.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_31.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── _8_31.frmPerformanceCounter.resources
│ │ │ │ │ │ ├── _8_31.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_31.sln
│ │ │ └── 08_31.suo
│ │ ├── 08_66
│ │ │ ├── 08_31
│ │ │ │ ├── 08_31.csproj
│ │ │ │ ├── App.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── 08_31.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmPerformanceCounter.cs
│ │ │ │ ├── frmPerformanceCounter.designer.cs
│ │ │ │ ├── frmPerformanceCounter.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_31.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_31.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_31.exe
│ │ │ │ │ │ ├── 08_31.pdb
│ │ │ │ │ │ ├── _8_31.frmPerformanceCounter.resources
│ │ │ │ │ │ ├── _8_31.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_31.sln
│ │ │ └── 08_31.suo
│ │ ├── 08_67
│ │ │ ├── 08_32
│ │ │ │ ├── 08_32.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_32.exe
│ │ │ │ │ │ ├── 08_32.pdb
│ │ │ │ │ │ ├── 08_32.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmServiceControlle.cs
│ │ │ │ ├── frmServiceControlle.Designer.cs
│ │ │ │ ├── frmServiceControlle.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_32.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_32.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_32.exe
│ │ │ │ │ │ ├── 08_32.pdb
│ │ │ │ │ │ ├── _8_32.frmServiceControlle.resources
│ │ │ │ │ │ ├── _8_32.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_32.sln
│ │ │ └── 08_32.suo
│ │ ├── 08_68
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── 08_69
│ │ │ ├── 08_11
│ │ │ │ ├── 08_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── 08_11.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmPictureBox.cs
│ │ │ │ ├── frmPictureBox.designer.cs
│ │ │ │ ├── frmPictureBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 08_11.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 08_11.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 08_11.exe
│ │ │ │ │ │ ├── 08_11.pdb
│ │ │ │ │ │ ├── _8_11.frmPictureBox.resources
│ │ │ │ │ │ ├── _8_11.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 08_11.sln
│ │ │ └── 08_11.suo
│ │ ├── Database
│ │ │ ├── Desktop_.ini
│ │ │ ├── zhy_log.LDF
│ │ │ └── zhy.mdf
│ │ └── 光盘使用说明.doc
│ ├── 09
│ │ └── 09_01
│ │ ├── 09_01
│ │ │ ├── 09_01.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 09_01.exe
│ │ │ │ │ ├── 09_01.pdb
│ │ │ │ │ ├── 09_01.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmSum.cs
│ │ │ ├── frmSum.Designer.cs
│ │ │ ├── frmSum.resx
│ │ │ ├── frmUserContrl.cs
│ │ │ ├── frmUserContrl.designer.cs
│ │ │ ├── frmUserContrl.resx
│ │ │ ├── obj
│ │ │ │ ├── 09_01.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 09_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 09_01.exe
│ │ │ │ │ ├── 09_01.pdb
│ │ │ │ │ ├── _9_01.frmSum.resources
│ │ │ │ │ ├── _9_01.frmUserContrl.resources
│ │ │ │ │ ├── _9_01.Properties.Resources.resources
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 09_01.sln
│ │ ├── 09_01.suo
│ │ └── Desktop_.ini
│ ├── 10
│ │ └── 10_01
│ │ ├── 10_01
│ │ │ ├── 10_01.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 10_01.exe
│ │ │ │ ├── 10_01.pdb
│ │ │ │ └── 10_01.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Image
│ │ │ │ ├── 保存.ico
│ │ │ │ ├── 剪切.ico
│ │ │ │ ├── 复制.ico
│ │ │ │ ├── 撤消.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 粘贴.ico
│ │ │ │ ├── 背景.jpg
│ │ │ │ └── 退出.ico
│ │ │ ├── obj
│ │ │ │ ├── 10_01.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── _0_01.Form1.resources
│ │ │ │ ├── _0_01.Form2.resources
│ │ │ │ ├── _0_01.Properties.Resources.resources
│ │ │ │ ├── 10_01.csproj.GenerateResource.Cache
│ │ │ │ ├── 10_01.exe
│ │ │ │ ├── 10_01.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 10_01.sln
│ │ └── 10_01.suo
│ ├── 11
│ │ ├── 11_01
│ │ │ ├── 11_01
│ │ │ │ ├── 11_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_01.exe
│ │ │ │ │ │ ├── 11_01.pdb
│ │ │ │ │ │ ├── 11_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxButtons.cs
│ │ │ │ ├── frmMessageBoxButtons.designer.cs
│ │ │ │ ├── frmMessageBoxButtons.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_01.frmMessageBoxButtons.resources
│ │ │ │ │ │ ├── _1_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_01.exe
│ │ │ │ │ │ ├── 11_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_01.sln
│ │ │ └── 11_01.suo
│ │ ├── 11_02
│ │ │ ├── 11_02
│ │ │ │ ├── 11_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_02.exe
│ │ │ │ │ │ ├── 11_02.pdb
│ │ │ │ │ │ ├── 11_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxIcon.cs
│ │ │ │ ├── frmMessageBoxIcon.designer.cs
│ │ │ │ ├── frmMessageBoxIcon.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_02.frmMessageBoxIcon.resources
│ │ │ │ │ │ ├── _1_02.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_02.exe
│ │ │ │ │ │ ├── 11_02.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_02.sln
│ │ │ ├── 11_02.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_03
│ │ │ ├── 11_03
│ │ │ │ ├── 11_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_03.exe
│ │ │ │ │ │ ├── 11_03.pdb
│ │ │ │ │ │ ├── 11_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxDefaultButton.cs
│ │ │ │ ├── frmMessageBoxDefaultButton.designer.cs
│ │ │ │ ├── frmMessageBoxDefaultButton.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_03.frmMessageBoxDefaultButton.resources
│ │ │ │ │ │ ├── _1_03.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_03.exe
│ │ │ │ │ │ ├── 11_03.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_03.sln
│ │ │ ├── 11_03.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_04
│ │ │ ├── 11_04
│ │ │ │ ├── 11_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_04.exe
│ │ │ │ │ │ ├── 11_04.pdb
│ │ │ │ │ │ ├── 11_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMessageBoxOptions.cs
│ │ │ │ ├── frmMessageBoxOptions.designer.cs
│ │ │ │ ├── frmMessageBoxOptions.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_04.frmMessageBoxOptions.resources
│ │ │ │ │ │ ├── _1_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_04.exe
│ │ │ │ │ │ ├── 11_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_04.sln
│ │ │ ├── 11_04.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_05
│ │ │ ├── 11_05
│ │ │ │ ├── 11_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_05.exe
│ │ │ │ │ │ ├── 11_05.pdb
│ │ │ │ │ │ ├── 11_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmAboutBox.cs
│ │ │ │ ├── frmAboutBox.designer.cs
│ │ │ │ ├── frmAboutBox.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_05.frmAboutBox.resources
│ │ │ │ │ │ ├── _1_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_05.exe
│ │ │ │ │ │ ├── 11_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_05.sln
│ │ │ ├── 11_05.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_06
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ ├── 11_06.suo
│ │ │ └── Desktop_.ini
│ │ ├── 11_07
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ └── 11_06.suo
│ │ ├── 11_08
│ │ │ ├── 11_06
│ │ │ │ ├── 11_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── 11_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmOpenFileDialog.cs
│ │ │ │ ├── frmOpenFileDialog.designer.cs
│ │ │ │ ├── frmOpenFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_06.frmOpenFileDialog.resources
│ │ │ │ │ │ ├── _1_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_06.exe
│ │ │ │ │ │ ├── 11_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_06.sln
│ │ │ └── 11_06.suo
│ │ ├── 11_09
│ │ │ ├── 11_07
│ │ │ │ ├── 11_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── 11_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSaveFileDialog.cs
│ │ │ │ ├── frmSaveFileDialog.designer.cs
│ │ │ │ ├── frmSaveFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_07.frmSaveFileDialog.resources
│ │ │ │ │ │ ├── _1_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_07.sln
│ │ │ └── 11_07.suo
│ │ ├── 11_10
│ │ │ ├── 11_07
│ │ │ │ ├── 11_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── 11_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmSaveFileDialog.cs
│ │ │ │ ├── frmSaveFileDialog.designer.cs
│ │ │ │ ├── frmSaveFileDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_07.frmSaveFileDialog.resources
│ │ │ │ │ │ ├── _1_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_07.exe
│ │ │ │ │ │ ├── 11_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_07.sln
│ │ │ └── 11_07.suo
│ │ ├── 11_11
│ │ │ ├── 11_08
│ │ │ │ ├── 11_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_08.sln
│ │ │ └── 11_08.suo
│ │ ├── 11_12
│ │ │ ├── 11_08
│ │ │ │ ├── 11_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 11_08.sln
│ │ │ └── 11_08.suo
│ │ └── 11_13
│ │ ├── 11_08
│ │ │ ├── 11_08.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ ├── 11_08.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmFontAndCooorDialog.cs
│ │ │ ├── frmFontAndCooorDialog.designer.cs
│ │ │ ├── frmFontAndCooorDialog.resx
│ │ │ ├── obj
│ │ │ │ ├── 11_08.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── _1_08.frmFontAndCooorDialog.resources
│ │ │ │ │ ├── _1_08.Properties.Resources.resources
│ │ │ │ │ ├── 11_08.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 11_08.exe
│ │ │ │ │ ├── 11_08.pdb
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 11_08.sln
│ │ └── 11_08.suo
│ ├── 12
│ │ ├── 12_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 12_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ └── 12_03
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── 13
│ │ ├── 13_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 13_02
│ │ │ ├── App_Data
│ │ │ ├── css
│ │ │ │ └── css.css
│ │ │ ├── web1.aspx
│ │ │ ├── web1.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_05
│ │ │ ├── App_Data
│ │ │ ├── ButtonTest05.aspx
│ │ │ ├── ButtonTest05.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── welcome.aspx
│ │ │ └── welcome.aspx.cs
│ │ ├── 13_06
│ │ │ ├── 165.gif
│ │ │ ├── App_Data
│ │ │ ├── ImageButtonTest.aspx
│ │ │ ├── ImageButtonTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_07
│ │ │ ├── App_Data
│ │ │ ├── ListBoxTest.aspx
│ │ │ ├── ListBoxTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_08
│ │ │ ├── App_Data
│ │ │ ├── ListBox.aspx
│ │ │ ├── ListBox.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_09
│ │ │ ├── App_Data
│ │ │ ├── DropDownListTest.aspx
│ │ │ ├── DropDownListTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_10
│ │ │ ├── App_Data
│ │ │ ├── CheckBoxTest.aspx
│ │ │ ├── CheckBoxTest.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 13_11
│ │ │ ├── App_Data
│ │ │ ├── FileUploadTest.aspx
│ │ │ ├── FileUploadTest.aspx.cs
│ │ │ └── Web.Config
│ │ └── 13_12
│ │ ├── App_Data
│ │ ├── CompareValidator.aspx
│ │ ├── CompareValidator.aspx.cs
│ │ └── Web.Config
│ ├── 14
│ │ ├── 14_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── User_Login.ascx
│ │ │ ├── User_Login.ascx.cs
│ │ │ └── Web.Config
│ │ └── 14_02
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Web.Config
│ │ ├── Web_WeiTiao.ascx
│ │ └── Web_WeiTiao.ascx.cs
│ ├── 15
│ │ ├── 15_01
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 15_04
│ │ │ ├── App_Data
│ │ │ ├── Default2.aspx
│ │ │ ├── Default2.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_05
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 15_06
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_07
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Global.asax
│ │ ├── 15_08
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_09
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 15_10
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ └── 15_11
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ ├── 16
│ │ ├── 16_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Images
│ │ │ │ ├── 框架结构图2.jpg
│ │ │ │ ├── 框架结构图3.jpg
│ │ │ │ └── 框架结构图.jpg
│ │ │ ├── MainMasterPage.master
│ │ │ ├── MainMasterPage.master.cs
│ │ │ ├── SubMasterPage.master
│ │ │ └── SubMasterPage.master.cs
│ │ ├── 16_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Images
│ │ │ │ ├── 框架结构图2.jpg
│ │ │ │ ├── 框架结构图3.jpg
│ │ │ │ └── 框架结构图.jpg
│ │ │ ├── MainMasterPage.master
│ │ │ └── MainMasterPage.master.cs
│ │ └── 16_03
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Images
│ │ │ ├── 框架结构图2.jpg
│ │ │ ├── 框架结构图3.jpg
│ │ │ └── 框架结构图.jpg
│ │ ├── MainMasterPage.master
│ │ ├── MainMasterPage.master.cs
│ │ └── Web.Config
│ ├── 17
│ │ ├── 17_01
│ │ │ ├── 17_01.sln
│ │ │ ├── 17_01.suo
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── Button.skin
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex17_01.suo
│ │ │ └── Web.config
│ │ ├── 17_02
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── myStyle.css
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 17_03
│ │ │ ├── App_Data
│ │ │ ├── App_Themes
│ │ │ │ └── mytheme
│ │ │ │ └── TextBox.skin
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ └── 17_04
│ │ ├── App_Data
│ │ ├── App_Themes
│ │ │ ├── Themes1
│ │ │ │ └── Calendar1.skin
│ │ │ └── Themes2
│ │ │ └── Calendar2.skin
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.config
│ ├── 18
│ │ ├── 18_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── TestPage0.aspx
│ │ │ ├── TestPage0.aspx.cs
│ │ │ ├── TestPage1.aspx
│ │ │ ├── TestPage1.aspx.cs
│ │ │ ├── TestPage2.aspx
│ │ │ ├── TestPage2.aspx.cs
│ │ │ ├── TestPage3.aspx
│ │ │ ├── TestPage3.aspx.cs
│ │ │ ├── TestPage4.aspx
│ │ │ ├── TestPage4.aspx.cs
│ │ │ └── Web.sitemap
│ │ ├── 18_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_05
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_06
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── OAXml.xml
│ │ │ └── Web.sitemap
│ │ ├── 18_07
│ │ │ ├── App_Data
│ │ │ │ └── OAXml.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 18_08
│ │ │ ├── 1.aspx
│ │ │ ├── 1.aspx.cs
│ │ │ ├── 2.aspx
│ │ │ ├── 2.aspx.cs
│ │ │ ├── 3.aspx
│ │ │ ├── 3.aspx.cs
│ │ │ ├── 4.aspx
│ │ │ ├── 4.aspx.cs
│ │ │ ├── 5.aspx
│ │ │ ├── 5.aspx.cs
│ │ │ ├── 6.aspx
│ │ │ ├── 6.aspx.cs
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Web.Config
│ │ │ └── Web.sitemap
│ │ ├── Database
│ │ │ ├── db_18_log.ldf
│ │ │ └── db_18.mdf
│ │ └── 光盘使用说明.doc
│ ├── 19
│ │ ├── 19_01
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 19_02
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Web.Config
│ │ │ ├── WebUserControl.ascx
│ │ │ └── WebUserControl.ascx.cs
│ │ ├── 19_03
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 19_04
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ └── Default.aspx.cs
│ │ ├── 19_05
│ │ │ ├── App_Data
│ │ │ │ ├── Ads.xml
│ │ │ │ ├── ad.xml
│ │ │ │ └── test.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── images
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ └── 3.jpg
│ │ │ └── Web.Config
│ │ └── 19_06
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ └── Default.aspx.cs
│ ├── 21
│ │ ├── 21_01
│ │ │ ├── 21_01
│ │ │ │ ├── 21_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_01.exe
│ │ │ │ │ ├── 21_01.pdb
│ │ │ │ │ └── 21_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_01.Form1.resources
│ │ │ │ │ ├── _1_01.Properties.Resources.resources
│ │ │ │ │ ├── 21_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_01.exe
│ │ │ │ │ ├── 21_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_01.sln
│ │ │ └── 21_01.suo
│ │ ├── 21_02
│ │ │ ├── 21_02
│ │ │ │ ├── 21_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_02.exe
│ │ │ │ │ ├── 21_02.pdb
│ │ │ │ │ └── 21_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_02.Form1.resources
│ │ │ │ │ ├── _1_02.Properties.Resources.resources
│ │ │ │ │ ├── 21_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_02.exe
│ │ │ │ │ ├── 21_02.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_02.sln
│ │ │ └── 21_02.suo
│ │ ├── 21_03
│ │ │ ├── 21_03
│ │ │ │ ├── 21_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_03.exe
│ │ │ │ │ ├── 21_03.pdb
│ │ │ │ │ └── 21_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_03.Form1.resources
│ │ │ │ │ ├── _1_03.Properties.Resources.resources
│ │ │ │ │ ├── 21_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_03.exe
│ │ │ │ │ ├── 21_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_03.sln
│ │ │ └── 21_03.suo
│ │ ├── 21_04
│ │ │ ├── 21_04
│ │ │ │ ├── 21_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_04.exe
│ │ │ │ │ ├── 21_04.pdb
│ │ │ │ │ └── 21_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_04.Form1.resources
│ │ │ │ │ ├── _1_04.Properties.Resources.resources
│ │ │ │ │ ├── 21_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_04.exe
│ │ │ │ │ ├── 21_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_04.sln
│ │ │ └── 21_04.suo
│ │ ├── 21_05
│ │ │ ├── 21_05
│ │ │ │ ├── 21_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 21_05.exe
│ │ │ │ │ ├── 21_05.pdb
│ │ │ │ │ └── 21_05.vshost.exe
│ │ │ │ ├── ClsDB.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 21_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _1_05.Form1.resources
│ │ │ │ │ ├── _1_05.Properties.Resources.resources
│ │ │ │ │ ├── 21_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 21_05.exe
│ │ │ │ │ ├── 21_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 21_05.sln
│ │ │ └── 21_05.suo
│ │ ├── Database
│ │ │ ├── DB_ADONET_Data.MDF
│ │ │ └── DB_ADONET_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── 22
│ │ ├── 22_01
│ │ │ ├── 22_01
│ │ │ │ ├── 22_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_01.exe
│ │ │ │ │ ├── 22_01.pdb
│ │ │ │ │ └── 22_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_01.Form1.resources
│ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ ├── 22_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_01.exe
│ │ │ │ │ ├── 22_01.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_01.sln
│ │ │ └── 22_01.suo
│ │ ├── 22_02
│ │ │ ├── 22_02
│ │ │ │ ├── 22_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_02.exe
│ │ │ │ │ ├── 22_02.pdb
│ │ │ │ │ └── 22_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_02.Form1.resources
│ │ │ │ │ ├── _2_02.Properties.Resources.resources
│ │ │ │ │ ├── 22_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_02.exe
│ │ │ │ │ ├── 22_02.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_02.sln
│ │ │ └── 22_02.suo
│ │ ├── 22_03
│ │ │ ├── 22_03
│ │ │ │ ├── 22_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_03.exe
│ │ │ │ │ ├── 22_03.pdb
│ │ │ │ │ └── 22_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_03.Form1.resources
│ │ │ │ │ ├── _2_03.Properties.Resources.resources
│ │ │ │ │ ├── 22_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_03.exe
│ │ │ │ │ ├── 22_03.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_03.sln
│ │ │ └── 22_03.suo
│ │ ├── 22_04
│ │ │ ├── 22_04
│ │ │ │ ├── 22_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_04.exe
│ │ │ │ │ ├── 22_04.pdb
│ │ │ │ │ └── 22_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_04.Form1.resources
│ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ ├── 22_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_04.exe
│ │ │ │ │ ├── 22_04.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_04.sln
│ │ │ └── 22_04.suo
│ │ ├── 22_05
│ │ │ ├── 22_05
│ │ │ │ ├── 22_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_05.exe
│ │ │ │ │ ├── 22_05.pdb
│ │ │ │ │ └── 22_05.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_05.Form1.resources
│ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ ├── 22_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_05.exe
│ │ │ │ │ ├── 22_05.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_05.sln
│ │ │ └── 22_05.suo
│ │ ├── 22_06
│ │ │ ├── 22_06
│ │ │ │ ├── 22_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_06.exe
│ │ │ │ │ ├── 22_06.pdb
│ │ │ │ │ └── 22_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_06.Form1.resources
│ │ │ │ │ ├── _2_06.Properties.Resources.resources
│ │ │ │ │ ├── 22_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_06.exe
│ │ │ │ │ ├── 22_06.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_06.sln
│ │ │ └── 22_06.suo
│ │ ├── 22_07
│ │ │ ├── 22_07
│ │ │ │ ├── 22_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 22_07.exe
│ │ │ │ │ ├── 22_07.pdb
│ │ │ │ │ └── 22_07.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 22_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── _2_07.Form1.resources
│ │ │ │ │ ├── _2_07.Properties.Resources.resources
│ │ │ │ │ ├── 22_07.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 22_07.exe
│ │ │ │ │ ├── 22_07.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 22_07.sln
│ │ │ └── 22_07.suo
│ │ ├── 22_08
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_09
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_10
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_11
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_12
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_13
│ │ │ ├── App_Data
│ │ │ ├── Class.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_14
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── 22_15
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_16
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex22_16.suo
│ │ │ └── Web.Config
│ │ ├── 22_17
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Ex22_17.suo
│ │ │ ├── Image
│ │ │ │ └── 图片
│ │ │ │ ├── 冰箱.jpg
│ │ │ │ ├── 圆珠笔.jpg
│ │ │ │ ├── 文具盒.jpg
│ │ │ │ ├── 毛巾.jpg
│ │ │ │ ├── 注册头像.jpg
│ │ │ │ ├── 牙刷.jpg
│ │ │ │ ├── 电视机.jpg
│ │ │ │ ├── 空调2.jpg
│ │ │ │ ├── 衣服.jpg
│ │ │ │ ├── 裤子.jpg
│ │ │ │ ├── 钢笔.jpg
│ │ │ │ └── 鞋.jpg
│ │ │ └── Web.Config
│ │ ├── 22_18
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_19
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.Config
│ │ ├── 22_20
│ │ │ ├── App_Data
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Web.config
│ │ ├── Database
│ │ │ ├── db_22_log.ldf
│ │ │ └── db_22.mdf
│ │ └── 光盘使用说明.doc
│ ├── 23
│ │ ├── 23_01
│ │ │ └── 23_01.sql
│ │ ├── 23_02
│ │ │ └── 23_02.sql
│ │ ├── 23_03
│ │ │ └── 23_03
│ │ │ ├── 23_03
│ │ │ │ ├── 23_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_03.exe
│ │ │ │ │ ├── 23_03.pdb
│ │ │ │ │ └── 23_03.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsDBProcControl.cs
│ │ │ │ ├── FrmProcInsert.cs
│ │ │ │ ├── FrmProcInsert.Designer.cs
│ │ │ │ ├── FrmProcInsert.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_03.exe
│ │ │ │ │ ├── 23_03.pdb
│ │ │ │ │ ├── _3_03.FrmProcInsert.resources
│ │ │ │ │ ├── _3_03.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_03.sln
│ │ │ └── 23_03.suo
│ │ ├── 23_04
│ │ │ └── 23_04.sql
│ │ ├── 23_05
│ │ │ └── 23_05.sql
│ │ ├── 23_06
│ │ │ └── 23_06
│ │ │ ├── 23_06
│ │ │ │ ├── 23_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_06.exe
│ │ │ │ │ ├── 23_06.pdb
│ │ │ │ │ └── 23_06.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsView.cs
│ │ │ │ ├── FrmView.cs
│ │ │ │ ├── FrmView.Designer.cs
│ │ │ │ ├── FrmView.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_06.exe
│ │ │ │ │ ├── 23_06.pdb
│ │ │ │ │ ├── _3_06.FrmView.resources
│ │ │ │ │ ├── _3_06.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_06.sln
│ │ │ └── 23_06.suo
│ │ ├── 23_07
│ │ │ └── 23_07.sql
│ │ ├── 23_08
│ │ │ └── 23_08.sql
│ │ ├── 23_09
│ │ │ └── 23_09
│ │ │ ├── 23_09
│ │ │ │ ├── 23_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_09.exe
│ │ │ │ │ ├── 23_09.pdb
│ │ │ │ │ └── 23_09.vshost.exe
│ │ │ │ ├── ClsDB
│ │ │ │ │ └── ClsCussor.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 23_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 23_09.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 23_09.exe
│ │ │ │ │ ├── 23_09.pdb
│ │ │ │ │ ├── _3_09.Form1.resources
│ │ │ │ │ ├── _3_09.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 23_09.sln
│ │ │ └── 23_09.suo
│ │ ├── Database
│ │ │ ├── DB_ADONET_Data.MDF
│ │ │ └── DB_ADONET_Log.LDF
│ │ └── 光盘使用说明.doc
│ ├── 25
│ │ ├── 25_01
│ │ │ ├── 25_01
│ │ │ │ ├── 25_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_01.exe
│ │ │ │ │ │ ├── 25_01.pdb
│ │ │ │ │ │ ├── 25_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmHelpWorkshop.cs
│ │ │ │ ├── frmHelpWorkshop.designer.cs
│ │ │ │ ├── frmHelpWorkshop.resx
│ │ │ │ ├── Help Workshop(制作帮助的软件)
│ │ │ │ │ ├── DATA.Z
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── DISK1.ID
│ │ │ │ │ ├── README.TXT
│ │ │ │ │ ├── _SETUP.DLL
│ │ │ │ │ ├── SETUP.EXE
│ │ │ │ │ ├── SETUP.INS
│ │ │ │ │ ├── _SETUP.LIB
│ │ │ │ │ └── SETUP.PKG
│ │ │ │ ├── mrMoneyHelp.cnt
│ │ │ │ ├── MRMONEYHELP.GID
│ │ │ │ ├── MRMONEYHELP.HLP
│ │ │ │ ├── MRMONEY.HLP
│ │ │ │ ├── mrMoney.hpj
│ │ │ │ ├── obj
│ │ │ │ │ ├── 25_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 25_01.exe
│ │ │ │ │ │ ├── 25_01.pdb
│ │ │ │ │ │ ├── _5_01.frmHelpWorkshop.resources
│ │ │ │ │ │ ├── _5_01.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 财务凭证管理系统帮助.rtf
│ │ │ ├── 25_01.sln
│ │ │ ├── 25_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 25_02
│ │ │ ├── 25_02
│ │ │ │ ├── 25_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_02.exe
│ │ │ │ │ │ ├── 25_02.pdb
│ │ │ │ │ │ ├── 25_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── help
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── mrHelp.chm
│ │ │ │ ├── obj
│ │ │ │ │ ├── 25_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 25_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 25_02.exe
│ │ │ │ │ │ ├── 25_02.pdb
│ │ │ │ │ │ ├── _5_02.Form1.resources
│ │ │ │ │ │ ├── _5_02.Properties.Resources.resources
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 25_02.sln
│ │ │ ├── 25_02.suo
│ │ │ ├── Desktop_.ini
│ │ │ └── help
│ │ │ ├── Desktop_.ini
│ │ │ ├── FileHead.html
│ │ │ ├── Index.hhk
│ │ │ ├── mrHelp.chm
│ │ │ ├── mrHelp.hhp
│ │ │ ├── subject.htm
│ │ │ ├── System.html
│ │ │ ├── Table of Contents.hhc
│ │ │ ├── WarrInfo.htm
│ │ │ ├── 财务凭证管理系统帮助.files
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── filelist.xml
│ │ │ │ └── header.htm
│ │ │ └── 财务凭证管理系统帮助.html
│ │ └── Desktop_.ini
│ ├── 26
│ │ ├── 26_01
│ │ │ ├── 26_01
│ │ │ │ ├── 26_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_01.exe
│ │ │ │ │ ├── 26_01.pdb
│ │ │ │ │ └── 26_01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_01.exe
│ │ │ │ │ ├── 26_01.pdb
│ │ │ │ │ ├── _6_01.Form1.resources
│ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_01.sln
│ │ │ └── 26_01.suo
│ │ ├── 26_02
│ │ │ ├── 26_02
│ │ │ │ ├── 26_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ └── 26_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_02.exe
│ │ │ │ │ ├── 26_02.pdb
│ │ │ │ │ ├── _6_02.Form1.resources
│ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_02.sln
│ │ │ └── 26_02.suo
│ │ ├── 26_03
│ │ │ ├── 26_03
│ │ │ │ ├── 26_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_03.exe
│ │ │ │ │ ├── 26_03.pdb
│ │ │ │ │ └── 26_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_03.exe
│ │ │ │ │ ├── 26_03.pdb
│ │ │ │ │ ├── _6_03.Form1.resources
│ │ │ │ │ ├── _6_03.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_03.sln
│ │ │ └── 26_03.suo
│ │ ├── 26_04
│ │ │ ├── 26_04
│ │ │ │ ├── 26_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_04.exe
│ │ │ │ │ ├── 26_04.pdb
│ │ │ │ │ └── 26_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_04.exe
│ │ │ │ │ ├── 26_04.pdb
│ │ │ │ │ ├── _6_04.Form1.resources
│ │ │ │ │ ├── _6_04.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_04.sln
│ │ │ └── 26_04.suo
│ │ ├── 26_05
│ │ │ ├── 26_05
│ │ │ │ ├── 26_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_05.exe
│ │ │ │ │ ├── 26_05.pdb
│ │ │ │ │ └── 26_05.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_05.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_05.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_05.exe
│ │ │ │ │ ├── 26_05.pdb
│ │ │ │ │ ├── _6_05.Form1.resources
│ │ │ │ │ ├── _6_05.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_05.sln
│ │ │ └── 26_05.suo
│ │ ├── 26_06
│ │ │ ├── 26_06
│ │ │ │ ├── 26_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_06.exe
│ │ │ │ │ ├── 26_06.pdb
│ │ │ │ │ └── 26_06.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_06.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_06.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_06.exe
│ │ │ │ │ ├── 26_06.pdb
│ │ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_06.sln
│ │ │ └── 26_06.suo
│ │ ├── 26_07
│ │ │ ├── 26_07
│ │ │ │ ├── 26_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_07.exe
│ │ │ │ │ ├── 26_07.pdb
│ │ │ │ │ └── 26_07.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_07.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_07.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_07.exe
│ │ │ │ │ ├── 26_07.pdb
│ │ │ │ │ ├── _6_07.Form1.resources
│ │ │ │ │ ├── _6_07.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_07.sln
│ │ │ └── 26_07.suo
│ │ ├── 26_08
│ │ │ ├── 26_08
│ │ │ │ ├── 26_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_08.exe
│ │ │ │ │ ├── 26_08.pdb
│ │ │ │ │ └── 26_08.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_08.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_08.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_08.exe
│ │ │ │ │ ├── 26_08.pdb
│ │ │ │ │ ├── _6_08.Form1.resources
│ │ │ │ │ ├── _6_08.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_08.sln
│ │ │ └── 26_08.suo
│ │ ├── 26_09
│ │ │ ├── 26_09
│ │ │ │ ├── 26_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_09.exe
│ │ │ │ │ ├── 26_09.pdb
│ │ │ │ │ └── 26_09.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_09.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_09.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_09.exe
│ │ │ │ │ ├── 26_09.pdb
│ │ │ │ │ ├── _6_09.Form1.resources
│ │ │ │ │ ├── _6_09.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_09.sln
│ │ │ └── 26_09.suo
│ │ ├── 26_10
│ │ │ ├── 26_10
│ │ │ │ ├── 26_10.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_10.exe
│ │ │ │ │ ├── 26_10.pdb
│ │ │ │ │ └── 26_10.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_10.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_10.exe
│ │ │ │ │ ├── 26_10.pdb
│ │ │ │ │ ├── _6_10.Form1.resources
│ │ │ │ │ ├── _6_10.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_10.sln
│ │ │ └── 26_10.suo
│ │ ├── 26_11
│ │ │ ├── 26_11
│ │ │ │ ├── 26_11.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_11.exe
│ │ │ │ │ ├── 26_11.pdb
│ │ │ │ │ ├── 26_11.vshost.exe
│ │ │ │ │ └── example.bmp
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_11.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_11.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_11.exe
│ │ │ │ │ ├── 26_11.pdb
│ │ │ │ │ ├── _6_11.Form1.resources
│ │ │ │ │ ├── _6_11.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_11.sln
│ │ │ └── 26_11.suo
│ │ ├── 26_12
│ │ │ ├── 26_12
│ │ │ │ ├── 26_12.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_12.exe
│ │ │ │ │ ├── 26_12.pdb
│ │ │ │ │ └── 26_12.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_12.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_12.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_12.exe
│ │ │ │ │ ├── 26_12.pdb
│ │ │ │ │ ├── _6_12.Form1.resources
│ │ │ │ │ ├── _6_12.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_12.sln
│ │ │ └── 26_12.suo
│ │ ├── 26_13
│ │ │ ├── 26_13
│ │ │ │ ├── 26_13.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_13.exe
│ │ │ │ │ ├── 26_13.pdb
│ │ │ │ │ └── 26_13.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_13.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_13.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_13.exe
│ │ │ │ │ ├── 26_13.pdb
│ │ │ │ │ ├── _6_13.Form1.resources
│ │ │ │ │ ├── _6_13.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_13.sln
│ │ │ └── 26_13.suo
│ │ ├── 26_14
│ │ │ ├── 26_14
│ │ │ │ ├── 26_14.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_14.exe
│ │ │ │ │ ├── 26_14.pdb
│ │ │ │ │ └── 26_14.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_14.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_14.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_14.exe
│ │ │ │ │ ├── 26_14.pdb
│ │ │ │ │ ├── _6_14.Form1.resources
│ │ │ │ │ ├── _6_14.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_14.sln
│ │ │ └── 26_14.suo
│ │ ├── 26_15
│ │ │ ├── 26_15
│ │ │ │ ├── 26_15.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_15.exe
│ │ │ │ │ ├── 26_15.pdb
│ │ │ │ │ └── 26_15.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_15.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_15.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_15.exe
│ │ │ │ │ ├── 26_15.pdb
│ │ │ │ │ ├── _6_15.Form1.resources
│ │ │ │ │ ├── _6_15.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_15.sln
│ │ │ └── 26_15.suo
│ │ ├── 26_16
│ │ │ ├── 26_16
│ │ │ │ ├── 26_16.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_16.exe
│ │ │ │ │ ├── 26_16.pdb
│ │ │ │ │ └── 26_16.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_16.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_16.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_16.exe
│ │ │ │ │ ├── 26_16.pdb
│ │ │ │ │ ├── _6_16.Form1.resources
│ │ │ │ │ ├── _6_16.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_16.sln
│ │ │ └── 26_16.suo
│ │ ├── 26_17
│ │ │ ├── 26_17
│ │ │ │ ├── 26_17.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_17.exe
│ │ │ │ │ ├── 26_17.pdb
│ │ │ │ │ ├── 26_17.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_17.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_17.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_17.exe
│ │ │ │ │ ├── 26_17.pdb
│ │ │ │ │ ├── _6_17.Form1.resources
│ │ │ │ │ ├── _6_17.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_17.sln
│ │ │ └── 26_17.suo
│ │ ├── 26_18
│ │ │ ├── 26_18
│ │ │ │ ├── 26_18.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_18.exe
│ │ │ │ │ ├── 26_18.pdb
│ │ │ │ │ ├── 26_18.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_18.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_18.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_18.exe
│ │ │ │ │ ├── 26_18.pdb
│ │ │ │ │ ├── _6_18.Form1.resources
│ │ │ │ │ ├── _6_18.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_18.sln
│ │ │ └── 26_18.suo
│ │ ├── 26_19
│ │ │ ├── 26_19
│ │ │ │ ├── 26_19.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_19.exe
│ │ │ │ │ ├── 26_19.pdb
│ │ │ │ │ ├── 26_19.vshost.exe
│ │ │ │ │ └── image.jpg
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_19.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_19.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_19.exe
│ │ │ │ │ ├── 26_19.pdb
│ │ │ │ │ ├── _6_19.Form1.resources
│ │ │ │ │ ├── _6_19.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_19.sln
│ │ │ └── 26_19.suo
│ │ ├── 26_20
│ │ │ ├── 26_20
│ │ │ │ ├── 26_20.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_20.exe
│ │ │ │ │ ├── 26_20.pdb
│ │ │ │ │ └── 26_20.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 26_20.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 26_20.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 26_20.exe
│ │ │ │ │ ├── 26_20.pdb
│ │ │ │ │ ├── _6_20.Form1.resources
│ │ │ │ │ ├── _6_20.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 26_20.sln
│ │ │ └── 26_20.suo
│ │ └── 26_21
│ │ ├── 26_21
│ │ │ ├── 26_21.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 26_21.exe
│ │ │ │ ├── 26_21.pdb
│ │ │ │ └── 26_21.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 26_21.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 26_21.csproj.GenerateResource.Cache
│ │ │ │ ├── 26_21.exe
│ │ │ │ ├── 26_21.pdb
│ │ │ │ ├── _6_21.Form1.resources
│ │ │ │ ├── _6_21.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 26_21.sln
│ │ └── 26_21.suo
│ ├── 27
│ │ ├── 27-01
│ │ │ ├── 27-01
│ │ │ │ ├── 27-01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-01.exe
│ │ │ │ │ ├── 27-01.pdb
│ │ │ │ │ └── 27-01.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-01.exe
│ │ │ │ │ ├── 27-01.pdb
│ │ │ │ │ ├── _7_01.Form1.resources
│ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-01.sln
│ │ │ └── 27-01.suo
│ │ ├── 27-02
│ │ │ ├── 27-02
│ │ │ │ ├── 27-02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-02.exe
│ │ │ │ │ ├── 27-02.pdb
│ │ │ │ │ ├── 27-02.vshost.exe
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ └── 吉林科技城.avi
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 27-02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 27-02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 27-02.csproj.ResolveComReference.cache
│ │ │ │ │ ├── 27-02.exe
│ │ │ │ │ ├── 27-02.pdb
│ │ │ │ │ ├── _7_02.Form1.resources
│ │ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 27-02.sln
│ │ │ └── 27-02.suo
│ │ └── 27-03
│ │ ├── 27-03
│ │ │ ├── 27-03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 27-03.exe
│ │ │ │ ├── 27-03.pdb
│ │ │ │ ├── 27-03.vshost.exe
│ │ │ │ └── quartzDriectShow.dll
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 27-03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 27-03.csproj.GenerateResource.Cache
│ │ │ │ ├── 27-03.exe
│ │ │ │ ├── 27-03.pdb
│ │ │ │ ├── _7_03.Form1.resources
│ │ │ │ ├── _7_03.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 27-03.sln
│ │ └── 27-03.suo
│ ├── 30
│ │ ├── 30_01
│ │ │ └── test.xml
│ │ ├── 30_02
│ │ │ ├── test.dtd
│ │ │ └── test.xml
│ │ ├── 30_03
│ │ │ ├── test.xml
│ │ │ └── test.xsd
│ │ ├── 30_04
│ │ │ ├── test.css
│ │ │ └── test.xml
│ │ ├── 30_05
│ │ │ ├── test.xml
│ │ │ └── test.xsl
│ │ └── 30_06
│ │ ├── App_Data
│ │ ├── test.htm
│ │ ├── test.xml
│ │ └── Web.Config
│ ├── 32
│ │ ├── 32_01
│ │ │ ├── 32_01
│ │ │ │ ├── 32_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ │ ├── 32_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMousePointer.cs
│ │ │ │ ├── frmMousePointer.designer.cs
│ │ │ │ ├── frmMousePointer.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_01.frmMousePointer.resources
│ │ │ │ │ │ ├── _2_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_01.exe
│ │ │ │ │ │ ├── 32_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_01.sln
│ │ │ ├── 32_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_02
│ │ │ ├── 32_02
│ │ │ │ ├── 32_02.csproj
│ │ │ │ ├── a.cur
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_02.exe
│ │ │ │ │ │ ├── 32_02.pdb
│ │ │ │ │ │ ├── 32_02.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseImage.cs
│ │ │ │ ├── frmMouseImage.designer.cs
│ │ │ │ ├── frmMouseImage.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_02.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_02.frmMouseImage.resources
│ │ │ │ │ │ ├── _2_02.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_02.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_02.exe
│ │ │ │ │ │ ├── 32_02.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_02.sln
│ │ │ ├── 32_02.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_03
│ │ │ ├── 32_03
│ │ │ │ ├── 32_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_03.exe
│ │ │ │ │ │ ├── 32_03.pdb
│ │ │ │ │ │ ├── 32_03.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── frmPicut.cs
│ │ │ │ ├── frmPicut.designer.cs
│ │ │ │ ├── frmPicut.resx
│ │ │ │ ├── mouse.ani
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_03.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_03.frmPicut.resources
│ │ │ │ │ │ ├── _2_03.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_03.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_03.exe
│ │ │ │ │ │ ├── 32_03.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_03.sln
│ │ │ ├── 32_03.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_04
│ │ │ ├── 32_04
│ │ │ │ ├── 32_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── 32_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseClick.cs
│ │ │ │ ├── frmMouseClick.designer.cs
│ │ │ │ ├── frmMouseClick.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_04.frmMouseClick.resources
│ │ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_04.sln
│ │ │ ├── 32_04.suo
│ │ │ └── Desktop_.ini
│ │ ├── 32_05
│ │ │ ├── 32_04
│ │ │ │ ├── 32_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── 32_04.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouseClick.cs
│ │ │ │ ├── frmMouseClick.designer.cs
│ │ │ │ ├── frmMouseClick.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_04.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_04.frmMouseClick.resources
│ │ │ │ │ │ ├── _2_04.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_04.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_04.exe
│ │ │ │ │ │ ├── 32_04.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_04.sln
│ │ │ └── 32_04.suo
│ │ ├── 32_06
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_07
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_08
│ │ │ ├── 32_05
│ │ │ │ ├── 32_05.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── 32_05.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMouse.cs
│ │ │ │ ├── frmMouse.designer.cs
│ │ │ │ ├── frmMouse.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_05.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_05.frmMouse.resources
│ │ │ │ │ │ ├── _2_05.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_05.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_05.exe
│ │ │ │ │ │ ├── 32_05.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_05.sln
│ │ │ └── 32_05.suo
│ │ ├── 32_09
│ │ │ ├── 32_06
│ │ │ │ ├── 32_06.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_06.exe
│ │ │ │ │ │ ├── 32_06.pdb
│ │ │ │ │ │ ├── 32_06.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmMove.cs
│ │ │ │ ├── frmMove.designer.cs
│ │ │ │ ├── frmMove.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_06.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_06.frmMove.resources
│ │ │ │ │ │ ├── _2_06.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_06.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_06.exe
│ │ │ │ │ │ ├── 32_06.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_06.sln
│ │ │ └── 32_06.suo
│ │ ├── 32_10
│ │ │ ├── 32_07
│ │ │ │ ├── 32_07.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_07.exe
│ │ │ │ │ │ ├── 32_07.pdb
│ │ │ │ │ │ ├── 32_07.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── frmMouserInfo.cs
│ │ │ │ ├── frmMouserInfo.Designer.cs
│ │ │ │ ├── frmMouserInfo.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_07.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_07.Form1.resources
│ │ │ │ │ │ ├── _2_07.frmMouserInfo.resources
│ │ │ │ │ │ ├── _2_07.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_07.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_07.exe
│ │ │ │ │ │ ├── 32_07.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_07.sln
│ │ │ └── 32_07.suo
│ │ ├── 32_11
│ │ │ ├── 32_08
│ │ │ │ ├── 32_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── 32_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKeyDownUP.cs
│ │ │ │ ├── frmKeyDownUP.designer.cs
│ │ │ │ ├── frmKeyDownUP.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_08.frmKeyDownUP.resources
│ │ │ │ │ │ ├── _2_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_08.sln
│ │ │ └── 32_08.suo
│ │ ├── 32_12
│ │ │ ├── 32_08
│ │ │ │ ├── 32_08.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── 32_08.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── ClassDiagram1.cd
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKeyDownUP.cs
│ │ │ │ ├── frmKeyDownUP.designer.cs
│ │ │ │ ├── frmKeyDownUP.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_08.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_08.frmKeyDownUP.resources
│ │ │ │ │ │ ├── _2_08.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_08.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_08.exe
│ │ │ │ │ │ ├── 32_08.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_08.sln
│ │ │ └── 32_08.suo
│ │ ├── 32_13
│ │ │ ├── 32_09
│ │ │ │ ├── 32_09.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 32_09.exe
│ │ │ │ │ │ ├── 32_09.pdb
│ │ │ │ │ │ ├── 32_09.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmKepress.cs
│ │ │ │ ├── frmKepress.designer.cs
│ │ │ │ ├── frmKepress.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 32_09.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _2_09.frmKepress.resources
│ │ │ │ │ │ ├── _2_09.Properties.Resources.resources
│ │ │ │ │ │ ├── 32_09.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 32_09.exe
│ │ │ │ │ │ ├── 32_09.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 32_09.sln
│ │ │ └── 32_09.suo
│ │ └── 32_14
│ │ ├── 32_10
│ │ │ ├── 32_10.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 32_10.exe
│ │ │ │ │ ├── 32_10.pdb
│ │ │ │ │ ├── 32_10.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Desktop_.ini
│ │ │ ├── frmHot.cs
│ │ │ ├── frmHot.designer.cs
│ │ │ ├── frmHot.resx
│ │ │ ├── obj
│ │ │ │ ├── 32_10.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── _2_10.frmHot.resources
│ │ │ │ │ ├── _2_10.Properties.Resources.resources
│ │ │ │ │ ├── 32_10.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 32_10.exe
│ │ │ │ │ ├── 32_10.pdb
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ └── Desktop_.ini
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 32_10.sln
│ │ └── 32_10.suo
│ ├── 33
│ │ ├── 33_01
│ │ │ ├── 33_01
│ │ │ │ ├── 33_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 33_01.exe
│ │ │ │ │ │ ├── 33_01.pdb
│ │ │ │ │ │ ├── 33_01.vshost.exe
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── frmWindows.cs
│ │ │ │ ├── frmWindows.Designer.cs
│ │ │ │ ├── frmWindows.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 33_01.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── _3_01.frmWindows.resources
│ │ │ │ │ │ ├── _3_01.Properties.Resources.resources
│ │ │ │ │ │ ├── 33_01.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── 33_01.exe
│ │ │ │ │ │ ├── 33_01.pdb
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 33_01.sln
│ │ │ ├── 33_01.suo
│ │ │ └── Desktop_.ini
│ │ ├── Desktop_.ini
│ │ ├── FileServer
│ │ │ ├── Desktop_.ini
│ │ │ ├── FileServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── FileServer.exe
│ │ │ │ │ │ ├── fileserver.InstallLog
│ │ │ │ │ │ ├── fileserver.InstallState
│ │ │ │ │ │ ├── FileServer.pdb
│ │ │ │ │ │ └── FileServer.vshost.exe
│ │ │ │ │ └── Desktop_.ini
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── FileServer.cs
│ │ │ │ ├── FileServer.csproj
│ │ │ │ ├── FileService.cs
│ │ │ │ ├── FileService.Designer.cs
│ │ │ │ ├── FileService.resx
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ │ ├── FileServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FileServer.exe
│ │ │ │ │ │ ├── FileServer.FileService.resources
│ │ │ │ │ │ ├── FileServer.Form1.resources
│ │ │ │ │ │ ├── FileServer.pdb
│ │ │ │ │ │ ├── FileServer.ProjectInstaller.resources
│ │ │ │ │ │ ├── FileServer.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Desktop_.ini
│ │ │ │ │ ├── Desktop_.ini
│ │ │ │ │ └── FileServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── ProjectInstaller.cs
│ │ │ │ ├── ProjectInstaller.Designer.cs
│ │ │ │ ├── ProjectInstaller.resx
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FileServer.sln
│ │ │ └── FileServer.suo
│ │ ├── MrWeb
│ │ │ ├── App_Data
│ │ │ │ └── Desktop_.ini
│ │ │ ├── App_WebReferences
│ │ │ │ ├── Desktop_.ini
│ │ │ │ └── MrService
│ │ │ │ ├── Desktop_.ini
│ │ │ │ ├── Service.disco
│ │ │ │ ├── Service.discomap
│ │ │ │ └── Service.wsdl
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Desktop_.ini
│ │ │ ├── MrWeb.sln
│ │ │ ├── MrWeb.suo
│ │ │ └── Web.Config
│ │ └── mrWebService
│ │ ├── App_Code
│ │ │ ├── Desktop_.ini
│ │ │ └── Service.cs
│ │ ├── App_Data
│ │ │ └── Desktop_.ini
│ │ ├── Desktop_.ini
│ │ ├── mrWebService.sln
│ │ ├── mrWebService.suo
│ │ ├── Service.asmx
│ │ └── Web.Config
│ ├── 34
│ │ ├── 34_01
│ │ │ ├── 34_01
│ │ │ │ ├── 34_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ └── 34_01.pdb
│ │ │ │ ├── obj
│ │ │ │ │ ├── 34_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ ├── 34_01.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Operation.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 34_01.sln
│ │ │ └── 34_01.suo
│ │ ├── 34_02
│ │ │ ├── 34_02
│ │ │ │ ├── 34_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_01.dll
│ │ │ │ │ ├── 34_01.pdb
│ │ │ │ │ ├── 34_02.exe
│ │ │ │ │ ├── 34_02.pdb
│ │ │ │ │ └── 34_02.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 34_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 34_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 34_02.exe
│ │ │ │ │ ├── 34_02.pdb
│ │ │ │ │ ├── _4_02.Form1.resources
│ │ │ │ │ ├── _4_02.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 34_02.sln
│ │ │ └── 34_02.suo
│ │ └── 34_03
│ │ ├── 34_03
│ │ │ ├── 34_03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 34_03.exe
│ │ │ │ ├── 34_03.pdb
│ │ │ │ ├── 34_03.vshost.exe
│ │ │ │ ├── checkyear.dll
│ │ │ │ ├── PingComputer1.dll
│ │ │ │ └── projectdll.dll
│ │ │ ├── DLL
│ │ │ │ ├── PingComputer1.dll
│ │ │ │ └── projectdll.dll
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 34_03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 34_03.csproj.GenerateResource.Cache
│ │ │ │ ├── 34_03.exe
│ │ │ │ ├── 34_03.pdb
│ │ │ │ ├── _4_03.Form1.resources
│ │ │ │ ├── _4_03.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 34_03.sln
│ │ └── 34_03.suo
│ ├── 36
│ │ ├── 36_01
│ │ │ └── 36_01
│ │ │ ├── 36_01
│ │ │ │ ├── 36_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ └── 36_01.vshost.exe
│ │ │ │ ├── FrmDns.cs
│ │ │ │ ├── FrmDns.Designer.cs
│ │ │ │ ├── FrmDns.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_01.exe
│ │ │ │ │ ├── 36_01.pdb
│ │ │ │ │ ├── _6_01.FrmDNS.resources
│ │ │ │ │ ├── _6_01.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_01.sln
│ │ │ └── 36_01.suo
│ │ ├── 36_02
│ │ │ └── 36_02
│ │ │ ├── 36_02
│ │ │ │ ├── 36_02.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ └── 36_02.vshost.exe
│ │ │ │ ├── FrmSockect.cs
│ │ │ │ ├── FrmSockect.Designer.cs
│ │ │ │ ├── FrmSockect.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_02.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_02.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_02.exe
│ │ │ │ │ ├── 36_02.pdb
│ │ │ │ │ ├── _6_02.FrmSockect.resources
│ │ │ │ │ ├── _6_02.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_02.sln
│ │ │ └── 36_02.suo
│ │ ├── 36_03
│ │ │ └── 36_03
│ │ │ ├── 36_03
│ │ │ │ ├── 36_03.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_03.exe
│ │ │ │ │ ├── 36_03.pdb
│ │ │ │ │ └── 36_03.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_03.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_03.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_03.exe
│ │ │ │ │ ├── 36_03.pdb
│ │ │ │ │ ├── _6_03.FrmDont.resources
│ │ │ │ │ ├── _6_03.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_03.sln
│ │ │ └── 36_03.suo
│ │ ├── 36_04
│ │ │ ├── 36_04
│ │ │ │ ├── 36_04.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_04.exe
│ │ │ │ │ ├── 36_04.pdb
│ │ │ │ │ └── 36_04.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_04.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_04.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_04.exe
│ │ │ │ │ ├── 36_04.pdb
│ │ │ │ │ ├── _6_04.Form1.resources
│ │ │ │ │ ├── _6_04.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_04.sln
│ │ │ └── 36_04.suo
│ │ ├── 36_05
│ │ │ └── 36_35
│ │ │ ├── 36_35
│ │ │ │ ├── 36_35.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_35.exe
│ │ │ │ │ ├── 36_35.pdb
│ │ │ │ │ └── 36_35.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 36_35.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 36_35.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 36_35.exe
│ │ │ │ │ ├── 36_35.pdb
│ │ │ │ │ ├── _6_35.Form1.resources
│ │ │ │ │ ├── _6_35.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 36_35.sln
│ │ │ └── 36_35.suo
│ │ └── 36_06
│ │ └── 36_06
│ │ ├── 36_06
│ │ │ ├── 36_06.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 36_06.exe
│ │ │ │ ├── 36_06.pdb
│ │ │ │ └── 36_06.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 36_06.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 36_06.csproj.GenerateResource.Cache
│ │ │ │ ├── 36_06.exe
│ │ │ │ ├── 36_06.pdb
│ │ │ │ ├── _6_06.Form1.resources
│ │ │ │ ├── _6_06.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 36_06.sln
│ │ └── 36_06.suo
│ ├── 37
│ │ ├── 37_01
│ │ │ └── 37_01
│ │ │ ├── 37_01
│ │ │ │ ├── 37_01.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ └── 37_01.vshost.exe
│ │ │ │ ├── FrmRead.cs
│ │ │ │ ├── FrmRead.designer.cs
│ │ │ │ ├── FrmRead.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── 37_01.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── 37_01.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 37_01.exe
│ │ │ │ │ ├── 37_01.pdb
│ │ │ │ │ ├── _7_01.FrmRead.resources
│ │ │ │ │ ├── _7_01.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 37_01.sln
│ │ │ └── 37_01.suo
│ │ └── 37_02
│ │ └── 37_02
│ │ ├── 37_02
│ │ │ ├── 37_02.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 37_02.exe
│ │ │ │ ├── 37_02.pdb
│ │ │ │ └── 37_02.vshost.exe
│ │ │ ├── FrmWrite.cs
│ │ │ ├── FrmWrite.designer.cs
│ │ │ ├── FrmWrite.resx
│ │ │ ├── obj
│ │ │ │ ├── 37_02.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 37_02.csproj.GenerateResource.Cache
│ │ │ │ ├── 37_02.exe
│ │ │ │ ├── 37_02.pdb
│ │ │ │ ├── _7_02.FrmWrite.resources
│ │ │ │ ├── _7_02.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 37_02.sln
│ │ └── 37_02.suo
│ └── 38
│ ├── 38_01
│ │ ├── 38_01
│ │ │ ├── 38_01.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 38_01.exe
│ │ │ │ ├── 38_01.pdb
│ │ │ │ └── 38_01.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── 38_01.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 38_01.csproj.GenerateResource.Cache
│ │ │ │ ├── 38_01.exe
│ │ │ │ ├── 38_01.pdb
│ │ │ │ ├── _8_01.Form1.resources
│ │ │ │ ├── _8_01.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 38_01.sln
│ │ └── 38_01.suo
│ ├── 38_02
│ │ └── ThreadTest
│ │ ├── ThreadTest
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ThreadTest.exe
│ │ │ │ ├── ThreadTest.pdb
│ │ │ │ └── ThreadTest.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── ThreadTest.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ThreadTest.exe
│ │ │ │ │ ├── ThreadTest.Form1.resources
│ │ │ │ │ ├── ThreadTest.pdb
│ │ │ │ │ └── ThreadTest.Properties.Resources.resources
│ │ │ │ └── ThreadTest.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── TextFile1.txt
│ │ │ └── ThreadTest.csproj
│ │ ├── ThreadTest.sln
│ │ └── ThreadTest.suo
│ ├── 38_03
│ │ └── 38_03
│ │ ├── 38_03
│ │ │ ├── 38_03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 38_03.exe
│ │ │ │ ├── 38_03.pdb
│ │ │ │ └── 38_03.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── 38_03.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── 38_03.exe
│ │ │ │ ├── 38_03.pdb
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_03.sln
│ │ └── 38_03.suo
│ ├── 38_04
│ │ ├── 38_04
│ │ │ ├── 38_04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── 38_04.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_04.sln
│ │ └── 38_04.suo
│ ├── 38_05
│ │ ├── 38_05
│ │ │ ├── 38_05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── 38_05.vshost.exe
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 38_05.sln
│ │ └── 38_05.suo
│ └── 38_06
│ ├── 38_06
│ │ ├── 38_06.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 38_06.exe
│ │ │ ├── 38_06.pdb
│ │ │ └── 38_06.vshost.exe
│ │ ├── obj
│ │ │ ├── 38_06.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── 38_06.exe
│ │ │ ├── 38_06.pdb
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── 38_06.sln
│ └── 38_06.suo
└── 光盘使用说明.doc
2245 directories, 5968 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论