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

资源简介

c#做的窗体应用程序。经销存管理系统。包含源码和数据库。sql server 数据库。ADO.net源码。可以供初学者参考参考的。

资源截图

代码片段和文件信息

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 CHEXC
{
    public partial class frmCompanyInfo : Form
    {
        public frmCompanyInfo()
        {
            InitializeComponent();
        }
        ClassInfo.Dataclass myclass = new CHEXC.ClassInfo.Dataclass();
        public string flag = ““;

        private void toolStripButton2_Click(object sender EventArgs e)
        {

        }

        private void button2_Click(object sender EventArgs e)
        {
            txtID.Text = ““;
            txtCompanyDirector.Text = ““;
            string strsql = “select max(CompanyID)from tb_Company“;
            string id = myclass.GetMaxID(strsql);
            id = id.Substring(3 id.Length - 3);
            txtID.Text = (Convert.ToInt64(id) + 1).ToString(“TH-00000000“);


            ClassInfo.Dataclass.Flag = “添加“;
            MyOPEN();
            toolSave.Enabled = true;
            toolCancel.Enabled = true;


        }

        private void frmCompanyInfo_Load(object sender EventArgs e)
        {
            NewMethod();

            skinEngine1.SkinFile = @“skin\Diamond\DiamondBlue.ssk“;

        }

        private void NewMethod()
        {
            string strsql = “select CompanyIDCompanyDirector CompanyPhoneCompanyAddressCompanyNameCompanyFaxCompanyRemark from tb_Company “;
            DataSet db = myclass.getcon(strsql);
            dataGridView1.DataSource = db.Tables[0];

        }

        private void button3_Click(object sender EventArgs e)
        {
            ClassInfo.Dataclass.Flag = “修改“;
            MyOPEN();
            toolSave.Enabled = true;
            toolCancel.Enabled = true;



        }

        private void button4_Click(object sender EventArgs e)
        {
               string strsql = “delete tb_Company where CompanyID =‘“ + txtID.Text.Trim() + “‘“;
                myclass.Exculete(strsql);
                MessageBox.Show(“删除成功!!“);
                NewMethod();


        }

       

        private void button6_Click(object sender EventArgs e)
        {
            txtID.Text = ““;
            txtCompanyRemark.Text = string.Empty;
            txtCompanyPhone.Text = string.Empty;
            tttxtCompanyName.Text = string.Empty;
            txtCompanyFax.Text = ““;
            txtCompanyDirector.Text = ““;
            txtCompanyAddress.Text = ““;

        }

       
        private void button5_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void button7_Click(object sender EventArgs e)
        {
             if (ClassInfo.Dataclass.Flag == “修改“)
            {
                //执行修改语句
                string strsql = “update tb_Company set CompanyDirector=‘“ + txtCompanyDir

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-06-22 23:24  经销存管理源码\
     目录           0  2011-02-13 14:42  经销存管理源码\CHEXC\
     文件         905  2011-06-22 23:24  经销存管理源码\CHEXC.sln
     文件       58880  2011-09-11 11:06  经销存管理源码\CHEXC.suo
     目录           0  2011-01-07 16:13  经销存管理源码\CHEXC\bin\
     目录           0  2011-09-11 11:03  经销存管理源码\CHEXC\bin\Debug\
     文件      641024  2011-06-22 23:51  经销存管理源码\CHEXC\bin\Debug\CHEXC.exe
     文件      220672  2011-06-22 23:51  经销存管理源码\CHEXC\bin\Debug\CHEXC.pdb
     文件       11608  2011-09-11 11:03  经销存管理源码\CHEXC\bin\Debug\CHEXC.vshost.exe
     文件         490  2009-08-31 00:40  经销存管理源码\CHEXC\bin\Debug\CHEXC.vshost.exe.manifest
     文件      516096  2006-08-18 11:50  经销存管理源码\CHEXC\bin\Debug\IrisSkin2.dll
     目录           0  2011-01-07 16:13  经销存管理源码\CHEXC\bin\Debug\skin\
     目录           0  2011-03-15 15:35  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\
     文件       33729  2006-03-22 10:24  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\calmness.gif
     文件       20139  2006-03-22 10:16  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\Calmness.ssk
     文件       20271  2006-03-22 10:16  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\CalmnessColor1.ssk
     文件       20208  2006-03-22 10:15  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\CalmnessColor2.ssk
     文件       40436  2006-03-22 10:25  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\calmness_color1.gif
     文件       50601  2006-03-22 10:26  经销存管理源码\CHEXC\bin\Debug\skin\Carlmness\calmness_color2.gif
     目录           0  2011-03-15 15:35  经销存管理源码\CHEXC\bin\Debug\skin\Deep\
     文件       18221  2006-03-22 12:22  经销存管理源码\CHEXC\bin\Debug\skin\Deep\deepcyan.gif
     文件        5032  2006-04-04 15:20  经销存管理源码\CHEXC\bin\Debug\skin\Deep\DeepCyan.ssk
     文件       17920  2006-03-22 12:23  经销存管理源码\CHEXC\bin\Debug\skin\Deep\deepgreen.gif
     文件        5037  2006-03-29 12:12  经销存管理源码\CHEXC\bin\Debug\skin\Deep\DeepGreen.ssk
     文件       20292  2006-03-22 12:24  经销存管理源码\CHEXC\bin\Debug\skin\Deep\deeporange.gif
     文件        4908  2006-03-29 12:12  经销存管理源码\CHEXC\bin\Debug\skin\Deep\DeepOrange.ssk
     目录           0  2011-03-15 15:35  经销存管理源码\CHEXC\bin\Debug\skin\Diamond\
     文件       50635  2006-03-21 14:11  经销存管理源码\CHEXC\bin\Debug\skin\Diamond\diamondblue.gif
     文件       16021  2006-03-22 12:25  经销存管理源码\CHEXC\bin\Debug\skin\Diamond\DiamondBlue.ssk
     文件       45088  2006-03-21 14:12  经销存管理源码\CHEXC\bin\Debug\skin\Diamond\diamondgreen.gif
     文件       16669  2006-03-22 12:26  经销存管理源码\CHEXC\bin\Debug\skin\Diamond\DiamondGreen.ssk
............此处省略478个文件信息

评论

共有 条评论

相关资源