📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "AD5933 Evaluation software "
ClientHeight = 6615
ClientLeft = 990
ClientTop = 795
ClientWidth = 13995
Icon = "Form3.frx":0000
LinkTopic = "Form3"
ScaleHeight = 6615
ScaleWidth = 13995
Begin VB.PictureBox Picture1
Height = 5775
Left = 5040
Picture = "Form3.frx":08CA
ScaleHeight = 5715
ScaleWidth = 8835
TabIndex = 3
Top = 120
Width = 8895
End
Begin VB.PictureBox Picture2
Height = 5775
Left = 120
Picture = "Form3.frx":A437C
ScaleHeight = 5715
ScaleWidth = 4755
TabIndex = 2
Top = 120
Width = 4815
End
Begin VB.CommandButton exit
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 = 6600
TabIndex = 1
Top = 6000
Width = 1815
End
Begin VB.CommandButton Continue
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 = 8880
Picture = "Form3.frx":F019E
TabIndex = 0
Top = 6000
Width = 1815
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Continue_Click()
Form3.Visible = False
Form4.Visible = True
End Sub
Private Sub exit_Click()
Form3.Visible = False
Form1.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -