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

📄 frmjsxxcx.frm

📁 宾馆管理系统 宾馆管理系统 宾馆管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmJsxxcx 
   Caption         =   "结算信息查询"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "取  消"
      Height          =   375
      Left            =   2760
      TabIndex        =   13
      Top             =   2520
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确  定"
      Height          =   375
      Left            =   1080
      TabIndex        =   12
      Top             =   2520
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Height          =   735
      Left            =   1680
      TabIndex        =   5
      Top             =   1320
      Width           =   2775
      Begin VB.ComboBox Combo1 
         Height          =   300
         ItemData        =   "frmJsxxcx.frx":0000
         Left            =   0
         List            =   "frmJsxxcx.frx":0025
         TabIndex        =   8
         Text            =   "2004"
         Top             =   240
         Width           =   735
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         ItemData        =   "frmJsxxcx.frx":006B
         Left            =   960
         List            =   "frmJsxxcx.frx":0093
         TabIndex        =   7
         Text            =   "11"
         Top             =   240
         Width           =   615
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         ItemData        =   "frmJsxxcx.frx":00BE
         Left            =   1920
         List            =   "frmJsxxcx.frx":011F
         TabIndex        =   6
         Text            =   "11"
         Top             =   240
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "年"
         Height          =   375
         Left            =   720
         TabIndex        =   11
         Top             =   240
         Width           =   255
      End
      Begin VB.Label Label2 
         Caption         =   "月"
         Height          =   255
         Left            =   1680
         TabIndex        =   10
         Top             =   240
         Width           =   255
      End
      Begin VB.Label Label3 
         Caption         =   "日"
         Height          =   255
         Left            =   2520
         TabIndex        =   9
         Top             =   240
         Width           =   255
      End
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   1680
      TabIndex        =   4
      Top             =   840
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1680
      TabIndex        =   3
      Top             =   360
      Width           =   2295
   End
   Begin VB.CheckBox Check3 
      Caption         =   " 房间编号:"
      Height          =   375
      Left            =   360
      TabIndex        =   2
      Top             =   840
      Width           =   1335
   End
   Begin VB.CheckBox Check2 
      Caption         =   " 入住时间:"
      Height          =   375
      Left            =   360
      TabIndex        =   1
      Top             =   1440
      Width           =   1335
   End
   Begin VB.CheckBox Check1 
      Caption         =   " 顾客姓名:"
      Height          =   375
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Value           =   1  'Checked
      Width           =   1335
   End
End
Attribute VB_Name = "frmJsxxcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me

End Sub

⌨️ 快捷键说明

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