资源简介
自己写的一个房屋中介管理系统,c#winform
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace 汽车厂房屋中介系统
{
public partial class addForm : Form
{
public addForm()
{
InitializeComponent();
}
private string id;
private bool czorcs;
private bool chakan;
private Customer c;
public DataGridViewRow dgvr;
public addForm(bool czorcsbool chakan)
{
InitializeComponent();
this.czorcs = czorcs;
this.chakan = chakan;
if (!czorcs)
{
label13.Visible = false;
comboBox1.Visible = false;
label10.Visible = false;
comboBox2.Visible = false;
label11.Visible = false;
label12.Visible = false;
dateTimePicker2.Visible = false;
dateTimePicker3.Visible = false;
label21.Text = “购 房 人:“;
label20.Text = “购房人电话:“;
label8.Text = “购房人手机:“;
}
}
private void xianshi_b_Click(object sender EventArgs e)
{
char c = ‘\0‘;
if (!(textBox3.PasswordChar.Equals(c)))
{
pass p = new pass();
DialogResult dr = p.ShowDialog();
if (dr != DialogResult.Yes)
{
return;
}
textBox3.PasswordChar = c;
textBox8.PasswordChar = c;
textBox9.PasswordChar = c;
xianshi_b.Text = “隐藏地址“;
}
else
{
c = ‘*‘;
textBox3.PasswordChar = c;
textBox8.PasswordChar = c;
textBox9.PasswordChar = c;
xianshi_b.Text = “显示地址“;
}
}
private void xianshi2_b_Click(object sender EventArgs e)
{
char c = ‘\0‘;
if (!(textBox5.PasswordChar.Equals(c)))
{
pass p = new pass();
DialogResult dr = p.ShowDialog();
if (dr != DialogResult.Yes)
{
return;
}
textBox5.PasswordChar = c;
textBox6.PasswordChar = c;
textBox7.PasswordChar = c;
button1.Text = “隐藏房主“;
}
else
{
c = ‘*‘;
textBox5.PasswordChar = c;
textBox6.PasswordChar = c;
textBox7.PasswordChar = c;
button1.Text = “显示房主“;
}
}
private void getC(string id)
{
Dbwork db = new Dbwork();
try
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12840 2009-05-12 13:44 汽车厂房屋中介系统\addForm.cs
文件 29517 2009-04-21 13:46 汽车厂房屋中介系统\addForm.Designer.cs
文件 5814 2009-04-21 13:46 汽车厂房屋中介系统\addForm.resx
文件 399 2009-04-20 19:24 汽车厂房屋中介系统\app.config
文件 1396736 2009-04-21 00:03 汽车厂房屋中介系统\bin\Debug\fwzjgl.accdb
文件 339968 2009-04-22 19:47 汽车厂房屋中介系统\bin\Debug\fwzjgl.mdb
文件 339968 2009-04-20 15:17 汽车厂房屋中介系统\bin\Debug\复件 fwzjgl.mdb
文件 126976 2009-05-12 13:44 汽车厂房屋中介系统\bin\Debug\汽车厂房屋中介系统.exe
文件 399 2009-04-20 19:24 汽车厂房屋中介系统\bin\Debug\汽车厂房屋中介系统.exe.config
文件 235008 2009-05-12 13:44 汽车厂房屋中介系统\bin\Debug\汽车厂房屋中介系统.pdb
文件 5632 2005-12-08 14:51 汽车厂房屋中介系统\bin\Debug\汽车厂房屋中介系统.vshost.exe
文件 399 2009-04-20 19:24 汽车厂房屋中介系统\bin\Debug\汽车厂房屋中介系统.vshost.exe.config
目录 0 2009-05-12 13:43 汽车厂房屋中介系统\bin\Debug
目录 0 2009-04-20 16:11 汽车厂房屋中介系统\bin
文件 11182 2009-05-12 13:41 汽车厂房屋中介系统\chushouForm.cs
文件 58412 2009-05-12 13:41 汽车厂房屋中介系统\chushouForm.Designer.cs
文件 8551 2009-05-12 13:41 汽车厂房屋中介系统\chushouForm.resx
文件 859 2009-05-12 13:41 汽车厂房屋中介系统\chuzuForm.cs
文件 45575 2009-05-12 13:41 汽车厂房屋中介系统\chuzuForm.Designer.cs
文件 6414 2009-05-12 13:41 汽车厂房屋中介系统\chuzuForm.resx
文件 342 2009-04-20 20:37 汽车厂房屋中介系统\Customer.cs
文件 4529 2009-04-22 19:47 汽车厂房屋中介系统\customerForm.cs
文件 15472 2009-04-20 20:57 汽车厂房屋中介系统\customerForm.Designer.cs
文件 6424 2009-04-20 20:57 汽车厂房屋中介系统\customerForm.resx
文件 1045 2009-04-19 18:54 汽车厂房屋中介系统\Dbwork.cs
文件 112415 2009-04-20 19:10 汽车厂房屋中介系统\FWDS.Designer.cs
文件 381 2009-04-20 19:10 汽车厂房屋中介系统\FWDS.xsc
文件 24030 2009-04-20 19:10 汽车厂房屋中介系统\FWDS.xsd
文件 1259 2009-04-20 19:10 汽车厂房屋中介系统\FWDS.xss
文件 339968 2009-04-20 15:17 汽车厂房屋中介系统\fwzjgl.mdb
............此处省略44个文件信息
- 上一篇:c#SQL2000数据库恢复备份程序
- 下一篇:C#FTP(源码)
相关资源
- 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#-数据库操作技术-员工管理系统
- U3D 简化版跳一跳小游戏新手入门 源码
- 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#)
评论
共有 条评论