error.frm
来自「北京微视公司图像采集卡SDK开发包」· FRM 代码 · 共 42 行
FRM
42 行
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 + =
减小字号Ctrl + -
显示快捷键?