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

📄 report.frm

📁 School Library system to manage students borrowing and returning books
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form frmReport 
   AutoRedraw      =   -1  'True
   BorderStyle     =   1  'Fixed Single
   Caption         =   "REPORTS."
   ClientHeight    =   8115
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9135
   ClipControls    =   0   'False
   Icon            =   "report.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   8115
   ScaleWidth      =   9135
   Begin VB.Frame fraBookReport 
      Caption         =   "Books Report"
      ForeColor       =   &H80000007&
      Height          =   7095
      Left            =   240
      TabIndex        =   0
      Top             =   840
      Width           =   8535
      Begin VB.OptionButton optborrowed 
         Caption         =   "Borrowed"
         Height          =   615
         Left            =   480
         TabIndex        =   12
         Top             =   240
         Width           =   1575
      End
      Begin VB.OptionButton optnot 
         Caption         =   "Not Borrowed"
         Height          =   615
         Left            =   2280
         TabIndex        =   11
         Top             =   240
         Width           =   1455
      End
      Begin VB.OptionButton optlost 
         Caption         =   "Lost"
         Height          =   615
         Left            =   4200
         TabIndex        =   10
         Top             =   240
         Visible         =   0   'False
         Width           =   1335
      End
      Begin VB.Frame fraborrowed 
         Caption         =   "Borrowed"
         Height          =   5415
         Index           =   2
         Left            =   360
         TabIndex        =   1
         Top             =   1080
         Width           =   7575
         Begin VB.OptionButton optyear 
            Caption         =   "This Year"
            Height          =   495
            Left            =   3000
            TabIndex        =   4
            Top             =   360
            Visible         =   0   'False
            Width           =   1095
         End
         Begin VB.OptionButton optmonth 
            Caption         =   "This Month"
            Height          =   495
            Index           =   0
            Left            =   1800
            TabIndex        =   3
            Top             =   360
            Visible         =   0   'False
            Width           =   975
         End
         Begin VB.OptionButton opttoday 
            Caption         =   "Today"
            Height          =   495
            Left            =   480
            TabIndex        =   2
            Top             =   360
            Width           =   1095
         End
         Begin VB.Frame frmbreport 
            Caption         =   "Today "
            Height          =   3975
            Index           =   0
            Left            =   120
            TabIndex        =   5
            Top             =   960
            Width           =   7335
            Begin VB.Data datbt 
               Caption         =   "data borrowed today"
               Connect         =   "Access"
               DatabaseName    =   "C:\LIBRARY\Library.mdb"
               DefaultCursorType=   0  'DefaultCursor
               DefaultType     =   2  'UseODBC
               Exclusive       =   0   'False
               Height          =   345
               Left            =   3960
               Options         =   0
               ReadOnly        =   0   'False
               RecordsetType   =   1  'Dynaset
               RecordSource    =   "TodayBorrowedBooksQuery"
               Top             =   720
               Visible         =   0   'False
               Width           =   2175
            End
            Begin VB.ListBox lstbt 
               Height          =   3180
               Left            =   360
               TabIndex        =   51
               Top             =   480
               Width           =   2895
            End
            Begin VB.Label lblbt 
               Height          =   1455
               Left            =   4680
               TabIndex        =   52
               Top             =   480
               Width           =   1575
            End
         End
         Begin VB.Frame frmbreport 
            Caption         =   "This Month"
            Height          =   3975
            Index           =   2
            Left            =   120
            TabIndex        =   7
            Top             =   960
            Width           =   7335
            Begin VB.Data datbm 
               Caption         =   "dat borrowed month"
               Connect         =   "Access"
               DatabaseName    =   "C:\LIBRARY\Library.mdb"
               DefaultCursorType=   0  'DefaultCursor
               DefaultType     =   2  'UseODBC
               Exclusive       =   0   'False
               Height          =   345
               Left            =   3480
               Options         =   0
               ReadOnly        =   0   'False
               RecordsetType   =   1  'Dynaset
               RecordSource    =   "Thismonthborrowedquery"
               Top             =   2760
               Visible         =   0   'False
               Width           =   1215
            End
            Begin VB.ListBox lstbm 
               Height          =   3180
               Left            =   240
               TabIndex        =   53
               Top             =   480
               Width           =   3135
            End
            Begin VB.Label lblbm 
               Height          =   1215
               Left            =   5400
               TabIndex        =   54
               Top             =   600
               Width           =   1215
            End
         End
         Begin VB.Frame frmbreport 
            Caption         =   "This Year"
            Height          =   3975
            Index           =   1
            Left            =   120
            TabIndex        =   6
            Top             =   960
            Width           =   7335
            Begin VB.Data datby 
               Caption         =   "dat borrowed year"
               Connect         =   "Access"
               DatabaseName    =   "C:\LIBRARY\Library.mdb"
               DefaultCursorType=   0  'DefaultCursor
               DefaultType     =   2  'UseODBC
               Exclusive       =   0   'False
               Height          =   300
               Left            =   4800
               Options         =   0
               ReadOnly        =   0   'False
               RecordsetType   =   1  'Dynaset
               RecordSource    =   "ThisyearborrowedQuery"
               Top             =   3000
               Visible         =   0   'False
               Width           =   1935
            End
            Begin VB.ListBox lstby 
               Height          =   2985
               Left            =   480
               TabIndex        =   55
               Top             =   720
               Width           =   3015
            End
            Begin VB.Label lblby 
               Height          =   1095
               Left            =   5520
               TabIndex        =   56
               Top             =   720
               Width           =   1335
            End
         End
      End
      Begin VB.Frame fralost 
         Caption         =   "Lost"
         Height          =   5415
         Index           =   0
         Left            =   360
         TabIndex        =   9
         Top             =   1080
         Width           =   7575
      End
      Begin VB.Frame franot 
         Caption         =   "Not Borrowed"
         Height          =   5415
         Index           =   1
         Left            =   360
         TabIndex        =   8
         Top             =   1080
         Width           =   7575
         Begin VB.Data datnotb 
            Caption         =   "datnotborrowed"
            Connect         =   "Access"
            DatabaseName    =   "C:\LIBRARY\Library.mdb"
            DefaultCursorType=   0  'DefaultCursor
            DefaultType     =   2  'UseODBC
            Exclusive       =   0   'False
            Height          =   345
            Left            =   720
            Options         =   0
            ReadOnly        =   0   'False
            RecordsetType   =   1  'Dynaset
            RecordSource    =   "Notborrowedquery"
            Top             =   4560
            Visible         =   0   'False
            Width           =   2775
         End
         Begin VB.ListBox lstnotb 
            Height          =   3570
            Left            =   480
            TabIndex        =   49
            Top             =   600
            Width           =   3135
         End
         Begin VB.Label lblnotb 
            Height          =   2055
            Left            =   5400
            TabIndex        =   50
            Top             =   600
            Width           =   1935
         End
      End
   End
   Begin VB.Frame fraamount 
      Caption         =   "Amount Collected and Due."
      Height          =   7095
      Left            =   240
      TabIndex        =   20
      Top             =   840
      Width           =   8535
      Begin VB.OptionButton opttdue 
         Caption         =   "Amount Due"
         Height          =   615
         Left            =   5400
         TabIndex        =   23
         Top             =   240
         Width           =   1815
      End
      Begin VB.OptionButton opttamount 
         Caption         =   "Total Amount Collected"
         Height          =   615
         Left            =   240
         TabIndex        =   22
         Top             =   240
         Width           =   2055
      End
      Begin VB.OptionButton opttcharges 
         Caption         =   "Total Fines Charged"
         Height          =   615
         Left            =   2880
         TabIndex        =   21
         Top             =   240
         Width           =   2055
      End
      Begin VB.Frame report3 
         Caption         =   "Total Amount Paid"
         Height          =   4815
         Index           =   1
         Left            =   120
         TabIndex        =   31
         Top             =   840
         Width           =   7215
         Begin VB.Frame frmToday 
            Caption         =   "Total Amount For Today"
            Height          =   3615
            Left            =   600
            TabIndex        =   35
            Top             =   1080
            Width           =   6375
            Begin VB.Data dattamm 
               Caption         =   "dattammount"
               Connect         =   "Access"
               DatabaseName    =   "C:\LIBRARY\Library.mdb"
               DefaultCursorType=   0  'DefaultCursor
               DefaultType     =   2  'UseODBC
               Exclusive       =   0   'False
               Height          =   345
               Left            =   2640
               Options         =   0
               ReadOnly        =   0   'False
               RecordsetType   =   1  'Dynaset
               RecordSource    =   ""
               Top             =   2640
               Visible         =   0   'False
               Width           =   1935
            End
            Begin VB.TextBox txtamm 
               Height          =   375
               Left            =   2400
               TabIndex        =   58
               Top             =   480
               Width           =   1815
            End

⌨️ 快捷键说明

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