第一范文网 - 专业文章范例文档资料分享平台

C#超市商品库存管理信息系统--课程设计任务书

来源:用户分享 时间:2025/7/8 20:27:39 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

沈阳航空航天大学设计用纸

} }

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 _143403030608 {

public partial class Form4 : Form {

public static int o ; public Form4() {

InitializeComponent(); }

private void label1_Click(object sender, EventArgs e) {

29

沈阳航空航天大学设计用纸

}

private void button1_Click(object sender, EventArgs e) {

int a, b;

a = int.Parse(textBox1.Text); b= int.Parse(textBox2.Text); if (a == b) {

label3.Text = \设置密码成功\ label3.ForeColor = Color.Blue; o = a; } else {

label3.Text = \两次输入不相等,请重新输入!\

label3.ForeColor = Color.Red; } }

private void button2_Click(object sender, EventArgs e) {

Form1 frm1 = new Form1();

30

沈阳航空航天大学设计用纸

frm1.Show(); this.Hide(); } } }

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.Odbc; using System.Media;

namespace _143403030608 {

public partial class Form5 : Form {

public double c; public Form5() {

31

沈阳航空航天大学设计用纸

InitializeComponent(); }

private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)

{

}

private void Form5_Load(object sender, EventArgs e) {

// TODO: 这行代码将数据加载到表“dataSet2.student”中。您可以根据需要移动或删除它。

this.studentTableAdapter.Fill(this.dataSet2.student);

}

private void label4_Click(object sender, EventArgs e) {

}

private void textBox3_TextChanged(object sender, EventArgs e)

32

C#超市商品库存管理信息系统--课程设计任务书.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c0wk0407acr1xep036fj71ujtp7zr5k019fr_9.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top