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

📄 main.frm

📁 用VB写的一个图书馆管理系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Mainfrm 
   Caption         =   "图书管理系统"
   ClientHeight    =   9210
   ClientLeft      =   165
   ClientTop       =   555
   ClientWidth     =   14415
   Icon            =   "Main.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   9210
   ScaleWidth      =   14415
   Begin VB.CommandButton Command1 
      Caption         =   "清空界面"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   855
      Left            =   12600
      TabIndex        =   39
      Top             =   3000
      Width           =   1455
   End
   Begin MSComctlLib.StatusBar Sb 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   36
      Top             =   8835
      Width           =   14415
      _ExtentX        =   25426
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            Object.Width           =   5293
            MinWidth        =   5293
            Text            =   "当前用户"
            TextSave        =   "当前用户"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            TextSave        =   "23:36"
            Object.ToolTipText     =   "当前时间"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            TextSave        =   "2007-12-26"
            Object.ToolTipText     =   "当前日期"
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.Frame Frame7 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   3015
      Left            =   4560
      TabIndex        =   32
      Top             =   1200
      Width           =   7575
   End
   Begin VB.Frame Frame3 
      Caption         =   "图书借阅"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   4215
      Left            =   4440
      TabIndex        =   13
      Top             =   120
      Width           =   7815
      Begin VB.CommandButton quxiao 
         Caption         =   "取  消"
         Height          =   375
         Left            =   6600
         TabIndex        =   38
         Top             =   480
         Width           =   1095
      End
      Begin VB.CommandButton borrowok 
         Caption         =   "确  定"
         Height          =   375
         Left            =   5040
         TabIndex        =   37
         Top             =   480
         Width           =   1215
      End
      Begin MSComctlLib.ImageList ImageList2 
         Left            =   4800
         Top             =   2040
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   32
         ImageHeight     =   32
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   4
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Main.frx":0442
               Key             =   ""
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Main.frx":0896
               Key             =   ""
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Main.frx":0CEA
               Key             =   ""
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Main.frx":113E
               Key             =   ""
            EndProperty
         EndProperty
      End
      Begin VB.Frame Frame4 
         Height          =   2775
         Left            =   360
         TabIndex        =   15
         Top             =   1320
         Visible         =   0   'False
         Width           =   6615
         Begin VB.CommandButton cmdOkCancel 
            BackColor       =   &H00C0C0FF&
            Caption         =   "借出图书(&S)"
            Height          =   375
            Index           =   1
            Left            =   4920
            Style           =   1  'Graphical
            TabIndex        =   31
            Top             =   2280
            Width           =   1455
         End
         Begin VB.TextBox txtType 
            ForeColor       =   &H00FF0000&
            Height          =   315
            Left            =   5280
            TabIndex        =   30
            Text            =   "Text1"
            Top             =   360
            Width           =   1215
         End
         Begin VB.TextBox txtLentDate 
            ForeColor       =   &H00FF0000&
            Height          =   345
            Left            =   1080
            TabIndex        =   25
            Text            =   "Text1"
            Top             =   2160
            Width           =   1455
         End
         Begin VB.TextBox txtChuBan 
            ForeColor       =   &H00FF0000&
            Height          =   300
            Left            =   1080
            TabIndex        =   23
            Text            =   "Text1"
            Top             =   1560
            Width           =   3375
         End
         Begin VB.TextBox txtBookName 
            ForeColor       =   &H00FF0000&
            Height          =   330
            Left            =   1080
            TabIndex        =   22
            Text            =   "Text1"
            Top             =   960
            Width           =   3375
         End
         Begin VB.TextBox txtCost 
            ForeColor       =   &H00FF0000&
            Height          =   315
            Left            =   3360
            TabIndex        =   21
            Text            =   "Text1"
            Top             =   360
            Width           =   1095
         End
         Begin VB.TextBox txtBookHao 
            ForeColor       =   &H00FF0000&
            Height          =   315
            Left            =   1080
            TabIndex        =   20
            Text            =   "Text1"
            Top             =   360
            Width           =   1455
         End
         Begin VB.Image Image1 
            Height          =   480
            Left            =   5160
            Picture         =   "Main.frx":1592
            Top             =   1200
            Width           =   480
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "类别"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   10
            Left            =   4680
            TabIndex        =   29
            Top             =   480
            Width           =   360
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "今天日期"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   8
            Left            =   120
            TabIndex        =   24
            Top             =   2160
            Width           =   720
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "出版社"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   7
            Left            =   120
            TabIndex        =   19
            Top             =   1560
            Width           =   540
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "价格"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   6
            Left            =   2760
            TabIndex        =   18
            Top             =   480
            Width           =   360
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "书    名"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   5
            Left            =   120
            TabIndex        =   17
            Top             =   1080
            Width           =   720
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "图书编号"
            ForeColor       =   &H00000000&
            Height          =   180
            Index           =   4
            Left            =   120
            TabIndex        =   16
            Top             =   480
            Width           =   720
         End
      End
      Begin VB.TextBox txtBookBian 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   360
         Left            =   2520
         TabIndex        =   1
         Top             =   540
         Width           =   2175
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "输入要借的图书编号:"
         ForeColor       =   &H00FF0000&
         Height          =   180
         Index           =   0
         Left            =   480
         TabIndex        =   14
         Top             =   600
         Width           =   1710
      End
      Begin VB.Line Line2 
         BorderColor     =   &H8000000D&

⌨️ 快捷键说明

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