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

📄 frmcustpayoff.frm

📁 酒店课房管理系统。完成酒店的客房入住
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmCustPayOff 
   Caption         =   "顾客退房结帐"
   ClientHeight    =   6480
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6690
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6480
   ScaleWidth      =   6690
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame5 
      Height          =   855
      Left            =   600
      TabIndex        =   33
      Top             =   4920
      Width           =   5655
      Begin VB.CommandButton cmdCancel 
         Caption         =   "取消"
         Height          =   400
         Left            =   3720
         TabIndex        =   35
         Top             =   240
         Width           =   1455
      End
      Begin VB.CommandButton cmdOk 
         Caption         =   "退房"
         Height          =   400
         Left            =   480
         TabIndex        =   34
         Top             =   240
         Width           =   1455
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "价格信息"
      Height          =   4575
      Left            =   3840
      TabIndex        =   20
      Top             =   360
      Width           =   2415
      Begin VB.Label Label20 
         AutoSize        =   -1  'True
         Caption         =   "2.5元/份"
         ForeColor       =   &H00FF00FF&
         Height          =   195
         Left            =   1320
         TabIndex        =   32
         Top             =   3960
         Width           =   660
      End
      Begin VB.Label Label19 
         AutoSize        =   -1  'True
         Caption         =   "2.0元/份"
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   1320
         TabIndex        =   31
         Top             =   3300
         Width           =   660
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         Caption         =   "1.6元/份"
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   1320
         TabIndex        =   30
         Top             =   2640
         Width           =   660
      End
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         Caption         =   "1.2元/份"
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   1320
         TabIndex        =   29
         Top             =   1980
         Width           =   660
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Caption         =   "1.0元/份"
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   1320
         TabIndex        =   28
         Top             =   1320
         Width           =   660
      End
      Begin VB.Label labE 
         AutoSize        =   -1  'True
         Caption         =   "E类早餐价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   27
         Top             =   3960
         Width           =   1050
      End
      Begin VB.Label labD 
         AutoSize        =   -1  'True
         Caption         =   "D类早餐价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   26
         Top             =   3300
         Width           =   1065
      End
      Begin VB.Label labC 
         AutoSize        =   -1  'True
         Caption         =   "C类早餐价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   25
         Top             =   2640
         Width           =   1050
      End
      Begin VB.Label labB 
         AutoSize        =   -1  'True
         Caption         =   "B类早餐价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   24
         Top             =   1980
         Width           =   1050
      End
      Begin VB.Label labA 
         AutoSize        =   -1  'True
         Caption         =   "A类早餐价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   23
         Top             =   1320
         Width           =   1050
      End
      Begin VB.Label labChargeRoom 
         AutoSize        =   -1  'True
         ForeColor       =   &H00FF00FF&
         Height          =   195
         Left            =   1680
         TabIndex        =   22
         Top             =   480
         Width           =   45
      End
      Begin VB.Label labRoomNo 
         AutoSize        =   -1  'True
         Caption         =   "房间每晚价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   21
         Top             =   480
         Visible         =   0   'False
         Width           =   1125
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "顾客应付费用"
      Height          =   1815
      Left            =   600
      TabIndex        =   3
      Top             =   3120
      Width           =   3135
      Begin VB.TextBox txtRealCharge 
         Appearance      =   0  'Flat
         ForeColor       =   &H000000FF&
         Height          =   285
         Left            =   1200
         TabIndex        =   15
         Top             =   1395
         Width           =   1455
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "元"
         Height          =   195
         Left            =   2760
         TabIndex        =   36
         Top             =   1440
         Width           =   180
      End
      Begin VB.Label labRoomCharge 
         AutoSize        =   -1  'True
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   960
         TabIndex        =   19
         Top             =   720
         Width           =   45
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "住房费用:"
         Height          =   195
         Left            =   120
         TabIndex        =   18
         Top             =   720
         Width           =   765
      End
      Begin VB.Label labTotalCharge 
         AutoSize        =   -1  'True
         ForeColor       =   &H000000FF&
         Height          =   195
         Left            =   1200
         TabIndex        =   14
         Top             =   1080
         Width           =   45
      End
      Begin VB.Label labBfCharge 
         AutoSize        =   -1  'True
         ForeColor       =   &H00C000C0&
         Height          =   195
         Left            =   960
         TabIndex        =   13
         Top             =   360
         Width           =   45
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "实付总金额:"
         Height          =   195
         Left            =   120
         TabIndex        =   12
         Top             =   1440
         Width           =   945
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "应付总金额:"
         ForeColor       =   &H00000000&
         Height          =   195
         Left            =   120
         TabIndex        =   11
         Top             =   1080
         Width           =   945
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "早餐费用:"
         Height          =   195
         Left            =   120
         TabIndex        =   10

⌨️ 快捷键说明

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