📄 关于.frm
字号:
VERSION 5.00
Begin VB.Form 关于
BorderStyle = 3 'Fixed Dialog
Caption = "关于......."
ClientHeight = 5175
ClientLeft = 45
ClientTop = 435
ClientWidth = 7830
Icon = "关于.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5175
ScaleWidth = 7830
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 5115
Left = 60
TabIndex = 0
Top = 0
Width = 7695
Begin VB.Label Label6
Caption = "高校教材管理系统开发小组!"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 360
TabIndex = 6
Top = 4080
Width = 3135
End
Begin VB.Label Label5
Caption = "版权所有,违者必究!"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 315
Left = 420
TabIndex = 5
Top = 3480
Width = 2355
End
Begin VB.Label Label4
Caption = "数据环境:access"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 435
Left = 3000
TabIndex = 4
Top = 2460
Width = 2595
End
Begin VB.Label Label3
Caption = "开发环境:visual basic 6.0"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 435
Left = 2940
TabIndex = 3
Top = 1860
Width = 4155
End
Begin VB.Label Label2
Caption = "Ver1.0.0"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 435
Left = 4200
TabIndex = 2
Top = 1020
Width = 1395
End
Begin VB.Label Label1
Caption = "高校教材管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 435
Left = 1980
TabIndex = 1
Top = 300
Width = 3015
End
End
End
Attribute VB_Name = "关于"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Unload(Cancel As Integer)
主窗体.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -