📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form Frmabout
Caption = "关于选课系统"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
Caption = "作者:胡斌、韩崇崇、蒋燕玉"
Height = 615
Left = 1320
TabIndex = 2
Top = 1680
Width = 3015
End
Begin VB.Label Label2
Caption = "版本:1.00"
Height = 495
Left = 2160
TabIndex = 1
Top = 360
Width = 1215
End
Begin VB.Label Label1
Caption = "选课系统"
Height = 375
Left = 480
TabIndex = 0
Top = 360
Width = 1095
End
End
Attribute VB_Name = "Frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -