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

资源简介

这是一个功能十分的强大的项目,他可能不会向其他项目一样多么的花哨,但他绝对是功能最强大的,最实用的软件,希望有需要的人积极下载,对了,这是我们根据一个桌球城, 的实际情况来做的!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;

using System.Text;
using System.Windows.Forms;

namespace 逸云桌球城管理系统
{
    public partial class allHY : Form
    {
        public allHY()
        {
            InitializeComponent();
        }

        private void allHY_Load(object sender EventArgs e)
        {
            DsHelper.sqlStr = “select * from 会员表“;
            DsHelper.SqlConn();
            DsHelper.BuildDs();
            DsHelper.BuildDa();
            DsHelper.fillData(“HY“);

            this.dvHY.DataSource = DsHelper.ds.Tables[“HY“];
        }

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

        private void btnCx_Click(object sender EventArgs e)
        {
            try
            {
                DsHelper.SqlConn();
                DsHelper.sqlStr = “select * from 会员表 where 会员ID like ‘%“ + this.textBox1.Text + “%‘ or 会员姓名 like ‘%“ + this.textBox1.Text + “%‘“;
                DsHelper.BuildDs();
                DsHelper.BuildDa();
                DsHelper.fillData(“HY“);
                DsHelper.ds.Tables[“HY“].Rows.Clear();
                DsHelper.da.Fill(DsHelper.ds “HY“);

                this.dvHY.DataSource = DsHelper.ds.Tables[“HY“];
            }
            catch (Exception)
            {
                MessageBox.Show(“亲,请输入正确的查询条件。“);
            }
        }

        private void btnSC_Click(object sender EventArgs e)
        {
            DialogResult dr = MessageBox.Show(“删除该会员后,消费金额,总积分等信息将不可恢复,请慎重操作!!“ “删除会员“ MessageBoxButtons.YesNo);
            if (dr == DialogResult.Yes)
            {
                try 
                {
                    string[] ID = new string[dvHY.SelectedRows.Count];
                    for (int i = 0; i < dvHY.SelectedRows.Count; i++)//取得所有行循环
                    {
                        DbHelpers.SQLConnection();//连接数据库
                        ID[i] = dvHY.SelectedRows[i].Cells[“会员ID“].Value.ToString();//取得我选择的行
                    }
                    for(int j=0;j                    {
                        if (DbHelpers.conn.State == ConnectionState.Closed)
                            DbHelpers.conn.Open();
                        if (j == 0)
                            DbHelpers.sqlstr = “delete 会员表 where 会员ID=‘“ + ID[j] + “‘“;//为什么不能删除多行
                        else
                            DbHelpers.sqlstr += “ or 会员ID=‘“ + ID[j] + “‘“;
                    }
                        DbHelpers.SQLCommand();
                        int a = DbHelpers.Execute();
                        if (a > 0)
                            MessageBox.Show(“删除“ + a + “位会员信息“);
                        DbHelpers.Close();
                        allHY_Load(sender e);//更新会员列表
                    
                }
                catch (Exception)
           

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

     文件       2354  2012-03-05 23:29  逸云.sql

     文件       3953  2012-03-05 15:48  逸云桌球城管理系统\逸云桌球城管理系统\allHY.cs

     文件      13685  2012-02-29 20:12  逸云桌球城管理系统\逸云桌球城管理系统\allHY.Designer.cs

     文件       7883  2012-02-29 20:12  逸云桌球城管理系统\逸云桌球城管理系统\allHY.resx

     文件        117  2012-03-05 15:46  逸云桌球城管理系统\逸云桌球城管理系统\app.config

     文件      64000  2008-04-14 12:00  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\avicap32.dll

     文件     921654  2012-03-06 16:02  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\photos\20120106040159.jpg

     文件     921654  2012-03-06 15:26  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\photos\20122606032616.jpg

     文件     921654  2012-03-07 11:37  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\photos\20123707113748.jpg

     文件     921654  2012-03-06 19:40  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\photos\20124006074022.jpg

     文件      22257  2012-02-18 19:50  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20120206040230.JPG

     文件      87820  2012-02-18 19:53  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20122302032326.JPG

     文件      17824  2012-02-18 19:50  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20123607113637.JPG

     文件     921654  2012-03-07 11:37  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20123807113847.JPG

     文件     921654  2012-03-06 19:40  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20124006074034.JPG

     文件      18217  2012-02-18 19:52  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\Pictures\20125806035859.JPG

     文件    1412096  2012-03-06 19:38  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.exe

     文件        117  2012-03-05 15:46  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.exe.config

     文件     296448  2012-03-06 19:38  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.pdb

     文件      11608  2012-03-06 19:38  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.vshost.exe

     文件        117  2012-03-05 15:46  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.vshost.exe.config

     文件        490  2010-03-17 22:39  逸云桌球城管理系统\逸云桌球城管理系统\bin\Debug\逸云桌球城管理系统.vshost.exe.manifest

     文件       1364  2012-03-05 15:48  逸云桌球城管理系统\逸云桌球城管理系统\DbHelpers.cs

     文件       1548  2012-03-05 15:48  逸云桌球城管理系统\逸云桌球城管理系统\DsHelper.cs

     文件       1694  2012-03-05 15:48  逸云桌球城管理系统\逸云桌球城管理系统\gonggao.cs

     文件       4210  2012-02-29 20:12  逸云桌球城管理系统\逸云桌球城管理系统\gonggao.Designer.cs

     文件       5817  2012-02-29 20:12  逸云桌球城管理系统\逸云桌球城管理系统\gonggao.resx

     文件       3006  2012-03-05 16:25  逸云桌球城管理系统\逸云桌球城管理系统\HY.cs

     文件      24058  2012-03-05 16:25  逸云桌球城管理系统\逸云桌球城管理系统\HY.Designer.cs

     文件       6016  2012-03-05 16:25  逸云桌球城管理系统\逸云桌球城管理系统\HY.resx

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

评论

共有 条评论

相关资源