📄 form9.frm
字号:
VERSION 5.00
Begin VB.Form Form9
BackColor = &H00C0FFFF&
Caption = "Form9"
ClientHeight = 11070
ClientLeft = 60
ClientTop = 390
ClientWidth = 15240
LinkTopic = "Form9"
ScaleHeight = 11070
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 50
Left = 1560
Top = 6720
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "学号 050654156"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 495
Left = 3840
TabIndex = 2
Top = 8160
Width = 3735
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "姓名 夏 希"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 495
Left = 3840
TabIndex = 1
Top = 7440
Width = 3735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "班级 信息一班"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 495
Left = 3840
TabIndex = 0
Top = 6720
Width = 3735
End
Begin VB.Image Image1
Height = 10935
Left = 0
Picture = "Form9.frx":0000
Stretch = -1 'True
Top = 0
Width = 15120
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
i = 10
Label1.Top = Label1.Top - 20
If Label1.Top - Label2.Top < -720 Then
Label2.Top = Label2.Top - 20
End If
If Label2.Top - Label3.Top < -720 Then
Label3.Top = Label3.Top - 20
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -