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

資源簡介

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

資源截圖

代碼片段和文件信息

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\結算.mdb“;
????????private?string?m_ConStr3?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\已預訂.mdb“;
????????private?string?m_ConStr4?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?Application.StartupPath?+?@“\Database\客房標準信息.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();
????????????預訂?yd2?=?new?預訂();
????????????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\數據維護.cs

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

?????文件???????5814??2012-10-21?22:46??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\客房標準信息設置.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\預訂.resx

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

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

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

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

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

?????文件???????5096??2012-10-21?22:46??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\客房標準信息設置.cs

?????文件???????5814??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\數據維護.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\預訂入住.resx

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

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

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

?????文件???????6023??2012-10-22?12:39??賓館管理ing\WindowsFormsApplication1\WindowsFormsApplication1\數據維護.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.密碼設置.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.客房標準信息設置.resources

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

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

評論

共有 條評論