版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 基于c#窗体的航空订票管理系统的设计与实现 系统分工 航空订票管理系统 管理员用户 r 1 r 1 r 1 F 1 1 F 1 1 f 修 改 公 告 修 改 航 班 管 理 用 户 查 看 信 息 查 询 航 线 订 票 管 理 退 票 管 理 管 理 资 料 需求分析 进入21世纪,人们计算机处理事情的需求有了进一步的 要求。小到商店缴费管理系统的快速运行,大到国家航空航天 计算机的管理系统的进一步提升。我们每时每刻都在追求着计 算机处理事情的快速,稳定,运算量大等一系列优点。由于人 们为了方便快捷的生活方式,上
2、网已经成为潮流,这样快速稳 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 定的航空订票系统应运而生。航空订票系统需要满足一般的查 询航线,订票,退票等一系列基本操作,当然我们也可以设置 黑名单,以屏蔽违规用户。当然人人都追求美感,那么系统界 面的设计也要符合大众的审美要求。资料的安全与隐私性也是 至关重要的,我们每个人,都不想别人知道自己的一些隐私, 对自己资金的安全也格外重视。所以订票系统对不同的角色赋 予不同的权限从而保证用户资料的安全性与隐私性。 二.系统功能 (1) 游客功能 对游客我们系统只为其提供查询航班信息的功能,不可进行订 票操作。当游客点击购票
3、按钮时,将提醒其注册或登录。 (2) 用户注册 用户只有注册成为我们的会员,才可以进行订票操作。一旦注 册,用户名将不可修改。注册时不可与数据库中存在的用户名 相同,即系统中只能存在唯一一个用户名。 (3) 用户中心 提供用户对自己的资料的查看与修改的功能。还可以对自己的 密码进行修改,在修改密码时需要输入原始密码进而进行验证。 由于时间问题,对个人钱包功能先暂停使用,默认钱够买票了 (4) 订票功能 用户可根据航班时间,和航班号或航班价格进行订票。订票时 系统会提醒确认,订票成功后系统会将用户的信息加入订票信 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 息表
4、。并改变航班的余票额。 (5)退票功能 用户在不需要票的情况下进行退票操作。退票时必须输入订票 时随机生成的订单号,与航班号。退票成功后,航班自动将余 票量加一操作。 (6)本系统还添加了管理员界面。当管理员进入后,可对用户 的信息进行查看,但不能修改,也可将用户加入黑名单,如果 用户有订单,则不允许管理员做加入黑名单操作。当然加入黑 名单时,管理员需要说明理由,作为存档。管理员,也可根据 实际情况对航班进行管理操作。增删改查。他也可以对公告进 行修改操作。 (7)系统也实现了,对于不同的角色进入,会产生不同的界面 效果。保证了数据的安全性,和保密性。 数据库设计 (1)管理员表 Ad mai
5、n:翻7一售湮務焼HKDPWIDF) Admai nld Apasword laohinihao nihao laoshinihao teacher teacher teacher NULL NULL NULL (2)航班表 制作人:王曼董明欣 张杰网络设计与开发二班 c#大作业指导老师:李海平 bangbsK黒喩诃KDFHDF A 知 di I.臣坨.“7. g =.*;HK2iP.MD =. X 卜Bid di血出 doodad Staddatc Enddatr wrekdiiYs p*icc cortcnt 卜 上陽 2013/7/8 5d0O ZDUe/E MhCU 38S.00 70
6、 21Q.0Q 站卜 A56B9 dtJfl SMI M13IP/B 9:00肛 ?0137/8 WUh M 1; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace航空订票管理系统 static class Program III III 应用程序的主入口点。 III STAThread static void Main() string dataDir = AppDoma in CurrentDomain.BaseDirectory; if (dataDir.E
7、ndsWith( binDebug) | dataDir.EndsWith( binRelease) dataDir = Syste mO. Directory .GetParent(dataDir).Parent.Parent.FullName; AppDomainCurrentDomain.SetData( DataDirectory , dataDir); Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); Application .Run( new For
8、m1(); 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 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航空订票管理系统 public partial class For
9、m1 : Form zhuce zc = new zhuce(); Userlaunch lch= new Userlaunch (); public string status1 get; set; int Iabel1x; public Form1() InitializeComponent(); EventArgs e) private void Form1_Load( object sender, label1x = label1.Right; timer1.Enabled = true timer2.Enabled = true timer3.Enabled = true timer
10、2.Start(); novisible2(); novisible1(); textBox1.Focus(); timer1.Start(); /隐藏管理员可做的操作 public void novisible1() false false 客户信息 ToolStripMenuItem.Visible = 航班信息 ToolStripMenuItem.Visible = 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 修改公告 ToolStripMenuItem.Visible = false /隐藏用户可做的操作 public void novisible2(
11、) /个人中心 /办理业务 用户补全资料 ToolStripMenuItem.Visible = false 用户充值 ToolStripMenuItem.Visible = false /隐藏登陆前界面 public void novisible3() 用户登录 ToolStripMenuItem.Visible =false ; 浏览信息 ToolStripMenuItem.Visible =false ; 管理员登陆 ToolStripMenuItem.Visible = false /控制公告字段 private void timer1_Tick( object sender, Eve
12、ntArgs e) label1.Location =new Point (label1.Location.X-1,label1.Location.Y); if (label1.Right = 0) label1.Left = Iabel1x; /当点到按钮时,进行图片变换 private void button1_MouseEnter( object sender, EventArgs e) Button bttn; timer2.Enabled =false ; bttn = (Button )sender; if (bttn = button1) picture1(); else if
13、(bttn = button2) picture2(); else if (bttn = button3) picture3(); else if (bttn = button4) picture4(); else if (bttn = button5) picture5(); 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 private void radioButton1_CheckedChanged( object sender, EventArgs e) textBox5.Enabled = false true ; true ; private void
14、 radioButton2_CheckedChanged( object sender, EventArgs e) textBox1.Enabled = textBox2.Enabled = textBox5.Text = textBox1.Focus(); textBox5.Enabled = true ; false false private void radioButton4_CheckedChanged( object sender, EventArgs e) textBox1.Text = textBox2.Text = textBox1.Enabled = textBox2.En
15、abled = false true ; true ; textBox6.Enabled = textBox3.Enabled = textBox4.Enabled = textBox6.Text = textBox4.Focus(); private void radioButton3_CheckedChanged( object sender, EventArgs e) textBox6.Enabled true ; textBox4.Text = false false textBox3.Text = textBox3.Enabled = textBox4.Enabled = textB
16、ox6.Focus(); /安全退岀 private void 用户退出 ToolStripMenultem_Click( object sender, EventArgs e) if (toolStripStatusLabel4.Text =未登录) 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 MessageBoxShow(当前你未登录,请登录或注册 ); else MessageBoxShow(toolStripStatusLabel4.Text+您已下线,谢谢使用!”); 未登录; III!. toolStripStatusLabel4.Text = s
17、tatus1 = novisible2(); novisible1(); 用户登录 ToolStripMenuItem.Visible =true ; 浏览信息 ToolStripMenuItem.Visible =true ; 管理员登陆 ToolStripMenuItem.Visible = true ; /注册界面 private void 浏览信息 ToolStripMenultem_Click( object sender, EventArgs e) zhuce zc = new zhuce(); zc.ShowDialog(); /图片变换 private void timer2_
18、Tick( object sender, EventArgs e) Randomrd = new Randor(i); int r = rd.Next(1,6); switch (r) case 1: picture1(); break; case 2: picture2(); break; case 3: picture3(); break; case 4: picture4(); break; case 5: picture5(); break; /图片显示方法 private void picture1() pictureBox1.Show(); 制作人:王曼 董明欣 张杰 网络设计与开
19、发二班 c#大作业 指导老师:李海平 pictureBox2.Hide(); pictureBox3.Hide(); pictureBox4.Hide(); pictureBox5.Hide(); private void picture2() pictureBox2.Show(); pictureBox1.Hide(); pictureBox3.Hide(); pictureBox4.Hide(); pictureBox5.Hide(); private void picture3() pictureBox3.Show(); pictureBox2.Hide(); pictureBox1.H
20、ide(); pictureBox4.Hide(); pictureBox5.Hide(); private void picture4() pictureBox4.Show(); pictureBox2.Hide(); pictureBox3.Hide(); pictureBox1.Hide(); private void picture5() pictureBox5.Show(); pictureBox2.Hide(); pictureBox3.Hide(); pictureBox4.Hide(); pictureBox1.Hide(); /当不用手动控制图片时,执行 private vo
21、id button1_MouseLeave( object sender, EventArgs e) timer2.Enabled =true ; /用户登陆 EventArgs e) private void 用户登录 ToolStripMenultem_Click( object sender, 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 Userlaunch uch = new Userlaunch (); if (uch.ShowDialog() = DialogResult .OK) status1 = uch.UserName; toolStrip
22、StatusLabel4.Text =尊敬的用户+status1+ 你好!; 用户补全资料 ToolStripMenuItem.Visible = true ; 用户充值 ToolStripMenuItem.Visible =true ; novisible1(); novisible3(); uch.Dispose(); /管理员登陆 private void 管理员登陆 ToolStripMenultem_Click( object sender, EventArgs e) Admain adn = new Admain(); if (adn.ShowDialog() = DialogRe
23、sult .OK) toolStripStatusLabel4.Text = adn.AdmainName; novisible2(); novisible3(); 客户信息 ToolStripMenuItem.Visible =true; 航班信息 ToolStripMenuItem.Visible =true; 修改公告 ToolStripMenuItem.Visible =true; /机票预订 private void button6_Click( object sender, EventArgs e) if (toolStripStatusLabel4.Text =未登录) 文 Me
24、ssageBoxShow(”请先登录”); textBox1.Text = textBox2.Text = textBox5.Text =; else if (toolStripStatusLabel4.Text.Substring(0, 3)=亲爱的) MessageBoxShow(”对不起,管理员,您不能订票的!”); textBox1.Text = textBox2.Text = textBox5.Text =; 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 else if (textBoxl.Text != jipiaoyuding jyd = new
25、jipiaoyuding (textBox1.Text, textBox2.Text, textBox5.Text, n, status1); jyd.ShowDialog(); else MessageBoxShow(”对不起,你输入的信息不符合查询条件,请重新输入”); /系统时间 private void timer3_Tick( object sender, EventArgs e) this .toolStripStatusLabel3.Text =当前系统时间:+ DateTime .Now.ToString( yyyy-MM-dd hh:mm:ss); /查询航班动态 priva
26、te void button7_Click( object sender, EventArgs e) if (textBox4.Text != jipiaoyuding jyd = new jipiaoyuding (textBox4.Text, textBox3.Text, textBox6.Text,n,status1); jyd.ShowDialog(); textBox4.Text = textBox3.Text = textBox6.Text =; else MessageBoxShow(”对不起,你输入的信息不符合查询条件,请重新输入”); textBox4.Text = text
27、Box3.Text = textBox6.Text =; 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 private void 订票信息 ToolStripMenuItem_Click( object sender, EventArgs e) 订票信息 dp = new 订票信息(); dp.ShowDialog(); private void 用户资料 ToolStripMenuItem_Click( object sender, EventArgs e) 用户资料yz = new用户资料(); yz. ShowDialog(); private void
28、订票 ToolStripMenuItem_Click( object sender, EventArgs e) jipiaoyudingjyd =new jipiaoyuding ( , , , 1, statusl); jyd.ShowDialog(); private void 查询订单 ToolStripMenuItem_Click( object sender, EventArgs e) 个人订单 gd = new 个人订单(statusl); gd.ShowDialog(); private void 黑名单资料 ToolStripMenuItem_Click( object sen
29、der, EventArgs e) 黑名单表 hm = new黑名单表(); hm.ShowDialog(); private void 航班信息 ToolStripMenuItem_Click( object sender, EventArgs e) 航班信息hbx = new航班信息(); hbx.ShowDialog(); private void 修改公告 ToolStripMenuItem_Click( object sender, EventArgs e) 修改公告xg= new修改公告(); if (xg.ShowDialog() = DialogResult .OK) labe
30、ll.Text = xg.gonggao; 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 private void 查看自己资料 ToolStripMenuItem_Click( object sender, EventArgs e) 个人资料gz = new个人资料(status1,1); gz. ShowDialog(); private void 修改个人资料 ToolStripMenuItem_Click( object sender, EventArgs e) 个人资料gz1 = new个人资料(status1,2); gz1.ShowDialog()
31、; private void 我想退票 ToolStripMenuItem_Click( object sender, EventArgs e) 退票系统tp = new退票系统(status1); if (tp.ShowDialog() = DialogResult .OK) MessageBoxShow(”退票成功”); private void button8_Click( object sender, EventArgs e) if (toolStripStatusLabel4.Text= 未登录) MessageBoxShow(”你还未登陆,请先登录!”); textBox7.Tex
32、t = textBox8.Text = textBox9.Text =; textBox1.Focus(); else if (toolStripStatusLabel4.Text.Substring(0,3)=亲爱的) MessageBoxShow(”管理员,您是无权退票的啊!”); textBox7.Text = textBox8.Text = textBox9.Text =; textBox1.Focus(); else 退票系统tp = new退票系统(status1); tp.tuibiao(textBox7.Text, textBox8.Text, textBox9.Text);
33、if (tp.DialogResult = DialogResult .OK) 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 MessageBoxShow(退票成功); /取消退票 private void button9_Click( object sender, EventArgs e) textBox7.Text =textBox8.Text=textBox9.Text=; textBox7.Focus(); using System; using System.Collections.Generic; using System.ComponentMode
34、l; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace航空订票管理系统 public partial class zhuce : Form public string Username get; set ; public string Userpassword1 get; set ; public string Userpassword2 get; set
35、 ; public int flag1,flag2,flag3; string connectionString = Properties. Settings .Default.HKDPConnectionString; public zhuce() 用户名不能超过20个字符,而且只能用字母,数字!); 密码不能少于6个子); lnitializeComponent(); flag1 = 1; flag2 = 1; flag3 = 1; toolTip1.lnitialDelay = 0; toolTip1.ReshowDelay = 0; toolTip1.SetToolTip(textBo
36、x1, toolTip1.SetToolTip(textBox2, 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 toolTip1.SetToolTip(textBox3, errorProviderl.BlinkStyle = 请再输入一次密码”); ErrorBlinkStyle .NeverBlink; private void button2_Click( object sender, EventArgs e) this .Dispose。; /验证密码是否大于6个字符 private void textBox2_TextChanged( object
37、sender, EventArgs e) if (textBox2.Text.Length 20) errorProvider2.SetError(textBox2,密码非法! ”); flag1 = 0; else errorProvider2.Clear(); flag1 = 1; /验证用户名是否大于6个字符,并且必须是数字和字母的组合 private void textBox1_Enter( object sender, EventArgs e) int flag=1; for ( int i=0; i textBox1.Text.Length; i+) if ( char .IsLe
38、tterOrDigit(textBox1.Texti) =false ) flag = 0; else flag = 1; if (textBox1.Text.Length 20 | flag = 0) errorProvider1.SetError(textBox1,用户名非法!”); flag2 = 0; 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 else errorProvider1.Clear(); flag2 = 1; /验证确认密码是否正确 private void textBox3_TextChanged( object sender, Eve
39、ntArgs e) if (textBox3.Text != textBox2.Text | textBox3.Text.Length = conn); table =new DataTable (); adapter.Fill(table); dataGridViewl.DataSource = table; head(); conn.Close(); 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 catch (Exception err) MessageBoxShow(” 好像出错了,请重新筛选 +err.Message); /筛选小于一个价格的值 priv
40、ate void textBox3_TextChanged( object sender, EventArgs e) try SqlConnection conn = new SqlConnection (connectionString); conn.Open(); adapter= newSqlDataAdapter (select * from Hangban where price 6 conn.Open(); SqlCommanctmd = new SqlCommand update Usertable set Upassword= textBox2.Text + where Use
41、rname= + un + , conn); cmd.ExecuteNonQuery(); this .DialogResult = DialogResult .OK; catch ( Exception err) MessageBoxShow(err.Message); else MessageBoxShow(”输入错误,请重试 ”); 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 using System; using System.Collections.Generic; using System.ComponentModel; using System.
42、Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace航空订票管理系统 public partial class 退票系统:Form public string username get; set ; object sender1; EventArgs er; string connection = Properties. Settings .Default.HKDPConnection
43、String; public 退票系统(string status1) lnitializeComponent(); username = status1; private void button2_Click( object sender, EventArgs e) this .Dispose(); /进入退票环节 private void button1_Click( object sender, EventArgs e) if ( MessageBoxShow(” 确定要退票吗?,” 提示,MessageBoxButtons .YesNo, MessageBoxIcon .Warning
44、) = DialogResult .Yes) try SqlConnection conn = new SqlConnection (connection); conn.Open(); 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 SqlCommanctmd = new SqlCommand); cmd.Connection = conn; cmd.CommandText= delete Info where Username= + username + and HBid= + textBox2.Text + and ddhao= + textBox1.Text
45、 +; int i=cmd.ExecuteNonQuery(); cmd.CommandText =update Hangban set syps=syps+1 where HBid= + textBox2.Text +; int n=cmd.ExecuteNonQuery(); if (i = 1 else MessageBoxShow(”对不起,你未预定此航班,无需退票); conn.Close(); catch ( Exception err) MessageBoxShow(好像出错了。 + err.Message); /在主窗体中进入订票系统 public void tuibiao(
46、string a, string b, string c) textBox1.Text = a; textBox2.Text = b; textBox3.Text = c; if (username =) MessageBoxShow(”您还未登陆,请先登录!); return ; button1_Click(sender1,er);/ 调用本窗体中的方法。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u
47、sing System.Linq; using System.Text; 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 using System.Windows.Forms; using System.Data.SqlClient; namespace航空订票管理系统 public partial class 航班信息:Form string connection = Properties. Settings .Default.HKDPConnectionString; SqlDataAdapter adapter; DataTable table; publi
48、c 航班信息() lnitializeComponent(); private void 航班信息 _Load( object sender, EventArgs e) bindingNavigator1.BindingSource = bindingSource1; dataGridView1.SelectionMode =DataGridViewSelectionMode .FullRowSelect; SqlConnection conn = new SqlConnection (connection); SqlCommanctmd = new SqlCommanQ; cmd.Conne
49、ction = conn; if (textBoxl.Text =”) adapter =new SqlDataAdapter (select * from Hangban , conn); SqlCommandBuilder sbd = new SqlCommandBuilder (adapter); adaptern sertCommand = sbd.GetInsertCommand(); adapter.DeleteCommand = sbd.GetDeleteCommand(); adapter.UpdateCommand = sbd.GetUpdateCommand(); tabl
50、e =new DataTable (); adapter.Fill(table); bindingSourcel.DataSource = table; dataGridViewl.DataSource = bindingSourcel; head(); private void textBox1_TextChanged( object sender, EventArgs e) bindingNavigatorl.BindingSource = bindingSourcel; SqlConnection conn = new SqlConnection (connection); 制作人:王曼
51、 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 SqlCommancCmd = new SqlCommanQ; cmd.Connection = conn; if (textBoxl.Text =”) adapter =new SqlDataAdapter (select * from Hangban , conn); SqlCommandBuilder sbd = new SqlCommandBuilder (adapter); adaptern sertCommand = sbd.GetInsertCommand(); adapter.DeleteCommand = sb
52、d.GetDeleteCommand(); adapter.UpdateCommand = sbd.GetUpdateCommand(); table =new DataTable (); adapter.Fill(table); bindingSourcel.DataSource = table; dataGridViewl.DataSource = bindingSourcel; head(); else adapter =new SqlDataAdapter (select * from Hangban where HBid= textBoxl.Text + , conn); SqlCo
53、mmandBuilder sbd = new SqlCommandBuilder (adapter); adaptern sertCommand = sbd.GetInsertCommand(); adapter.DeleteCommand = sbd.GetDeleteCommand(); adapter.UpdateCommand = sbd.GetUpdateCommand(); table =new DataTable (); adapter.Fill(table); bindingSourcel.DataSource = table; dataGridViewl.DataSource
54、 = bindingSourcel; head(); private void button1_Click( object sender, EventArgs e) if ( MessageBoxShow(确定要更改吗?,” 小心,MessageBoxButtons .YesNo, MessageBoxIcon .Warning) = DialogResult .Yes) dataGridView1.EndEdit(); adapter.Update(table); MessageBoxShow(”保存成功); textBox1.Text=; private void button2_Clic
55、k( object sender, EventArgs e) 制作人:王曼 董明欣 张杰 网络设计与开发二班 c#大作业 指导老师:李海平 this .Dispose(); private void head() dataGridView1.Columns HBid .HeaderText =订单编号; dataGridView1.Columns chufadi .HeaderText =出发地”; dataGridView1.Columns daodadi .HeaderText =到达地; dataGridView1.Columns Startdate .HeaderText =出发日期
56、dataGridView1.Columns Enddate .HeaderText =到达日期; dataGridView1.Columns weekdays .HeaderText =星期; dataGridView1.Columns price .HeaderText =机票价格; dataGridView1.Columns contents .HeaderText =额定人数; dataGridView1.Columns syps .HeaderText =余票数量; using System; using System.Collections.Generic; using System
57、.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using SystemO; namespace航空订票管理系统 public partial class 个人资料:Form privateStream stream; privatestring fileName; SqlDataAdapter adapter; DataTable tab
58、le; public string pwd get; set; public string username get; set; public int flag; string connection = Properties. Settings .Default.HKDPConnectionString; public 个人资料(string status, int n) InitializeComponent(); flag = n; pictureBox1.SizeMode =PictureBoxSizeMode .StretchImage; 制作人:王曼 董明欣 张杰 网络设计与开发二班
59、 c#大作业 指导老师:李海平 username = status; try SqlConnection conn = new SqlConnection (connection); conn.Open(); adapter =new SqlDataAdapter (select * from Usertable where Username= +status+ , conn); table =new DataTable (); SqlCommandBuilder builder = new SqlCommandBuilder (adapter); adapter.Fill(table); d
60、ataGridViewl.DataSource = table; dataGridView1.Rows0.Selected =true ; textBoxl.Text = dataGridView1.SelectedRows0.Cells1.Value.ToString(); textBox2.Text = dataGridView1.SelectedRows0.Cells4.Value.ToString(); textBox3.Text = dataGridView1.SelectedRows0.Cells7.Value.ToString(); textBox4.Text = dataGri
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 心理健康中心安全防护计划
- 教学中的批判性思维培养计划
- 生物化学教材课程设计
- 宠物剖腹产手术课程设计
- 四年级语文下册 第02课《乡下人家》同步训练题(含答案)(部编版)
- 建筑工程机房质量策划
- 建筑测量工程施工工艺
- 成都中医药大学《仪器分析》2023-2024学年第一学期期末试卷
- 感恩就在身旁演讲稿(3篇)
- 第35世界无烟日宣传活动方案(34篇)
- DB31T 1238-2020 分布式光伏发电系统运行维护管理规范
- 【讲座】初中语文部编本教材解读课件
- 公开课听课教师签到表
- 开展新技术、新项目科室内讨论记录
- 道德与法治《健康看电视》优秀课件
- 泌尿系统完整结构培训课件
- 规培体表肿物切除术
- 新教材北师大版高中数学必修一 2.3函数的单调性和最值 课时练(课后作业设计)
- DB32∕T 943-2006 道路声屏障质量检验评定
- 四年级(上册)综合实践活动课教学案(贵州科学技术出版社)
- 腹泻教学课件
评论
0/150
提交评论