已阅读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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 单位总务科工作制度
- 卫健办公室工作制度
- 厨房切配工工作制度
- 县文化扶贫工作制度
- 县视频中心工作制度
- 双季稻生产工作制度
- 反对四天半工作制度
- 受理旅游投诉工作制度
- 口腔影像室工作制度
- 唐山ab岗工作制度
- 2026年广东省广轻控股集团有限公司校园招聘笔试模拟试题及答案解析
- 快递员服务规范与操作流程(标准版)
- 二类医疗器械经营质量管理制度及工作程序
- 湖南省2026届高三九校联盟第二次联考语文试卷(含答案详解)
- 汽轮机润滑油系统课件
- 2026年高考数学二轮复习专题13 椭圆、双曲线与抛物线(复习讲义)(解析版)
- 南瑞集团在线测评试题
- 管道支架施工专项措施
- 设计院安全生产管理制度
- DB15∕T 2158-2021 彩色马铃薯品种“紫彩1号”栽培技术规程
- 八年级必背古诗词合集
评论
0/150
提交评论