xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 4.65MB
    文件類型: .rar
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論