資源簡介
C#教程,內(nèi)附程序代碼,可以邊學(xué)邊練,個(gè)人感覺還不錯(cuò)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?StudentMIS
{
????public?partial?class?Course?:?Form
????{
????????public?Course()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????//采用遍歷的方法檢索選擇項(xiàng)
????????????if?(c1.Checked)
????????????{
????????????????textBox1.Text?=?“必修“;
????????????}
????????????if?(c2.Checked)
????????????{
????????????????textBox1.Text?=?“選修“;
????????????}
????????????if?(c3.Checked)
????????????{
????????????????textBox1.Text?=?“平臺(tái)“;
????????????}
????????????if?(c4.Checked)
????????????{
????????????????textBox1.Tex
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????6817??2006-08-29?21:21??程序源代碼\C#示例程序\chapter5\42.gif
?????文件??????45056??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\bin\Debug\StudentMIS.exe
?????文件??????50688??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\bin\Debug\StudentMIS.pdb
?????文件???????5632??2005-12-08?14:51??程序源代碼\C#示例程序\chapter5\bin\Debug\StudentMIS.vshost.exe
?????文件???????1235??2007-08-15?17:44??程序源代碼\C#示例程序\chapter5\Course.cs
?????文件??????12270??2007-08-15?17:44??程序源代碼\C#示例程序\chapter5\Course.Designer.cs
?????文件???????5814??2007-08-15?17:44??程序源代碼\C#示例程序\chapter5\Course.resx
?????文件???????1163??2007-08-14?16:53??程序源代碼\C#示例程序\chapter5\Login.cs
?????文件???????4863??2007-08-14?15:26??程序源代碼\C#示例程序\chapter5\Login.Designer.cs
?????文件???????5814??2007-08-14?15:26??程序源代碼\C#示例程序\chapter5\Login.resx
?????文件???????1087??2007-08-16?11:07??程序源代碼\C#示例程序\chapter5\Main.cs
?????文件???????1460??2007-08-15?22:05??程序源代碼\C#示例程序\chapter5\Main.Designer.cs
?????文件???????5814??2007-08-15?22:05??程序源代碼\C#示例程序\chapter5\Main.resx
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.Course.resources
?????文件???????1175??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.csproj.GenerateResource.Cache
?????文件??????45056??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.exe
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.Login.resources
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.Main.resources
?????文件??????50688??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.pdb
?????文件???????7279??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.Properties.Resources.resources
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.StuInfo.resources
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.TestForm.resources
?????文件????????180??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\obj\Debug\StudentMIS.Welcome.resources
?????文件???????4608??2007-08-16?11:08??程序源代碼\C#示例程序\chapter5\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????486??2007-09-09?15:54??程序源代碼\C#示例程序\chapter5\obj\StudentMIS.csproj.FileList.txt
?????文件????????471??2007-09-04?22:45??程序源代碼\C#示例程序\chapter5\Program.cs
?????文件???????1204??2007-08-14?11:44??程序源代碼\C#示例程序\chapter5\Properties\AssemblyInfo.cs
?????文件???????3086??2007-08-16?11:08??程序源代碼\C#示例程序\chapter5\Properties\Resources.Designer.cs
?????文件???????6191??2007-08-14?16:57??程序源代碼\C#示例程序\chapter5\Properties\Resources.resx
?????文件???????1106??2007-08-16?11:08??程序源代碼\C#示例程序\chapter5\Properties\Settings.Designer.cs
............此處省略1845個(gè)文件信息
評論
共有 條評論