📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "AD5933 Evaluation software "
ClientHeight = 5610
ClientLeft = 1500
ClientTop = 765
ClientWidth = 13455
Icon = "Form6.frx":0000
LinkTopic = "Form8"
ScaleHeight = 5610
ScaleWidth = 13455
Begin VB.PictureBox Picture1
Height = 4815
Left = 240
Picture = "Form6.frx":08CA
ScaleHeight = 4755
ScaleWidth = 13035
TabIndex = 1
Top = 120
Width = 13095
End
Begin VB.CommandButton Command1
Caption = "Back"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 11400
TabIndex = 0
Top = 5040
Width = 1815
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form6.Visible = False
Form5.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -