form6.frm
来自「AD5933评估板下位机程序(keil C)和上位机程序(VB)」· FRM 代码 · 共 49 行
FRM
49 行
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 + =
减小字号Ctrl + -
显示快捷键?