📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "AD5933 Evaluation software "
ClientHeight = 7200
ClientLeft = 660
ClientTop = 1035
ClientWidth = 13665
Icon = "Form5.frx":0000
LinkTopic = "Form7"
ScaleHeight = 7200
ScaleWidth = 13665
Begin VB.PictureBox Picture1
Height = 1815
Left = 120
Picture = "Form5.frx":08CA
ScaleHeight = 1755
ScaleWidth = 8835
TabIndex = 4
Top = 5280
Width = 8895
End
Begin VB.PictureBox Picture2
Height = 4935
Left = 120
Picture = "Form5.frx":33624
ScaleHeight = 4875
ScaleWidth = 13155
TabIndex = 2
Top = 120
Width = 13215
End
Begin VB.CommandButton Command3
Caption = " Phase profile "
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 9240
TabIndex = 0
Top = 5280
Width = 2175
End
Begin VB.CommandButton Command2
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 = 495
Left = 9240
TabIndex = 3
Top = 6480
Width = 2175
End
Begin VB.CommandButton Command1
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 = 495
Left = 9240
TabIndex = 1
Top = 5880
Width = 2175
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form5.Visible = False
Form1.Visible = True
End Sub
Private Sub Command2_click()
Form5.Visible = False
Form7.Visible = True
End Sub
Private Sub Command3_Click()
Form5.Visible = False
Form6.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -