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

📄 frmcheckin.frm

📁 hotel mnagement system
💻 FRM
📖 第 1 页 / 共 5 页
字号:
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 = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmCheckIn 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Check In"
   ClientHeight    =   8310
   ClientLeft      =   45
   ClientTop       =   345
   ClientWidth     =   11265
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8310
   ScaleWidth      =   11265
   StartUpPosition =   2  'CenterScreen
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   69
      Top             =   7935
      Width           =   11265
      _ExtentX        =   19870
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   4
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   4921
            Text            =   "Reserved By:"
            TextSave        =   "Reserved By:"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   4921
            Text            =   "Check In By:"
            TextSave        =   "Check In By:"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   4921
            Text            =   "Check Out By:"
            TextSave        =   "Check Out By:"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   4921
            Text            =   "Business Source:"
            TextSave        =   "Business Source:"
         EndProperty
      EndProperty
   End
   Begin VB.PictureBox bgHeader 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   555
      Left            =   0
      ScaleHeight     =   37
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   687
      TabIndex        =   35
      Top             =   0
      Width           =   10305
      Begin VB.Label Label27 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Fill all fields or fields with '*' then click 'Save' button to update."
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   6.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00926747&
         Height          =   180
         Left            =   600
         TabIndex        =   37
         Top             =   360
         Width           =   3900
      End
      Begin VB.Label Label26 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Check In"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   14.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00926747&
         Height          =   345
         Left            =   600
         TabIndex        =   36
         Top             =   30
         Width           =   1260
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   30
         Picture         =   "frmCheckIn.frx":0000
         Top             =   30
         Width           =   480
      End
   End
   Begin VB.PictureBox bgMain 
      Appearance      =   0  'Flat
      BackColor       =   &H00F5F5F5&
      BorderStyle     =   0  'None
      ForeColor       =   &H00E3F9FB&
      Height          =   7395
      Left            =   -30
      ScaleHeight     =   493
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   775
      TabIndex        =   38
      Top             =   540
      Width           =   11625
      Begin VB.TextBox txtRCardNo 
         Height          =   345
         Left            =   1680
         TabIndex        =   1
         Top             =   1050
         Width           =   1815
      End
      Begin VB.CommandButton CmdPrint 
         Caption         =   "&Print"
         Height          =   315
         Left            =   6810
         TabIndex        =   80
         Top             =   6630
         Visible         =   0   'False
         Width           =   1335
      End
      Begin VB.CommandButton cmdLookupComp 
         Caption         =   ">>"
         Height          =   315
         Left            =   3540
         TabIndex        =   8
         TabStop         =   0   'False
         Top             =   3270
         Width           =   375
      End
      Begin VB.CommandButton cmdLookupCust 
         Caption         =   ">>"
         Height          =   315
         Left            =   3540
         TabIndex        =   3
         TabStop         =   0   'False
         Top             =   1500
         Width           =   375
      End
      Begin VB.TextBox txtNotes 
         Height          =   1485
         Left            =   4530
         TabIndex        =   29
         Top             =   4500
         Width           =   3045
      End
      Begin VB.TextBox txtPlateNo 
         Height          =   345
         Left            =   1650
         TabIndex        =   13
         Top             =   6210
         Width           =   1815
      End
      Begin VB.TextBox txtVehicleModel 
         Height          =   345
         Left            =   1650
         TabIndex        =   12
         Top             =   5790
         Width           =   1815
      End
      Begin VB.TextBox txtTotal 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         Locked          =   -1  'True
         TabIndex        =   26
         Text            =   "0.00"
         Top             =   3600
         Width           =   1815
      End
      Begin VB.TextBox txtSubTotal 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         Locked          =   -1  'True
         TabIndex        =   24
         Text            =   "0.00"
         Top             =   2760
         Width           =   1815
      End
      Begin VB.TextBox txtOtherCharges 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         Locked          =   -1  'True
         TabIndex        =   23
         Text            =   "0.00"
         Top             =   2340
         Width           =   1815
      End
      Begin VB.CommandButton cmdUpdateDelete 
         Caption         =   "Update"
         Enabled         =   0   'False
         Height          =   315
         Left            =   8160
         TabIndex        =   32
         Top             =   7020
         Width           =   1335
      End
      Begin VB.CommandButton cmdChangeRoom 
         Caption         =   "Change Room"
         Enabled         =   0   'False
         Height          =   315
         Left            =   8160
         TabIndex        =   30
         Top             =   6630
         Width           =   1335
      End
      Begin VB.TextBox txtFolioNumber 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1680
         TabIndex        =   0
         Top             =   600
         Width           =   1815
      End
      Begin VB.TextBox txtLastName 
         Height          =   345
         Left            =   1680
         TabIndex        =   2
         Top             =   1500
         Width           =   1815
      End
      Begin VB.TextBox txtFirstName 
         Height          =   345
         Left            =   1680
         TabIndex        =   4
         Top             =   1950
         Width           =   1815
      End
      Begin VB.TextBox txtAddress 
         Height          =   345
         Left            =   1680
         TabIndex        =   5
         Top             =   2400
         Width           =   1815
      End
      Begin VB.TextBox txtCompany 
         Height          =   345
         Left            =   1680
         TabIndex        =   7
         Top             =   3270
         Width           =   1815
      End
      Begin VB.TextBox txtIDNumber 
         Height          =   345
         Left            =   1680
         TabIndex        =   10
         Top             =   4650
         Width           =   1815
      End
      Begin VB.TextBox txtRoomNumber 
         Alignment       =   1  'Right Justify
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   5760
         Locked          =   -1  'True
         TabIndex        =   45
         Top             =   630
         Width           =   825
      End
      Begin VB.TextBox txtRate 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         TabIndex        =   21
         Text            =   "0.00"
         Top             =   1500
         Width           =   1815
      End
      Begin VB.TextBox txtDiscount 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         TabIndex        =   25
         Text            =   "0.00"
         Top             =   3180
         Width           =   1575
      End
      Begin VB.TextBox txtDays 
         Alignment       =   2  'Center
         Height          =   345
         Left            =   5760
         Locked          =   -1  'True
         TabIndex        =   16
         Text            =   "1"
         Top             =   1920
         Width           =   465
      End
      Begin VB.TextBox txtAdults 
         Alignment       =   2  'Center
         Height          =   345
         Left            =   5760
         Locked          =   -1  'True
         TabIndex        =   17
         Text            =   "1"
         Top             =   2340
         Width           =   465
      End
      Begin VB.TextBox txtChildrens 
         Alignment       =   2  'Center
         Height          =   345
         Left            =   5760
         Locked          =   -1  'True
         TabIndex        =   18
         Text            =   "0"
         Top             =   2760
         Width           =   465
      End
      Begin VB.CommandButton cmdCheckInOut 
         Caption         =   "Check In"
         Height          =   315
         Left            =   9510
         TabIndex        =   31
         Top             =   6630
         Width           =   1335
      End
      Begin VB.CommandButton cmdCancel 
         Caption         =   "Cancel"
         Height          =   315
         Left            =   9510
         TabIndex        =   33
         Top             =   7020
         Width           =   1335
      End
      Begin VB.CommandButton cmdUsrHistory 
         Caption         =   "Modification History"
         Height          =   315
         Left            =   420
         TabIndex        =   34
         Top             =   6660
         Width           =   1680
      End
      Begin VB.TextBox txtTotalCharges 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         Locked          =   -1  'True
         TabIndex        =   22
         Text            =   "0.00"
         Top             =   1920
         Width           =   1815
      End
      Begin VB.TextBox txtAmountPaid 
         Alignment       =   1  'Right Justify
         Height          =   345
         Left            =   9090
         Locked          =   -1  'True
         TabIndex        =   27

⌨️ 快捷键说明

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