form2.frm
来自「上传的包含两个文件」· FRM 代码 · 共 43 行
FRM
43 行
VERSION 5.00
Begin VB.Form Form2
BackColor = &H00FF80FF&
Caption = "Form2"
ClientHeight = 4335
ClientLeft = 60
ClientTop = 345
ClientWidth = 6570
LinkTopic = "Form2"
ScaleHeight = 4335
ScaleWidth = 6570
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 495
Left = 5640
TabIndex = 1
Top = 3240
Width = 615
End
Begin VB.TextBox Text1
BackColor = &H00FF80FF&
BorderStyle = 0 'None
Height = 4215
Left = 120
MultiLine = -1 'True
ScrollBars = 1 'Horizontal
TabIndex = 0
Top = -240
Width = 5055
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Hide
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?