• 大小: 4.65MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-17
  • 语言: C#
  • 标签: C#  

资源简介

酒店管理系统(C#语言开发)是C#和SQLserver实训开发项目。它的开发环境是.NET2003+SQLSERVER2000,是C#应用程序开发和数据库应用与开发的一个典型案例。 系统的总体任务是实现酒店各种信息的系统化、规划化和自动化,提高酒店的管理水平,帮助酒店更好地运营。 本酒店管理系统需要完成的主要功能有:  用户基本信息的输入,包括编号、姓名、密码、部门、职位、等级、权限等。  用户基本信息修改和查询,包括编号、姓名、密码、部门、职位、等级、权限等。  有关客房标准的制定、标准信息的输入,包括标准编号、标准名称、房间面积、床位数量、客房单价、是否有空调、电视机、电话

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.SqlClient;
using HotelManagementSystem.Data;
using HotelManagementSystem.Config;
//计算信息添加
namespace HotelManagementSystem.AccountInfoManagement
{
/// 
/// AddAccountInfoManagement 的摘要说明。
/// 

public class AddAccountInfoManagement : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtRemarks;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtDiscount;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtMoney;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtContents;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtIDCard;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtPosition;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtType;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtRoomID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtInID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBillID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.DateTimePicker dtArrTime;
private System.Windows.Forms.DateTimePicker dtAccountTime;
private HotelManagementSystem.Data.HotelDataSet ds;
private System.Data.SqlClient.SqlConnection conn;
private System.Data.SqlClient.SqlDataAdapter da;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
private System.Data.SqlClient.SqlCommand sqlCommand1;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;



public AddAccountInfoManagement()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();

//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}

/// 
/// 清理所有正在使用的资源。
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#reg

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     155648  2007-12-28 16:00  14号\数据库的设计.vsd

     文件        139  2007-12-25 13:07  14号\登录用户.txt

     文件        304  2007-12-18 15:33  14号\script\DATAbase\酒店管理系统.sql

     文件       1036  2007-12-18 16:09  14号\script\CONSTRAINT\外键关联字段.sql

     文件        167  2007-12-18 16:25  14号\script\INSERT INTO TABLE\管理员.sql

     文件        293  2007-12-20 09:39  14号\script\INSERT INTO TABLE\客房标准信息.sql

     文件        400  2007-12-20 09:40  14号\script\INSERT INTO TABLE\客房信息.sql

     文件        114  2007-12-17 19:27  14号\script\INSERT INTO TABLE\楼层信息.sql

     文件       1086  2007-12-22 01:04  14号\script\INSERT INTO TABLE\入住单.sql

     文件       1102  2007-12-22 01:04  14号\script\INSERT INTO TABLE\入住单历史.sql

     文件        854  2007-12-20 09:54  14号\script\INSERT INTO TABLE\预订单.sql

     文件        870  2007-12-20 09:54  14号\script\INSERT INTO TABLE\预订单历史.sql

     文件        659  2007-12-22 01:03  14号\script\INSERT INTO TABLE\帐单明细.sql

     文件        675  2007-12-22 01:04  14号\script\INSERT INTO TABLE\帐单明细历史.sql

     文件        285  2007-12-18 16:33  14号\script\INDEX\INDEX_管理员.sql

     文件        319  2007-12-18 16:34  14号\script\INDEX\INDEX_客房标准信息.sql

     文件        299  2007-12-18 16:38  14号\script\INDEX\INDEX_客房信息.sql

     文件        289  2007-12-18 16:37  14号\script\INDEX\INDEX_入住单.sql

     文件        309  2007-12-18 16:39  14号\script\INDEX\INDEX_入住单历史.sql

     文件        289  2007-12-18 16:40  14号\script\INDEX\INDEX_预订单.sql

     文件        309  2007-12-18 16:41  14号\script\INDEX\INDEX_预订单历史.sql

     文件        299  2007-12-18 16:45  14号\script\INDEX\INDEX_帐单明细.sql

     文件        319  2007-12-18 16:44  14号\script\INDEX\INDEX_帐单明细历史.sql

     文件       2117  2007-12-26 17:41  14号\script\PROCEDURE\存储过程.sql

     文件        687  2007-12-26 17:33  14号\script\PROCEDURE\历史插入存储过程.sql

     文件        511  2007-12-21 23:35  14号\script\TRIGGER\Tr_客房标准信息.sql

     文件       1840  2007-12-21 23:49  14号\script\TRIGGER\Tr_客房信息.sql

     文件       1360  2007-12-22 00:18  14号\script\TRIGGER\Tr_入住单.sql

     文件        232  2007-12-25 13:01  14号\script\TABLE\管理员.sql

     文件        305  2007-12-21 21:16  14号\script\TABLE\客房信息.sql

............此处省略332个文件信息

评论

共有 条评论