• 大小: 4.7M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-19
  • 语言: 其他
  • 标签: 其他  

资源简介

课程设计.rar

资源截图

代码片段和文件信息

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;

namespace 超市库存管理
{
    public partial class accManage : Form
    {
        public accManage()
        {
            InitializeComponent();
        }        
        private void accManage_Load(object sender EventArgs e)
        {
            // TODO: 这行代码将数据加载到表“超市库存管理DataSet2.users”中。您可以根据需要移动或删除它。
            this.usersTableAdapter.Fill(this.超市库存管理DataSet2.users);
            // TODO: 这行代码将数据加载到表“超市库存管理DataSet2.users”中。您可以根据需要移动或删除它。
            this.usersTableAdapter.Fill(this.超市库存管理DataSet2.users);            
            if (temp.qx == “最高“)        //判断管理员权限,以确定管理员是否为超级管理员
            {
                adminNum.Enabled = true;
                oldPwd.Enabled = true;
                authorityBox.Enabled = true;
            }
            else
            {
                dataGridView1.Hide();
                if (temp.qx == “普通“)
                {
                    adminNum.Text = temp.num;
                    adminNum.Enabled = false;
                    authorityBox.Text = temp.qx;
                    authorityBox.Enabled = false;
                    oldPwd.Text = temp.num;
                    oldPwd.Enabled = false;
                    tips.Text = “请输入新密码!“;

                }
                else { MessageBox.Show(“提取权限失败!“); }
            }
        }

        private void edit_Click(object sender EventArgs e)
        {
            adminNum.Enabled = true;
            if (newPwd.Text != ““ || newPwd.Text == conPwd.Text)
            {
                if (temp.qx == “最高“)
                {
                    string sql1 = “update users set 密码=‘“ + newPwd.Text + “‘权限=‘“
                        + authorityBox.Text + “‘ where 管理员工号=‘“ + adminNum.Text + “‘“;
                    DbOperation dbop = new DbOperation();
                    dbop.sqlcmd(sql1);
                    tips.Text = “修改成功!“;
                    accManage_Load(sendere);
                }
                else
                {
                    string sql1 = “update users set 密码=‘“ + newPwd.Text + “‘ where 管理员工号=‘“
                        + adminNum.Text + “‘“;
                    DbOperation dbop = new DbOperation();
                    dbop.sqlcmd(sql1);
                    tips.Text = “修改成功!“;
                    accManage_Load(sendere);
                }
            }
            else { tips.Text = “请确认新密码和确认密码不为空且一致!“; }
        }

        private void adminNum_Validated(object sender EventArgs e)
        {            
            string bh = adminNum.Text;
            DbOperation dbop = new DbOperation();
            string sql = “select * from users where 管理员工号=‘“ + bh + “‘“;
            DataTable db = dbop.getTable(sql);
            if (db.Rows.Count > 0)
            {
                foreach (DataR

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

     文件      97566  2006-01-06 18:27  课程设计\Admin Tools.ico

     文件      97566  2006-01-03 20:16  课程设计\Control Pannel.ico

     文件       3784  2015-04-22 21:54  课程设计\超市库存管理\accManage.cs

     文件      14939  2015-04-22 21:54  课程设计\超市库存管理\accManage.Designer.cs

     文件       6444  2015-04-22 21:54  课程设计\超市库存管理\accManage.resx

     文件      97566  2015-03-25 22:05  课程设计\超市库存管理\Admin Tools.ico

     文件        775  2015-04-11 15:31  课程设计\超市库存管理\app.config

     文件       6868  2015-04-22 22:34  课程设计\超市库存管理\base.cs

     文件      18804  2015-04-22 22:15  课程设计\超市库存管理\base.Designer.cs

     文件     271256  2015-04-22 22:15  课程设计\超市库存管理\base.resx

     文件     410668  2015-04-09 11:54  课程设计\超市库存管理\bin\Debug\Image\001老干妈.jpg

     文件      17517  2015-04-21 16:55  课程设计\超市库存管理\bin\Debug\Image\002面膜.jpg

     文件        171  2015-04-22 22:02  课程设计\超市库存管理\bin\Debug\ListIn\001.txt

     文件        219  2015-04-22 22:00  课程设计\超市库存管理\bin\Debug\ListIn\0123.txt

     文件        207  2015-04-22 22:02  课程设计\超市库存管理\bin\Debug\ListOut\001.txt

     文件          0  2015-04-22 22:17  课程设计\超市库存管理\bin\Debug\ReturnGoods\001.txt

     文件    2178560  2015-04-22 22:42  课程设计\超市库存管理\bin\Debug\超市库存管理.exe

     文件        775  2015-04-11 15:31  课程设计\超市库存管理\bin\Debug\超市库存管理.exe.config

     文件     341504  2015-04-22 22:42  课程设计\超市库存管理\bin\Debug\超市库存管理.pdb

     文件      11600  2015-04-22 22:49  课程设计\超市库存管理\bin\Debug\超市库存管理.vshost.exe

     文件        775  2015-04-11 15:31  课程设计\超市库存管理\bin\Debug\超市库存管理.vshost.exe.config

     文件        775  2015-04-11 15:31  课程设计\超市库存管理\bin\Debug\超市销售管理.vshost.exe.config

     文件        490  2010-03-18 14:39  课程设计\超市库存管理\bin\Debug\超市销售管理.vshost.exe.manifest

     文件       4745  2015-04-22 22:52  课程设计\超市库存管理\checkOut.cs

     文件      26771  2015-04-22 21:54  课程设计\超市库存管理\checkOut.Designer.cs

     文件       6656  2015-04-22 21:54  课程设计\超市库存管理\checkOut.resx

     文件        504  2015-03-15 21:43  课程设计\超市库存管理\DbConnection.cs

     文件       1292  2015-04-16 17:47  课程设计\超市库存管理\DbOperation.cs

     文件       7283  2015-04-22 22:13  课程设计\超市库存管理\goodsIn.cs

     文件      22097  2015-04-22 22:16  课程设计\超市库存管理\goodsIn.Designer.cs

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

评论

共有 条评论