📄 videosourceform.frm
字号:
VERSION 5.00
Begin VB.Form VideoSourceForm
BorderStyle = 1 'Fixed Single
Caption = "视频来源"
ClientHeight = 3375
ClientLeft = 45
ClientTop = 435
ClientWidth = 4605
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3375
ScaleWidth = 4605
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdBInVideoExit
Caption = "取消"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 14
Top = 2280
Width = 855
End
Begin VB.CommandButton CmdBInVideoSReset
Caption = "重置"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 13
Top = 1440
Width = 855
End
Begin VB.CommandButton CmdBInVideoSSure
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 12
Top = 600
Width = 855
End
Begin VB.Frame FrameInVideoS
Height = 3135
Left = 120
TabIndex = 0
Top = 120
Width = 3375
Begin VB.OptionButton OptionBInVideoS
Caption = "YCbCr2"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 10
Left = 1800
TabIndex = 11
Top = 2160
Width = 1095
End
Begin VB.OptionButton OptionBInVideoS
Caption = "YCbCr1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 9
Left = 1800
TabIndex = 10
Top = 1680
Width = 1095
End
Begin VB.OptionButton OptionBInVideoS
Caption = "S-Video 3"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 8
Left = 1800
TabIndex = 9
Top = 1200
Width = 1455
End
Begin VB.OptionButton OptionBInVideoS
Caption = "S-Video 2"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 7
Left = 1800
TabIndex = 8
Top = 720
Width = 1455
End
Begin VB.OptionButton OptionBInVideoS
Caption = "S-Video 1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 6
Left = 1800
TabIndex = 7
Top = 240
Width = 1455
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 6"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 5
Left = 240
TabIndex = 6
Top = 2640
Width = 1215
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 5"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 4
Left = 240
TabIndex = 5
Top = 2160
Width = 1215
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 4"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 240
TabIndex = 4
Top = 1680
Width = 1215
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 3"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 240
TabIndex = 3
Top = 1200
Width = 1215
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 2"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 240
TabIndex = 2
Top = 720
Width = 1215
End
Begin VB.OptionButton OptionBInVideoS
Caption = "Video 1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 240
TabIndex = 1
Top = 240
Width = 1215
End
End
End
Attribute VB_Name = "VideoSourceForm"
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 + -