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

📄 about.frm

📁 一个图书管管理软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form about 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   1635
   ClientLeft      =   7905
   ClientTop       =   5145
   ClientWidth     =   3780
   LinkTopic       =   "Form1"
   ScaleHeight     =   1635
   ScaleWidth      =   3780
   ShowInTaskbar   =   0   'False
   Begin VB.Label Label1 
      Caption         =   "联系方法:"
      Height          =   225
      Left            =   420
      TabIndex        =   4
      Top             =   1140
      Width           =   840
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "64914691@qq.com"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF8080&
      Height          =   210
      Left            =   1335
      MouseIcon       =   "about.frx":0000
      MousePointer    =   99  'Custom
      TabIndex        =   3
      Top             =   1095
      Width           =   1575
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "图书管理系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   735
      TabIndex        =   2
      Top             =   420
      Width           =   2250
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "军军"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF8080&
      Height          =   240
      Left            =   1575
      TabIndex        =   1
      Top             =   105
      Width           =   510
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "程序作者:        李元军"
      Height          =   180
      Left            =   420
      TabIndex        =   0
      Top             =   915
      Width           =   2070
   End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label3_Click()
Unload Me
End Sub

Private Sub Label4_Click()
Unload Me
End Sub

Private Sub Label5_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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