资源简介
c#+sqlserver编写的电费收费管理系统供需要使用,禁止盗权谢谢
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void radioButton1_CheckedChanged(object sender EventArgs e)
{
}
private void button1_Click(object sender EventArgs e)
{
string s = ““;
int ok =1;
SqlConnection conn = new SqlConnection();
conn.ConnectionString =“ Data Source=DESKTOP-OA96K2A;Initial Catalog=课程设计;Integrated Security=True“;
conn.Open();//连接数据库
//管理员
if (radioButton1.Checked)
{
s = “select * from Admin“;
SqlCommand cmd = new SqlCommand(s conn);
SqlDataReader dr = cmd.ExecuteReader();
while(dr.Read())
{
if (dr[0].ToString().Trim().Equals(textBox1.Text.Trim()) && dr[1].ToString().Trim().Equals(textBox2.Text.Trim()))//用户名和密码都正确
{
MessageBox.Show(“登录成功!“ “提示“);
ok = 0;
Form2 f2 = new Form2();
f2.Show();
}
}
if(ok==1)
{
MessageBox.Show(“密码或用户名错误!“ “提示“);
textBox1.Text = ““;
textBox2.Text = ““;
radioButton1.Checked = false;
}
dr.Close();
}
//普通用户
if (radioButton2.Checked)
{
s = “select * from Yonghu“;
SqlCommand cmd = new SqlCommand(s conn);
SqlDataReader dr = cmd.ExecuteReader();
while(dr.Read())
{
if (dr[0].ToString().Trim().Equals(textBox1.Text.Trim()) && dr[1].ToString().Trim().Equals(textBox2.Text.Trim()))//用户名和密码都正确
{
MessageBox.Show(“登录成功!“ “提示“);
ok = 0;
Form3 f3 = new Form3();
f3.Show();
}
}
if(ok ==1)
{
MessageBox.Show(“密码或用户名错误!“ “提示“);
textBox1.Text = ““;
textBox2.Text = ““;
radioButton2.Checked = false;
}
}
}
private void radioButton2_CheckedChanged(object sender EventArgs e)
{
}
private void button2_Click(object sender
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-12-16 15:21 WindowsFormsApplication1\
目录 0 2016-12-16 15:51 WindowsFormsApplication1\TestResults\
目录 0 2016-12-16 11:53 WindowsFormsApplication1\WindowsFormsApplication1\
文件 187 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\App.config
文件 60 2016-12-09 19:15 WindowsFormsApplication1\WindowsFormsApplication1\ClassDiagram1.cd
文件 7365 2016-12-13 22:26 WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs
文件 3526 2016-12-14 21:49 WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs
文件 5817 2016-12-12 16:32 WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx
文件 5308 2016-12-13 20:27 WindowsFormsApplication1\WindowsFormsApplication1\Form2.Designer.cs
文件 1386 2016-12-14 21:49 WindowsFormsApplication1\WindowsFormsApplication1\Form2.cs
文件 5817 2016-12-13 20:27 WindowsFormsApplication1\WindowsFormsApplication1\Form2.resx
文件 7837 2016-12-13 20:26 WindowsFormsApplication1\WindowsFormsApplication1\Form3.Designer.cs
文件 2683 2016-12-14 22:23 WindowsFormsApplication1\WindowsFormsApplication1\Form3.cs
文件 5817 2016-12-14 21:18 WindowsFormsApplication1\WindowsFormsApplication1\Form3.resx
文件 10073 2016-12-13 20:50 WindowsFormsApplication1\WindowsFormsApplication1\Form4.Designer.cs
文件 4729 2016-12-15 22:05 WindowsFormsApplication1\WindowsFormsApplication1\Form4.cs
文件 5817 2016-12-13 22:26 WindowsFormsApplication1\WindowsFormsApplication1\Form4.resx
文件 7112 2016-12-13 20:25 WindowsFormsApplication1\WindowsFormsApplication1\Form5.Designer.cs
文件 2576 2016-12-14 21:49 WindowsFormsApplication1\WindowsFormsApplication1\Form5.cs
文件 5817 2016-12-13 20:25 WindowsFormsApplication1\WindowsFormsApplication1\Form5.resx
文件 6835 2016-12-15 20:37 WindowsFormsApplication1\WindowsFormsApplication1\Form6.Designer.cs
文件 2627 2016-12-15 20:37 WindowsFormsApplication1\WindowsFormsApplication1\Form6.cs
文件 5817 2016-12-15 20:37 WindowsFormsApplication1\WindowsFormsApplication1\Form6.resx
文件 536 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Program.cs
目录 0 2016-12-16 11:53 WindowsFormsApplication1\WindowsFormsApplication1\Properties\
文件 1368 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Properties\AssemblyInfo.cs
文件 2900 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Properties\Resources.Designer.cs
文件 5612 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Properties\Resources.resx
文件 1111 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Properties\Settings.Designer.cs
文件 249 2016-12-08 22:56 WindowsFormsApplication1\WindowsFormsApplication1\Properties\Settings.settings
文件 5388 2016-12-13 20:37 WindowsFormsApplication1\WindowsFormsApplication1\WindowsFormsApplication1.csproj
............此处省略31个文件信息
- 上一篇:C#lrc歌词显示控件
- 下一篇:AE二次开发——最短路径分析
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论