📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 7110
ClientLeft = 60
ClientTop = 450
ClientWidth = 9270
LinkTopic = "Form2"
ScaleHeight = 7110
ScaleWidth = 9270
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 4695
Left = 360
Picture = "Form4.frx":0000
ScaleHeight = 4635
ScaleWidth = 7635
TabIndex = 2
Top = 2400
Width = 7695
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C000C0&
Height = 6375
Left = 120
MultiLine = -1 'True
TabIndex = 1
Text = "Form4.frx":3EF5F
Top = 720
Width = 8295
End
Begin VB.Label Label1
Caption = " 系 统 简 介"
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 2400
TabIndex = 0
Top = 120
Width = 4215
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -