选课系统.frm
来自「用VB做的学生选课系统 .如果觉得好就顶起来哦」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form Form1
BackColor = &H80000007&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 6165
ClientLeft = 2220
ClientTop = 2850
ClientWidth = 8235
LinkTopic = "Form1"
ScaleHeight = 6165
ScaleWidth = 8235
ShowInTaskbar = 0 'False
Begin VB.Timer Timer1
Interval = 1000
Left = 510
Top = 4800
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎使用学生选课系统!"
BeginProperty Font
Name = "楷体_GB2312"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2145
Left = 0
TabIndex = 0
Top = 2190
Width = 8235
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
denglu.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?