资源简介
患者监护系统C# + SQL SEVER
患者监护系统
患者监护系统
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
private int i=3n;
public Form1()
{
InitializeComponent();
}
private void button2_Click(object sender EventArgs e)
{
textBox1.Text = ““;
textBox2.Text = ““;
}
private void button3_Click(object sender EventArgs e)
{
Application.Exit();
}
private void button1_Click(object sender EventArgs e)
{
if (textBox1.Text == “gust“)
{
Form2 form2 = new Form2();
form2.Username = “gust“;
form2.UserRights = ““;
form2.Visible = true;
this.Visible = false;
}
else if (i > 0)
{
try
{
string s = “Data Source=localhost;Initial Catalog=PatienceMs;Integrated Security=True“;
SqlConnection conn = new SqlConnection(s);
conn.Open();
string str = “select * from UserIfro“;
SqlDataAdapter aa = new SqlDataAdapter(str conn);
DataSet ds = new DataSet();
aa.Fill(ds “UserIfro“);
for (n = 0; n < ds.Tables[“UserIfro“].Rows.Count; n++)
{
if (textBox1.Text.ToString() == ds.Tables[“UserIfro“].Rows[n][“UserName“].ToString().Trim())
{
if (textBox2.Text == ds.Tables[“UserIfro“].Rows[n][“PassWord“].ToString().Trim())
{
this.Hide();
Form2 form2 = new Form2();
form2.Username = ds.Tables[“UserIfro“].Rows[n][“UserName“].ToString();
form2.UserRights = ds.Tables[“UserIfro“].Rows[n][“Rights“].ToString();
form2.Visible = true;
break;
}
else
{
MessageBox.Show(“密码错误!“ “提示:“);
break;
}
}
}
if (n == ds.Tables[“UserIfro“].Rows.Count)
{
MessageBox.Show(“用户名错误!“ “提示:“);
}
conn.Close();
}
catch (Exception ee)
{
MessageBox.Show(ee.Message);
}
}
else
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1048576 2009-05-29 21:35 患者监护系统\毕业设计\PatienceMs_Data.MDF
文件 1048576 2009-05-29 21:35 患者监护系统\毕业设计\PatienceMs_Log.LDF
文件 946 2009-05-28 21:38 患者监护系统\毕业设计\患者监护系统\PatienceMs\PatienceMs.sln
..A..H. 24064 2010-01-12 08:44 患者监护系统\毕业设计\患者监护系统\PatienceMs\PatienceMs.suo
文件 423 2009-05-29 14:35 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\app.config
文件 98304 2010-01-12 08:39 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug\WindowsApplication1.exe
文件 423 2009-05-29 14:35 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug\WindowsApplication1.exe.config
文件 165376 2010-01-12 08:39 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug\WindowsApplication1.pdb
文件 5632 2005-11-11 22:25 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug\WindowsApplication1.vshost.exe
文件 423 2009-05-29 14:35 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug\WindowsApplication1.vshost.exe.config
目录 0 2009-05-29 21:35 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin\Debug
目录 0 2009-05-29 21:35 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\bin
文件 3228 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form1.cs
文件 7015 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form1.Designer.cs
文件 5814 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form1.resx
文件 2389 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form2.cs
文件 16204 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form2.Designer.cs
文件 6012 2009-05-29 21:33 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form2.resx
文件 4156 2009-05-29 14:16 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form3.cs
文件 28674 2009-05-29 14:16 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form3.Designer.cs
文件 6012 2009-05-29 14:16 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form3.resx
文件 4902 2009-05-29 21:26 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form4.cs
文件 22318 2009-05-29 17:15 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form4.Designer.cs
文件 6013 2009-05-29 17:15 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form4.resx
文件 3395 2009-05-29 21:13 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form5.cs
文件 25192 2009-05-29 20:52 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form5.Designer.cs
文件 6012 2009-05-29 20:52 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form5.resx
文件 4231 2009-05-29 17:26 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form6.cs
文件 33389 2009-05-29 09:20 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form6.Designer.cs
文件 6012 2009-05-29 09:20 患者监护系统\毕业设计\患者监护系统\PatienceMs\WindowsApplication1\Form6.resx
............此处省略46个文件信息
- 上一篇:C#读取xm
l文件并写入数据库 - 下一篇:WinForm基础教程
相关资源
-
C#读取xm
l文件并写入数据库 - MVC简单C#
- hook源码c#编写的一些hook的例子203000
- 留言板asp.net +access
- 用c#语言实现写字板的界面及写字板涉
- c#绘图板源码直线,矩形,圆形,填充
- C#高级编程练习题目内附答案
- 基于c/s模式的简单聊天程序
- C#实现的WEB浏览器
- WPF+Mvvmlight 简单的导航
- C#多线程刷流量
- C# 从Excel导入数据到DataGridView、SqlSe
- C#播放mp3的程
- asp.net上传大文件显示进度条百分比
- C#开发的QQ机器人,适用于任意版本
- C# socket 通信 允许发送图片,文字,文
- C# 网络编程ftpvs2012
- 使用C#开发的基于WCF和PNRP的P2P文件共
- C#引用Visa读取示波器数据
- 连锁店管理系统c#含数据库
- 104电力规约的c#部分功能实现
- c#二维码生成
- 迷宫自动生成.zip
-
C# winfrom操作xm
l_读写修改xm l及写入 - C# 角点检测
- C# 西门子PLC ppi通讯程序
- C#自动出题判分小程序
- C#实现的 路由 距离矢量算法
- C# 将照片存储到MySQL数据库
- ASP.NET 动态网站开发基础教程(C#篇)
评论
共有 条评论