form2.frm
来自「恺撒密码哦 最新的 我自己做的 喜欢和我联系一起研究」· FRM 代码 · 共 50 行
FRM
50 行
VERSION 5.00
Begin VB.Form Form2
BackColor = &H80000008&
Caption = "关于"
ClientHeight = 4905
ClientLeft = 60
ClientTop = 450
ClientWidth = 7305
FillColor = &H8000000B&
Icon = "Form2.frx":0000
LinkTopic = "Form2"
ScaleHeight = 4905
ScaleWidth = 7305
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 5175
Left = -1320
Picture = "Form2.frx":08CA
ScaleHeight = 5115
ScaleWidth = 8595
TabIndex = 0
Top = -240
Width = 8655
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"Form2.frx":13D78
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000080FF&
Height = 1695
Left = 1560
TabIndex = 1
Top = 960
Width = 6975
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?