【例子介绍】房屋出租管理系统c# sql
你不大地方爬覆盖广播了哦爱看空气能拉丰厚iwa 年轻哦ihoq阿娇快哦爱好欧文
【相关图片】
【源码结构】
文件清单
└── 房屋出租管理系统1
├── 房屋出租管理系统
│ ├── bin
│ │ └── Debug
│ │ ├── 房屋出租管理系统.exe
│ │ ├── 房屋出租管理系统.pdb
│ │ └── 房屋出租管理系统.vshost.exe
│ ├── ClassDiagram1.cd
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 房屋出租管理系统.csproj.GenerateResource.Cache
│ │ │ ├── 房屋出租管理系统.exe
│ │ │ ├── 房屋出租管理系统.Form1.resources
│ │ │ ├── 房屋出租管理系统.pdb
│ │ │ ├── 房屋出租管理系统.Properties.Resources.resources
│ │ │ ├── 房屋出租管理系统.主窗口.resources
│ │ │ ├── 房屋出租管理系统.主窗口__出租人信息_.resources
│ │ │ ├── 房屋出租管理系统.主窗口__利润核算_.resources
│ │ │ ├── 房屋出租管理系统.主窗口__客户入住_.resources
│ │ │ ├── 房屋出租管理系统.主窗口__房屋查询_.resources
│ │ │ └── 房屋出租管理系统.客户查询.resources
│ │ └── 房屋出租管理系统.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Blue hills.jpg
│ │ ├── Sunset.jpg
│ │ ├── Water lilies.jpg
│ │ └── Winter.jpg
│ ├── 主窗口.cs
│ ├── 主窗口.Designer.cs
│ ├── 主窗口.resx
│ ├── 主窗口—[出租人信息].cs
│ ├── 主窗口—[出租人信息].Designer.cs
│ ├── 主窗口—[出租人信息].resx
│ ├── 主窗口—[利润核算].cs
│ ├── 主窗口—[利润核算].Designer.cs
│ ├── 主窗口—[利润核算].resx
│ ├── 主窗口—[客户入住].cs
│ ├── 主窗口—[客户入住].Designer.cs
│ ├── 主窗口—[客户入住].resx
│ ├── 主窗口—[客户查询].cs
│ ├── 主窗口—[客户查询].Designer.cs
│ ├── 主窗口—[客户查询].resx
│ ├── 主窗口—[房屋信息].cs
│ ├── 主窗口—[房屋信息].Designer.cs
│ ├── 主窗口—[房屋信息].resx
│ ├── 主窗口-[房屋查询].cs
│ ├── 主窗口-[房屋查询].Designer.cs
│ ├── 主窗口-[房屋查询].resx
│ └── 房屋出租管理系统.csproj
├── 房屋出租管理系统.sln
└── 房屋出租管理系统.suo
10 directories, 51 files
评论