📄 main.dfm
字号:
object Form1: TForm1
Left = 122
Top = 49
Width = 554
Height = 479
Caption = 'VIDEO CAPTURE WINDOW'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #32048#26126#39636
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
546
425)
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 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
ImeName = #20013#25991' ('#32321#39636') - '#27880#38899
ItemHeight = 16
TabOrder = 0
OnChange = DriverIndexComboBoxChange
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9')
end
object DriverCountText: TStaticText
Left = 348
Top = 10
Width = 57
Height = 20
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 1
end
object VideoCapPanel: TPanel
Left = 8
Top = 96
Width = 526
Height = 324
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
OnResize = VideoCapPanelResize
end
object ConnectButton: TButton
Left = 9
Top = 39
Width = 75
Height = 25
Caption = #36899#32218
TabOrder = 3
OnClick = ConnectButtonClick
end
object DisConnectButton: TButton
Left = 85
Top = 39
Width = 75
Height = 25
Caption = #26039#32218
Enabled = False
TabOrder = 4
OnClick = DisConnectButtonClick
end
object ScaleCheckBox: TCheckBox
Left = 11
Top = 76
Width = 159
Height = 17
Caption = 'Preview '#33258#21205#32302#25918
TabOrder = 5
OnClick = ScaleCheckBoxClick
end
object MainMenu1: TMainMenu
Left = 429
Top = 17
object ParmsMenuItem: TMenuItem
Caption = #21443#25976
object DriverNameMenuItem: TMenuItem
Caption = 'DRIVER '#21517#31281#21450#29256#26412
OnClick = DriverNameMenuItemClick
end
object DriverCapsMenuItem: TMenuItem
Caption = 'DRIVER '#24615#33021
OnClick = DriverCapsMenuItemClick
end
end
object SetupMenuItem: TMenuItem
Caption = #35373#23450
object DisplayModeMenu: TMenuItem
Caption = #39023#31034#27169#24335
object PreviewMode: TMenuItem
Caption = 'Preview'
OnClick = PreviewModeClick
end
object OverlayMode: TMenuItem
Caption = 'Overlay'
Enabled = False
OnClick = OverlayModeClick
end
end
object PreviewRateMenu: TMenuItem
Caption = #38928#35261#36895#29575
OnClick = PreviewRateMenuClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -