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

📄 changeroom.frm

📁 利用VB开发的作品!包括宾馆系统的开发,名片管理系统,查询系统及字库查询 希望大家喜欢
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form changeroom 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "客房调换"
   ClientHeight    =   6330
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9045
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6330
   ScaleWidth      =   9045
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command4 
      Caption         =   "查询"
      Height          =   495
      Left            =   7560
      TabIndex        =   34
      Top             =   5160
      Width           =   1215
   End
   Begin VB.CommandButton Command3 
      Caption         =   "返回"
      Height          =   495
      Left            =   6120
      TabIndex        =   33
      Top             =   5160
      Width           =   1215
   End
   Begin VB.CommandButton Command2 
      Caption         =   "清空"
      Height          =   495
      Left            =   4680
      TabIndex        =   32
      Top             =   5160
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确认"
      Height          =   495
      Left            =   3240
      TabIndex        =   31
      Top             =   5160
      Width           =   1215
   End
   Begin VB.Frame Frame3 
      Caption         =   "调换后客房信息"
      Height          =   4095
      Left            =   6000
      TabIndex        =   23
      Top             =   0
      Width           =   2775
      Begin VB.TextBox Text3 
         Height          =   495
         Index           =   0
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   38
         Top             =   1200
         Width           =   1335
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1200
         Sorted          =   -1  'True
         TabIndex        =   36
         Top             =   480
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Index           =   3
         Left            =   1200
         TabIndex        =   30
         Top             =   3360
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Index           =   2
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   29
         Top             =   2640
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Index           =   1
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   28
         Top             =   1920
         Width           =   1335
      End
      Begin VB.Label Label13 
         Caption         =   "折扣"
         Height          =   255
         Index           =   1
         Left            =   480
         TabIndex        =   40
         Top             =   3480
         Width           =   495
      End
      Begin VB.Label Label1 
         Caption         =   "客房编号"
         Height          =   375
         Index           =   5
         Left            =   240
         TabIndex        =   27
         Top             =   480
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "客房标准"
         Height          =   375
         Left            =   240
         TabIndex        =   26
         Top             =   1200
         Width           =   855
      End
      Begin VB.Label Label4 
         Caption         =   "客房单价"
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   1920
         Width           =   735
      End
      Begin VB.Label Label6 
         Caption         =   "床位数"
         Height          =   375
         Left            =   360
         TabIndex        =   24
         Top             =   2760
         Width           =   615
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "调换前客房信息"
      Height          =   4095
      Left            =   3000
      TabIndex        =   15
      Top             =   0
      Width           =   2775
      Begin VB.TextBox Text2 
         Height          =   495
         Index           =   0
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   37
         Top             =   1200
         Width           =   1215
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1200
         Sorted          =   -1  'True
         TabIndex        =   35
         Top             =   480
         Width           =   1215
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Index           =   3
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   22
         Top             =   3360
         Width           =   1215
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Index           =   2
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   21
         Top             =   2640
         Width           =   1215
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Index           =   1
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   20
         Top             =   1920
         Width           =   1215
      End
      Begin VB.Label Label13 
         Caption         =   "折扣"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   39
         Top             =   3480
         Width           =   495
      End
      Begin VB.Label Label1 
         Caption         =   "客房编号"
         Height          =   495
         Index           =   3
         Left            =   240
         TabIndex        =   19
         Top             =   600
         Width           =   855
      End
      Begin VB.Label Label1 
         Caption         =   "客房标准"
         Height          =   495
         Index           =   4
         Left            =   240
         TabIndex        =   18
         Top             =   1320
         Width           =   735
      End
      Begin VB.Label Label3 
         Caption         =   "客房单价"
         Height          =   495
         Left            =   240
         TabIndex        =   17
         Top             =   2040
         Width           =   855
      End
      Begin VB.Label Label5 
         Caption         =   "床位数"
         Height          =   255
         Left            =   360
         TabIndex        =   16
         Top             =   2760
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "顾客信息"
      Height          =   6255
      Left            =   240
      TabIndex        =   0
      Top             =   0
      Width           =   2655
      Begin VB.TextBox Text1 
         Height          =   1455
         Index           =   6
         Left            =   1080
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   14
         Top             =   4680
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Index           =   5
         Left            =   1080
         Locked          =   -1  'True
         TabIndex        =   12
         Top             =   3960
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Index           =   4
         Left            =   1080
         Locked          =   -1  'True
         TabIndex        =   10
         Top             =   3240
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Index           =   3
         Left            =   1080
         Locked          =   -1  'True

⌨️ 快捷键说明

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