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

📄 fmcheck.frm

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "msadodc.ocx"
Begin VB.Form FMCheck 
   Caption         =   "结帐单"
   ClientHeight    =   4815
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6795
   LinkTopic       =   "Form1"
   ScaleHeight     =   4815
   ScaleWidth      =   6795
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton ComOKRepair 
      Caption         =   "维修"
      Height          =   495
      Left            =   4680
      TabIndex        =   30
      Top             =   4200
      Width           =   855
   End
   Begin VB.CommandButton ComdOKEmpty 
      Caption         =   "空房"
      Height          =   495
      Left            =   2280
      TabIndex        =   29
      Top             =   4200
      Width           =   855
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   5160
      Top             =   3600
      Visible         =   0   'False
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   661
      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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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 VB.Frame Frame1 
      Height          =   3735
      Left            =   0
      TabIndex        =   2
      Top             =   360
      Width           =   6735
      Begin VB.ComboBox CombAgio 
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "0%"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   5
         EndProperty
         Height          =   300
         ItemData        =   "FMCheck.frx":0000
         Left            =   4920
         List            =   "FMCheck.frx":0013
         TabIndex        =   24
         Text            =   "100"
         Top             =   1560
         Width           =   855
      End
      Begin VB.TextBox TextEndTime 
         Height          =   300
         Left            =   4920
         TabIndex        =   22
         Top             =   2160
         Width           =   1575
      End
      Begin VB.TextBox TextORTime 
         Height          =   300
         Left            =   1680
         TabIndex        =   10
         Top             =   2160
         Width           =   1575
      End
      Begin VB.ComboBox CombRType 
         Height          =   300
         ItemData        =   "FMCheck.frx":002B
         Left            =   1680
         List            =   "FMCheck.frx":002D
         TabIndex        =   9
         Top             =   930
         Width           =   1575
      End
      Begin VB.TextBox TextCID 
         Height          =   300
         Left            =   1680
         TabIndex        =   8
         Top             =   360
         Width           =   1575
      End
      Begin VB.TextBox TextPrepay 
         Height          =   300
         Left            =   1680
         TabIndex        =   7
         Top             =   2640
         Width           =   1575
      End
      Begin VB.ComboBox CombPayMode 
         Height          =   300
         ItemData        =   "FMCheck.frx":002F
         Left            =   4920
         List            =   "FMCheck.frx":003C
         TabIndex        =   6
         Top             =   2670
         Width           =   1575
      End
      Begin VB.ComboBox CombRPrice 
         Height          =   300
         ItemData        =   "FMCheck.frx":0052
         Left            =   4920
         List            =   "FMCheck.frx":0054
         TabIndex        =   5
         Top             =   930
         Width           =   1575
      End
      Begin VB.TextBox TextClientName 
         Height          =   300
         Left            =   1680
         TabIndex        =   4
         Top             =   1560
         Width           =   1575
      End
      Begin VB.ComboBox CombRID 
         Height          =   300
         Left            =   4920
         TabIndex        =   3
         Top             =   360
         Width           =   1575
      End
      Begin VB.Label Label10 
         Caption         =   "%"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   5880
         TabIndex        =   28
         Top             =   1560
         Width           =   375
      End
      Begin VB.Label Label12 
         Caption         =   "折扣金额:"
         Height          =   375
         Left            =   3720
         TabIndex        =   23
         Top             =   1560
         Width           =   975
      End
      Begin VB.Label Label5 
         Caption         =   "结束时间:"
         Height          =   255
         Left            =   3720
         TabIndex        =   21
         Top             =   2160
         Width           =   975
      End
      Begin VB.Label LabelMoney 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1680
         TabIndex        =   20
         Top             =   3120
         Width           =   1695
      End
      Begin VB.Label Label11 
         Caption         =   "消费金额:"
         Height          =   375
         Left            =   480
         TabIndex        =   19
         Top             =   3120
         Width           =   1095
      End
      Begin VB.Label Label6 
         Caption         =   "房间类型:"
         Height          =   255
         Left            =   480
         TabIndex        =   18
         Top             =   1005
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "开房时间:"
         Height          =   255
         Left            =   480
         TabIndex        =   17
         Top             =   2160
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "结帐单编号:"
         Height          =   495
         Left            =   480
         TabIndex        =   16
         Top             =   360
         Width           =   1095
      End
      Begin VB.Label Label8 
         Caption         =   "预付金额:"
         Height          =   375
         Left            =   480
         TabIndex        =   15
         Top             =   2640
         Width           =   975
      End
      Begin VB.Label Label13 
         Caption         =   "付款方式:"
         Height          =   375
         Left            =   3720
         TabIndex        =   14
         Top             =   2670
         Width           =   975
      End
      Begin VB.Label Label7 
         Caption         =   "客户名称:"
         Height          =   375
         Left            =   480
         TabIndex        =   13
         Top             =   1560
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "房间价格:"
         Height          =   495
         Left            =   3720
         TabIndex        =   12
         Top             =   930
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "房间编号:"
         Height          =   495
         Left            =   3720
         TabIndex        =   11
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.CommandButton ComdOK 
      Caption         =   "打扫"
      Height          =   495
      Left            =   3480
      TabIndex        =   1
      Top             =   4200
      Width           =   855
   End
   Begin VB.CommandButton ComdCancel 
      Caption         =   "取消"
      Height          =   495
      Left            =   5760
      TabIndex        =   0
      Top             =   4200
      Width           =   855
   End
   Begin VB.Label LabelMemID 
      Height          =   255
      Left            =   1800
      TabIndex        =   27
      Top             =   120
      Width           =   1095
   End
   Begin VB.Label Label9 
      Caption         =   "会员编号:"
      Height          =   255
      Left            =   360
      TabIndex        =   26
      Top             =   120
      Width           =   1095
   End
   Begin VB.Label LabelDate 
      Height          =   255
      Left            =   5520
      TabIndex        =   25
      Top             =   120
      Width           =   1215
   End
End
Attribute VB_Name = "FMCheck"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub CombAgio_KeyPress(KeyAscii As Integer)
  KeyAscii = 0
End Sub

Private Sub CombPayMode_KeyPress(KeyAscii As Integer)
  KeyAscii = 0
End Sub

Private Sub CombRID_KeyPress(KeyAscii As Integer)
  KeyAscii = 0
End Sub

Private Sub CombRPrice_KeyPress(KeyAscii As Integer)
  KeyAscii = 0
End Sub

⌨️ 快捷键说明

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