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

资源简介

简单的c#停车场管理系统,包含完整源代码,需要使用SQLserver数据库进行连接。

资源截图

代码片段和文件信息

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;

namespace 停车场管理系统
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void textBox1_TextChanged(object sender EventArgs e)
        {

        }

        private void bexit_Click(object sender EventArgs e)
        {
            Close();
        }

        private void blogin_Click(object sender EventArgs e)
        {
            string constr = “server=.;Database=停车管理员表;integrated security=SSPI“;
            SqlConnection conn = new SqlConnection(constr);
            string commandstr = “SELECT * FROM TABLE_1 WHERE 工号=‘“ + tname.Text + “‘and 密码=‘“ + tpasswd.Text + “‘“;
            DataTable dt = new DataTable();
            SqlDataAdapter da = new SqlDataAdapter(commandstr conn);
            da.Fill(dt);
            conn.Open();
            if (dt.Rows.Count > 0)
            {
                string name = tname.Text;
                MessageBox.Show(string.Format(“工号“+tname.Text+“登录成功!“));
                Form2 f2 = new Form2();
                f2.ShowDialog(this);
             //   this.Hide();
            }
            else
                MessageBox.Show(string.Format(“用户名或密码错误,登录失败“));
            conn.Close();
        }

        private void tname_KeyDown(object sender KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)   
            {
                this.tpasswd.Focus();
            }
        }

        private void tpasswd_KeyDown(object sender KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)   
            {
                this.blogin.Focus();
            }
        }
    }
}

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

     文件      29184  2015-06-15 15:26  停车场管理系统\停车场管理系统\bin\Debug\停车场管理系统.exe

     文件      73216  2015-06-15 15:26  停车场管理系统\停车场管理系统\bin\Debug\停车场管理系统.pdb

     文件      11600  2014-10-28 13:13  停车场管理系统\停车场管理系统\bin\Debug\停车场管理系统.vshost.exe

     文件        490  2010-03-17 22:39  停车场管理系统\停车场管理系统\bin\Debug\停车场管理系统.vshost.exe.manifest

     文件       1995  2015-06-14 21:25  停车场管理系统\停车场管理系统\Form1.cs

     文件       6095  2015-06-13 16:20  停车场管理系统\停车场管理系统\Form1.Designer.cs

     文件       5817  2015-06-13 16:20  停车场管理系统\停车场管理系统\Form1.resx

     文件       4563  2015-06-15 08:14  停车场管理系统\停车场管理系统\Form2.cs

     文件      14471  2015-06-14 17:15  停车场管理系统\停车场管理系统\Form2.Designer.cs

     文件       6011  2015-06-14 17:15  停车场管理系统\停车场管理系统\Form2.resx

     文件      15249  2015-06-15 08:14  停车场管理系统\停车场管理系统\Form3.cs

     文件      12747  2015-06-14 17:27  停车场管理系统\停车场管理系统\Form3.Designer.cs

     文件       5817  2015-06-14 17:27  停车场管理系统\停车场管理系统\Form3.resx

     文件       2487  2015-06-15 08:16  停车场管理系统\停车场管理系统\Form4.cs

     文件       6641  2015-06-15 08:16  停车场管理系统\停车场管理系统\Form4.Designer.cs

     文件       5817  2015-06-15 08:16  停车场管理系统\停车场管理系统\Form4.resx

     文件       5185  2015-06-12 18:54  停车场管理系统\停车场管理系统\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6326  2014-10-28 13:13  停车场管理系统\停车场管理系统\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1734  2015-06-14 21:47  停车场管理系统\停车场管理系统\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       5024  2015-06-14 21:47  停车场管理系统\停车场管理系统\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       8031  2015-06-13 13:20  停车场管理系统\停车场管理系统\obj\x86\Debug\ResolveAssemblyReference.cache

     文件       6105  2014-10-28 13:13  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.csproj.FileListAbsolute.txt

     文件       1149  2015-06-15 15:26  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.csproj.GenerateResource.Cache

     文件      29184  2015-06-15 15:26  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.exe

     文件        180  2015-06-14 17:21  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.Form1.resources

     文件        180  2015-06-14 17:21  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.Form2.resources

     文件        180  2015-06-14 21:16  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.Form3.resources

     文件        180  2015-06-15 15:26  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.Form4.resources

     文件      73216  2015-06-15 15:26  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.pdb

     文件        180  2015-06-14 17:21  停车场管理系统\停车场管理系统\obj\x86\Debug\停车场管理系统.Properties.Resources.resources

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

评论

共有 条评论