📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00FFC0C0&
BorderStyle = 3 'Fixed Dialog
Caption = "关于学籍管理系统"
ClientHeight = 2925
ClientLeft = 3540
ClientTop = 2025
ClientWidth = 4785
ClipControls = 0 'False
FillColor = &H0080FF80&
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 195
ScaleMode = 3 'Pixel
ScaleWidth = 319
ShowInTaskbar = 0 'False
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "系别:计算机工程系"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 840
TabIndex = 3
Top = 1080
Width = 3135
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00FFFFC0&
BackStyle = 0 'Transparent
Caption = "姓名:李想"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 840
TabIndex = 2
Top = 2400
Width = 1500
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
BackStyle = 0 'Transparent
Caption = "班级:05323 学号:0503020335"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 675
Left = 840
TabIndex = 1
Top = 1560
Width = 3465
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生成绩管理系统"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 435
Index = 1
Left = 600
TabIndex = 0
Top = 240
Width = 3480
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = -8
X2 = 371
Y1 = 56
Y2 = 56
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub
Private Sub Form_Load()
MakeCenter frmAbout
End Sub
Private Sub lblTitle_Click(Index As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -