【執行個體簡介】
本人大學階段一線課程設計,畫面簡潔,能夠實作基本功能,調試可用
【執行個體截圖】
【核心代碼】
學生繳費管理系統
└── 課程設計
├── 學生繳費資料庫_data.mdf
├── 學生繳費資料庫_log.ldf
└── 課程設計
├── ApplicationDiagram1.ad
├── System1.sd
├── 課程設計
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── 學生繳費資料庫.sdf
│ │ ├── 課程設計.exe
│ │ ├── 課程設計.exe.config
│ │ ├── 課程設計.vshost.exe
│ │ ├── 課程設計.vshost.exe.config
│ │ └── 課程設計.vshost.exe.manifest
│ ├── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫Cache.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫DataSet0.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫DataSet11.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫DataSet1.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫DataSet2.Designer.cs.dll
│ │ │ ├── 學生繳費資料庫DataSet3.Designer.cs.dll
│ │ │ └── 學生繳費資料庫DataSet.Designer.cs.dll
│ │ ├── 課程設計.csproj.FileListAbsolute.txt
│ │ ├── 課程設計.csproj.GenerateResource.Cache
│ │ ├── 課程設計.exe
│ │ ├── 課程設計.pdb
│ │ ├── 課程設計.Properties.Resources.resources
│ │ ├── 課程設計.書本費查詢.resources
│ │ ├── 課程設計.住宿費查詢.resources
│ │ ├── 課程設計.删除繳費資訊.resources
│ │ ├── 課程設計.學生資訊查詢.resources
│ │ ├── 課程設計.學費查詢.resources
│ │ ├── 課程設計.添加繳費資訊.resources
│ │ ├── 課程設計.添加繳費表.resources
│ │ ├── 課程設計.管理界面.resources
│ │ └── 課程設計.系統登入.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 001.jpg
│ │ ├── 01 (3).jpg
│ │ ├── 213291_100654096_2.jpg
│ │ ├── 2.jpg
│ │ ├── 509020120211.jpg
│ │ ├── 50902012021.jpg
│ │ ├── 50902012026.jpg
│ │ ├── 50902012031.jpg
│ │ ├── psds13202.jpg
│ │ ├── psds16524.jpg
│ │ ├── psds17397.jpg
│ │ ├── psds17716.jpg
│ │ └── SpyBot.png
│ ├── SQLScripts
│ │ ├── 學生繳費資料庫Cache.dbo.學生資訊表.sql
│ │ └── 學生繳費資料庫Cache.學生繳費資料庫.sql
│ ├── SQLUndoScripts
│ │ ├── 學生繳費資料庫Cache.dbo.學生資訊表.disable.sql
│ │ └── 學生繳費資料庫Cache.學生繳費資料庫.disable.sql
│ ├── 書本費查詢.cs
│ ├── 書本費查詢.Designer.cs
│ ├── 書本費查詢.resx
│ ├── 住宿費查詢.cs
│ ├── 住宿費查詢.Designer.cs
│ ├── 住宿費查詢.resx
│ ├── 删除繳費資訊.cs
│ ├── 删除繳費資訊.Designer.cs
│ ├── 删除繳費資訊.resx
│ ├── 學生資訊查詢.cs
│ ├── 學生資訊查詢.Designer.cs
│ ├── 學生資訊查詢.resx
│ ├── 學生繳費資料庫Cache.Designer.cs
│ ├── 學生繳費資料庫Cache.sync
│ ├── 學生繳費資料庫DataSet11.Designer.cs
│ ├── 學生繳費資料庫DataSet11.xsc
│ ├── 學生繳費資料庫DataSet11.xsd
│ ├── 學生繳費資料庫DataSet11.xss
│ ├── 學生繳費資料庫DataSet1.Designer.cs
│ ├── 學生繳費資料庫DataSet1.xsc
│ ├── 學生繳費資料庫DataSet1.xsd
│ ├── 學生繳費資料庫DataSet1.xss
│ ├── 學生繳費資料庫DataSet2.Designer.cs
│ ├── 學生繳費資料庫DataSet2.xsc
│ ├── 學生繳費資料庫DataSet2.xsd
│ ├── 學生繳費資料庫DataSet2.xss
│ ├── 學生繳費資料庫DataSet3.Designer.cs
│ ├── 學生繳費資料庫DataSet3.xsc
│ ├── 學生繳費資料庫DataSet3.xsd
│ ├── 學生繳費資料庫DataSet3.xss
│ ├── 學生繳費資料庫DataSet.Designer.cs
│ ├── 學生繳費資料庫DataSet.xsc
│ ├── 學生繳費資料庫DataSet.xsd
│ ├── 學生繳費資料庫DataSet.xss
│ ├── 學生繳費資料庫.sdf
│ ├── 學費查詢.cs
│ ├── 學費查詢.Designer.cs
│ ├── 學費查詢.resx
│ ├── 添加繳費資訊.cs
│ ├── 添加繳費資訊.Designer.cs
│ ├── 添加繳費資訊.resx
│ ├── 添加繳費表.cs
│ ├── 添加繳費表.Designer.cs
│ ├── 添加繳費表.resx
│ ├── 管理界面.cs
│ ├── 管理界面.Designer.cs
│ ├── 管理界面.resx
│ ├── 系統登入.cs
│ ├── 系統登入.Designer.cs
│ ├── 系統登入.resx
│ ├── 課程設計.csproj
│ ├── 課程設計.csproj.user
│ └── 課程設計.sdm
├── 課程設計.sln
└── 課程設計.suo
12 directories, 111 files