📄 aboutfrm.frm
字号:
VERSION 5.00
Begin VB.Form Aboutfrm
BorderStyle = 3 'Fixed Dialog
Caption = "图书管理系统"
ClientHeight = 2130
ClientLeft = 45
ClientTop = 330
ClientWidth = 4140
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2130
ScaleWidth = 4140
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "关 闭(&C)"
Height = 375
Left = 1320
TabIndex = 3
Top = 1560
Width = 1335
End
Begin VB.Line Line2
BorderColor = &H00FFFFFF&
X1 = 0
X2 = 4200
Y1 = 1455
Y2 = 1455
End
Begin VB.Line Line1
BorderColor = &H80000010&
X1 = 0
X2 = 4200
Y1 = 1440
Y2 = 1440
End
Begin VB.Label Label3
Caption = "件还有许多功能没有完善,希望大家多提意见"
ForeColor = &H000000C0&
Height = 375
Left = 960
TabIndex = 2
Top = 720
Width = 2895
End
Begin VB.Label Label2
AutoSize = -1 'True
Height = 180
Index = 1
Left = 1680
TabIndex = 1
Top = 1800
Width = 90
End
Begin VB.Label Label2
Caption = "本软件可作为中小企业和学校的图书管理软件!"
ForeColor = &H000000C0&
Height = 345
Index = 0
Left = 960
TabIndex = 0
Top = 240
Width = 2880
End
End
Attribute VB_Name = "Aboutfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' **********************************************************************
' 描 述:银龙图书管理系统
' 中国VB网收集整理 http://www.ChinaVB.net
' QQ交流群:13047826 14356878
' 发表源码或文章请发邮件到:info@chinavb.net
' **********************************************************************Dim i As Integer
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -