資源簡介
用C#語言編寫的一個課程設計系統,可以幫助大家完成課程設計!

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?wangbo
{
????public?partial?class?Form1?:?Form
????{
????????//建立一個數據庫連接類DataConn
????????public?class?DataConn
????????{
????????????//設置要連接的數據源
????????????public?static?string?myconn?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=D:\\student.mdb;Persist?Security?Info=False“;
????????????public?static?string?data_sno;
????????????public?static?string?data_cno;
????????????public?static?string?data_name;
????????????public?static?string?data_qx;
????????}
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Form2?child?=?new?Form2();
????????????child.Show();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????Form3?child?=?new?Form3();
????????????child.Show();
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????Application.Exit();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????2007040??2008-01-14?12:07??C#課程設計\wangbo\bin\Debug\wangbo.exe
?????文件?????142848??2008-01-14?12:07??C#課程設計\wangbo\bin\Debug\wangbo.pdb
?????文件???????5632??2005-11-11?22:25??C#課程設計\wangbo\bin\Debug\wangbo.vshost.exe
?????文件???????1289??2008-01-11?16:55??C#課程設計\wangbo\Form1.cs
?????文件???????5363??2008-01-11?16:55??C#課程設計\wangbo\Form1.Designer.cs
?????文件??????42984??2008-01-11?16:55??C#課程設計\wangbo\Form1.resx
?????文件???????1862??2008-01-14?11:58??C#課程設計\wangbo\Form10.cs
?????文件???????4343??2008-01-14?11:58??C#課程設計\wangbo\Form10.Designer.cs
?????文件?????226775??2008-01-14?11:58??C#課程設計\wangbo\Form10.resx
?????文件???????1519??2008-01-14?11:41??C#課程設計\wangbo\Form11.cs
?????文件???????3070??2008-01-14?11:40??C#課程設計\wangbo\Form11.Designer.cs
?????文件???????5814??2008-01-14?11:40??C#課程設計\wangbo\Form11.resx
?????文件???????1673??2008-01-14?11:58??C#課程設計\wangbo\Form12.cs
?????文件???????4199??2008-01-14?11:58??C#課程設計\wangbo\Form12.Designer.cs
?????文件?????226775??2008-01-14?11:58??C#課程設計\wangbo\Form12.resx
?????文件???????3884??2008-01-14?11:11??C#課程設計\wangbo\Form2.cs
?????文件???????6355??2008-01-12?10:40??C#課程設計\wangbo\Form2.Designer.cs
?????文件??????78567??2008-01-12?10:40??C#課程設計\wangbo\Form2.resx
?????文件???????4204??2008-01-12?15:41??C#課程設計\wangbo\Form3.cs
?????文件???????6290??2008-01-12?10:34??C#課程設計\wangbo\Form3.Designer.cs
?????文件??????63619??2008-01-12?10:34??C#課程設計\wangbo\Form3.resx
?????文件??????24737??2008-01-14?11:45??C#課程設計\wangbo\Form4.cs
?????文件??????82935??2008-01-14?11:45??C#課程設計\wangbo\Form4.Designer.cs
?????文件??????15773??2008-01-14?11:45??C#課程設計\wangbo\Form4.resx
?????文件????????905??2008-01-12?14:39??C#課程設計\wangbo\Form5.cs
?????文件???????5326??2008-01-12?14:39??C#課程設計\wangbo\Form5.Designer.cs
?????文件?????226653??2008-01-12?14:39??C#課程設計\wangbo\Form5.resx
?????文件???????2128??2008-01-12?11:15??C#課程設計\wangbo\Form6.cs
?????文件???????6432??2008-01-12?11:13??C#課程設計\wangbo\Form6.Designer.cs
?????文件??????63619??2008-01-12?11:13??C#課程設計\wangbo\Form6.resx
............此處省略47個文件信息
評論
共有 條評論