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

📄 frmbookin1.frm

📁 宾馆管理信息系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmBookin1 
   BackColor       =   &H00C0C0FF&
   Caption         =   "订房信息 "
   ClientHeight    =   4770
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7545
   LinkTopic       =   "Form6"
   ScaleHeight     =   4770
   ScaleWidth      =   7545
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdExit 
      BackColor       =   &H00C0C0FF&
      Caption         =   "返回(&X)"
      Height          =   375
      Left            =   4680
      Style           =   1  'Graphical
      TabIndex        =   23
      Top             =   4200
      Width           =   1215
   End
   Begin VB.CommandButton cmdSave 
      BackColor       =   &H00C0C0FF&
      Caption         =   "保存(&S)"
      Height          =   375
      Left            =   3000
      Style           =   1  'Graphical
      TabIndex        =   22
      Top             =   4200
      Width           =   1215
   End
   Begin VB.TextBox txtNo 
      Height          =   375
      Left            =   1200
      TabIndex        =   21
      Top             =   4200
      Width           =   1575
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0C0FF&
      Caption         =   "顾客信息:"
      Height          =   3495
      Left            =   3720
      TabIndex        =   10
      Top             =   360
      Width           =   3615
      Begin VB.TextBox txtItem 
         Height          =   975
         Index           =   4
         Left            =   1560
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   24
         Top             =   2280
         Width           =   1815
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   3
         Left            =   1560
         TabIndex        =   19
         Top             =   1800
         Width           =   1455
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   2
         Left            =   1560
         TabIndex        =   18
         Top             =   1320
         Width           =   1815
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   1
         Left            =   1560
         TabIndex        =   17
         Top             =   840
         Width           =   1815
      End
      Begin VB.TextBox txtItem 
         Height          =   270
         Index           =   0
         Left            =   1560
         TabIndex        =   16
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label11 
         BackColor       =   &H00C0C0FF&
         Caption         =   "%"
         Height          =   255
         Left            =   3120
         TabIndex        =   20
         Top             =   1800
         Width           =   255
      End
      Begin VB.Label Label10 
         BackColor       =   &H00C0C0FF&
         Caption         =   "备注 信息:"
         Height          =   255
         Left            =   360
         TabIndex        =   15
         Top             =   2280
         Width           =   1095
      End
      Begin VB.Label Label9 
         BackColor       =   &H00C0C0FF&
         Caption         =   "折    扣:"
         Height          =   255
         Left            =   360
         TabIndex        =   14
         Top             =   1800
         Width           =   975
      End
      Begin VB.Label Label8 
         BackColor       =   &H00C0C0FF&
         Caption         =   "入住 时间:"
         Height          =   255
         Left            =   360
         TabIndex        =   13
         Top             =   1320
         Width           =   1095
      End
      Begin VB.Label Label7 
         BackColor       =   &H00C0C0FF&
         Caption         =   "身份证号码:"
         Height          =   255
         Left            =   360
         TabIndex        =   12
         Top             =   840
         Width           =   1095
      End
      Begin VB.Label Label6 
         BackColor       =   &H00C0C0FF&
         Caption         =   "顾客 姓名:"
         Height          =   255
         Left            =   360
         TabIndex        =   11
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0FF&
      Caption         =   "客房信息"
      Height          =   3495
      Left            =   120
      TabIndex        =   0
      Top             =   360
      Width           =   3495
      Begin VB.TextBox txtItem 
         Height          =   975
         Index           =   5
         Left            =   1320
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   25
         Top             =   2280
         Width           =   1935
      End
      Begin VB.ComboBox cboItem 
         Height          =   300
         Index           =   3
         Left            =   1320
         TabIndex        =   9
         Top             =   1800
         Width           =   1935
      End
      Begin VB.ComboBox cboItem 
         Height          =   300
         Index           =   2
         Left            =   1320
         TabIndex        =   8
         Top             =   1320
         Width           =   1935
      End
      Begin VB.ComboBox cboItem 
         Height          =   300
         Index           =   1
         Left            =   1320
         TabIndex        =   7
         Top             =   840
         Width           =   1935
      End
      Begin VB.ComboBox cboItem 
         Height          =   300
         Index           =   0
         Left            =   1320
         TabIndex        =   6
         Top             =   360
         Width           =   1935
      End
      Begin VB.Label Label5 
         BackColor       =   &H00C0C0FF&
         Caption         =   "客房备注:"
         Height          =   255
         Left            =   240
         TabIndex        =   5
         Top             =   2280
         Width           =   975
      End
      Begin VB.Label Label4 
         BackColor       =   &H00C0C0FF&
         Caption         =   "客房单价:"
         Height          =   255
         Left            =   240
         TabIndex        =   4
         Top             =   1800
         Width           =   975
      End
      Begin VB.Label Label3 
         BackColor       =   &H00C0C0FF&
         Caption         =   "客房位置:"
         Height          =   255
         Left            =   240
         TabIndex        =   3
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label2 
         BackColor       =   &H00C0C0FF&
         Caption         =   "客房种类:"
         Height          =   255
         Left            =   240
         TabIndex        =   2
         Top             =   840
         Width           =   975
      End
      Begin VB.Label Label1 
         BackColor       =   &H00C0C0FF&
         Caption         =   "客房编号:"
         Height          =   255
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   975
      End
   End
End
Attribute VB_Name = "frmBookin1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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