资源简介

自己写的一个房屋中介管理系统,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个文件信息

评论

共有 条评论