📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "软件介绍"
ClientHeight = 6270
ClientLeft = 3240
ClientTop = 2070
ClientWidth = 8205
LinkTopic = "Form2"
ScaleHeight = 6270
ScaleWidth = 8205
Begin VB.CommandButton com1
Caption = "返 回"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 4
Top = 5520
Width = 2415
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2175
Left = 360
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 3
Text = "Form2.frx":0000
Top = 3120
Width = 7455
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1815
Left = 360
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 1
Text = "Form2.frx":00CB
Top = 600
Width = 7455
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "软件使用说明"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 360
TabIndex = 2
Top = 2760
Width = 1530
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "软件功能"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 360
TabIndex = 0
Top = 240
Width = 1020
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub com1_Click()
Form2.Visible = False
Form1.Visible = True
End Sub
Private Sub Form_Load()
Form2.Move 1500, 1500
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -