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

📄 frmhaohua.frm

📁 VB客房管理系统全套(带源码)顾客可以用电话或上网注册的方式预定。其方式不同
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form6 
   Caption         =   "豪华套房"
   ClientHeight    =   6795
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7080
   LinkTopic       =   "Form6"
   ScaleHeight     =   6795
   ScaleWidth      =   7080
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "客房标准"
      Height          =   6855
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7095
      Begin VB.CommandButton Command1 
         Caption         =   "打印"
         Height          =   375
         Left            =   5640
         TabIndex        =   26
         Top             =   6240
         Width           =   855
      End
      Begin VB.Frame Frame5 
         Caption         =   "大厅"
         Height          =   2175
         Left            =   3720
         TabIndex        =   20
         Top             =   3600
         Width           =   2295
         Begin VB.Label Label20 
            Caption         =   "饮水机"
            Height          =   255
            Left            =   720
            TabIndex        =   25
            Top             =   1800
            Width           =   615
         End
         Begin VB.Label Label19 
            Caption         =   "沙发"
            Height          =   255
            Left            =   720
            TabIndex        =   24
            Top             =   1440
            Width           =   495
         End
         Begin VB.Label Label18 
            Caption         =   "DVD"
            Height          =   375
            Left            =   720
            TabIndex        =   23
            Top             =   1080
            Width           =   375
         End
         Begin VB.Label Label17 
            Caption         =   "音响"
            Height          =   255
            Left            =   720
            TabIndex        =   22
            Top             =   720
            Width           =   375
         End
         Begin VB.Label Label16 
            Caption         =   "电视"
            Height          =   255
            Left            =   720
            TabIndex        =   21
            Top             =   360
            Width           =   495
         End
      End
      Begin VB.TextBox Text2 
         Height          =   615
         Left            =   1560
         TabIndex        =   5
         Text            =   "Text2"
         Top             =   6000
         Width           =   3735
      End
      Begin VB.Frame Frame4 
         Caption         =   "洗手间"
         Height          =   2175
         Left            =   240
         TabIndex        =   4
         Top             =   3600
         Width           =   2295
         Begin VB.Label Label15 
            Caption         =   "全套洗刷用品"
            Height          =   255
            Left            =   600
            TabIndex        =   19
            Top             =   1560
            Width           =   1215
         End
         Begin VB.Label Label14 
            Caption         =   "太阳能"
            Height          =   255
            Left            =   600
            TabIndex        =   18
            Top             =   1080
            Width           =   735
         End
         Begin VB.Label Label13 
            Caption         =   "浴缸"
            Height          =   255
            Left            =   600
            TabIndex        =   17
            Top             =   600
            Width           =   855
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "写字间"
         Height          =   2415
         Left            =   3720
         TabIndex        =   3
         Top             =   840
         Width           =   2295
         Begin VB.Label Label12 
            Caption         =   "单人床"
            Height          =   255
            Left            =   600
            TabIndex        =   16
            Top             =   1920
            Width           =   615
         End
         Begin VB.Label Label11 
            Caption         =   "电脑"
            Height          =   255
            Left            =   600
            TabIndex        =   15
            Top             =   840
            Width           =   495
         End
         Begin VB.Label Label10 
            Caption         =   "台灯"
            Height          =   255
            Left            =   600
            TabIndex        =   14
            Top             =   1200
            Width           =   495
         End
         Begin VB.Label Label9 
            Caption         =   "写字台"
            Height          =   255
            Left            =   600
            TabIndex        =   13
            Top             =   1560
            Width           =   615
         End
         Begin VB.Label Label8 
            Caption         =   "书橱"
            Height          =   255
            Left            =   600
            TabIndex        =   12
            Top             =   480
            Width           =   495
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "卧室"
         Height          =   2415
         Left            =   240
         TabIndex        =   2
         Top             =   840
         Width           =   2295
         Begin VB.Label Label7 
            Caption         =   "双人床"
            Height          =   255
            Left            =   840
            TabIndex        =   11
            Top             =   1920
            Width           =   615
         End
         Begin VB.Label Label6 
            Caption         =   "台灯"
            Height          =   255
            Left            =   840
            TabIndex        =   10
            Top             =   1560
            Width           =   495
         End
         Begin VB.Label Label5 
            Caption         =   "电话"
            Height          =   255
            Left            =   840
            TabIndex        =   9
            Top             =   1200
            Width           =   495
         End
         Begin VB.Label Label4 
            Caption         =   "空调"
            Height          =   255
            Left            =   840
            TabIndex        =   8
            Top             =   840
            Width           =   495
         End
         Begin VB.Label Label3 
            Caption         =   "电视"
            Height          =   255
            Left            =   840
            TabIndex        =   7
            Top             =   480
            Width           =   375
         End
      End
      Begin VB.Label Label2 
         Caption         =   "备注"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   615
         Left            =   840
         TabIndex        =   6
         Top             =   6000
         Width           =   375
      End
      Begin VB.Label Label1 
         Caption         =   "房间面积70平方米"
         Height          =   255
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   1695
      End
   End
End
Attribute VB_Name = "Form6"
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 + -