C#版进销库存商品管理系统方案

2026/4/23 12:12:57

Word格式

{

MessageBox.Show(\添加成功O(∩_∩)O~\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); } else {

MessageBox.Show(\对不起,失败了::>_<:: \, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); }

conn.Close(); }

private void Form5_Load(object sender, EventArgs e) {

} } }

商品退货信息模块

商品退货信息模块是针对顾客销售退回业务的信息进行查询。 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 csharp {

public partial class Form6 : Form {

public Form6() {

InitializeComponent(); }

private void button2_Click(object sender, EventArgs e) {

Form2 f2 = new Form2(); f2.Show();

完美整理

Word格式

this.Close(); }

private void button1_Click(object sender, EventArgs e) {

SqlConnection conn = new

SqlConnection(\); string strsql = \ + textBox1.Text + \; SqlCommand comm = new SqlCommand(strsql, conn); if (conn.State == ConnectionState.Closed) {

conn.Open(); }

if (Convert.ToInt32(comm.ExecuteNonQuery()) > 0) {

MessageBox.Show(\退货成功,信息已删除,请返回O(∩_∩)O~\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); } else {

MessageBox.Show(\对不起,删除失败了::>_<::请检测用户名 \, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); }

conn.Close(); }

private void button3_Click(object sender, EventArgs e) {

SqlConnection con = new

SqlConnection(\); con.Open();

SqlDataAdapter da = new SqlDataAdapter(\ + textBox1.Text.Trim() + \, con); DataSet ds = new DataSet(); da.Fill(ds);

if (ds.Tables[0].Rows.Count == 0) {

MessageBox.Show(\单号不存在.请重新输入\, \系统提示\, MessageBoxButtons.OK, MessageBoxIcon.Error); return; } else {

MessageBox.Show(\可以退货,请继续!\, \系统提示\, MessageBoxButtons.OK, MessageBoxIcon.Information);

完美整理

Word格式

}}

private void Form6_Load(object sender, EventArgs e) {

} } }

供应商信息模块

供应商信息模块是对商品供应商信息的录入,以便查询。 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 csharp {

public partial class Form8 : Form {

public Form8() {

InitializeComponent(); }

private void menuStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e) {

}

private void Form8_Load(object sender, EventArgs e) {

}

private void button2_Click(object sender, EventArgs e) {

完美整理

Word格式

Form2 f2 = new Form2(); f2.Show(); this.Close(); }

private void button1_Click(object sender, EventArgs e) {

SqlConnection conn = new

SqlConnection(\); string strsql = \ + textBox1.Text + \ + textBox2.Text + \;

SqlCommand comm = new SqlCommand(strsql, conn); if (conn.State == ConnectionState.Closed) {

conn.Open(); }

if (Convert.ToInt32(comm.ExecuteNonQuery()) > 0) {

MessageBox.Show(\添加成功O(∩_∩)O~\, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); } else {

MessageBox.Show(\对不起,失败了::>_<:: \, \提示\, MessageBoxButtons.OK, MessageBoxIcon.Information); }

conn.Close(); } } }

退出系统提醒模块

当用户退出时,会提醒用户是否决定退出系统。 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 csharp {

完美整理


C#版进销库存商品管理系统方案.doc 将本文的Word文档下载到电脑
搜索更多关于: C#版进销库存商品管理系统方案 的文档
相关推荐
相关阅读
× 游客快捷下载通道(下载后可以自由复制和排版)

下载本文档需要支付 10

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:xuecool-com QQ:370150219