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

📄 frm_statistics.frm

📁 图书馆信息管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form Frm_Statistics 
   Caption         =   "统计"
   ClientHeight    =   7905
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8880
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H00000000&
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7905
   ScaleWidth      =   8880
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame_Borrow 
      Caption         =   "借书资料"
      ForeColor       =   &H00404040&
      Height          =   5655
      Left            =   1200
      TabIndex        =   12
      Top             =   1920
      Width           =   8175
      Begin VB.OptionButton Opt_Book 
         Caption         =   "图书借阅次数排行"
         ForeColor       =   &H00404040&
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   840
         Width           =   1815
      End
      Begin VB.OptionButton Opt_Reader 
         Caption         =   "读者借书总数排行"
         ForeColor       =   &H00404040&
         Height          =   255
         Left            =   240
         TabIndex        =   24
         Top             =   480
         Width           =   1815
      End
      Begin LabMangeSystem.FTextBox Txt_From 
         Height          =   300
         Left            =   3240
         TabIndex        =   17
         Top             =   817
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         AutoSelAll      =   -1  'True
      End
      Begin LabMangeSystem.FTextBox Txt_To 
         Height          =   300
         Left            =   4800
         TabIndex        =   18
         Top             =   810
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   529
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         FontName        =   "Tahoma"
         FontSize        =   8.25
         ForeColor       =   0
         AutoSelAll      =   -1  'True
      End
      Begin LabMangeSystem.XButton Cmd_OK 
         Height          =   375
         Left            =   6120
         TabIndex        =   19
         Top             =   780
         Width           =   1095
         _ExtentX        =   1931
         _ExtentY        =   661
         Caption         =   "确定"
         BackColor       =   14737632
         ForeColor       =   8421504
         MouseDownColor  =   -2147483644
         MouseOnColor    =   -2147483644
         StyleColor      =   16777215
         Style3dColor1   =   16577259
         Style3dColor2   =   8421504
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         IfDraw          =   -1  'True
      End
      Begin MSChart20Lib.MSChart Chart_Brw 
         Height          =   4095
         Left            =   240
         OleObjectBlob   =   "Frm_Statistics.frx":0000
         TabIndex        =   23
         Top             =   1320
         Width           =   7695
      End
      Begin VB.Label Lbl_Date 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "时间范围"
         ForeColor       =   &H00808080&
         Height          =   195
         Left            =   2160
         TabIndex        =   22
         Top             =   870
         Width           =   720
      End
      Begin VB.Label Lbl_From 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "从"
         ForeColor       =   &H00808080&
         Height          =   195
         Left            =   3000
         TabIndex        =   21
         Top             =   870
         Width           =   180
      End
      Begin VB.Label Lbl_To 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "到"
         ForeColor       =   &H00808080&
         Height          =   195
         Left            =   4560
         TabIndex        =   20
         Top             =   870
         Width           =   180
      End
   End
   Begin VB.Frame Frame_Reader 
      Caption         =   "读者资料"
      ForeColor       =   &H00404040&
      Height          =   5655
      Left            =   840
      TabIndex        =   11
      Top             =   1560
      Width           =   8175
      Begin MSChart20Lib.MSChart Chart_Reader 
         Height          =   4575
         Left            =   240
         OleObjectBlob   =   "Frm_Statistics.frx":1A76
         TabIndex        =   15
         Top             =   840
         Width           =   7695
      End
      Begin VB.Label Lbl_ReaderNum 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         ForeColor       =   &H00404040&
         Height          =   195
         Left            =   240
         TabIndex        =   16
         Top             =   480
         Width           =   45
      End
   End
   Begin VB.Frame Frame_Book 
      Caption         =   "图书资料"
      ForeColor       =   &H00404040&
      Height          =   5655
      Left            =   480
      TabIndex        =   10
      Top             =   1200
      Width           =   8175
      Begin MSChart20Lib.MSChart Chart_Book 
         Height          =   4575
         Left            =   240
         OleObjectBlob   =   "Frm_Statistics.frx":3506
         TabIndex        =   14
         Top             =   840
         Width           =   7695
      End
      Begin VB.Label Lbl_BookNum 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         ForeColor       =   &H00404040&
         Height          =   195
         Left            =   240
         TabIndex        =   13
         Top             =   480
         Width           =   45
      End
   End
   Begin VB.PictureBox Pic_NBar 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   480
      ScaleHeight     =   495
      ScaleWidth      =   8175
      TabIndex        =   5
      Top             =   600
      Width           =   8175
      Begin VB.PictureBox Pic_NBarSub1 
         Appearance      =   0  'Flat
         AutoRedraw      =   -1  'True
         BorderStyle     =   0  'None
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H80000008&
         Height          =   375
         Left            =   5760
         ScaleHeight     =   375
         ScaleWidth      =   2415
         TabIndex        =   9
         Top             =   0
         Width           =   2415
      End
      Begin LabMangeSystem.XButton Cmd_Borrow 
         Height          =   375
         Left            =   3840
         TabIndex        =   8
         Top             =   0
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   661
         Caption         =   "借书资料"
         ForeColor       =   8421504
         MouseDownColor  =   -2147483644
         MouseOnColor    =   -2147483644
         StyleColor      =   16777215
         Style3dColor1   =   16777215
         Style3dColor2   =   16777215
         Picture         =   "Frm_Statistics.frx":4F98
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin LabMangeSystem.XButton Cmd_Reader 
         Height          =   375
         Left            =   1920
         TabIndex        =   7
         Top             =   0
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   661
         Caption         =   "读者资料"
         ForeColor       =   8421504
         MouseDownColor  =   -2147483644
         MouseOnColor    =   -2147483644
         StyleColor      =   16777215
         Style3dColor1   =   16777215
         Style3dColor2   =   16777215
         Picture         =   "Frm_Statistics.frx":5532
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin LabMangeSystem.XButton Cmd_Book 
         Height          =   375
         Left            =   0
         TabIndex        =   6
         Top             =   0
         Width           =   1935
         _ExtentX        =   3413
         _ExtentY        =   661
         Caption         =   "图书资料"
         ForeColor       =   8421504
         MouseDownColor  =   -2147483644
         MouseOnColor    =   -2147483644
         StyleColor      =   16777215
         Style3dColor1   =   16777215
         Style3dColor2   =   16777215
         Picture         =   "Frm_Statistics.frx":6CEC
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
   End
   Begin VB.PictureBox Pic_TitleBar 
      Align           =   1  'Align Top
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   480
      Left            =   0
      ScaleHeight     =   480
      ScaleWidth      =   8880
      TabIndex        =   0
      Top             =   0
      Width           =   8880
      Begin VB.PictureBox Pic_TBarSub1 
         Appearance      =   0  'Flat
         AutoRedraw      =   -1  'True
         BackColor       =   &H00C0C0C0&
         BorderStyle     =   0  'None
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False

⌨️ 快捷键说明

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