• 大小: 12.34MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: C#
  • 标签:

资源简介

希望对需要做这个系统的人有用,绝对完整,完整的代码仅供参考

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
using System.IO;

namespace 学生信息
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        private static string Loadstring = “server=wm-PC;database=学生信息管理系统;uid=sa;pwd=good“;
        SqlConnection CN = new SqlConnection(Loadstring);
        SqlDataAdapter SA;
        DataSet DS = new DataSet();
        
        Form2 fr2 = new Form2();
        Form3 fr3 = new Form3();
        private void button1_Click(object sender EventArgs e)
        {
            string name = id_text.Text;
            string password;
            string error = “账号或密码错误!“;
            string title = “错误提示!“;
            string Sql =“Select 学号 From Sheet1$ where 姓名=‘“+name+“‘“;
            SA = new SqlDataAdapter(Sql CN);
            SA.Fill(DS“Sheet1$“);
            password = DS.Tables[“Sheet1$“].Rows[0][0].ToString();
            CN.Close();
            if (pw_text.Text == password)
            {
                
                
                fr2.Show();
                fr2.Activate();
                
               
                
            }
            else MessageBox.Show(errortitleMessageBoxButtons.OKMessageBoxIcon.Warning);
     
            
        }

        private void button2_Click(object sender EventArgs e)
        {
            string inform = “在登录的过程中只能用自己的姓名作为账号,学号作为初始密码“;
            string title = “提示信息“;
            MessageBox.Show(inform title MessageBoxButtons.OK MessageBoxIcon.Information);
        }

        private void label3_Click(object sender EventArgs e)
        {
            fr3.Show();
            fr3.Activate();

        }

        private void Form1_Load(object sender EventArgs e)
        {

        }
    }
}

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

     文件    2108416  2011-08-29 23:49  C#学生信息\bin\Debug\app.publish\Application Files\学生信息_1_0_0_1\学生信息.exe.deploy

     文件       7208  2011-08-29 23:49  C#学生信息\bin\Debug\app.publish\Application Files\学生信息_1_0_0_1\学生信息.exe.manifest

     文件     555408  2011-08-29 23:49  C#学生信息\bin\Debug\app.publish\setup.exe

     文件       5270  2011-08-29 23:49  C#学生信息\bin\Debug\app.publish\学生信息.application

     文件       1587  2011-08-29 23:49  C#学生信息\bin\Debug\学生信息.application

     文件    2108416  2011-08-29 23:49  C#学生信息\bin\Debug\学生信息.exe

     文件       3600  2011-08-29 23:49  C#学生信息\bin\Debug\学生信息.exe.manifest

     文件      44544  2011-08-29 23:49  C#学生信息\bin\Debug\学生信息.pdb

     文件       1587  2011-08-29 23:46  C#学生信息\bin\Debug\学生信息.vshost.application

     文件      14328  2011-08-29 23:48  C#学生信息\bin\Debug\学生信息.vshost.exe

     文件       2148  2011-08-26 13:23  C#学生信息\Form1.cs

     文件       7716  2011-08-26 13:23  C#学生信息\Form1.Designer.cs

     文件    1442651  2011-08-26 13:23  C#学生信息\Form1.resx

     文件       5501  2011-08-29 23:03  C#学生信息\Form2.cs

     文件      16851  2011-08-26 06:31  C#学生信息\Form2.Designer.cs

     文件     175437  2011-08-26 06:31  C#学生信息\Form2.resx

     文件       1582  2011-08-26 06:31  C#学生信息\Form3.cs

     文件       7406  2011-08-26 06:31  C#学生信息\Form3.Designer.cs

     文件    1526817  2011-08-26 06:31  C#学生信息\Form3.resx

     文件       1587  2011-08-29 23:49  C#学生信息\obj\Debug\学生信息.application

     文件       1607  2011-08-29 23:48  C#学生信息\obj\Debug\学生信息.csproj.FileListAbsolute.txt

     文件        963  2011-08-26 13:23  C#学生信息\obj\Debug\学生信息.csproj.GenerateResource.Cache

     文件    2108416  2011-08-29 23:49  C#学生信息\obj\Debug\学生信息.exe

     文件       3600  2011-08-29 23:49  C#学生信息\obj\Debug\学生信息.exe.manifest

     文件     958182  2011-08-29 23:46  C#学生信息\obj\Debug\学生信息.Form1.resources

     文件     113380  2011-08-29 23:46  C#学生信息\obj\Debug\学生信息.Form2.resources

     文件    1014294  2011-08-29 23:46  C#学生信息\obj\Debug\学生信息.Form3.resources

     文件      44544  2011-08-29 23:49  C#学生信息\obj\Debug\学生信息.pdb

     文件        180  2011-08-29 23:46  C#学生信息\obj\Debug\学生信息.Properties.Resources.resources

     文件        493  2011-08-09 19:03  C#学生信息\Program.cs

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

评论

共有 条评论