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

📄 还书查询.frm

📁 课程设计
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form11 
   Caption         =   "还书查询"
   ClientHeight    =   8100
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11295
   LinkTopic       =   "Form11"
   ScaleHeight     =   8100
   ScaleWidth      =   11295
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      Height          =   1050
      Left            =   0
      TabIndex        =   4
      Top             =   120
      Width           =   11295
      Begin MSComctlLib.Toolbar Toolbar2 
         Height          =   900
         Left            =   2160
         TabIndex        =   6
         Top             =   120
         Width           =   975
         _ExtentX        =   1720
         _ExtentY        =   1588
         ButtonWidth     =   1244
         ButtonHeight    =   1588
         Style           =   1
         ImageList       =   "ImageList2"
         _Version        =   393216
         BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
            NumButtons      =   1
            BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Caption         =   "离  开"
               ImageKey        =   "e"
            EndProperty
         EndProperty
      End
      Begin MSComctlLib.Toolbar Toolbar1 
         Height          =   900
         Left            =   720
         TabIndex        =   5
         Top             =   120
         Width           =   1095
         _ExtentX        =   1931
         _ExtentY        =   1588
         ButtonWidth     =   1244
         ButtonHeight    =   1588
         Style           =   1
         ImageList       =   "ImageList2"
         _Version        =   393216
         BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
            NumButtons      =   1
            BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Caption         =   "查  询"
               ImageKey        =   "h"
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "请输入还书的日期范围"
      Height          =   1215
      Left            =   360
      TabIndex        =   0
      Top             =   1320
      Width           =   10815
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   5520
         TabIndex        =   2
         Top             =   600
         Width           =   2655
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   720
         TabIndex        =   1
         Top             =   600
         Width           =   2295
      End
      Begin VB.Label Label1 
         Caption         =   "<--------->"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   3480
         TabIndex        =   3
         Top             =   600
         Width           =   1575
      End
   End
   Begin MSComctlLib.ImageList ImageList2 
      Left            =   9960
      Top             =   3120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   40
      ImageHeight     =   40
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   8
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":0000
            Key             =   "a"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":01EF
            Key             =   "h"
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":03F1
            Key             =   "f"
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":084F
            Key             =   "g"
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":0C7E
            Key             =   "b"
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":10F9
            Key             =   "c"
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":1309
            Key             =   "d"
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "还书查询.frx":1491
            Key             =   "e"
         EndProperty
      EndProperty
   End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub DHTMLEdit1_DocumentComplete()

End Sub

Private Sub Toolbar2_ButtonClick(ByVal Button As MSComctlLib.Button)
Unload Me
End Sub

⌨️ 快捷键说明

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