📄 frmwelcom.frm
字号:
VERSION 5.00
Begin VB.Form frmWelcom
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4500
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7485
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmWelcom.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmWelcom.frx":000C
ScaleHeight = 4500
ScaleWidth = 7485
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Ver: 1.0"
BeginProperty Font
Name = "黑体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 435
Left = 4095
TabIndex = 1
Top = 3075
Width = 2715
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "WIN95,98,NT,2000"
BeginProperty Font
Name = "黑体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 435
Left = 4095
TabIndex = 0
Top = 2610
Width = 2715
End
End
Attribute VB_Name = "frmWelcom"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_KeyPress(KeyAscii As Integer)
' Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -