⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 酒店管理系统 (VB版) 简单的酒店管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "酒店管理系统"
   ClientHeight    =   3225
   ClientLeft      =   165
   ClientTop       =   840
   ClientWidth     =   6000
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   3225
   ScaleMode       =   0  'User
   ScaleWidth      =   6000
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   3855
      Left            =   0
      Picture         =   "Form1.frx":3B74
      ScaleHeight     =   3795
      ScaleWidth      =   5955
      TabIndex        =   0
      Top             =   0
      Width           =   6015
   End
   Begin VB.Menu systerm 
      Caption         =   "系统管理"
      Begin VB.Menu statechange 
         Caption         =   "房态更改"
      End
      Begin VB.Menu fangjianguanli 
         Caption         =   "房间管理"
      End
      Begin VB.Menu country 
         Caption         =   "录入国籍"
      End
      Begin VB.Menu chushihua 
         Caption         =   "系统初始化"
      End
   End
   Begin VB.Menu live 
      Caption         =   "入住"
   End
   Begin VB.Menu tuifang 
      Caption         =   "退房"
   End
   Begin VB.Menu search 
      Caption         =   "查询"
      Begin VB.Menu roomsearch 
         Caption         =   "房间查询"
      End
      Begin VB.Menu searchguests 
         Caption         =   "客人情况查询"
      End
   End
   Begin VB.Menu tuichu 
      Caption         =   "退出"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub chushihua_Click()
frmchushi.Show
End Sub

Private Sub country_Click()
Frmcountry.Show
End Sub

Private Sub fangjianguanli_Click()
Frmroomno.Show
End Sub

Private Sub live_Click()
FrmMain.Show
End Sub

Private Sub roomsearch_Click()
frmchaxunf.Show
End Sub

Private Sub searchguests_Click()
Frmchaxung.Show
End Sub

Private Sub statechange_Click()
Frmchangeft.Show
End Sub

Private Sub tuichu_Click()
Dim X As Integer
X = MsgBox("确定退出?", vbYesNo, "确定退出")
If X = 6 Then
  End
End If
End Sub

Private Sub tuifang_Click()
Frm退房.Show
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -