📄 form9.frm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -