📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "SJPT LED Scolling Badge v2.1"
ClientHeight = 5250
ClientLeft = 60
ClientTop = 450
ClientWidth = 9135
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 5250
ScaleWidth = 9135
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "Close"
Height = 375
Left = 7920
TabIndex = 0
Top = 4680
Width = 975
End
Begin VB.Label Label3
Caption = "Version Number:SJPT LED Scolling Badge V2.1 All Right(C) 2002-2008 SJPT"
Height = 375
Left = 240
TabIndex = 3
Top = 4800
Width = 7215
End
Begin VB.Label Label2
Caption = "Label2"
Height = 3735
Left = 240
TabIndex = 2
Top = 600
Width = 8655
End
Begin VB.Label Label1
Caption = "★readme★"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 0
TabIndex = 1
Top = 120
Width = 1335
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Visible = False
Unload Form2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -