form9.frm
来自「AD5933评估板下位机程序(keil C)和上位机程序(VB)」· FRM 代码 · 共 59 行
FRM
59 行
VERSION 5.00
Begin VB.Form Form9
Caption = "AD5933 Evaluation software "
ClientHeight = 9225
ClientLeft = 2580
ClientTop = 810
ClientWidth = 9045
Icon = "Form9.frx":0000
LinkTopic = "Form9"
ScaleHeight = 9225
ScaleWidth = 9045
Begin VB.PictureBox Picture2
Height = 6375
Left = 240
Picture = "Form9.frx":08CA
ScaleHeight = 6315
ScaleWidth = 8475
TabIndex = 2
Top = 120
Width = 8535
End
Begin VB.PictureBox Picture1
Height = 1815
Left = 120
Picture = "Form9.frx":AC68C
ScaleHeight = 1755
ScaleWidth = 8715
TabIndex = 1
Top = 6600
Width = 8775
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 = 615
Left = 3600
TabIndex = 0
Top = 8520
Width = 2055
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form9.Visible = False
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?