• 大小: 562KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-12
  • 语言: C#
  • 标签:

资源简介

有数据库:学生管理、班级管理、教师管理、课程管理、学生选课管理

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace Students
{
/// 
/// AddDep 的摘要说明。
/// 

public class AddDep : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button DepInfo;
private System.Windows.Forms.Label label2;
private string  connectstr = “data source=WJD;Initial Catalog=students;integrated security=SSPI;“;
private System.Windows.Forms.Button button1;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;

public AddDep()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();

//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}

/// 
/// 清理所有正在使用的资源。
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#region Windows 窗体设计器生成的代码
/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.DepInfo = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
// 
// textBox4
// 
this.textBox4.Location = new System.Drawing.Point(112 144);
this.textBox4.Name = “textBox4“;
this.textBox4.TabIndex = 21;
this.textBox4.Text = ““;
// 
// textBox3
// 
this.textBox3.Location = new System.Drawing.Point(112 104);
this.textBox3.Name = “textBox3“;
this.textBox3.TabIndex = 20;
this.textBox3.Text = ““;
// 
// textBox2
// 
this.textBox2.Location = new System.Drawing.Point(112 64);
this.textBox2.Name = “textBox2“;
this.textBox2.TabIndex = 19;
this.textBox2.Text = ““;
// 
// textBox1
// 
this.textBox1.Location = new System.Drawing.Point(112 24);
this.textBox1.Name = “textBox1“;
this.textBox1.TabIndex = 18;
this.textBox1.Text = ““;
// 
// label5
// 
this.label5.Location = new System.Drawing.P

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6866  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\AddDep.cs

     文件      12033  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\AddDep.resx

     文件       7385  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\AddStu.cs

     文件      12036  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\AddStu.resx

     文件       1078  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\App.ico

     文件       1846  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\AssemblyInfo.cs

     文件     225280  2008-09-24 23:02  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\bin\Debug\Students.exe

     文件     189952  2008-09-24 23:02  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\bin\Debug\Students.pdb

     文件       5061  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\CrystalReport1.cs

     文件      16384  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\CrystalReport1.rpt

     文件      29228  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\Dataset1.cs

     文件       1822  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\Dataset1.xsd

     文件        470  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\Dataset1.xsx

     文件       5478  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\Default.cs

     文件       9788  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\Default.resx

     文件      65954  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\img\Prairie Wind.bmp

     文件       5632  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\img\Thumbs.db

     文件       4480  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt1.cs

     文件      16384  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt1.rpt

     文件       4480  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt2.cs

     文件      16384  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt2.rpt

     文件       5012  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt3.cs

     文件      32768  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt3.rpt

     文件       4480  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt4.cs

     文件      32768  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt4.rpt

     文件       4480  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt5.cs

     文件      32768  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\MyRprt5.rpt

     文件       8535  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\obj\Debug\Students.AddDep.resources

     文件       8541  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\obj\Debug\Students.AddStu.resources

     文件       6432  2006-07-07 16:18  C#+SQL+Server学生管理系统源代码\C#+SQL+Server学生管理系统源代码\Students\obj\Debug\Students.Default.resources

............此处省略39个文件信息

评论

共有 条评论