form2.frm
来自「在VB上采用改进的阈值法检测心电高频向量」· FRM 代码 · 共 52 行
FRM
52 行
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 465
ClientWidth = 9765
LinkTopic = "Form2"
ScaleHeight = 6585
ScaleWidth = 9765
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "show"
Height = 975
Left = 1200
TabIndex = 2
Top = 4200
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "back"
Height = 975
Left = 3240
TabIndex = 1
Top = 4200
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "exit"
Height = 975
Left = 5400
TabIndex = 0
Top = 4200
Width = 1095
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
End
End Sub
Private Sub Command2_Click()
Form2.Hide
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?