91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

賓館管理信息系統(tǒng) 系統(tǒng)簡介: 賓館在正常的運營中需要對客房資源、顧客信息、結(jié)算信息進行管理,利用賓館管理信息系統(tǒng)及時了解各個環(huán)節(jié)中信息的變更,有利于提高管理效率。系統(tǒng)開發(fā)的總體任務(wù)是實現(xiàn)賓館各種信息的系統(tǒng)化、規(guī)范化和自動化。 限制條件: 有關(guān)客房標(biāo)準(zhǔn)的制定、標(biāo)準(zhǔn)信息的輸入,包括標(biāo)準(zhǔn)編號、標(biāo)準(zhǔn)名稱、房間面積、床位數(shù)量、住房單價、是否有空調(diào)、電視機、電話以及單獨衛(wèi)生間等。 客房標(biāo)準(zhǔn)信息的修改、查詢等。 客房基本信息的輸入,包括客房編號、客房類型、客房位置、客房單價、備注等。 客房基本信息的查詢、修改,包括客房編號、客房類型、客房位置、客房單價、備注等。 剩余客房信息的查詢等。 訂房信息的輸入,包括客房編號、客房種類、客房位置、客房單價、顧客姓名、顧客身份證號碼、入住日期、折扣、備注信息等。 訂房信息的修改和查詢,包括客房編號、客房種類、客房位置、客房單價、顧客姓名、顧客身份證號碼、入住日期、折扣、備注信息等。 結(jié)算信息的輸入,包括客房編號、客房種類、位置、客房單價、顧客姓名、顧客身份證號碼、入住日期、折扣、結(jié)算日期、備注信息等。 結(jié)算信息的修改和查詢,包括客房編號、客房種類、客房位置、客房單價、顧客姓名、顧客身份證號碼、入住日期、折扣、結(jié)日期、備注信息等。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.OleDb;

namespace?WindowsFormsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????private?string?m_ConStr?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\已住人.mdb“;
????????private?string?m_ConStr1?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\空房間.mdb“;
????????private?string?m_ConStr2?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\結(jié)算.mdb“;
????????private?string?m_ConStr3?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\已預(yù)訂.mdb“;
????????private?string?m_ConStr4?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\客房標(biāo)準(zhǔn)信息.mdb“;
????????private?string?m_ConStr5?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\房間信息.mdb“;

????????private?DataSet?ds?ds1?ds2?ds3?ds4?ds5;
????????private?OleDbDataAdapter?dataAdapter;

????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.Hide();
????????????開房?kf2?=?new?開房();
????????????kf2.MdiParent?=?this.MdiParent;
????????????kf2.ShowDialog();
????????????this.Close();?
????????}

????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????this.Hide();
????????????預(yù)訂?yd2?=?new?預(yù)訂();
????????????yd2.MdiParent?=?this.MdiParent;???????
????????????yd2.ShowDialog();
????????????this.Close();?
????????}

????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????this.Hide();
????????????退房0?tf2?=?new?退房0();
????????????tf2.MdiParent?=?this.MdiParent;
????????????tf2.ShowDialog();
????????????this.Close();?
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????OleDbConnection?sqlCon?=?new?OleDbConnection(m_ConStr);
????????????OleDbConnection?sqlCon5?=?new?OleDbConnection(m_ConStr5);
????????????OleDbConnection?sqlCon1?=?new?OleDbConnection(m_ConStr1);
????????????OleDbConnection?sqlCon2?=?new?OleDbConnection(m_ConStr2);
????????????OleDbConnection?sqlCon3?=?new?OleDbConnection(m_ConStr3);
????????????OleDbConnection?sqlCon4?=?new?OleDbConnection(m_ConStr4);

????????????OleDbCommandBuilder?cb?=?new?OleDbCommandBuilder(dataAdapter);

????????????string?sql?=?“select?*?from?yzr“;
????????????dataAdapter?=?new?OleDbDataAdapter(sql?sqlCon);
????????????sqlCon.Close();
????????????ds?=?new?DataSet();
????????????dataAdapter.Fill(ds?“tbName“);
????????????this.dataGridView3.DataSource?=?ds.Tables[“tbName“].DefaultView;

???????
????????????string?sql1?=?“select?*?from?fjxx“;
????????????d

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1103??2012-09-17?21:59??賓館管理ing\賓館管理.txt

?????文件????????962??2012-09-16?20:11??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1.sln

????..A..H.?????79360??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1.suo

?????文件???????2777??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\數(shù)據(jù)維護.cs

?????文件???????7973??2012-10-22?12:45??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\WindowsFormsApplication1.csproj

?????文件???????5814??2012-10-21?22:46??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\客房標(biāo)準(zhǔn)信息設(shè)置.resx

?????文件???????5814??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\開房.resx

?????文件??????20409??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\退房0.Designer.cs

?????文件???????5814??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\預(yù)訂.resx

?????文件???????5814??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\退房0.resx

?????文件???????2229??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\密碼設(shè)置.cs

?????文件????????505??2012-10-17?18:56??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\Program.cs

?????文件???????5155??2012-10-22?13:37??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\結(jié)算信息設(shè)置.cs

?????文件??????68470??2012-10-22?13:59??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\Form2.resx

?????文件???????5096??2012-10-21?22:46??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\客房標(biāo)準(zhǔn)信息設(shè)置.cs

?????文件???????5814??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\數(shù)據(jù)維護.resx

?????文件??????24995??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\開房.Designer.cs

?????文件???????4027??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\開房.cs

?????文件???????5814??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\預(yù)訂入住.resx

?????文件??????14559??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\預(yù)訂.Designer.cs

?????文件???????3941??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\預(yù)訂.cs

?????文件???????4257??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\預(yù)訂入住.cs

?????文件???????6023??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\數(shù)據(jù)維護.Designer.cs

?????文件???????5049??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\退房0.cs

?????文件???????5255??2012-10-22?13:59??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\Form2.Designer.cs

?????文件???????1181??2012-10-18?13:08??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\app.config

?????文件????????180??2012-10-22?12:45??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.密碼設(shè)置.resources

?????文件??????13195??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt

?????文件????????180??2012-10-22?12:45??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.客房標(biāo)準(zhǔn)信息設(shè)置.resources

?????文件???????1627??2012-10-22?14:03??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache

............此處省略70個文件信息

評論

共有 條評論