资源简介
C#实例~~~~~~~~~~毕业设计
采用了C#语言,很经典~!值得一看~
采用了C#语言,很经典~!值得一看~
代码片段和文件信息
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;
using houseAgency.mothedCls;
namespace houseAgency
{
public partial class frmMoneyRemark : Form
{
ClsCon con = new ClsCon();
public int PintCount = 0;
public frmMoneyRemark()
{
InitializeComponent();
con.ConDatabase();
}
private void frmMoneyRemark_Load(object sender EventArgs e)
{
this.load();
}
private void button2_Click(object sender EventArgs e)
{
PintCount += 1;
if (PintCount % 2 == 0)
{
this.button2.Text = “取消查询“;
this.groupBox2.Enabled = true;
}
else
{
this.button2.Text = “开始查询“;
this.groupBox2.Enabled = false;
}
this.groupBox2.Text =“查询信息“;
}
private void load()
{
SqlDataAdapter da = new SqlDataAdapter(“select employee_idemployee_name from tb_employee“ con.conn);
DataTable dt = new DataTable();
con.conn.Open();
da.Fill(dt);
this.comboBox1.DataSource = dt.DefaultView;
comboBox1.DisplayMember = “employee_name“;
comboBox1.ValueMember = “employee_id“;
}
private void comboBox1_SelectedValueChanged(object sender EventArgs e)
{
string strid = this.comboBox1.SelectedValue.ToString();
this.dataGridView1.DataSource = this.dtsorce(striddate()).DefaultView;
}
private DataTable dtsorce(string stridstring date)
{
StringBuilder sb = new StringBuilder();
sb.Append(“select moeny_ID ‘业务编号‘Pay_Moeny ‘手续费‘“);
sb.Append(“ house_ID ‘房屋编号‘Pay_date ‘收费日期‘lend_Name ‘甲方姓名‘lend_Phone ‘甲方电话‘“);
sb.Append(“ want_Name ‘乙方姓名‘want_Phone ‘乙方电话‘“);
sb.Append(“ from tb_MoneyAndInfo where emp_ID=‘“ + strid + “‘ and “);
sb.Append(“ Pay_date like ‘%“ + date + “%‘ “);
SqlDataAdapter da = new SqlDataAdapter(sb.ToString() con.conn);
DataTable dt = new DataTable();
da.Fill(dt);
return dt;
}
private string date()
{
string date = this.dateTimePicker1.Text.Replace(‘年‘ ‘-‘).Replace(‘月‘ ‘-‘).Replace(‘日‘ ‘ ‘);
string dateNew = string.Empty;
char[] C ={ ‘-‘ };
string []dateinfo=date.Split(C);
if (dateinfo[1].Trim().ToString().Length <= 1)
{
dateNew += dateinfo[0].ToString() + “-0“ + dateinfo[1].ToString();
}
else
{
d
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 400 2006-11-02 12:37 房屋中介系统\houseAgency\houseAgency\app.config
文件 585728 2006-12-02 10:05 房屋中介系统\houseAgency\houseAgency\bin\Debug\houseAgency.exe
文件 400 2006-11-02 12:37 房屋中介系统\houseAgency\houseAgency\bin\Debug\houseAgency.exe.config
文件 622080 2006-12-02 10:05 房屋中介系统\houseAgency\houseAgency\bin\Debug\houseAgency.pdb
文件 5632 2005-11-11 22:25 房屋中介系统\houseAgency\houseAgency\bin\Debug\houseAgency.vshost.exe
文件 400 2006-11-02 12:37 房屋中介系统\houseAgency\houseAgency\bin\Debug\houseAgency.vshost.exe.config
文件 1638400 2006-12-21 20:12 房屋中介系统\houseAgency\houseAgency\databa
文件 1048576 2006-12-21 20:12 房屋中介系统\houseAgency\houseAgency\databa
文件 464 2006-12-02 10:05 房屋中介系统\houseAgency\houseAgency\databa
文件 3692 2006-12-01 10:08 房屋中介系统\houseAgency\houseAgency\frmBackMoney.cs
文件 6364 2006-11-09 13:09 房屋中介系统\houseAgency\houseAgency\frmBackMoney.Designer.cs
文件 5814 2006-11-09 13:09 房屋中介系统\houseAgency\houseAgency\frmBackMoney.resx
文件 3670 2006-12-01 10:35 房屋中介系统\houseAgency\houseAgency\frmBargin.cs
文件 8107 2006-11-10 14:22 房屋中介系统\houseAgency\houseAgency\frmBargin.Designer.cs
文件 5814 2006-11-10 14:22 房屋中介系统\houseAgency\houseAgency\frmBargin.resx
文件 1942 2006-12-02 09:46 房屋中介系统\houseAgency\houseAgency\frmChangYouSelfPwd.cs
文件 6800 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmChangYouSelfPwd.Designer.cs
文件 6008 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmChangYouSelfPwd.resx
文件 5739 2006-12-01 09:37 房屋中介系统\houseAgency\houseAgency\frmEmpleeyAll.cs
文件 13969 2006-11-08 11:17 房屋中介系统\houseAgency\houseAgency\frmEmpleeyAll.Designer.cs
文件 10144 2006-11-13 15:46 房屋中介系统\houseAgency\houseAgency\frmEmpleeyAll.resx
文件 4553 2006-12-01 09:14 房屋中介系统\houseAgency\houseAgency\frmEmploeey.cs
文件 15065 2006-11-08 11:46 房屋中介系统\houseAgency\houseAgency\frmEmploeey.Designer.cs
文件 5814 2006-11-08 11:46 房屋中介系统\houseAgency\houseAgency\frmEmploeey.resx
文件 5932 2006-12-01 16:56 房屋中介系统\houseAgency\houseAgency\frmFavor.cs
文件 15811 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmFavor.Designer.cs
文件 14813 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmFavor.resx
文件 5635 2006-12-01 16:56 房屋中介系统\houseAgency\houseAgency\frmFitment.cs
文件 15825 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmFitment.Designer.cs
文件 14640 2006-11-14 11:16 房屋中介系统\houseAgency\houseAgency\frmFitment.resx
............此处省略154个文件信息
- 上一篇:C# 制作的带记忆功能计算器
- 下一篇:C#程序实现动态调用DLL的研究
相关资源
- C#程序实现动态调用DLL的研究
- C# 制作的带记忆功能计算器
- C#更改Windows防火墙设置实例程序
- C#笔试题大全C#面试集合包括了,.ne
- ASP.NET客户管理系统(毕业设计 C#
- ExcelHelper C#操作Excel的好几种方法
- 在线求职系统(C#ASP.NET源码)
- C#的INI文件读写通用类
- .NET C# Custom Form Designer (附源碼)
- C#动态加载插件示例
- 医院门诊管理系统 aspc#access数据库
- C#用WMP做的四分屏播放器
- C#编写UDP协议的一个局域网简单聊天工
- 医院业务管理系统(C#源代码)
- C#代码生成器(生成MVC三层代码)
- 学生信息管理系统(C# 控制台下)
- C#版蓝牙测试工具
- C#处理png图片位深度和交错属性
- C#冒泡排序动态演示程序(看了就会)
- 远程监控(C#源代码)
- 酒店管理系统(c#.net源码)
- C#异构数据库转换工具源码
- 101个微软的C#例子-Windows Forms篇
- c#编写的连连看程序
- C#如何模拟键盘输入
- 组合 算法 C# 背包问题
- C#中视图和存储过程应用
- C#使用剪切板粘贴数据
- C# TcpListener 例程(源码)
- C#实例程序100例子
评论
共有 条评论