📄 error.frm
字号:
VERSION 5.00
Begin VB.Form ERROR
Caption = "Microview专业卡演示程序"
ClientHeight = 960
ClientLeft = 60
ClientTop = 345
ClientWidth = 7470
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 960
ScaleWidth = 7470
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton MissCard
Caption = "退出"
Height = 375
Left = 5760
TabIndex = 1
Top = 240
Width = 1455
End
Begin VB.Label lblLabel1
Caption = "未找到设备,因此主程序无法启动。请检查板卡驱动安装是否正确!"
Height = 255
Left = 240
TabIndex = 0
Top = 360
Width = 5295
End
End
Attribute VB_Name = "ERROR"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub MissCard_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -