📄 frmver.frm
字号:
VERSION 5.00
Begin VB.Form frmver
BorderStyle = 1 'Fixed Single
ClientHeight = 3345
ClientLeft = 15
ClientTop = 15
ClientWidth = 4560
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3345
ScaleWidth = 4560
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 3000
Left = 3960
Top = 2400
End
Begin VB.Label Label2
BackColor = &H80000005&
Caption = "广东省台山磐石电视大学"
Height = 255
Index = 2
Left = 2280
TabIndex = 3
Top = 2040
Width = 2055
End
Begin VB.Label Label2
BackColor = &H80000005&
Caption = "制作:李杰坤"
Height = 255
Index = 1
Left = 2880
TabIndex = 2
Top = 1560
Width = 1335
End
Begin VB.Label Label2
BackColor = &H80000005&
Caption = "------毕业设计"
Height = 255
Index = 0
Left = 3000
TabIndex = 1
Top = 960
Width = 1335
End
Begin VB.Label Label1
BackColor = &H80000005&
Caption = "欢迎使用户籍管理系统"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2040
TabIndex = 0
Top = 600
Width = 2415
End
Begin VB.Image Image1
Height = 3300
Left = 0
Picture = "frmver.frx":0000
Top = 0
Width = 4500
End
End
Attribute VB_Name = "frmver"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
mainfrm.Show
End Sub
Private Sub Timer1_Timer()
Unload frmver '卸载版本窗口
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -