📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Caption = "AD5933 Evaluation software "
ClientHeight = 9645
ClientLeft = 2520
ClientTop = 765
ClientWidth = 10815
Icon = "Form4.frx":0000
LinkTopic = "Form4"
ScaleHeight = 9645
ScaleWidth = 10815
Begin VB.PictureBox Picture2
Height = 4575
Left = 120
Picture = "Form4.frx":08CA
ScaleHeight = 4515
ScaleWidth = 8715
TabIndex = 3
Top = 5040
Width = 8775
End
Begin VB.PictureBox Picture1
Height = 4815
Left = 2040
Picture = "Form4.frx":7FC0C
ScaleHeight = 4755
ScaleWidth = 5475
TabIndex = 2
Top = 120
Width = 5535
End
Begin VB.CommandButton Command2
Caption = "Return"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 9000
TabIndex = 1
Top = 7200
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "Next Step"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 9000
TabIndex = 0
Top = 7920
Width = 1695
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Visible = False
Form5.Visible = True
End Sub
Private Sub Command2_click()
Form4.Visible = False
Form1.Visible = True
End Sub
Private Sub Command3_Click()
Form5.Visible = True
End Sub
Private Sub Command4_Click()
Form6.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -