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

资源简介

C#.net实现学生成绩管理系统 namespace 学生成绩管理系统 { partial class Formlogin { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labeluser = new System.Windows.Forms.Label(); this.textBoxuser = new System.Windows.Forms.TextBox(); this.labelcode = new System.Windows.Forms.Label(); this.textBoxcode = new System.Windows.Forms.TextBox(); this.buttonin = new System.Windows.Forms.Button(); this.buttonout = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labeluser // this.labeluser.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labeluser.Location = new System.Drawing.Point(31, 50); this.labeluser.Name = "labeluser"; this.labeluser.Size = new System.Drawing.Size(55, 26); this.labeluser.TabIndex = 0; this.labeluser.Text = "用户名"; this.labeluser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBoxuser // this.textBoxuser.Location = new System.Drawing.Point(126, 55); this.textBoxuser.Name = "textBoxuser"; this.textBoxuser.Size = new System.Drawing.S

资源截图

代码片段和文件信息

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

namespace 学生成绩管理系统
{
    public partial class Formlogin : Form
    {
        public Formlogin()
        {
            InitializeComponent();
        }

        private void buttonout_Click(object sender EventArgs e)
        {
            Application.Exit();
        }

        private void buttonin_Click(object sender EventArgs e)
        {
            if (this.textBoxcode.Text == string.Empty && this.textBoxuser.Text == string.Empty)
            {
                MessageBox.Show(“用户名和密码不能为空!“ “提示“);
                return;
            }
            if (this.textBoxuser.Text == string.Empty)
            {
                MessageBox.Show(“用户名不能为空!““提示“);
                this.textBoxcode.Text = ““;
                return;
            }
            if (this.textBoxcode .Text== string.Empty)
            {
                MessageBox.Show(“密码不能为空!“ “提示“);
                return;
            }

            DataTable dt = 登陆.login.loginto(this.textBoxuser.Text.Trim()this.textBoxcode.Text.Trim());
            if (dt != null && dt.Rows.Count > 0)
            {
                Formchoice f2 = new Formchoice();
                f2.Show();
                this.Hide();
            }
            else
            {
                MessageBox.Show(“您输入的用户名或密码不正确!““提示“);
                this.textBoxcode.Text = ““;
                this.textBoxuser.Text = ““;
            }

        }
    }
}

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

     文件        961  2009-05-21 19:03  学生成绩管理系统(C#)\学生成绩管理系统.sln

    ..A..H.     44032  2009-09-18 15:02  学生成绩管理系统(C#)\学生成绩管理系统.suo

     文件       6791  2009-05-24 21:12  学生成绩管理系统(C#)\学生成绩管理系统\学生成绩管理系统.csproj

     文件       1771  2009-05-23 11:18  学生成绩管理系统(C#)\学生成绩管理系统\Form1.cs

     文件       1288  2009-05-23 17:02  学生成绩管理系统(C#)\学生成绩管理系统\Form2.cs

     文件       6564  2009-05-23 17:02  学生成绩管理系统(C#)\学生成绩管理系统\Form2.Designer.cs

     文件       5814  2009-05-23 17:02  学生成绩管理系统(C#)\学生成绩管理系统\Form2.resx

     文件        487  2009-05-21 21:15  学生成绩管理系统(C#)\学生成绩管理系统\Program.cs

     文件       5313  2009-05-22 20:00  学生成绩管理系统(C#)\学生成绩管理系统\Form1.Designer.cs

     文件       5814  2009-05-22 20:00  学生成绩管理系统(C#)\学生成绩管理系统\Form1.resx

     文件        906  2009-05-22 20:57  学生成绩管理系统(C#)\学生成绩管理系统\app.config

     文件       1220  2009-05-21 19:03  学生成绩管理系统(C#)\学生成绩管理系统\Properties\AssemblyInfo.cs

     文件       1620  2009-05-24 20:57  学生成绩管理系统(C#)\学生成绩管理系统\Properties\Settings.Designer.cs

     文件        486  2009-05-22 20:57  学生成绩管理系统(C#)\学生成绩管理系统\Properties\Settings.settings

     文件       3370  2009-05-24 20:57  学生成绩管理系统(C#)\学生成绩管理系统\Properties\Resources.Designer.cs

     文件       6437  2009-05-22 21:47  学生成绩管理系统(C#)\学生成绩管理系统\Properties\Resources.resx

     文件      23324  2009-05-22 21:47  学生成绩管理系统(C#)\学生成绩管理系统\Resources\del3.png

     文件      22593  2009-05-22 21:47  学生成绩管理系统(C#)\学生成绩管理系统\Resources\update.png

     文件       5632  2005-12-08 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.vshost.exe

     文件        906  2009-05-22 20:57  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.vshost.exe.config

     文件       1550  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.vshost.application

     文件       2604  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.vshost.exe.manifest

     文件        906  2009-05-22 20:57  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.exe.config

     文件       2604  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.exe.manifest

     文件       1550  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.application

     文件      53248  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.exe

     文件      81408  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\bin\Debug\学生成绩管理系统.pdb

     文件       3868  2009-09-18 15:00  学生成绩管理系统(C#)\学生成绩管理系统\obj\学生成绩管理系统.csproj.FileListAbsolute.txt

     文件       5120  2009-05-24 21:10  学生成绩管理系统(C#)\学生成绩管理系统\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        180  2009-09-18 14:51  学生成绩管理系统(C#)\学生成绩管理系统\obj\Debug\学生成绩管理系统.Formlogin.resources

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

评论

共有 条评论

相关资源