已阅读5页,还剩6页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
book类using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace BookSales abstract public class book : IPrintable public book() public book(string bookno, string bookname, string bublisher, string pageCount) this.bookno = bookno; this.bookname = bookname; this.bublisher = bublisher; this.pageCount = pageCount; public string bookno; private string Bookno get return bookno; set bookno = value; public string bookname; private string Bookname get return bookname; set bookname = value; public string bublisher; private string Bublisher get return bublisher; set bublisher = value; public string pageCount; private string PageCount get return pageCount; set pageCount = value; public virtual void CalcPrice(string a) float price; price = float.Parse(a) * 20; MessageBox.Show(price.ToString(); public void PrintReport(string k) string a = -图书信息- + rnrn; string b = 图书编号: + this.bookno + rnrn; string d = 图书名称: + this.bookname + rnrn; string e = 出版社: + this.bublisher + rnrn; string f = 页数: + this.pageCount + rnrn; string c = 购买人: + k + rnrn; MessageBox.Show(a + b + c + d + e+f); Soundbook类using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace BookSales class soundbook : book, IPrintable public soundbook() public soundbook(string bookno, string bookname, string bublisher, string pageCount, string soundtype) this.bookno = bookno; this.bookname = bookname; this.bublisher = bublisher; this.pageCount = pageCount; this.soundtype = soundtype; public string soundtype; private string Soundtype get return soundtype; set soundtype = value; public void PrintReport(string k) string a = -图书信息- + rnrn; string b = 图书编号: + this.bookno + rnrn; string d = 图书名称: + this.bookname + rnrn; string e = 出版社: + this.bublisher + rnrn; string f = 页数: + this.pageCount + rnrn; string c = 购买人: + k + rnrn; MessageBox.Show(a + b + c + d + e+f); Picturebook类using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace BookSales class picturebook : book, IPrintable public picturebook() public picturebook(string bookno, string bookname, string bublisher, string pageCount, string picturetype) this.bookno = bookno; this.bookname = bookname; this.bublisher = bublisher; this.pageCount = pageCount; this.picturetype = picturetype; public string picturetype; private string Picturetype get return picturetype; set picturetype = value; public void PrintReport(string k) string a = -图书信息- + rnrn; string b = 图书编号: + this.bookno + rnrn; string d = 图书名称: + this.bookname + rnrn; string e = 出版社: + this.bublisher + rnrn; string f = 页数: + this.pageCount + rnrn; string c = 购买人: + k + rnrn; MessageBox.Show(a + b + c + d + e+f); BookSales类using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace BookSales public partial class BookSales : Form public BookSales() InitializeComponent(); Dictionary Book = new Dictionary(); private void BookSales_Load(object sender, EventArgs e) picturebook aa = new picturebook(001,aa,有点,15,连环画); picturebook bb = new picturebook(002, bb, 有点, 32, 连环); soundbook cc = new soundbook(003, cc, jiaoyu, 54, xiaoren); soundbook dd = new soundbook(004, dd, 教育, 34, xiaorenwu); Book.Add(aa.bookno,aa); Book.Add(bb.bookno, bb); Book.Add(cc.bookno, cc); Book.Add(dd.bookno, dd); Disp(); void Disp() listView1.Columns.Add(图书编号,100); listView1.Columns.Add(图书名称, 100); listView1.Columns.Add(出版社, 100); listView1.Columns.Add(页数,100); foreach(book mybook in Book.Values) ListViewItem item = new ListViewItem(mybook .bookno ); item.SubItems.Add(mybook .bookname); item.SubItems.Add(mybook.bublisher); item.SubItems.Add(mybook.pageCount); listView1.Items.Add(item); listView1.View = View.Details; private void button1_Click(object sender, EventArgs e) picturebook mm = new picturebook(textBox1.Text, textBox2.Text, textBox3.Text, textBox4.Text, textBox6.Text); Book.Add(mm.bookno, mm); listView1.Clear(); Disp(); private void button2_Click(object sender, EventArgs e) listView2.Columns.Add(图书编号, 100); listView2.Columns.Add(图书名称, 100); listView2.Columns.Add(出版社, 100); listView2.Columns.Add(页数, 100); foreach (book mybook in Book.Values) ListViewItem item = new ListViewItem(mybook.bookno); item.SubItems.Add(mybook.bookname); item.SubItems.Add(mybook.bublisher); item.SubItems.Add(mybook.pageCount); listView2.Items.Add(item); listView2.View = View.Details; private void button3_Click(object sender, EventArgs e) string a = listView2.SelectedItems0.SubItems3.Text; string b = listView2.SelectedItems0.SubItems0.Text; Bookb.Trim().CalcPrice(a); private void button4_Click(object sender, EventArgs e) string name
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025四川成都医学院第一附属医院招聘合同制人员4人考试笔试备考题库及答案解析
- 2025四川成都市温江区公平街道社区卫生服务中心招聘临床医师3人考试笔试模拟试题及答案解析
- 2026中国航天工业集团津电校园招聘笔试考试备考试题及答案解析
- 南城县2025年公开招聘城市社区工作者(专职网格员)【53人】考试笔试模拟试题及答案解析
- 客户忠诚度提升策略与实施方案
- 盛唐文化主题教学设计方案
- 新零售行业库存管理优化方案
- 销售团队2026年渠道效率提升项目分析方案
- 特效创作者运营方案
- 深入跨境电商2026年平台竞争策略方案
- 危化品运输风险评估与智能管控模型研究
- 2025年微信社交生态系统发展与商业模式研究报告及未来发展趋势
- 脱硫塔安装施工进度方案
- 2025药材行业市场全面分析及发展路径与投资规划策略报告
- 雨课堂学堂云在线《中国马克思主义与当代(北京化工大学 )》单元测试考核答案
- 肿瘤终末期患者水肿症状管理方案
- 农作物秸秆知识培训课件
- 广东省深圳市宝安区2024-2025学年八年级上学期期末语文试题及答案
- 花木交易市场的可行性报告
- 高中英语课程标准(2025年版)
- 装饰设计师转正述职报告
评论
0/150
提交评论