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

资源简介

该程序可用于简单的家庭记账,程序基于.NET 4.0,使用VS2012开发工具编写。

资源截图

代码片段和文件信息

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.OleDb;

namespace AccountSystem
{
    public partial class AddAccount : Form
    {
        public AddAccount()
        {
            InitializeComponent();
        }

        private void AddAccount_Load(object sender EventArgs e)
        {
            Accountstyle.Text = “普通“;
            string accountstyle;
            string username = (string)this.ParentForm.Tag;
            try
            {
                string connectstring = “provider=Microsoft.jet.OLEDB.4.0;Data Source=accountsystem.mdb;Jet OleDb:Database Password=lxw618“;
                string sqlcommand = “select accountstyle from [User] where username=‘“ + username + “‘“;
                OleDbConnection aConnection = new OleDbConnection(connectstring);
                aConnection.Open();
                OleDbCommand aCommand = new OleDbCommand(sqlcommand aConnection);
                OleDbDataReader reader = aCommand.ExecuteReader();
                reader.Read();
                accountstyle = reader.GetString(0);
                reader.Close();
                aConnection.Close();
                if (accountstyle != “管理员“)
                {
                    Accountstyle.Enabled = false;
                }
                return;
            }
            catch { }
        }

        private void btnOK_Click(object sender EventArgs e)
        {
            string username = (string)this.ParentForm.Tag;
            if (txtUsername.Text == ““ || txtPassword.Text == ““ || txtNickname.Text == ““)
            {
                MessageBox.Show(“请将所有必填空格填写完整“ “填写错误“);
                return;
            }
            string str1 str2;
            try
            {
                string connectstring = “provider=Microsoft.jet.OLEDB.4.0;Data Source=accountsystem.mdb;Jet OleDb:Database Password=lxw618“;
                string sqlcommand = “select usernamenickname from [User]“;
                OleDbConnection aConnection = new OleDbConnection(connectstring);
                aConnection.Open();
                OleDbCommand aCommand = new OleDbCommand(sqlcommandaConnection);
                OleDbDataReader reader = aCommand.ExecuteReader();
                while (reader.Read())
                {
                    str1 = reader.GetString(0);
                    str2 = reader.GetString(1);
                    if (txtUsername.Text.Trim() == str1.Trim() || txtNickname.Text.Trim() == str2.Trim())
                    {
                        
                        reader.Close();
                        aConnection.Close();
                        MessageBox.Show(“用户名或昵称与已有帐号重复“ “系统错误“);
                        return;
                    }
                }               
            }
            catch (Exce

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         257  2017-07-29 14:45  家庭记账软件(Access)\使用说明.txt
     文件         257  2017-07-29 14:45  家庭记账软件(Access)\家庭记账软件演示\使用说明.txt
     目录           0  2017-03-23 00:06  家庭记账软件(Access)\
     目录           0  2017-03-23 00:05  家庭记账软件(Access)\AccountSystem\
     目录           0  2017-03-23 00:05  家庭记账软件(Access)\AccountSystem\AccountSystem\
     文件       10255  2016-05-19 12:34  家庭记账软件(Access)\AccountSystem\AccountSystem\AccountSystem.csproj
     文件       15684  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\AddAccount.Designer.cs
     文件        4504  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\AddAccount.cs
     文件        5817  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\AddAccount.resx
     文件       16817  2016-05-18 14:26  家庭记账软件(Access)\AccountSystem\AccountSystem\AddRecord.Designer.cs
     文件        4689  2016-05-18 14:26  家庭记账软件(Access)\AccountSystem\AccountSystem\AddRecord.cs
     文件        5817  2016-05-18 14:26  家庭记账软件(Access)\AccountSystem\AccountSystem\AddRecord.resx
     文件         167  2016-03-08 16:38  家庭记账软件(Access)\AccountSystem\AccountSystem\App.config
     文件        3104  2016-05-18 19:50  家庭记账软件(Access)\AccountSystem\AccountSystem\Calendar.Designer.cs
     文件         537  2016-05-18 19:50  家庭记账软件(Access)\AccountSystem\AccountSystem\Calendar.cs
     文件        6013  2016-05-18 19:50  家庭记账软件(Access)\AccountSystem\AccountSystem\Calendar.resx
     文件       17154  2016-05-18 14:23  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeAccountInfo.Designer.cs
     文件        7883  2016-05-19 13:02  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeAccountInfo.cs
     文件        5817  2016-05-18 14:23  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeAccountInfo.resx
     文件       11450  2016-05-17 18:08  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangePassword.Designer.cs
     文件        4046  2016-05-17 18:08  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangePassword.cs
     文件       89793  2016-05-17 18:08  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangePassword.resx
     文件       18400  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeRecord.Designer.cs
     文件       13360  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeRecord.cs
     文件        5817  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\ChangeRecord.resx
     文件        8008  2016-05-19 13:19  家庭记账软件(Access)\AccountSystem\AccountSystem\DayInstance.Designer.cs
     文件       11230  2016-05-19 17:08  家庭记账软件(Access)\AccountSystem\AccountSystem\DayInstance.cs
     文件        5817  2016-05-19 13:19  家庭记账软件(Access)\AccountSystem\AccountSystem\DayInstance.resx
     文件       10733  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\DeleteRecord.Designer.cs
     文件       11050  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\DeleteRecord.cs
     文件        5817  2016-05-18 15:14  家庭记账软件(Access)\AccountSystem\AccountSystem\DeleteRecord.resx
............此处省略132个文件信息

评论

共有 条评论

相关资源