├── 第7章源码 ├── 例7-1 │ ├── DataSet1.xsc │ ├── obj │ │ └── Debug │ │ │ ├── build.force │ │ │ └── Chapter7.csproj.CoreCompileInputs.cache │ ├── .vs │ │ └── Chapter7 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── App.ico │ ├── Form1.cs │ ├── Chapter7.suo │ └── AssemblyInfo.cs ├── 例7-5 │ ├── DataSet1.xsc │ ├── obj │ │ └── Debug │ │ │ ├── build.force │ │ │ └── 例7-5.csproj.CoreCompileInputs.cache │ ├── .vs │ │ └── 例7-5 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── App.ico │ ├── Form1.cs │ ├── 例7-5.sln │ ├── 例7-5.suo │ └── AssemblyInfo.cs ├── 例7-7 │ ├── DataSet1.xsc │ ├── DataSet1.xss │ ├── obj │ │ └── Debug │ │ │ ├── build.force │ │ │ └── 例7-7.csproj.CoreCompileInputs.cache │ ├── .vs │ │ └── 例7-7 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── App.ico │ ├── Form1.cs │ ├── 例7-7.sln │ ├── 例7-7.suo │ └── AssemblyInfo.cs ├── 例7-4 │ ├── .vs │ │ └── 例7-4 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例7-4.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例7-4.sln │ ├── 例7-4.suo │ └── AssemblyInfo.cs ├── 例7-6 │ ├── .vs │ │ └── 例7-6 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例7-6.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例7-6.sln │ ├── 例7-6.suo │ └── AssemblyInfo.cs ├── 例7-8 │ ├── .vs │ │ └── 例7-8 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例7-8.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例7-8.sln │ ├── 例7-8.suo │ └── AssemblyInfo.cs ├── 例7-3需要前面的SQL │ ├── .vs │ │ └── 例7-3 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例7-3.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例7-3.sln │ ├── 例7-3.suo │ └── AssemblyInfo.cs ├── 例7-2 │ ├── obj │ │ └── Debug │ │ │ └── 例7-2.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例7-2.sln │ ├── 例7-2.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 例7-2 │ │ └── v15 │ │ └── .suo ├── 数据库脚本.sql └── 数据库建立脚本.sql ├── 第14章 图书馆管理系统 ├── Library │ ├── obj │ │ ├── Debug │ │ │ ├── build.force │ │ │ └── Library.csproj.CoreCompileInputs.cache │ │ └── Release │ │ │ └── Library.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Hein003.ico │ ├── AssemblyInfo.cs │ └── DataLevel │ │ ├── DataSetUser.xsx │ │ └── DataSetReader.xsx ├── .vs │ └── Library │ │ └── v15 │ │ ├── Server │ │ └── sqlite3 │ │ │ └── db.lock │ │ └── .suo ├── Library.suo ├── readme.txt └── DataBase │ └── LibraryManage.mdf ├── 第13章 教育局学籍管理系统 ├── CityEduWebService │ ├── 新建 文本文档.txt │ ├── .vs │ │ └── CityEduWebService │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── Global.asax │ ├── obj │ │ ├── Debug │ │ │ └── CityEduWebService.csproj.CoreCompileInputs.cache │ │ └── Release │ │ │ └── CityEduWebService.csproj.CoreCompileInputs.cache │ ├── StringReverse.asmx │ └── 视图.sql ├── SchoolManage_City │ ├── .vs │ │ └── SchoolManage │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── DataBaseSet │ │ └── obj │ │ │ ├── Debug │ │ │ └── DataBaseSet.csproj.CoreCompileInputs.cache │ │ │ └── Release │ │ │ └── DataBaseSet.csproj.CoreCompileInputs.cache │ ├── SchoolManage │ │ └── obj │ │ │ ├── Debug │ │ │ └── SchoolManage.csproj.CoreCompileInputs.cache │ │ │ └── Release │ │ │ └── SchoolManage.csproj.CoreCompileInputs.cache │ └── ModifyDataBase │ │ └── obj │ │ ├── Debug │ │ └── ModifyDataBase.csproj.CoreCompileInputs.cache │ │ └── Release │ │ └── ModifyDataBase.csproj.CoreCompileInputs.cache ├── Config │ ├── MyParameters.ini │ └── PHONE07.ICO ├── DBCityEdu.bak ├── DBSchool.bak └── PdmReader.exe ├── 第8章源码 ├── 例8-11 │ ├── .vs │ │ └── 例8-11 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例8-11.csproj.CoreCompileInputs.cache │ │ │ ├── 例8-11.dll │ │ │ └── 例8-11.pdb │ ├── 虚拟目录.doc │ ├── 例8-11.suo │ ├── Global.asax │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例8-11.dll │ │ └── 例8-11.pdb │ ├── AssemblyInfo.cs │ ├── Global.asax.cs │ └── WebForm1.aspx.cs ├── 例8_12 │ ├── .vs │ │ └── 例8_12 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── NEWS.txt │ ├── obj │ │ └── Debug │ │ │ └── 例8_12.csproj.CoreCompileInputs.cache │ ├── 例8_12.suo │ ├── Global.asax │ ├── WebForm1.aspx │ ├── AssemblyInfo.cs │ ├── Global.asax.cs │ └── WebForm1.aspx.cs ├── 例8_2 │ ├── .vs │ │ └── 例8_2 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例8_2.csproj.CoreCompileInputs.cache │ │ │ ├── 例8_2.dll │ │ │ └── 例8_2.pdb │ ├── 例8_2.suo │ ├── Global.asax │ ├── Global.asax.cs │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例8_2.dll │ │ └── 例8_2.pdb │ ├── AssemblyInfo.cs │ └── WebForm1.aspx.cs ├── 例8_5 │ ├── .vs │ │ └── 例8_5 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例8_5.csproj.CoreCompileInputs.cache │ ├── 例8_5.suo │ ├── Global.asax │ ├── Global.asax.cs │ ├── WebForm1.aspx │ ├── AssemblyInfo.cs │ └── WebForm1.aspx.cs ├── 例8_8 │ ├── .vs │ │ └── 例8_9 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 例8_9.csproj.CoreCompileInputs.cache │ ├── 例8_9.suo │ ├── Global.asax │ ├── Global.asax.cs │ ├── WebForm1.aspx │ ├── AssemblyInfo.cs │ └── WebForm1.aspx.cs ├── 例8_9 │ ├── .vs │ │ └── 例8_10 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例8_10.csproj.CoreCompileInputs.cache │ │ │ ├── 例8_10.dll │ │ │ └── 例8_10.pdb │ ├── 例8_10.suo │ ├── Global.asax │ ├── person.mdb │ ├── Global.asax.cs │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例8_10.dll │ │ └── 例8_10.pdb │ ├── AssemblyInfo.cs │ └── WebForm1.aspx.cs └── 例8_1不支持长路径 │ ├── .vs │ └── 例8_1 │ │ └── v15 │ │ ├── Server │ │ └── sqlite3 │ │ │ └── db.lock │ │ └── .suo │ ├── obj │ └── Debug │ │ ├── 例8_1.csproj.CoreCompileInputs.cache │ │ ├── 例8_1.dll │ │ └── 例8_1.pdb │ ├── 例8_1.suo │ ├── Global.asax │ ├── WebForm1.aspx │ ├── bin │ ├── 例8_1.dll │ └── 例8_1.pdb │ ├── AssemblyInfo.cs │ ├── Global.asax.cs │ └── WebForm1.aspx.cs ├── 第10章源码 ├── 例10_1 │ ├── .vs │ │ └── 例10_1 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例10_1.csproj.CoreCompileInputs.cache │ │ │ ├── 例10_1.dll │ │ │ └── 例10_1.pdb │ ├── 例10_1.suo │ ├── Global.asax │ ├── Global.asax.cs │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例10_1.dll │ │ └── 例10_1.pdb │ ├── data.xml │ ├── AssemblyInfo.cs │ └── WebForm1.aspx.cs ├── 例10_3 │ ├── .vs │ │ └── 例10_3 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例10_3.csproj.CoreCompileInputs.cache │ │ │ ├── 例10_3.exe │ │ │ └── 例10_3.pdb │ ├── App.ico │ ├── Class1.cs │ ├── 例10_3.sln │ ├── 例10_3.suo │ ├── AssemblyInfo.cs │ └── bin │ │ └── Debug │ │ ├── 例10_3.exe │ │ └── 例10_3.pdb ├── 例10_2不支持长路径 │ ├── .vs │ │ └── 例10_2 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例10_2.csproj.CoreCompileInputs.cache │ │ │ ├── 例10_2.dll │ │ │ └── 例10_2.pdb │ ├── 8-10.xml │ ├── My1.xml │ ├── Global.asax │ ├── 例10_2.suo │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例10_2.dll │ │ └── 例10_2.pdb │ ├── AssemblyInfo.cs │ ├── Global.asax.cs │ └── WebForm1.aspx.cs ├── 例10_4不支持长路径 │ ├── .vs │ │ └── 例10_4 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 例10_4.csproj.CoreCompileInputs.cache │ │ │ ├── 例10_4.dll │ │ │ └── 例10_4.pdb │ ├── data.7z │ ├── Global.asax │ ├── 例10_4.suo │ ├── WebForm1.aspx │ ├── bin │ │ ├── 例10_4.dll │ │ └── 例10_4.pdb │ ├── AssemblyInfo.cs │ ├── Global.asax.cs │ └── WebForm1.aspx.cs ├── 例10_10 图形转化成二进制存入xml │ ├── .vs │ │ └── 图形转化成二进制存入xml │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── obj │ │ └── Debug │ │ │ └── 图形转化成二进制存入xml.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── 无标题.gif │ └── Form1.cs ├── 例10_9 基于XML的留言簿-不支持长路径 │ ├── .vs │ │ └── liu_yan_book │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── Global.asax │ ├── obj │ │ └── Debug │ │ │ └── liu_yan_book.csproj.CoreCompileInputs.cache │ ├── View.aspx │ ├── guest.aspx │ └── index.aspx ├── My1.xml ├── my1.xsl └── 10章XML技术目录.doc ├── 第12章 简单图像处理 ├── .vs │ └── Image │ │ └── v15 │ │ ├── Server │ │ └── sqlite3 │ │ │ └── db.lock │ │ └── .suo ├── obj │ └── Debug │ │ ├── Image.csproj.CoreCompileInputs.cache │ │ ├── Image.exe │ │ └── Image.pdb ├── App.ico ├── Form1.cs ├── Image.suo ├── test.bmp ├── MAGNIFY.CUR ├── AssemblyInfo.cs └── bin │ └── Debug │ ├── Image.exe │ └── Image.pdb ├── 第15章 B/S考试系统 ├── .vs │ └── Test │ │ └── v15 │ │ ├── Server │ │ └── sqlite3 │ │ │ └── db.lock │ │ └── .suo ├── Global.asax ├── obj │ ├── Debug │ │ ├── Test.csproj.CoreCompileInputs.cache │ │ ├── Test.dll │ │ └── Test.pdb │ └── Release │ │ └── Test.csproj.CoreCompileInputs.cache ├── Test.suo ├── top.htm ├── @readme.txt ├── DBtest.mdb ├── MyData.cs ├── login.aspx ├── right.html ├── AdminMain.htm ├── Adminmenu.htm ├── MyMethods.cs ├── bin │ ├── Test.dll │ └── Test.pdb ├── images │ ├── 1.gif │ ├── 1.jpg │ ├── 2.gif │ ├── 3.gif │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── b1.GIF │ ├── b1.jpg │ ├── b2.GIF │ ├── b2.jpg │ ├── cz.jpg │ ├── dl.jpg │ ├── 111.jpg │ ├── 222.jpg │ ├── a01.jpg │ ├── a02.jpg │ ├── a03.jpg │ ├── a04.jpg │ ├── a05.jpg │ ├── a06.jpg │ ├── l05.jpg │ ├── l06.jpg │ ├── m05.jpg │ ├── bottom.jpg │ ├── menu_bg.jpg │ ├── 11111_01.jpg │ ├── 11111_05.jpg │ ├── 333_r1_c3.jpg │ ├── book_class.gif │ ├── jiaotou2.jpg │ ├── title_bg_hide.gif │ └── title_bg_show.gif ├── login.aspx.cs ├── AssemblyInfo.cs ├── DBTest_Data.MDF ├── Global.asax.cs ├── kaoshi │ ├── Exam.ASPX │ ├── Exam.ASPX.cs │ └── SearchResult.aspx └── admin │ ├── adminJudge.aspx │ ├── adminChapters.aspx │ ├── adminJudge.aspx.cs │ ├── adminQuestions.aspx │ └── adminStudents.aspx ├── 第2章源码 ├── 2.3.2复选框 │ ├── .vs │ │ └── 复选框 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ ├── db.lock │ │ │ │ ├── storage.ide-shm │ │ │ │ └── storage.ide-wal │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 复选框.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── 复选框.sln │ ├── 复选框.suo │ ├── Form1.cs │ ├── Form2.cs │ └── AssemblyInfo.cs ├── 2.2.2单选按钮应用 │ ├── .vs │ │ └── 单选按钮应用 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 单选按钮应用.csproj.CoreCompileInputs.cache │ │ │ ├── 单选按钮应用.exe │ │ │ └── 单选按钮应用.pdb │ ├── App.ico │ ├── Form1.cs │ ├── 单选按钮应用.sln │ ├── 单选按钮应用.suo │ ├── AssemblyInfo.cs │ └── bin │ │ └── Debug │ │ ├── 单选按钮应用.exe │ │ └── 单选按钮应用.pdb ├── 2.4.2列表框的应用 │ ├── .vs │ │ └── 列表框的应用 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 列表框的应用.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 列表框的应用.sln │ ├── 列表框的应用.suo │ └── AssemblyInfo.cs ├── 2.7.2图片自动浏览器 │ ├── .vs │ │ └── 图片自动浏览器 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 图片自动浏览器.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 图片自动浏览器.sln │ ├── 图片自动浏览器.suo │ └── AssemblyInfo.cs ├── 2.11.6记事本 │ ├── obj │ │ └── Debug │ │ │ └── 记事本.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── 记事本.sln │ ├── 记事本.suo │ ├── mynotepad.cs │ ├── .vs │ │ └── 记事本 │ │ │ └── v15 │ │ │ └── .suo │ └── AssemblyInfo.cs ├── 2.13.2控件数组 │ ├── obj │ │ └── Debug │ │ │ └── aa.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── aa.suo │ ├── .vs │ │ └── aa │ │ │ └── v15 │ │ │ └── .suo │ └── AssemblyInfo.cs ├── 2.6.2飘动窗体 │ ├── obj │ │ └── Debug │ │ │ └── 飘动窗体.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 飘动窗体.sln │ ├── 飘动窗体.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 飘动窗体 │ │ └── v15 │ │ └── .suo ├── 2.7.3图片的缩放 │ ├── obj │ │ └── Debug │ │ │ └── 图片的缩放.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── aa.jpg │ ├── ren.bmp │ ├── 图片的缩放.sln │ ├── 图片的缩放.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 图片的缩放 │ │ └── v15 │ │ └── .suo ├── 2.8.2滚动条 │ ├── obj │ │ └── Debug │ │ │ └── 滚动条.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── 滚动条.sln │ ├── 滚动条.suo │ ├── Form1.cs │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 滚动条 │ │ └── v15 │ │ └── .suo ├── 2.5.2组合框的应用 │ ├── obj │ │ └── Debug │ │ │ └── 组合框的应用.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 组合框的应用.sln │ ├── 组合框的应用.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 组合框的应用 │ │ └── v15 │ │ └── .suo ├── 2.12.2输入对话框的设计 │ ├── obj │ │ └── Debug │ │ │ └── 输入对话框的设计.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── Form2.cs │ ├── 输入对话框的设计.sln │ ├── 输入对话框的设计.suo │ └── AssemblyInfo.cs ├── 2.9.2树形视图TreeView │ ├── obj │ │ └── Debug │ │ │ └── 树形视图TreeView.csproj.CoreCompileInputs.cache │ ├── 1-1.bmp │ ├── 1-2.bmp │ ├── App.ico │ ├── Form1.cs │ ├── book1.jpg │ ├── book2.jpg │ ├── AssemblyInfo.cs │ ├── Listview │ │ ├── 12.bmp │ │ ├── 15.bmp │ │ ├── 16.bmp │ │ ├── 20.bmp │ │ ├── 28.bmp │ │ ├── 29.bmp │ │ ├── 30.bmp │ │ ├── 37.bmp │ │ ├── 38.bmp │ │ ├── 43.bmp │ │ ├── 44.bmp │ │ ├── 45.bmp │ │ ├── 46.bmp │ │ ├── 49.bmp │ │ ├── 50.bmp │ │ ├── 52.bmp │ │ ├── 53.bmp │ │ ├── 57.bmp │ │ ├── 58.bmp │ │ ├── 6-1.bmp │ │ └── 6.bmp │ ├── 树形视图TreeView.sln │ └── 树形视图TreeView.suo └── 2.9.4学生列表ListView │ ├── obj │ └── Debug │ │ └── 学生列表ListView.csproj.CoreCompileInputs.cache │ ├── 14-1.bmp │ ├── 14-2.bmp │ ├── App.ico │ ├── Form1.cs │ ├── AssemblyInfo.cs │ ├── 学生列表ListView.sln │ └── 学生列表ListView.suo ├── 第4章源码 ├── 4.2.3图片拖动 │ ├── .vs │ │ └── 图片拖动 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 图片拖动.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 图片拖动.sln │ ├── 图片拖动.suo │ ├── bmp │ │ ├── 37.bmp │ │ ├── 38.bmp │ │ ├── BLACK.BMP │ │ ├── BLUE.BMP │ │ ├── Eye1.bmp │ │ ├── GREEN.BMP │ │ └── QIPAN.BMP │ └── AssemblyInfo.cs ├── 4.4跳舞的小女孩 │ ├── .vs │ │ └── 跳舞的小女孩 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 跳舞的小女孩.csproj.CoreCompileInputs.cache │ │ │ ├── DG01.bmp │ │ │ ├── DG02.bmp │ │ │ ├── DG03.bmp │ │ │ ├── DG04.bmp │ │ │ └── DG05.bmp │ ├── App.ico │ ├── Form1.cs │ ├── 跳舞的小女孩.sln │ ├── 跳舞的小女孩.suo │ ├── AssemblyInfo.cs │ └── bin │ │ └── Debug │ │ ├── DG01.bmp │ │ ├── DG02.bmp │ │ ├── DG03.bmp │ │ ├── DG04.bmp │ │ └── DG05.bmp ├── 4.6渐变透明 │ ├── .vs │ │ └── 渐变透明 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ ├── 渐变透明.csproj.CoreCompileInputs.cache │ │ │ ├── 渐变透明.exe │ │ │ ├── 渐变透明.pdb │ │ │ └── 渐变透明.projdata │ ├── App.ico │ ├── Form1.cs │ ├── 渐变透明.sln │ ├── 渐变透明.suo │ ├── AssemblyInfo.cs │ └── bin │ │ └── Debug │ │ ├── 渐变透明.exe │ │ ├── 渐变透明.pdb │ │ └── 渐变透明.vshost.exe ├── 4.11.2数字验证码 │ ├── .vs │ │ └── 数字验证码 │ │ │ └── v15 │ │ │ ├── Server │ │ │ └── sqlite3 │ │ │ │ └── db.lock │ │ │ └── .suo │ ├── obj │ │ └── Debug │ │ │ └── 数字验证码.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 数字验证码.sln │ ├── 数字验证码.suo │ └── AssemblyInfo.cs ├── 4.3.3图像显示保存 │ ├── .vs │ │ └── WindowsApplication1 │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── obj │ │ └── Debug │ │ │ └── WindowsApplication1.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── AssemblyInfo.cs │ └── es061212044.jpg ├── 4.5拼数字图形 │ └── NumPuzzle │ │ ├── .vs │ │ └── NumPuzzle │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ │ ├── obj │ │ └── Release │ │ │ └── NumPuzzle.csproj.CoreCompileInputs.cache │ │ ├── App.ico │ │ ├── WIN.WAV │ │ ├── aa.jpg │ │ ├── Form1.cs │ │ ├── MOVE.WAV │ │ ├── PlaySound.cs │ │ ├── AssemblyInfo.cs │ │ ├── NumPuzzle.suo │ │ └── information.BMP ├── 4.1.4绘制棋盘 │ ├── obj │ │ └── Debug │ │ │ └── 绘制棋盘.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 绘制棋盘.sln │ ├── 绘制棋盘.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 绘制棋盘 │ │ └── v15 │ │ └── .suo ├── 4.12.1播放声音 │ ├── obj │ │ └── Debug │ │ │ └── 播音.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── MOVE.WAV │ ├── WIN.WAV │ ├── 播音.sln │ ├── 播音.suo │ ├── .vs │ │ └── 播音 │ │ │ └── v15 │ │ │ └── .suo │ └── AssemblyInfo.cs ├── 4.1.5可擦写轮廓的实现 │ ├── obj │ │ └── Debug │ │ │ └── C_11_1.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── C_11_1.suo │ ├── Form1.cs │ ├── AssemblyInfo.cs │ └── .vs │ │ └── C_11_1 │ │ └── v15 │ │ └── .suo ├── 4.10.2不规则窗体 │ ├── obj │ │ └── Debug │ │ │ └── 不规则窗体.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 不规则窗体.sln │ ├── 不规则窗体.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 不规则窗体 │ │ └── v15 │ │ └── .suo ├── 4.10.3不规则位图窗体 │ ├── obj │ │ └── Debug │ │ │ └── 不规则窗体.csproj.CoreCompileInputs.cache │ ├── 1.BMP │ ├── 2.png │ ├── 3.jpg │ ├── 4.tif │ ├── App.ico │ ├── 巴布豆.bmp │ ├── 米老鼠.bmp │ ├── Form1.cs │ ├── 不规则窗体.sln │ ├── 不规则窗体.suo │ ├── Skin │ │ ├── 史努比.bmp │ │ ├── 小女孩.bmp │ │ ├── 巴布豆.bmp │ │ ├── 米老鼠.bmp │ │ ├── 面板.bmp │ │ ├── 鱼骨头.bmp │ │ ├── msgclose.bmp │ │ ├── msgskin.bmp │ │ ├── msgskin2.bmp │ │ └── msgclose2.bmp │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 不规则窗体 │ │ └── v15 │ │ └── .suo ├── 4.7屏幕捕获 │ ├── 屏幕捕获 │ │ ├── obj │ │ │ └── Debug │ │ │ │ └── 屏幕捕获.csproj.CoreCompileInputs.cache │ │ └── vcache.ico │ ├── 屏幕捕获.suo │ └── .vs │ │ └── 屏幕捕获 │ │ └── v15 │ │ └── .suo ├── 4.9.1分解和合成Gif图像 │ ├── obj │ │ └── Debug │ │ │ └── 分解和合成Gif图像.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── AssemblyInfo.cs │ ├── 分解和合成Gif图像.sln │ └── 分解和合成Gif图像.suo ├── 4.8定时抓取当前程序窗口 │ ├── 定时抓取当前程序窗口 │ │ └── obj │ │ │ └── Debug │ │ │ └── 定时抓取当前程序窗口.csproj.CoreCompileInputs.cache │ └── 定时抓取当前程序窗口.suo ├── 贪吃蛇游戏 RedSnake │ ├── RedSnake │ │ ├── obj │ │ │ └── Debug │ │ │ │ └── RedSnake.csproj.CoreCompileInputs.cache │ │ ├── App.ico │ │ ├── About.cs │ │ ├── Control.cs │ │ ├── Form1.cs │ │ └── Snake.cs │ └── 用c#写的贪吃蛇游戏.htm └── 4.12.3Media Player播放器 │ └── Media Player播放器 │ └── obj │ └── Debug │ └── Media Player播放器.csproj.CoreCompileInputs.cache ├── 第6章源码 ├── 6.2闹钟控件 │ ├── 控件测试 │ │ ├── .vs │ │ │ └── 控件测试 │ │ │ │ └── v15 │ │ │ │ ├── Server │ │ │ │ └── sqlite3 │ │ │ │ │ └── db.lock │ │ │ │ └── .suo │ │ ├── 控件测试 │ │ │ └── obj │ │ │ │ ├── Debug │ │ │ │ └── 控件测试.csproj.CoreCompileInputs.cache │ │ │ │ └── Release │ │ │ │ └── 控件测试.csproj.CoreCompileInputs.cache │ │ └── 控件测试.suo │ ├── obj │ │ └── Release │ │ │ └── clock.csproj.CoreCompileInputs.cache │ ├── clock.suo │ ├── AssemblyInfo.cs │ ├── UserControl1.cs │ ├── .vs │ │ └── clock │ │ │ └── v15 │ │ │ └── .suo │ └── bin │ │ └── Debug │ │ ├── clock.dll │ │ └── clock.pdb ├── 6.3椭圆形按钮 │ ├── 测试程序 │ │ ├── .vs │ │ │ └── 测试程序 │ │ │ │ └── v15 │ │ │ │ ├── Server │ │ │ │ └── sqlite3 │ │ │ │ │ └── db.lock │ │ │ │ └── .suo │ │ ├── 测试程序 │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── 测试程序.csproj.CoreCompileInputs.cache │ │ └── 测试程序.suo │ ├── obj │ │ └── Debug │ │ │ └── WindowsControlLibrary.csproj.CoreCompileInputs.cache │ ├── AssemblyInfo.cs │ ├── EllipseButton.cs │ └── WindowsControlLibrary.sln ├── 6.2.2汉字验证码图片 │ ├── obj │ │ └── Debug │ │ │ └── 汉字验证码图片.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 汉字验证码图片.sln │ ├── 汉字验证码图片.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 汉字验证码图片 │ │ └── v15 │ │ └── .suo └── 6.2.3中文验证组件 │ ├── obj │ └── Release │ │ └── 中文验证组件.csproj.CoreCompileInputs.cache │ ├── 插件测试程序 │ ├── obj │ │ └── Debug │ │ │ └── test2.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── test2.suo │ ├── 中文验证组件.dll │ └── AssemblyInfo.cs │ ├── 中文验证组件.sln │ ├── 中文验证组件.suo │ ├── AssemblyInfo.cs │ ├── UserControl1.cs │ └── .vs │ └── 中文验证组件 │ └── v15 │ └── .suo ├── 第11章 大厅五子棋 ├── FiveServer │ ├── .vs │ │ └── FiveServer │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── FiveServer │ │ └── obj │ │ │ └── Debug │ │ │ └── FiveServer.csproj.CoreCompileInputs.cache │ └── FiveServer.suo ├── Fiveclient │ ├── .vs │ │ └── Fiveclient │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── Fiveclient │ │ ├── obj │ │ │ └── Debug │ │ │ │ └── Fiveclient.csproj.CoreCompileInputs.cache │ │ ├── 1.bmp │ │ └── 2.bmp │ └── Fiveclient.suo ├── 使用说明.txt ├── wuziqi.JPG ├── Login_user_Data.MDF └── Login_user_Log.LDF ├── 第9章源码 ├── CityEduWebService不支持长路径 │ ├── .vs │ │ └── CityEduWebService │ │ │ └── v15 │ │ │ └── Server │ │ │ └── sqlite3 │ │ │ └── db.lock │ ├── Global.asax │ ├── obj │ │ └── Debug │ │ │ └── CityEduWebService.csproj.CoreCompileInputs.cache │ └── 视图.sql └── WindowsApplicationTest在上面的基础上运行 │ ├── .vs │ └── WindowsApplicationTest │ │ └── v15 │ │ └── Server │ │ └── sqlite3 │ │ └── db.lock │ └── obj │ └── Debug │ └── WindowsApplicationTest.csproj.CoreCompileInputs.cache ├── 扑克牌发牌程序.cs ├── 栈模型的实现.cs ├── 第1章源码 ├── first │ ├── obj │ │ └── Debug │ │ │ ├── first.csproj.CoreCompileInputs.cache │ │ │ ├── first.exe │ │ │ └── first.pdb │ ├── App.ico │ ├── Form1.cs │ ├── first.suo │ ├── AssemblyInfo.cs │ └── bin │ │ └── Debug │ │ ├── first.exe │ │ └── first.pdb ├── 【例1-1】.cs ├── 【例1-2】.cs ├── 【例1-3】.cs ├── 【例1-4】.cs ├── 【例1-5】.cs ├── 【例1-6】.cs ├── 【例1-7】.cs ├── 【例1-8】.cs ├── 【例1-9】.cs ├── 【例1-10】.cs ├── 【例1-11】.cs ├── 【例1-12】.cs ├── 【例1-13】.cs ├── 【例1-14】.cs ├── 【例1-15】.cs ├── 【例1-16】.cs ├── 【例1-17】.cs ├── 【例1-18】.cs ├── 【例1-21】.cs └── test控制台应用程序 │ ├── test控制台应用程序 │ └── obj │ │ └── Debug │ │ └── test控制台应用程序.csproj.CoreCompileInputs.cache │ └── test控制台应用程序.suo ├── 第3章源码 ├── 3.1.2例3_2 │ ├── obj │ │ └── Debug │ │ │ └── 例3_2.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 例3_2.sln │ ├── 例3_2.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 例3_2 │ │ └── v15 │ │ └── .suo ├── 3.3.2注册表 │ ├── obj │ │ └── Debug │ │ │ └── 注册表.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── 注册表.sln │ ├── 注册表.suo │ ├── Form1.cs │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 注册表 │ │ └── v15 │ │ └── .suo ├── 3.4.2注册系统热键 │ ├── obj │ │ └── Debug │ │ │ └── 注册系统热键.csproj.CoreCompileInputs.cache │ ├── App.ico │ ├── Form1.cs │ ├── 注册系统热键.sln │ ├── 注册系统热键.suo │ ├── AssemblyInfo.cs │ └── .vs │ │ └── 注册系统热键 │ │ └── v15 │ │ └── .suo └── 3.1.4文件夹浏览器 │ ├── obj │ └── Debug │ │ └── FolderBrowser.csproj.CoreCompileInputs.cache │ ├── Form1.cs │ ├── FolderBrowser.suo │ └── image │ ├── DRIVE.ICO │ ├── MYCOMP.ICO │ ├── CLSDFOLD.ICO │ └── OPENFOLD.ICO └── 第5章源码 ├── 5.3junqi1.1(单机版) ├── obj │ └── Debug │ │ └── junqi.csproj.CoreCompileInputs.cache ├── App.ico ├── Form1.cs ├── bmp │ ├── G.bmp │ ├── R.bmp │ ├── 29.bmp │ ├── 30.bmp │ ├── 31.bmp │ ├── 32.bmp │ ├── 33.bmp │ ├── 34.bmp │ ├── 35.bmp │ ├── 36.bmp │ ├── 37.bmp │ ├── 38.bmp │ ├── 39.bmp │ ├── 40.bmp │ ├── BLUE.BMP │ ├── Eye1.bmp │ ├── G29.bmp │ ├── G30.bmp │ ├── G31.bmp │ ├── G32.bmp │ ├── G33.bmp │ ├── G34.bmp │ ├── G35.bmp │ ├── G36.bmp │ ├── G37.bmp │ ├── G38.bmp │ ├── G39.bmp │ ├── G40.bmp │ ├── 10002.bmp │ ├── BLACK.BMP │ ├── GREEN.BMP │ ├── QIPAN.BMP │ ├── hurry.wav │ └── BtnFocus.wav ├── junqi.suo ├── PlaySound.cs ├── wav │ ├── MOVE.WAV │ ├── WIN.WAV │ ├── junqieat.wav │ ├── junqierro.wav │ └── junqiput.wav ├── 布局文件 │ ├── MyFile.txt │ ├── MyFile2.txt │ └── 软件说明.txt └── AssemblyInfo.cs ├── 5.2(附)跨线程调用对比 ├── 跨线程调用对比 │ └── obj │ │ └── Debug │ │ └── 跨线程调用对比.csproj.CoreCompileInputs.cache ├── 跨线程调用对比.suo └── .vs │ └── 跨线程调用对比 │ └── v15 │ └── .suo ├── 5.2局域网点对点通信 ├── 局域网点对点通信 │ └── obj │ │ └── Debug │ │ └── 局域网点对点通信.csproj.CoreCompileInputs.cache ├── 局域网点对点通信.suo └── .vs │ └── 局域网点对点通信 │ └── v15 │ └── .suo └── 5.3junqi2.1(网络版) 1-23日 ├── obj └── Debug │ └── junqi.csproj.CoreCompileInputs.cache ├── App.ico ├── Client.cs ├── FrmLogin.cs ├── bmp ├── 29.bmp ├── 30.bmp ├── 31.bmp ├── 32.bmp ├── 33.bmp ├── 34.bmp ├── 35.bmp ├── 36.bmp ├── 37.bmp ├── 38.bmp ├── 39.bmp ├── 40.bmp ├── G.bmp ├── G29.bmp ├── G30.bmp ├── G31.bmp ├── G32.bmp ├── G33.bmp ├── G34.bmp ├── G35.bmp ├── G36.bmp ├── G37.bmp ├── G38.bmp ├── G39.bmp ├── G40.bmp ├── R.bmp ├── 桌子.JPG ├── 桌子.bmp └── 营29.JPG ├── junqi.suo ├── wav └── WIN.WAV └── 布局文件 ├── MyFile.txt └── MyFile2.txt /第7章源码/例7-1/DataSet1.xsc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-5/DataSet1.xsc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-7/DataSet1.xsc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-7/DataSet1.xss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-1/obj/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-5/obj/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-7/obj/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/obj/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/新建 文本文档.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-4/.vs/例7-4/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-5/.vs/例7-5/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-6/.vs/例7-6/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-7/.vs/例7-7/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-8/.vs/例7-8/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8-11/.vs/例8-11/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_12/.vs/例8_12/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_2/.vs/例8_2/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_5/.vs/例8_5/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_8/.vs/例8_9/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_9/.vs/例8_10/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第10章源码/例10_1/.vs/例10_1/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第10章源码/例10_3/.vs/例10_3/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第12章 简单图像处理/.vs/Image/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/.vs/Library/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/.vs/Test/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/.vs/复选框/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/.vs/图片拖动/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/.vs/跳舞的小女孩/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/.vs/渐变透明/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-1/.vs/Chapter7/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/.vs/例8_1/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/.vs/例10_2/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/.vs/例10_4/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/.vs/单选按钮应用/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/.vs/复选框/v15/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/.vs/复选框/v15/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/.vs/列表框的应用/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/.vs/图片自动浏览器/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/.vs/数字验证码/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/控件测试/.vs/控件测试/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/测试程序/.vs/测试程序/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/.vs/例7-3/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第11章 大厅五子棋/FiveServer/.vs/FiveServer/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第11章 大厅五子棋/Fiveclient/.vs/Fiveclient/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/.vs/WindowsApplication1/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/.vs/NumPuzzle/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第8章源码/例8_12/NEWS.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | this is 4 | 阿发生了地方哈利卡上的金凤凰 -------------------------------------------------------------------------------- /第10章源码/例10_10 图形转化成二进制存入xml/.vs/图形转化成二进制存入xml/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/.vs/liu_yan_book/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/.vs/SchoolManage/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第9章源码/CityEduWebService不支持长路径/.vs/CityEduWebService/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/.vs/CityEduWebService/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /第9章源码/WindowsApplicationTest在上面的基础上运行/.vs/WindowsApplicationTest/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /扑克牌发牌程序.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/扑克牌发牌程序.cs -------------------------------------------------------------------------------- /栈模型的实现.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/栈模型的实现.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="Test.Global" %> 2 | -------------------------------------------------------------------------------- /第1章源码/first/obj/Debug/first.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第7章源码/例7-2/obj/Debug/例7-2.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第7章源码/例7-4/obj/Debug/例7-4.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第7章源码/例7-5/obj/Debug/例7-5.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 3742aff653d8f2b7ed6ae2cd7675b18ced0ff9c6 2 | -------------------------------------------------------------------------------- /第7章源码/例7-6/obj/Debug/例7-6.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第7章源码/例7-7/obj/Debug/例7-7.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 3742aff653d8f2b7ed6ae2cd7675b18ced0ff9c6 2 | -------------------------------------------------------------------------------- /第7章源码/例7-8/obj/Debug/例7-8.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第8章源码/例8-11/obj/Debug/例8-11.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第8章源码/例8_12/obj/Debug/例8_12.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第8章源码/例8_2/obj/Debug/例8_2.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第8章源码/例8_5/obj/Debug/例8_5.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第8章源码/例8_8/obj/Debug/例8_9.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第8章源码/例8_9/obj/Debug/例8_10.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第10章源码/例10_1/obj/Debug/例10_1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第10章源码/例10_3/obj/Debug/例10_3.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 18efd0a4fa546904001feeb8d8a952f799aca311 2 | -------------------------------------------------------------------------------- /第12章 简单图像处理/obj/Debug/Image.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/obj/Debug/Test.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 819744ac474533a055248bd526f2284803569de0 2 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/obj/Release/Test.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 819744ac474533a055248bd526f2284803569de0 2 | -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/obj/Debug/记事本.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 70e772cefbfa50ccbdd7f39df3bdaf58bae5abe4 2 | -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/obj/Debug/aa.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/obj/Debug/复选框.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 09ef1bf46fc397973ea934430bc13b3e2ae635c4 2 | -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/obj/Debug/飘动窗体.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/obj/Debug/图片的缩放.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 5f38f9cff3e9edc65308399258c8585f71f1aa2c 2 | -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/obj/Debug/滚动条.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/obj/Debug/例3_2.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/obj/Debug/注册表.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/obj/Debug/绘制棋盘.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/obj/Debug/播音.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/obj/Debug/图片拖动.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 5f38f9cff3e9edc65308399258c8585f71f1aa2c 2 | -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/跳舞的小女孩.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 5f38f9cff3e9edc65308399258c8585f71f1aa2c 2 | -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/obj/Debug/渐变透明.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/obj/Release/clock.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 253a49f250fbf0616ac80a3752b540ecd9fcee8d 2 | -------------------------------------------------------------------------------- /第7章源码/例7-1/obj/Debug/Chapter7.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 3742aff653d8f2b7ed6ae2cd7675b18ced0ff9c6 2 | -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/obj/Debug/例8_1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第10章源码/My1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/My1.xml -------------------------------------------------------------------------------- /第10章源码/my1.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/my1.xsl -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/obj/Debug/例10_2.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/obj/Debug/例10_4.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2b0e2c85f924d652c6df3dde7f44294b19fa790 2 | -------------------------------------------------------------------------------- /第1章源码/【例1-1】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-1】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-2】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-2】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-3】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-3】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-4】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-4】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-5】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-5】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-6】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-6】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-7】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-7】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-8】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-8】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-9】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-9】.cs -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/obj/Debug/单选按钮应用.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/obj/Debug/列表框的应用.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/obj/Debug/组合框的应用.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/obj/Debug/图片自动浏览器.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 5f38f9cff3e9edc65308399258c8585f71f1aa2c 2 | -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/obj/Debug/注册系统热键.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/obj/Debug/C_11_1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/obj/Debug/不规则窗体.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/obj/Debug/不规则窗体.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/obj/Debug/数字验证码.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.7屏幕捕获/屏幕捕获/obj/Debug/屏幕捕获.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 07d201145ccfc0d4e7f1f8c1b7248f2da08b3c10 2 | -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/obj/Debug/汉字验证码图片.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/obj/Release/中文验证组件.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6723611ebd54448250e25e5692636b12220c8eec 2 | -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/obj/Debug/例7-3.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第7章源码/数据库脚本.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/数据库脚本.sql -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/obj/Debug/Library.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 98f7b6550a34adfeb8e4f4e152f6a22380d0f67a 2 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/obj/Release/Library.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 98f7b6550a34adfeb8e4f4e152f6a22380d0f67a 2 | -------------------------------------------------------------------------------- /第1章源码/【例1-10】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-10】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-11】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-11】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-12】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-12】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-13】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-13】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-14】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-14】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-15】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-15】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-16】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-16】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-17】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-17】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-18】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-18】.cs -------------------------------------------------------------------------------- /第1章源码/【例1-21】.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/【例1-21】.cs -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/obj/Debug/输入对话框的设计.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 09ef1bf46fc397973ea934430bc13b3e2ae635c4 2 | -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/obj/Debug/FolderBrowser.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/obj/Debug/分解和合成Gif图像.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/obj/Debug/junqi.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 56b7771529bb9b56b1be519b53413d26abf89f65 2 | -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/obj/Debug/test2.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/控件测试/控件测试/obj/Debug/控件测试.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 0bc8276a490339a5e57c5cc2686b58102c43b1cc 2 | -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/控件测试/控件测试/obj/Release/控件测试.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 0bc8276a490339a5e57c5cc2686b58102c43b1cc 2 | -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/测试程序/测试程序/obj/Debug/测试程序.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8359193f2f61d35eb2d775f165780871f948cff3 2 | -------------------------------------------------------------------------------- /第7章源码/数据库建立脚本.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/数据库建立脚本.sql -------------------------------------------------------------------------------- /第10章源码/例10_3/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/App.ico -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="liu_yan_book.Global" %> 2 | -------------------------------------------------------------------------------- /第11章 大厅五子棋/使用说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/使用说明.txt -------------------------------------------------------------------------------- /第12章 简单图像处理/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/App.ico -------------------------------------------------------------------------------- /第1章源码/first/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/App.ico -------------------------------------------------------------------------------- /第1章源码/first/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/obj/Debug/树形视图TreeView.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/obj/Debug/学生列表ListView.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/obj/Debug/WindowsApplication1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6463fd7239cd8fbeae748f2e9e12ca5a22ad480b 2 | -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/obj/Release/NumPuzzle.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | c08b6c3fcb2bbbba0b876128a6f0112281aa8fdc 2 | -------------------------------------------------------------------------------- /第5章源码/5.2(附)跨线程调用对比/跨线程调用对比/obj/Debug/跨线程调用对比.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 07d201145ccfc0d4e7f1f8c1b7248f2da08b3c10 2 | -------------------------------------------------------------------------------- /第5章源码/5.2局域网点对点通信/局域网点对点通信/obj/Debug/局域网点对点通信.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 07d201145ccfc0d4e7f1f8c1b7248f2da08b3c10 2 | -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/obj/Debug/junqi.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 15efb7d8f86f7c9b1208de8e7e1c8c60f9d0b2a4 2 | -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/obj/Debug/WindowsControlLibrary.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 3fc10a6bbed585446709286033513e4d8d882f3a 2 | -------------------------------------------------------------------------------- /第7章源码/例7-1/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-1/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-1/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-1/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-2/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-2/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-2/例7-2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/例7-2.sln -------------------------------------------------------------------------------- /第7章源码/例7-2/例7-2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/例7-2.suo -------------------------------------------------------------------------------- /第7章源码/例7-4/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-4/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-4/例7-4.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/例7-4.sln -------------------------------------------------------------------------------- /第7章源码/例7-4/例7-4.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/例7-4.suo -------------------------------------------------------------------------------- /第7章源码/例7-5/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-5/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-5/例7-5.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/例7-5.sln -------------------------------------------------------------------------------- /第7章源码/例7-5/例7-5.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/例7-5.suo -------------------------------------------------------------------------------- /第7章源码/例7-6/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-6/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-6/例7-6.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/例7-6.sln -------------------------------------------------------------------------------- /第7章源码/例7-6/例7-6.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/例7-6.suo -------------------------------------------------------------------------------- /第7章源码/例7-7/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-7/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-7/例7-7.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/例7-7.sln -------------------------------------------------------------------------------- /第7章源码/例7-7/例7-7.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/例7-7.suo -------------------------------------------------------------------------------- /第7章源码/例7-8/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-8/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-8/例7-8.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/例7-8.sln -------------------------------------------------------------------------------- /第7章源码/例7-8/例7-8.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/例7-8.suo -------------------------------------------------------------------------------- /第8章源码/例8-11/虚拟目录.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/虚拟目录.doc -------------------------------------------------------------------------------- /第8章源码/例8_2/例8_2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/例8_2.suo -------------------------------------------------------------------------------- /第8章源码/例8_5/例8_5.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/例8_5.suo -------------------------------------------------------------------------------- /第8章源码/例8_8/例8_9.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/例8_9.suo -------------------------------------------------------------------------------- /第8章源码/例8_9/例8_10.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/例8_10.suo -------------------------------------------------------------------------------- /第10章源码/10章XML技术目录.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/10章XML技术目录.doc -------------------------------------------------------------------------------- /第10章源码/例10_1/例10_1.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/例10_1.suo -------------------------------------------------------------------------------- /第10章源码/例10_10 图形转化成二进制存入xml/obj/Debug/图形转化成二进制存入xml.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ccc1718c517091890d196556769aed9f5a434115 2 | -------------------------------------------------------------------------------- /第10章源码/例10_3/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/Class1.cs -------------------------------------------------------------------------------- /第10章源码/例10_3/例10_3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/例10_3.sln -------------------------------------------------------------------------------- /第10章源码/例10_3/例10_3.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/例10_3.suo -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/obj/Debug/liu_yan_book.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | b7c6cf2af001bbd94f846be8724c969a45e91e2a 2 | -------------------------------------------------------------------------------- /第11章 大厅五子棋/wuziqi.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/wuziqi.JPG -------------------------------------------------------------------------------- /第12章 简单图像处理/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/Form1.cs -------------------------------------------------------------------------------- /第12章 简单图像处理/Image.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/Image.suo -------------------------------------------------------------------------------- /第12章 简单图像处理/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/test.bmp -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/Config/MyParameters.ini: -------------------------------------------------------------------------------- 1 | [Options] 2 | INSTANCENAME="MSDEDH" 3 | TARGETDIR="C:\MSDE" 4 | SECURITYMODE="SQL" 5 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/Test.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/Test.suo -------------------------------------------------------------------------------- /第15章 B/S考试系统/top.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/top.htm -------------------------------------------------------------------------------- /第1章源码/first/first.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/first.suo -------------------------------------------------------------------------------- /第1章源码/test控制台应用程序/test控制台应用程序/obj/Debug/test控制台应用程序.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | fc688290193a80b99c51853ccf87cea69bc505db 2 | -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/App.ico -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/复选框.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/复选框.sln -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/复选框.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/复选框.suo -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/App.ico -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/滚动条.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/滚动条.sln -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/滚动条.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/滚动条.suo -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/App.ico -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/注册表.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/注册表.sln -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/注册表.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/注册表.suo -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/App.ico -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/渐变透明.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/渐变透明.sln -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/渐变透明.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/渐变透明.suo -------------------------------------------------------------------------------- /第4章源码/4.7屏幕捕获/屏幕捕获.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.7屏幕捕获/屏幕捕获.suo -------------------------------------------------------------------------------- /第4章源码/4.8定时抓取当前程序窗口/定时抓取当前程序窗口/obj/Debug/定时抓取当前程序窗口.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 07d201145ccfc0d4e7f1f8c1b7248f2da08b3c10 2 | -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/obj/Debug/RedSnake.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 82d6815e139f85bbebdbc1f2215f36a26a9319fb 2 | -------------------------------------------------------------------------------- /第8章源码/例8-11/例8-11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/例8-11.suo -------------------------------------------------------------------------------- /第8章源码/例8_12/例8_12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/例8_12.suo -------------------------------------------------------------------------------- /第8章源码/例8_2/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_5/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_8/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_9/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_9/person.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/person.mdb -------------------------------------------------------------------------------- /第9章源码/CityEduWebService不支持长路径/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="CityEduWebService.Global" %> 2 | -------------------------------------------------------------------------------- /第10章源码/例10_1/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/Global.asax -------------------------------------------------------------------------------- /第11章 大厅五子棋/FiveServer/FiveServer/obj/Debug/FiveServer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d2f9449f37bcfe954a236d7d3d2177a2b004a0c2 2 | -------------------------------------------------------------------------------- /第11章 大厅五子棋/Fiveclient/Fiveclient/obj/Debug/Fiveclient.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 38dd0b5f995bef05c77af420473e3932062954d9 2 | -------------------------------------------------------------------------------- /第12章 简单图像处理/MAGNIFY.CUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/MAGNIFY.CUR -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="CityEduWebService.Global" %> 2 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/Library.suo -------------------------------------------------------------------------------- /第14章 图书馆管理系统/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/readme.txt -------------------------------------------------------------------------------- /第15章 B/S考试系统/@readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/@readme.txt -------------------------------------------------------------------------------- /第15章 B/S考试系统/DBtest.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/DBtest.mdb -------------------------------------------------------------------------------- /第15章 B/S考试系统/MyData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/MyData.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/login.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/login.aspx -------------------------------------------------------------------------------- /第15章 B/S考试系统/right.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/right.html -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/App.ico -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/记事本.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/记事本.sln -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/记事本.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/记事本.suo -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.13.2控件数组/App.ico -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.13.2控件数组/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/aa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.13.2控件数组/aa.suo -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/App.ico -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/Form2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/Form2.cs -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/App.ico -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/App.ico -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/App.ico -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/飘动窗体.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/飘动窗体.sln -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/飘动窗体.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/飘动窗体.suo -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/App.ico -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/aa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/aa.jpg -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/ren.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/ren.bmp -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/Form1.cs -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/App.ico -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/Form1.cs -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/例3_2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/例3_2.sln -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/例3_2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/例3_2.suo -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/Form1.cs -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/App.ico -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/App.ico -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/绘制棋盘.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/绘制棋盘.sln -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/绘制棋盘.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/绘制棋盘.suo -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/App.ico -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/1.BMP -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/2.png -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/3.jpg -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/4.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/4.tif -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/App.ico -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/App.ico -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/MOVE.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/MOVE.WAV -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/WIN.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/WIN.WAV -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/播音.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/播音.sln -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/播音.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/播音.suo -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/App.ico -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/图片拖动.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/图片拖动.sln -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/图片拖动.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/图片拖动.suo -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.3.3图像显示保存/App.ico -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/App.ico -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/Form1.cs -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/clock.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/clock.suo -------------------------------------------------------------------------------- /第7章源码/例7-1/Chapter7.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-1/Chapter7.suo -------------------------------------------------------------------------------- /第8章源码/例8-11/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8-11/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8-11/bin/例8-11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/bin/例8-11.dll -------------------------------------------------------------------------------- /第8章源码/例8-11/bin/例8-11.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/bin/例8-11.pdb -------------------------------------------------------------------------------- /第8章源码/例8_12/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_12/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/例8_1.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/例8_1.suo -------------------------------------------------------------------------------- /第8章源码/例8_2/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_2/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_2/bin/例8_2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/bin/例8_2.dll -------------------------------------------------------------------------------- /第8章源码/例8_2/bin/例8_2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/bin/例8_2.pdb -------------------------------------------------------------------------------- /第8章源码/例8_5/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_5/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_8/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_8/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_9/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_9/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_9/bin/例8_10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/bin/例8_10.dll -------------------------------------------------------------------------------- /第8章源码/例8_9/bin/例8_10.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/bin/例8_10.pdb -------------------------------------------------------------------------------- /第9章源码/CityEduWebService不支持长路径/obj/Debug/CityEduWebService.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ad48527074599a2716e9a70a79d994fe4e954746 2 | -------------------------------------------------------------------------------- /第10章源码/例10_1/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/Global.asax.cs -------------------------------------------------------------------------------- /第10章源码/例10_1/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/WebForm1.aspx -------------------------------------------------------------------------------- /第10章源码/例10_1/bin/例10_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/bin/例10_1.dll -------------------------------------------------------------------------------- /第10章源码/例10_1/bin/例10_1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/bin/例10_1.pdb -------------------------------------------------------------------------------- /第10章源码/例10_1/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 计算机图书XML入门精解张华1971-3-24 -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/8-10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/8-10.xml -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/My1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/My1.xml -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/data.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/data.7z -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/obj/Debug/CityEduWebService.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ad48527074599a2716e9a70a79d994fe4e954746 2 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/AdminMain.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/AdminMain.htm -------------------------------------------------------------------------------- /第15章 B/S考试系统/Adminmenu.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/Adminmenu.htm -------------------------------------------------------------------------------- /第15章 B/S考试系统/MyMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/MyMethods.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/bin/Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/bin/Test.dll -------------------------------------------------------------------------------- /第15章 B/S考试系统/bin/Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/bin/Test.pdb -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/1.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/1.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/2.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/3.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/3.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/4.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/5.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/6.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/b1.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/b1.GIF -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/b1.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/b2.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/b2.GIF -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/b2.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/cz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/cz.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/dl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/dl.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/login.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/login.aspx.cs -------------------------------------------------------------------------------- /第1章源码/first/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/App.ico -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/图片的缩放.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/图片的缩放.sln -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/图片的缩放.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/图片的缩放.suo -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/Form1.cs -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.5可擦写轮廓的实现/App.ico -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/不规则窗体.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/不规则窗体.sln -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/不规则窗体.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/不规则窗体.suo -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/App.ico -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/巴布豆.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/巴布豆.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/米老鼠.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/米老鼠.bmp -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/数字验证码.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/数字验证码.sln -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/数字验证码.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/数字验证码.suo -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/37.bmp -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/38.bmp -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.3.3图像显示保存/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/跳舞的小女孩.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/跳舞的小女孩.sln -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/跳舞的小女孩.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/跳舞的小女孩.suo -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/App.ico -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/Form1.cs -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/控件测试/控件测试.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/控件测试/控件测试.suo -------------------------------------------------------------------------------- /第7章源码/例7-1/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-1/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-2/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/App.ico -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/Form1.cs -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/例7-3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/例7-3.sln -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/例7-3.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/例7-3.suo -------------------------------------------------------------------------------- /第7章源码/例7-4/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-5/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-6/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-7/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/AssemblyInfo.cs -------------------------------------------------------------------------------- /第7章源码/例7-8/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8-11/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8-11/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_12/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_12/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/Global.asax.cs -------------------------------------------------------------------------------- /第8章源码/例8_2/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_2/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_5/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_5/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_8/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_8/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_9/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_9/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第10章源码/例10_1/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/AssemblyInfo.cs -------------------------------------------------------------------------------- /第10章源码/例10_1/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/Global.asax -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/例10_2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/例10_2.suo -------------------------------------------------------------------------------- /第10章源码/例10_3/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/AssemblyInfo.cs -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/Global.asax -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/例10_4.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/例10_4.suo -------------------------------------------------------------------------------- /第11章 大厅五子棋/Login_user_Data.MDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/Login_user_Data.MDF -------------------------------------------------------------------------------- /第11章 大厅五子棋/Login_user_Log.LDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/Login_user_Log.LDF -------------------------------------------------------------------------------- /第12章 简单图像处理/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/AssemblyInfo.cs -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/obj/Release/CityEduWebService.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ad48527074599a2716e9a70a79d994fe4e954746 2 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/DBCityEdu.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第13章 教育局学籍管理系统/DBCityEdu.bak -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/DBSchool.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第13章 教育局学籍管理系统/DBSchool.bak -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/PdmReader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第13章 教育局学籍管理系统/PdmReader.exe -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/DataBaseSet/obj/Debug/DataBaseSet.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 591acb0de5920a50d32522e2f5ab6994396dc793 2 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/Library/App.ico -------------------------------------------------------------------------------- /第15章 B/S考试系统/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/AssemblyInfo.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/DBTest_Data.MDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/DBTest_Data.MDF -------------------------------------------------------------------------------- /第15章 B/S考试系统/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/Global.asax.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/111.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/222.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a01.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a02.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a03.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a04.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a05.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/a06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/a06.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/l05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/l05.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/l06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/l06.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/m05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/m05.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/kaoshi/Exam.ASPX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/kaoshi/Exam.ASPX -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/mynotepad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/mynotepad.cs -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/App.ico -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/Form2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/Form2.cs -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/单选按钮应用.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/单选按钮应用.sln -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/单选按钮应用.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/单选按钮应用.suo -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/列表框的应用.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/列表框的应用.sln -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/列表框的应用.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/列表框的应用.suo -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/组合框的应用.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/组合框的应用.sln -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/组合框的应用.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/组合框的应用.suo -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/图片自动浏览器.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/图片自动浏览器.sln -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/图片自动浏览器.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/图片自动浏览器.suo -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/AssemblyInfo.cs -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/AssemblyInfo.cs -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/注册系统热键.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/注册系统热键.sln -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/注册系统热键.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/注册系统热键.suo -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/C_11_1.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.5可擦写轮廓的实现/C_11_1.suo -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.5可擦写轮廓的实现/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/不规则窗体.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/不规则窗体.sln -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/不规则窗体.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/不规则窗体.suo -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/BLACK.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/BLACK.BMP -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/BLUE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/BLUE.BMP -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/Eye1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/Eye1.bmp -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/GREEN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/GREEN.BMP -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/bmp/QIPAN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/bmp/QIPAN.BMP -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.7屏幕捕获/屏幕捕获/vcache.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.7屏幕捕获/屏幕捕获/vcache.ico -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.9.1分解和合成Gif图像/App.ico -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.9.1分解和合成Gif图像/Form1.cs -------------------------------------------------------------------------------- /第5章源码/5.2局域网点对点通信/局域网点对点通信.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.2局域网点对点通信/局域网点对点通信.suo -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/App.ico -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/汉字验证码图片.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/汉字验证码图片.sln -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/汉字验证码图片.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/汉字验证码图片.suo -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/中文验证组件.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/中文验证组件.sln -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/中文验证组件.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/中文验证组件.suo -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/AssemblyInfo.cs -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/UserControl1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/UserControl1.cs -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.3椭圆形按钮/AssemblyInfo.cs -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/测试程序/测试程序.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.3椭圆形按钮/测试程序/测试程序.suo -------------------------------------------------------------------------------- /第7章源码/例7-2/.vs/例7-2/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-2/.vs/例7-2/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-4/.vs/例7-4/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-4/.vs/例7-4/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-5/.vs/例7-5/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-5/.vs/例7-5/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-6/.vs/例7-6/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-6/.vs/例7-6/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-7/.vs/例7-7/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-7/.vs/例7-7/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-8/.vs/例7-8/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-8/.vs/例7-8/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8-11/.vs/例8-11/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/.vs/例8-11/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8-11/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_12/.vs/例8_12/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/.vs/例8_12/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_12/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_12/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/Global.asax -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/WebForm1.aspx -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/bin/例8_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/bin/例8_1.dll -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/bin/例8_1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/bin/例8_1.pdb -------------------------------------------------------------------------------- /第8章源码/例8_2/.vs/例8_2/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/.vs/例8_2/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_2/obj/Debug/例8_2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/obj/Debug/例8_2.dll -------------------------------------------------------------------------------- /第8章源码/例8_2/obj/Debug/例8_2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_2/obj/Debug/例8_2.pdb -------------------------------------------------------------------------------- /第8章源码/例8_5/.vs/例8_5/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_5/.vs/例8_5/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_8/.vs/例8_9/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_8/.vs/例8_9/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_9/.vs/例8_10/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/.vs/例8_10/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_9/obj/Debug/例8_10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/obj/Debug/例8_10.dll -------------------------------------------------------------------------------- /第8章源码/例8_9/obj/Debug/例8_10.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_9/obj/Debug/例8_10.pdb -------------------------------------------------------------------------------- /第10章源码/例10_1/.vs/例10_1/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/.vs/例10_1/v15/.suo -------------------------------------------------------------------------------- /第10章源码/例10_1/obj/Debug/例10_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/obj/Debug/例10_1.dll -------------------------------------------------------------------------------- /第10章源码/例10_1/obj/Debug/例10_1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_1/obj/Debug/例10_1.pdb -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/WebForm1.aspx -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/bin/例10_2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/bin/例10_2.dll -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/bin/例10_2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/bin/例10_2.pdb -------------------------------------------------------------------------------- /第10章源码/例10_3/.vs/例10_3/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/.vs/例10_3/v15/.suo -------------------------------------------------------------------------------- /第10章源码/例10_3/bin/Debug/例10_3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/bin/Debug/例10_3.exe -------------------------------------------------------------------------------- /第10章源码/例10_3/bin/Debug/例10_3.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/bin/Debug/例10_3.pdb -------------------------------------------------------------------------------- /第10章源码/例10_3/obj/Debug/例10_3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/obj/Debug/例10_3.exe -------------------------------------------------------------------------------- /第10章源码/例10_3/obj/Debug/例10_3.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_3/obj/Debug/例10_3.pdb -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/WebForm1.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/WebForm1.aspx -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/bin/例10_4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/bin/例10_4.dll -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/bin/例10_4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/bin/例10_4.pdb -------------------------------------------------------------------------------- /第12章 简单图像处理/.vs/Image/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/.vs/Image/v15/.suo -------------------------------------------------------------------------------- /第12章 简单图像处理/bin/Debug/Image.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/bin/Debug/Image.exe -------------------------------------------------------------------------------- /第12章 简单图像处理/bin/Debug/Image.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/bin/Debug/Image.pdb -------------------------------------------------------------------------------- /第12章 简单图像处理/obj/Debug/Image.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/obj/Debug/Image.exe -------------------------------------------------------------------------------- /第12章 简单图像处理/obj/Debug/Image.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第12章 简单图像处理/obj/Debug/Image.pdb -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/DataBaseSet/obj/Release/DataBaseSet.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 591acb0de5920a50d32522e2f5ab6994396dc793 2 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/SchoolManage/obj/Debug/SchoolManage.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 17f307311378e8d50fbb0e4b2153df2cd30f0043 2 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/SchoolManage/obj/Release/SchoolManage.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 740d135064486f085749b3976ecaf27b65120919 2 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/.vs/Test/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/.vs/Test/v15/.suo -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/bottom.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/menu_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/menu_bg.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/obj/Debug/Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/obj/Debug/Test.dll -------------------------------------------------------------------------------- /第15章 B/S考试系统/obj/Debug/Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/obj/Debug/Test.pdb -------------------------------------------------------------------------------- /第1章源码/first/bin/Debug/first.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/bin/Debug/first.exe -------------------------------------------------------------------------------- /第1章源码/first/bin/Debug/first.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/bin/Debug/first.pdb -------------------------------------------------------------------------------- /第1章源码/first/obj/Debug/first.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/obj/Debug/first.exe -------------------------------------------------------------------------------- /第1章源码/first/obj/Debug/first.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/first/obj/Debug/first.pdb -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/.vs/记事本/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/.vs/记事本/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.11.6记事本/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.11.6记事本/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/.vs/aa/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.13.2控件数组/.vs/aa/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.13.2控件数组/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.13.2控件数组/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.3.2复选框/.vs/复选框/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.3.2复选框/.vs/复选框/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.8.2滚动条/.vs/滚动条/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.8.2滚动条/.vs/滚动条/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/1-1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/1-1.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/1-2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/1-2.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/App.ico -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Form1.cs -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/14-1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/14-1.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/14-2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/14-2.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/App.ico -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/Form1.cs -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/AssemblyInfo.cs -------------------------------------------------------------------------------- /第3章源码/3.3.2注册表/.vs/注册表/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.3.2注册表/.vs/注册表/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/史努比.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/史努比.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/小女孩.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/小女孩.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/巴布豆.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/巴布豆.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/米老鼠.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/米老鼠.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/面板.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/面板.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/鱼骨头.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/鱼骨头.bmp -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/.vs/播音/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/.vs/播音/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.12.1播放声音/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.12.1播放声音/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.12.3Media Player播放器/Media Player播放器/obj/Debug/Media Player播放器.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2575daaa699c4b0f2567d542968891eb2782ba06 2 | -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/App.ico -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/WIN.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/WIN.WAV -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/aa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/aa.jpg -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/.vs/渐变透明/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/.vs/渐变透明/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/bin/Debug/渐变透明.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/bin/Debug/渐变透明.exe -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/bin/Debug/渐变透明.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/bin/Debug/渐变透明.pdb -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/obj/Debug/渐变透明.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/obj/Debug/渐变透明.exe -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/obj/Debug/渐变透明.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/obj/Debug/渐变透明.pdb -------------------------------------------------------------------------------- /第4章源码/4.7屏幕捕获/.vs/屏幕捕获/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.7屏幕捕获/.vs/屏幕捕获/v15/.suo -------------------------------------------------------------------------------- /第5章源码/5.2(附)跨线程调用对比/跨线程调用对比.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.2(附)跨线程调用对比/跨线程调用对比.suo -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/Form1.cs -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/R.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/R.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/junqi.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/junqi.suo -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/插件测试程序/App.ico -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/.vs/clock/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/.vs/clock/v15/.suo -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/EllipseButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.3椭圆形按钮/EllipseButton.cs -------------------------------------------------------------------------------- /第7章源码/例7-1/.vs/Chapter7/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-1/.vs/Chapter7/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8-11/obj/Debug/例8-11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/obj/Debug/例8-11.dll -------------------------------------------------------------------------------- /第8章源码/例8-11/obj/Debug/例8-11.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8-11/obj/Debug/例8-11.pdb -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/Global.asax.cs -------------------------------------------------------------------------------- /第9章源码/WindowsApplicationTest在上面的基础上运行/obj/Debug/WindowsApplicationTest.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7e7d0cf760e5418595721b45180ca9838113a352 2 | -------------------------------------------------------------------------------- /第10章源码/例10_10 图形转化成二进制存入xml/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_10 图形转化成二进制存入xml/App.ico -------------------------------------------------------------------------------- /第10章源码/例10_10 图形转化成二进制存入xml/无标题.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_10 图形转化成二进制存入xml/无标题.gif -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/AssemblyInfo.cs -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/Global.asax.cs -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/AssemblyInfo.cs -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/Global.asax.cs -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/Config/PHONE07.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第13章 教育局学籍管理系统/Config/PHONE07.ICO -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/ModifyDataBase/obj/Debug/ModifyDataBase.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 591acb0de5920a50d32522e2f5ab6994396dc793 2 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/SchoolManage_City/ModifyDataBase/obj/Release/ModifyDataBase.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 591acb0de5920a50d32522e2f5ab6994396dc793 2 | -------------------------------------------------------------------------------- /第14章 图书馆管理系统/.vs/Library/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/.vs/Library/v15/.suo -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/Hein003.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/Library/Hein003.ico -------------------------------------------------------------------------------- /第15章 B/S考试系统/admin/adminJudge.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/admin/adminJudge.aspx -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/11111_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/11111_01.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/11111_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/11111_05.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/333_r1_c3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/333_r1_c3.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/book_class.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/book_class.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/jiaotou2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/jiaotou2.jpg -------------------------------------------------------------------------------- /第15章 B/S考试系统/kaoshi/Exam.ASPX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/kaoshi/Exam.ASPX.cs -------------------------------------------------------------------------------- /第1章源码/test控制台应用程序/test控制台应用程序.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第1章源码/test控制台应用程序/test控制台应用程序.suo -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/输入对话框的设计.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/输入对话框的设计.sln -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/输入对话框的设计.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/输入对话框的设计.suo -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.6.2飘动窗体/.vs/飘动窗体/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.6.2飘动窗体/.vs/飘动窗体/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.7.3图片的缩放/.vs/图片的缩放/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.3图片的缩放/.vs/图片的缩放/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/book1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/book1.jpg -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/book2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/book2.jpg -------------------------------------------------------------------------------- /第3章源码/3.1.2例3_2/.vs/例3_2/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.2例3_2/.vs/例3_2/v15/.suo -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/FolderBrowser.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/FolderBrowser.suo -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/image/DRIVE.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/image/DRIVE.ICO -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/image/MYCOMP.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/image/MYCOMP.ICO -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.1.4绘制棋盘/.vs/绘制棋盘/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.4绘制棋盘/.vs/绘制棋盘/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.5可擦写轮廓的实现/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.2.3图片拖动/.vs/图片拖动/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.2.3图片拖动/.vs/图片拖动/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.3.3图像显示保存/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.3.3图像显示保存/es061212044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.3.3图像显示保存/es061212044.jpg -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/.vs/跳舞的小女孩/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/.vs/跳舞的小女孩/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/bin/Debug/DG01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/bin/Debug/DG01.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/bin/Debug/DG02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/bin/Debug/DG02.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/bin/Debug/DG03.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/bin/Debug/DG03.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/bin/Debug/DG04.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/bin/Debug/DG04.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/bin/Debug/DG05.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/bin/Debug/DG05.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/DG01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/obj/Debug/DG01.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/DG02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/obj/Debug/DG02.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/DG03.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/obj/Debug/DG03.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/DG04.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/obj/Debug/DG04.bmp -------------------------------------------------------------------------------- /第4章源码/4.4跳舞的小女孩/obj/Debug/DG05.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.4跳舞的小女孩/obj/Debug/DG05.bmp -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/Form1.cs -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/MOVE.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/MOVE.WAV -------------------------------------------------------------------------------- /第4章源码/4.8定时抓取当前程序窗口/定时抓取当前程序窗口.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.8定时抓取当前程序窗口/定时抓取当前程序窗口.suo -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/用c#写的贪吃蛇游戏.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/用c#写的贪吃蛇游戏.htm -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/PlaySound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/PlaySound.cs -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/29.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/30.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/31.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/32.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/33.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/34.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/35.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/36.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/36.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/37.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/38.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/39.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/39.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/40.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/40.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/BLUE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/BLUE.BMP -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/Eye1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/Eye1.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G29.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G30.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G31.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G32.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G33.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G34.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G35.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G36.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G36.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G37.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G38.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G39.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G39.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/G40.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/G40.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/wav/MOVE.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/wav/MOVE.WAV -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/wav/WIN.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/wav/WIN.WAV -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/AssemblyInfo.cs -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/AssemblyInfo.cs -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/UserControl1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/UserControl1.cs -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/插件测试程序/Form1.cs -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/test2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/插件测试程序/test2.suo -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/中文验证组件.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/插件测试程序/中文验证组件.dll -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/bin/Debug/clock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/bin/Debug/clock.dll -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/bin/Debug/clock.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/bin/Debug/clock.pdb -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/AssemblyInfo.cs -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/.vs/例8_1/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/.vs/例8_1/v15/.suo -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/WebForm1.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/WebForm1.aspx.cs -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/obj/Debug/例8_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/obj/Debug/例8_1.dll -------------------------------------------------------------------------------- /第8章源码/例8_1不支持长路径/obj/Debug/例8_1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第8章源码/例8_1不支持长路径/obj/Debug/例8_1.pdb -------------------------------------------------------------------------------- /第10章源码/例10_10 图形转化成二进制存入xml/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_10 图形转化成二进制存入xml/Form1.cs -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/.vs/例10_2/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/.vs/例10_2/v15/.suo -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/.vs/例10_4/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/.vs/例10_4/v15/.suo -------------------------------------------------------------------------------- /第11章 大厅五子棋/FiveServer/FiveServer.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/FiveServer/FiveServer.suo -------------------------------------------------------------------------------- /第11章 大厅五子棋/Fiveclient/Fiveclient.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/Fiveclient/Fiveclient.suo -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/Library/AssemblyInfo.cs -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/DataLevel/DataSetUser.xsx: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /第2章源码/2.12.2输入对话框的设计/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.12.2输入对话框的设计/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/.vs/单选按钮应用/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/.vs/单选按钮应用/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.4.2列表框的应用/.vs/列表框的应用/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.4.2列表框的应用/.vs/列表框的应用/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.5.2组合框的应用/.vs/组合框的应用/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.5.2组合框的应用/.vs/组合框的应用/v15/.suo -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/image/CLSDFOLD.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/image/CLSDFOLD.ICO -------------------------------------------------------------------------------- /第3章源码/3.1.4文件夹浏览器/image/OPENFOLD.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.1.4文件夹浏览器/image/OPENFOLD.ICO -------------------------------------------------------------------------------- /第3章源码/3.4.2注册系统热键/.vs/注册系统热键/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第3章源码/3.4.2注册系统热键/.vs/注册系统热键/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.10.2不规则窗体/.vs/不规则窗体/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.2不规则窗体/.vs/不规则窗体/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/msgclose.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/msgclose.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/msgskin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/msgskin.bmp -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/msgskin2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/msgskin2.bmp -------------------------------------------------------------------------------- /第4章源码/4.11.2数字验证码/.vs/数字验证码/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.11.2数字验证码/.vs/数字验证码/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/PlaySound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/PlaySound.cs -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/obj/Debug/渐变透明.projdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/obj/Debug/渐变透明.projdata -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.9.1分解和合成Gif图像/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/分解和合成Gif图像.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.9.1分解和合成Gif图像/分解和合成Gif图像.sln -------------------------------------------------------------------------------- /第4章源码/4.9.1分解和合成Gif图像/分解和合成Gif图像.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.9.1分解和合成Gif图像/分解和合成Gif图像.suo -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/RedSnake/App.ico -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/10002.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/10002.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/BLACK.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/BLACK.BMP -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/GREEN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/GREEN.BMP -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/QIPAN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/QIPAN.BMP -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/hurry.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/hurry.wav -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/布局文件/MyFile.txt: -------------------------------------------------------------------------------- 1 |       ee  e    2 |  3 | e 4 |  5 | 6 | e 7 |  8 |        -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/布局文件/MyFile2.txt: -------------------------------------------------------------------------------- 1 |      ee  e    2 |  3 | e 4 |  5 | e 6 |  7 |     8 |    -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/布局文件/软件说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/布局文件/软件说明.txt -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/App.ico -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/.vs/中文验证组件/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/.vs/中文验证组件/v15/.suo -------------------------------------------------------------------------------- /第6章源码/6.2闹钟控件/控件测试/.vs/控件测试/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2闹钟控件/控件测试/.vs/控件测试/v15/.suo -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/测试程序/.vs/测试程序/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.3椭圆形按钮/测试程序/.vs/测试程序/v15/.suo -------------------------------------------------------------------------------- /第7章源码/例7-3需要前面的SQL/.vs/例7-3/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第7章源码/例7-3需要前面的SQL/.vs/例7-3/v15/.suo -------------------------------------------------------------------------------- /第9章源码/CityEduWebService不支持长路径/视图.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第9章源码/CityEduWebService不支持长路径/视图.sql -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/obj/Debug/例10_2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/obj/Debug/例10_2.dll -------------------------------------------------------------------------------- /第10章源码/例10_2不支持长路径/obj/Debug/例10_2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_2不支持长路径/obj/Debug/例10_2.pdb -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/obj/Debug/例10_4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/obj/Debug/例10_4.dll -------------------------------------------------------------------------------- /第10章源码/例10_4不支持长路径/obj/Debug/例10_4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_4不支持长路径/obj/Debug/例10_4.pdb -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/View.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_9 基于XML的留言簿-不支持长路径/View.aspx -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/guest.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_9 基于XML的留言簿-不支持长路径/guest.aspx -------------------------------------------------------------------------------- /第10章源码/例10_9 基于XML的留言簿-不支持长路径/index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第10章源码/例10_9 基于XML的留言簿-不支持长路径/index.aspx -------------------------------------------------------------------------------- /第11章 大厅五子棋/Fiveclient/Fiveclient/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/Fiveclient/Fiveclient/1.bmp -------------------------------------------------------------------------------- /第11章 大厅五子棋/Fiveclient/Fiveclient/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第11章 大厅五子棋/Fiveclient/Fiveclient/2.bmp -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/StringReverse.asmx: -------------------------------------------------------------------------------- 1 | <%@ WebService Language="c#" Codebehind="StringReverse.asmx.cs" Class="CityEduWebService.StringReverse" %> 2 | -------------------------------------------------------------------------------- /第13章 教育局学籍管理系统/CityEduWebService/视图.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第13章 教育局学籍管理系统/CityEduWebService/视图.sql -------------------------------------------------------------------------------- /第14章 图书馆管理系统/DataBase/LibraryManage.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第14章 图书馆管理系统/DataBase/LibraryManage.mdf -------------------------------------------------------------------------------- /第14章 图书馆管理系统/Library/DataLevel/DataSetReader.xsx: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /第15章 B/S考试系统/admin/adminChapters.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/admin/adminChapters.aspx -------------------------------------------------------------------------------- /第15章 B/S考试系统/admin/adminJudge.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/admin/adminJudge.aspx.cs -------------------------------------------------------------------------------- /第15章 B/S考试系统/admin/adminQuestions.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/admin/adminQuestions.aspx -------------------------------------------------------------------------------- /第15章 B/S考试系统/admin/adminStudents.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/admin/adminStudents.aspx -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/title_bg_hide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/title_bg_hide.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/images/title_bg_show.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/images/title_bg_show.gif -------------------------------------------------------------------------------- /第15章 B/S考试系统/kaoshi/SearchResult.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第15章 B/S考试系统/kaoshi/SearchResult.aspx -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/bin/Debug/单选按钮应用.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/bin/Debug/单选按钮应用.exe -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/bin/Debug/单选按钮应用.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/bin/Debug/单选按钮应用.pdb -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/obj/Debug/单选按钮应用.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/obj/Debug/单选按钮应用.exe -------------------------------------------------------------------------------- /第2章源码/2.2.2单选按钮应用/obj/Debug/单选按钮应用.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.2.2单选按钮应用/obj/Debug/单选按钮应用.pdb -------------------------------------------------------------------------------- /第2章源码/2.7.2图片自动浏览器/.vs/图片自动浏览器/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.7.2图片自动浏览器/.vs/图片自动浏览器/v15/.suo -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/12.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/15.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/16.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/20.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/28.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/28.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/29.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/30.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/37.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/38.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/43.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/43.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/44.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/44.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/45.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/45.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/46.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/46.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/49.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/49.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/50.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/50.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/52.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/52.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/53.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/53.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/57.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/57.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/58.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/58.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/6-1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/6-1.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/Listview/6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/Listview/6.bmp -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/树形视图TreeView.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/树形视图TreeView.sln -------------------------------------------------------------------------------- /第2章源码/2.9.2树形视图TreeView/树形视图TreeView.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.2树形视图TreeView/树形视图TreeView.suo -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/AssemblyInfo.cs -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/学生列表ListView.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/学生列表ListView.sln -------------------------------------------------------------------------------- /第2章源码/2.9.4学生列表ListView/学生列表ListView.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第2章源码/2.9.4学生列表ListView/学生列表ListView.suo -------------------------------------------------------------------------------- /第4章源码/4.1.5可擦写轮廓的实现/.vs/C_11_1/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.1.5可擦写轮廓的实现/.vs/C_11_1/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/.vs/不规则窗体/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/.vs/不规则窗体/v15/.suo -------------------------------------------------------------------------------- /第4章源码/4.10.3不规则位图窗体/Skin/msgclose2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.10.3不规则位图窗体/Skin/msgclose2.bmp -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/AssemblyInfo.cs -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/NumPuzzle.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/NumPuzzle.suo -------------------------------------------------------------------------------- /第4章源码/4.5拼数字图形/NumPuzzle/information.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.5拼数字图形/NumPuzzle/information.BMP -------------------------------------------------------------------------------- /第4章源码/4.6渐变透明/bin/Debug/渐变透明.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/4.6渐变透明/bin/Debug/渐变透明.vshost.exe -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/About.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/RedSnake/About.cs -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Control.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Control.cs -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Form1.cs -------------------------------------------------------------------------------- /第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Snake.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第4章源码/贪吃蛇游戏 RedSnake/RedSnake/Snake.cs -------------------------------------------------------------------------------- /第5章源码/5.2(附)跨线程调用对比/.vs/跨线程调用对比/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.2(附)跨线程调用对比/.vs/跨线程调用对比/v15/.suo -------------------------------------------------------------------------------- /第5章源码/5.2局域网点对点通信/.vs/局域网点对点通信/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.2局域网点对点通信/.vs/局域网点对点通信/v15/.suo -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/AssemblyInfo.cs -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/bmp/BtnFocus.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/bmp/BtnFocus.wav -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/wav/junqieat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/wav/junqieat.wav -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/wav/junqierro.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/wav/junqierro.wav -------------------------------------------------------------------------------- /第5章源码/5.3junqi1.1(单机版)/wav/junqiput.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi1.1(单机版)/wav/junqiput.wav -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/Client.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/Client.cs -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/FrmLogin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/FrmLogin.cs -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/29.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/30.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/31.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/32.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/33.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/34.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/35.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/36.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/36.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/37.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/38.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/39.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/39.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/40.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/40.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G29.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G30.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G31.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G32.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G33.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G34.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G35.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G36.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G36.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G37.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G38.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G39.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G39.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G40.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/G40.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/R.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/R.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/桌子.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/桌子.JPG -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/桌子.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/桌子.bmp -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/营29.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/bmp/营29.JPG -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/junqi.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/junqi.suo -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/wav/WIN.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第5章源码/5.3junqi2.1(网络版) 1-23日/wav/WIN.WAV -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/布局文件/MyFile.txt: -------------------------------------------------------------------------------- 1 |       ee  e    2 |  3 | e 4 |  5 | 6 | e 7 |  8 |        -------------------------------------------------------------------------------- /第5章源码/5.3junqi2.1(网络版) 1-23日/布局文件/MyFile2.txt: -------------------------------------------------------------------------------- 1 |      ee  e    2 |  3 | e 4 |  5 | e 6 |  7 |     8 |    -------------------------------------------------------------------------------- /第6章源码/6.2.2汉字验证码图片/.vs/汉字验证码图片/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.2汉字验证码图片/.vs/汉字验证码图片/v15/.suo -------------------------------------------------------------------------------- /第6章源码/6.2.3中文验证组件/插件测试程序/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.2.3中文验证组件/插件测试程序/AssemblyInfo.cs -------------------------------------------------------------------------------- /第6章源码/6.3椭圆形按钮/WindowsControlLibrary.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/charygao/VisualCSharpDotNETPrincipleAndPractice/HEAD/第6章源码/6.3椭圆形按钮/WindowsControlLibrary.sln --------------------------------------------------------------------------------