📄 videoadjustform.frm
字号:
VERSION 5.00
Begin VB.Form VideoAdjustForm
BorderStyle = 1 'Fixed Single
Caption = "显示调节"
ClientHeight = 3090
ClientLeft = 45
ClientTop = 435
ClientWidth = 5160
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 5160
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdBInVideoAExit
Caption = "取消"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3480
TabIndex = 15
Top = 2520
Width = 975
End
Begin VB.CommandButton CmdBInVideoAReset
Caption = "重置"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2040
TabIndex = 14
Top = 2520
Width = 975
End
Begin VB.CommandButton CmdBInVideoASure
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 600
TabIndex = 13
Top = 2520
Width = 975
End
Begin VB.Frame FrameInVideoA
Height = 2415
Left = 120
TabIndex = 0
Top = 0
Width = 4935
Begin VB.HScrollBar HScrBInVideoA
Height = 255
Index = 3
LargeChange = 10
Left = 1200
Max = 255
TabIndex = 8
TabStop = 0 'False
Top = 1800
Value = 128
Width = 3015
End
Begin VB.HScrollBar HScrBInVideoA
Height = 255
Index = 2
LargeChange = 10
Left = 1200
Max = 255
TabIndex = 7
TabStop = 0 'False
Top = 1320
Value = 128
Width = 3015
End
Begin VB.HScrollBar HScrBInVideoA
Height = 255
Index = 1
LargeChange = 10
Left = 1200
Max = 255
TabIndex = 6
TabStop = 0 'False
Top = 840
Value = 128
Width = 3015
End
Begin VB.HScrollBar HScrBInVideoA
Height = 255
Index = 0
LargeChange = 10
Left = 1200
Max = 255
TabIndex = 2
TabStop = 0 'False
Top = 360
Value = 128
Width = 3015
End
Begin VB.Label LabelInVideoAShow
Caption = "128"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 4380
TabIndex = 12
Top = 1800
Width = 375
End
Begin VB.Label LabelInVideoAShow
Caption = "128"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 4380
TabIndex = 11
Top = 1320
Width = 375
End
Begin VB.Label LabelInVideoAShow
Caption = "128"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 4380
TabIndex = 10
Top = 840
Width = 375
End
Begin VB.Label LabelInVideoAShow
Caption = "128"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 4380
TabIndex = 9
Top = 360
Width = 375
End
Begin VB.Label LabelInVideoA
Caption = "色饱和度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 120
TabIndex = 5
Top = 1800
Width = 975
End
Begin VB.Label LabelInVideoA
Caption = "色 度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 120
TabIndex = 4
Top = 1320
Width = 975
End
Begin VB.Label LabelInVideoA
Caption = "对 比 度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 120
TabIndex = 3
Top = 840
Width = 975
End
Begin VB.Label LabelInVideoA
Caption = "亮 度"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 120
TabIndex = 1
Top = 360
Width = 975
End
End
End
Attribute VB_Name = "VideoAdjustForm"
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 + -