📄 main.dfm
字号:
object Form1: TForm1
Left = 134
Top = 176
Width = 500
Height = 399
Caption = 'VIDEO CAPTURE WINDOW'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #32048#26126#39636
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object DriverIndexLabel: TLabel
Left = 8
Top = 9
Width = 91
Height = 19
AutoSize = False
Caption = 'Driver &Index:'
FocusControl = DriverIndexComboBox
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object DriverNameLabel: TLabel
Left = 9
Top = 38
Width = 91
Height = 19
AutoSize = False
Caption = 'Driver Name:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object DriverVersionLabel: TLabel
Left = 8
Top = 66
Width = 102
Height = 19
AutoSize = False
Caption = 'Driver Version:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object DriverCountLabel: TLabel
Left = 217
Top = 10
Width = 137
Height = 19
AutoSize = False
Caption = #35222#35338#25847#21462#35037#32622#25976#37327':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object DriverIndexComboBox: TComboBox
Left = 113
Top = 8
Width = 92
Height = 24
ItemHeight = 16
TabOrder = 0
OnChange = DriverIndexComboBoxChange
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9')
end
object DriverNameText: TStaticText
Left = 112
Top = 37
Width = 368
Height = 20
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 1
end
object DriverVersionText: TStaticText
Left = 113
Top = 68
Width = 367
Height = 20
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 2
end
object DriverCountText: TStaticText
Left = 348
Top = 10
Width = 57
Height = 20
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 3
end
object VideoCapPanel: TPanel
Left = 9
Top = 102
Width = 473
Height = 250
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -