• 大小: 1.41MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-05
  • 语言: C#
  • 标签: 课程表  winform  

资源简介

学生课程表,winform,很简单的代码,大家可以拿去参考

资源截图

代码片段和文件信息

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

namespace 学生课程表
{
/// 
/// Add 的摘要说明。
/// 

public class Add : System.Windows.Forms.Form
{
public static string g;
public static string p;
// public static string ct;
private System.Windows.Forms.Label lbgrass;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btok;
private System.Windows.Forms.Button btreturn;
private System.Windows.Forms.Label lbclass;
private System.Windows.Forms.ComboBox cbclass;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox t7;
private System.Windows.Forms.TextBox t1;
private System.Windows.Forms.TextBox t2;
private System.Windows.Forms.TextBox t3;
private System.Windows.Forms.TextBox t4;
private System.Windows.Forms.TextBox t5;
private System.Windows.Forms.TextBox t6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cb7;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label label10;
private System.ComponentModel.IContainer components;
OleDbConnection objcnn=new OleDbConnection(“Provider=Microsoft.Jet.OLEDB.4.0;Data Source=choice.mdb“);

public Add()
{
//
// 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.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Add));
this.lbgrass = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btok = new System.Windows.Forms.Button();
this.btreturn = new System.Windows.Forms.Button();
this.lbclass = new System.Windows.Forms.Label();
this.cbclass = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.

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

     文件      17134  2007-12-28 09:22  学生课程表\Add.cs

     文件     163546  2007-12-28 09:21  学生课程表\Add.resx

     文件      24364  2007-12-29 20:49  学生课程表\AddF.cs

     文件     671910  2007-12-29 20:49  学生课程表\AddF.resx

     文件       1078  2007-12-25 11:53  学生课程表\App.ico

     文件       1859  2007-12-25 11:53  学生课程表\AssemblyInfo.cs

     文件      29114  2007-12-30 23:05  学生课程表\Form1.cs

     文件     362297  2007-12-30 23:05  学生课程表\Form1.resx

     文件       7888  2007-12-27 17:06  学生课程表\Form2.cs

     文件     154063  2007-12-27 17:06  学生课程表\Form2.resx

     文件       2471  2007-12-28 04:45  学生课程表\Form3.cs

     文件     209069  2007-12-28 04:45  学生课程表\Form3.resx

     文件      21337  2007-12-28 15:49  学生课程表\Mod.cs

     文件     592934  2007-12-28 15:49  学生课程表\Mod.resx

     文件     112520  2007-12-28 09:21  学生课程表\obj\Debug\学生课程表.Add.resources

     文件     452955  2007-12-29 20:49  学生课程表\obj\Debug\学生课程表.AddF.resources

     文件    1490944  2007-12-30 23:05  学生课程表\obj\Debug\学生课程表.exe

     文件     245838  2007-12-30 23:05  学生课程表\obj\Debug\学生课程表.Form1.resources

     文件     104637  2007-12-27 17:06  学生课程表\obj\Debug\学生课程表.Form2.resources

     文件     138938  2007-12-28 04:45  学生课程表\obj\Debug\学生课程表.Form3.resources

     文件     400189  2007-12-28 15:49  学生课程表\obj\Debug\学生课程表.Mod.resources

     文件      85504  2007-12-30 23:05  学生课程表\obj\Debug\学生课程表.pdb

    ..A..H.     35080  2007-12-30 23:05  学生课程表\obj\Debug\学生课程表.projdata

    ..A.SH.      6144  2007-12-30 17:40  学生课程表\Thumbs.db

     文件       6148  2007-12-28 02:38  学生课程表\学生课程表.csproj

     文件       1804  2007-12-30 23:05  学生课程表\学生课程表.csproj.user

     文件        905  2007-12-25 11:53  学生课程表\学生课程表.sln

    ..A..H.      8192  2007-12-30 23:05  学生课程表\学生课程表.suo

     目录          0  2007-12-30 23:48  学生课程表\obj\Debug\temp

     目录          0  2007-12-30 23:48  学生课程表\obj\Debug\TempPE

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

评论

共有 条评论