📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "关于版权"
ClientHeight = 1215
ClientLeft = 60
ClientTop = 345
ClientWidth = 3945
LinkTopic = "Form5"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1215
ScaleWidth = 3945
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
Caption = "版权所有"
BeginProperty Font
Name = "方正行楷繁体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1800
TabIndex = 0
Top = 360
Width = 1815
End
Begin VB.Image Image1
Height = 855
Left = 240
Picture = "Form5.frx":0000
Top = 120
Width = 1185
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
'版权归----狼人----所有
'请尊重版权
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -