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

📄 frmabout.frm

📁 通过使用VB与数据库相连实现图书馆的管理系统,提高管理水平
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Frmabout 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "张小省 03835015 --关于"
   ClientHeight    =   2580
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6375
   Icon            =   "Frmabout.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2580
   ScaleWidth      =   6375
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame1 
      Height          =   2415
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   6135
      Begin VB.Label Label2 
         Caption         =   $"Frmabout.frx":000C
         Height          =   735
         Left            =   2760
         TabIndex        =   2
         Top             =   1320
         Width           =   2895
      End
      Begin VB.Image Image1 
         Height          =   900
         Left            =   600
         Picture         =   "Frmabout.frx":0061
         Top             =   720
         Width           =   900
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "图书馆管理系统"
         BeginProperty Font 
            Name            =   "幼圆"
            Size            =   21.75
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000080FF&
         Height          =   615
         Left            =   2400
         TabIndex        =   1
         Top             =   240
         Width           =   3615
      End
   End
End
Attribute VB_Name = "Frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Lblver = "Ver:" & App.Major & "." & App.Minor
End Sub

⌨️ 快捷键说明

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