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

📄 frm添加订房信息.frm

📁 可以完成宾馆的日常管理功能,例如订房,登记,入住,结帐,和打印报表等
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frm添加订房信息 
   BackColor       =   &H0000FF00&
   Caption         =   "添加订房信息"
   ClientHeight    =   8040
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   8370
   Icon            =   "frm添加订房信息.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   ScaleHeight     =   8040
   ScaleWidth      =   8370
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   7080
      Top             =   3840
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   5640
      Top             =   240
      Visible         =   0   'False
      Width           =   1815
      _ExtentX        =   3201
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=wmtao"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "wmtao"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from 客房信息表 where 客房标准 = '"" & Combo1.Text & ""'"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "frm添加订房信息.frx":0442
      Height          =   2175
      Left            =   240
      TabIndex        =   4
      ToolTipText     =   "请单击选项以选择房间"
      Top             =   960
      Width           =   7215
      _ExtentX        =   12726
      _ExtentY        =   3836
      _Version        =   393216
      AllowUpdate     =   0   'False
      BackColor       =   65280
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Caption         =   "房间信息"
      ColumnCount     =   7
      BeginProperty Column00 
         DataField       =   "客房编号"
         Caption         =   "客房编号"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   "客房标准"
         Caption         =   "客房标准"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column02 
         DataField       =   "客房位置"
         Caption         =   "客房位置"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column03 
         DataField       =   "床位数量"
         Caption         =   "床位数量"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column04 
         DataField       =   "客房单价"
         Caption         =   "客房单价"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column05 
         DataField       =   "预定应付押金"
         Caption         =   "预定应付押金"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column06 
         DataField       =   "备注"
         Caption         =   "备注"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
            ColumnWidth     =   840.189
         EndProperty
         BeginProperty Column01 
            ColumnWidth     =   794.835
         EndProperty
         BeginProperty Column02 
            ColumnWidth     =   824.882
         EndProperty
         BeginProperty Column03 
            ColumnWidth     =   884.976
         EndProperty
         BeginProperty Column04 
            ColumnWidth     =   884.976
         EndProperty
         BeginProperty Column05 
            ColumnWidth     =   1124.787
         EndProperty
         BeginProperty Column06 
         EndProperty
      EndProperty
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000013&
      Height          =   8055
      Left            =   0
      ScaleHeight     =   7995
      ScaleWidth      =   8355
      TabIndex        =   0
      Top             =   0
      Width           =   8415
      Begin VB.CommandButton Command2 
         Height          =   495
         Left            =   7680
         Picture         =   "frm添加订房信息.frx":0457
         Style           =   1  'Graphical
         TabIndex        =   34
         ToolTipText     =   "关闭窗口"
         Top             =   5880
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H0000FF00&
         Caption         =   "预定(&P)"
         Default         =   -1  'True
         Height          =   615
         Left            =   7680
         Picture         =   "frm添加订房信息.frx":1099
         TabIndex        =   31
         Top             =   4560
         Width           =   615
      End
      Begin VB.Frame Frame2 
         BackColor       =   &H80000013&
         Caption         =   "订房信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   4575
         Left            =   120
         TabIndex        =   5
         Top             =   3360
         Width           =   7455
         Begin VB.Frame Frame3 
            BackColor       =   &H80000013&
            Caption         =   "提示"
            Height          =   2775
            Left            =   2760
            TabIndex        =   32
            Top             =   240
            Width           =   735
            Begin VB.Label Label15 
               BackColor       =   &H80000013&
               Caption         =   "单击房间状态表中的行选择准备入住的房间"
               BeginProperty Font 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   700
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               ForeColor       =   &H000000FF&
               Height          =   2055
               Left            =   120
               TabIndex        =   33
               Top             =   480
               Width           =   495
               WordWrap        =   -1  'True
            End
         End
         Begin VB.TextBox Text 
            Height          =   1215
            Index           =   10
            Left            =   4560
            MultiLine       =   -1  'True
            TabIndex        =   30
            Top             =   3240
            Width           =   2655
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   9
            Left            =   5160
            TabIndex        =   28
            Top             =   2640
            Width           =   1335
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   8
            Left            =   5160
            TabIndex        =   27
            Top             =   2160
            Width           =   1575
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   7
            Left            =   5160
            TabIndex        =   26
            Text            =   " "
            Top             =   1680
            Width           =   2175
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   6
            Left            =   5160
            TabIndex        =   25
            Top             =   1200
            Width           =   2175
         End
         Begin VB.ComboBox Combo2 
            Height          =   300
            ItemData        =   "frm添加订房信息.frx":1CDB
            Left            =   5160
            List            =   "frm添加订房信息.frx":1CF7
            Style           =   2  'Dropdown List
            TabIndex        =   24
            Top             =   720
            Width           =   1695
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   5
            Left            =   5160
            TabIndex        =   23
            Top             =   240
            Width           =   1575
         End
         Begin VB.TextBox Text 
            Height          =   1215
            Index           =   4
            Left            =   1320
            Locked          =   -1  'True
            MultiLine       =   -1  'True
            TabIndex        =   22
            Top             =   3240
            Width           =   2415
         End
         Begin VB.TextBox Text 
            Height          =   270
            Index           =   3
            Left            =   1320
            Locked          =   -1  'True

⌨️ 快捷键说明

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