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

📄 danrenjian.frm

📁 VB客房管理系统全套(带源码)顾客可以用电话或上网注册的方式预定。其方式不同
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "单人间"
   ClientHeight    =   5430
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5715
   LinkTopic       =   "Form2"
   ScaleHeight     =   5430
   ScaleWidth      =   5715
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "客房标准"
      Height          =   5415
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5655
      Begin VB.CommandButton Command2 
         Caption         =   "返回"
         Height          =   495
         Left            =   3480
         TabIndex        =   9
         Top             =   4200
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "打印"
         Height          =   495
         Left            =   3480
         TabIndex        =   8
         Top             =   3480
         Width           =   1215
      End
      Begin VB.Frame Frame2 
         Caption         =   "客房标准"
         Height          =   2055
         Left            =   240
         TabIndex        =   1
         Top             =   960
         Width           =   2175
         Begin VB.Label Label6 
            Caption         =   "单人床"
            Height          =   375
            Left            =   600
            TabIndex        =   7
            Top             =   1680
            Width           =   615
         End
         Begin VB.Label Label5 
            Caption         =   "台灯"
            Height          =   255
            Left            =   600
            TabIndex        =   6
            Top             =   1320
            Width           =   375
         End
         Begin VB.Label Label4 
            Caption         =   "小桌"
            Height          =   255
            Left            =   600
            TabIndex        =   5
            Top             =   960
            Width           =   495
         End
         Begin VB.Label Label3 
            Caption         =   "橱子"
            Height          =   255
            Left            =   600
            TabIndex        =   4
            Top             =   600
            Width           =   375
         End
         Begin VB.Label Label2 
            Caption         =   "电视"
            Height          =   255
            Left            =   600
            TabIndex        =   3
            Top             =   240
            Width           =   495
         End
      End
      Begin VB.Label Label1 
         Caption         =   "房间面积15平方米"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   360
         TabIndex        =   2
         Top             =   360
         Width           =   1935
      End
   End
End
Attribute VB_Name = "Form2"
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 + -