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

📄 frmcheckout.frm

📁 hotel mnagement system
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{9EDDC69F-10E8-4DE7-9648-EC8A45F005C0}#1.0#0"; "b8Controls4.ocx"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "msdatlst.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmCheckOut 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Check Out"
   ClientHeight    =   6615
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8130
   ControlBox      =   0   'False
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6615
   ScaleWidth      =   8130
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox bgMain 
      Appearance      =   0  'Flat
      BackColor       =   &H00F5F5F5&
      BorderStyle     =   0  'None
      ForeColor       =   &H00E3F9FB&
      Height          =   6075
      Left            =   0
      ScaleHeight     =   405
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   541
      TabIndex        =   21
      Top             =   540
      Width           =   8115
      Begin VB.TextBox txtGuestName 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   1620
         TabIndex        =   1
         Top             =   630
         Width           =   3015
      End
      Begin VB.TextBox txtTotal 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   13
         Text            =   "0.00"
         Top             =   3930
         Width           =   1815
      End
      Begin VB.TextBox txtSubTotal 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   11
         Text            =   "0.00"
         Top             =   3090
         Width           =   1815
      End
      Begin VB.TextBox txtOtherCharges 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   10
         Text            =   "0.00"
         Top             =   2670
         Width           =   1815
      End
      Begin VB.TextBox txtRoomNumber 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1620
         TabIndex        =   0
         Top             =   210
         Width           =   825
      End
      Begin VB.TextBox txtRate 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5070
         TabIndex        =   8
         Text            =   "0.00"
         Top             =   1830
         Width           =   1815
      End
      Begin VB.TextBox txtDiscount 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   12
         Text            =   "0.00"
         Top             =   3510
         Width           =   1575
      End
      Begin VB.TextBox txtDays 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1620
         TabIndex        =   4
         Text            =   "1"
         Top             =   2250
         Width           =   465
      End
      Begin VB.TextBox txtAdults 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1620
         TabIndex        =   5
         Text            =   "1"
         Top             =   2670
         Width           =   465
      End
      Begin VB.TextBox txtChildrens 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1620
         TabIndex        =   6
         Text            =   "0"
         Top             =   3090
         Width           =   465
      End
      Begin VB.TextBox txtTotalCharges 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   9
         Text            =   "0.00"
         Top             =   2250
         Width           =   1815
      End
      Begin VB.TextBox txtAmountPaid 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   14
         Text            =   "0.00"
         Top             =   4350
         Width           =   1815
      End
      Begin VB.TextBox txtBalance 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5040
         TabIndex        =   15
         Text            =   "0.00"
         Top             =   4770
         Width           =   1815
      End
      Begin VB.TextBox txtDateIn 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1620
         TabIndex        =   2
         Top             =   1410
         Width           =   1245
      End
      Begin VB.CommandButton cmdCheckOut 
         Appearance      =   0  'Flat
         Caption         =   "Check Out"
         Height          =   315
         Left            =   4860
         TabIndex        =   16
         Top             =   5520
         Width           =   1335
      End
      Begin VB.CommandButton cmdCancel 
         Appearance      =   0  'Flat
         Caption         =   "Cancel"
         Height          =   315
         Left            =   6150
         TabIndex        =   17
         Top             =   5520
         Width           =   1335
      End
      Begin b8Controls4.b8Line b8Line2 
         Height          =   30
         Left            =   0
         TabIndex        =   22
         Top             =   0
         Width           =   11595
         _ExtentX        =   20452
         _ExtentY        =   53
         BorderColor1    =   15592425
         BorderColor2    =   16777215
      End
      Begin b8Controls4.b8Line b8Line5 
         Height          =   30
         Left            =   240
         TabIndex        =   23
         Top             =   5280
         Width           =   7425
         _ExtentX        =   13097
         _ExtentY        =   53
         BorderColor1    =   15592425
         BorderColor2    =   16777215
      End
      Begin MSComCtl2.DTPicker dtpDateOut 
         Height          =   345
         Left            =   5040
         TabIndex        =   7
         Top             =   1380
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   609
         _Version        =   393216
         Format          =   77266945
         CurrentDate     =   39536
      End
      Begin MSDataListLib.DataCombo dcRateType 
         Height          =   315
         Left            =   1620
         TabIndex        =   3
         Top             =   1860
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   556
         _Version        =   393216
         Appearance      =   0
         Style           =   2
         Text            =   ""
      End
      Begin VB.Label Label25 
         BackStyle       =   0  'Transparent
         Caption         =   "%"
         Height          =   315
         Left            =   6630
         TabIndex        =   41
         Top             =   3540
         Width           =   165
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Guest Name"
         Height          =   195
         Left            =   690
         TabIndex        =   40
         Top             =   660
         Width           =   885
      End
      Begin VB.Label Label9 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Total"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   3600
         TabIndex        =   39
         Top             =   3960
         Width           =   1395
      End
      Begin VB.Label Label24 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Balance"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   3600
         TabIndex        =   38
         Top             =   4800
         Width           =   1395
      End
      Begin VB.Label lblAmountPaid 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Amount Paid"
         ForeColor       =   &H00FF0000&
         Height          =   300
         Left            =   3600
         TabIndex        =   37
         Top             =   4410
         Width           =   1395
      End
      Begin VB.Label Label8 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Sub Total"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   3600
         TabIndex        =   36
         Top             =   3120
         Width           =   1395
      End
      Begin VB.Label lblOtherCharges 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Other Charges"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   300
         Left            =   3600
         TabIndex        =   35
         Top             =   2700
         Width           =   1395
      End
      Begin VB.Line Line1 
         BorderStyle     =   3  'Dot
         X1              =   248
         X2              =   248
         Y1              =   90
         Y2              =   340
      End
      Begin VB.Label Label12 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Room Number"
         Height          =   300
         Left            =   180
         TabIndex        =   34
         Top             =   240
         Width           =   1395
      End
      Begin VB.Label Label13 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Date In"
         Height          =   300
         Left            =   180
         TabIndex        =   33
         Top             =   1440
         Width           =   1395
      End
      Begin VB.Label Label14 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Date Out"
         Height          =   300
         Left            =   3600
         TabIndex        =   32
         Top             =   1410
         Width           =   1395
      End
      Begin VB.Label Label15 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Rate Type"
         Height          =   300
         Left            =   180
         TabIndex        =   31
         Top             =   1860
         Width           =   1395
      End
      Begin VB.Label lblRatePerPeriod 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Rate/Period"
         ForeColor       =   &H00FF0000&
         Height          =   300
         Left            =   3600
         TabIndex        =   30
         Top             =   1860
         Width           =   1395
      End
      Begin VB.Label Label17 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Discount"
         Height          =   300
         Left            =   3600
         TabIndex        =   29
         Top             =   3540
         Width           =   1395
      End
      Begin VB.Label Label18 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "No. of Days"
         Height          =   300
         Left            =   180
         TabIndex        =   28
         Top             =   2280
         Width           =   1395
      End
      Begin VB.Label Label19 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "No. of Adults"
         Height          =   300
         Left            =   180
         TabIndex        =   27
         Top             =   2700
         Width           =   1395
      End
      Begin VB.Label Label20 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "No. of Childrens"
         Height          =   300
         Left            =   180
         TabIndex        =   26
         Top             =   3120
         Width           =   1395
      End
      Begin VB.Label Label22 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "Total Charges"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0

⌨️ 快捷键说明

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