📄 aboutmain.frm
字号:
VERSION 5.00
Begin VB.Form Form7
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
ClientHeight = 4005
ClientLeft = 3075
ClientTop = 2355
ClientWidth = 4665
FillColor = &H00FFFFFF&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Icon = "aboutmain.frx":0000
LinkTopic = "Form7"
MaxButton = 0 'False
ScaleHeight = 4005
ScaleWidth = 4665
Begin VB.CommandButton Command2
BackColor = &H00FF8080&
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1920
Picture = "aboutmain.frx":0442
Style = 1 'Graphical
TabIndex = 0
Top = 3480
Width = 975
End
Begin VB.Line Line4
BorderColor = &H00FFFFFF&
X1 = 1200
X2 = 1200
Y1 = 960
Y2 = 1680
End
Begin VB.Line Line3
X1 = 480
X2 = 1200
Y1 = 960
Y2 = 960
End
Begin VB.Line Line2
X1 = 480
X2 = 480
Y1 = 960
Y2 = 1680
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
X1 = 480
X2 = 1200
Y1 = 1680
Y2 = 1680
End
Begin VB.Image Image1
Height = 3945
Left = 0
Picture = "aboutmain.frx":2710
Stretch = -1 'True
Top = 0
Width = 4680
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Image1_Click()
Form6.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -