📄 frmtest.frm
字号:
VERSION 5.00
Begin VB.Form frmtest
Caption = "testsample"
ClientHeight = 6870
ClientLeft = 60
ClientTop = 615
ClientWidth = 9315
LinkTopic = "Form1"
ScaleHeight = 6870
ScaleWidth = 9315
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Menu MainMenu
Caption = "菜单"
Begin VB.Menu mneuInitCard
Caption = "初始化"
End
Begin VB.Menu menuSnapImage
Caption = "抓取单帧"
End
Begin VB.Menu mneuAdjust
Caption = "颜色调节"
End
Begin VB.Menu menuStartRecord
Caption = "启动录像"
End
Begin VB.Menu menuStopRecord
Caption = "停止录像"
End
Begin VB.Menu menuExitProm
Caption = "退出"
End
End
Begin VB.Menu operation
Caption = "操作"
Begin VB.Menu Series
Caption = "采序列"
End
Begin VB.Menu StopSnap
Caption = "停止采集"
End
Begin VB.Menu FreeVideo
Caption = "冻结视频"
End
Begin VB.Menu VideoSize
Caption = "视频尺寸"
End
Begin VB.Menu DataCallBack
Caption = "数据流回调"
End
Begin VB.Menu SavePicture
Caption = "保存图片"
End
End
End
Attribute VB_Name = "frmtest"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -