107 lines
2.2 KiB
Plaintext
107 lines
2.2 KiB
Plaintext
object fmain: Tfmain
|
|
Left = 254
|
|
Top = 151
|
|
Caption = 'DirectShow Video Capture Demo - www.ImageEn.com'
|
|
ClientHeight = 714
|
|
ClientWidth = 849
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 46
|
|
Height = 13
|
|
Caption = 'Real Time'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 360
|
|
Width = 72
|
|
Height = 13
|
|
Caption = '5 second delay'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 440
|
|
Top = 360
|
|
Width = 78
|
|
Height = 13
|
|
Caption = '10 second delay'
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 424
|
|
Top = 93
|
|
Width = 129
|
|
Height = 44
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Show Video'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 8
|
|
Top = 24
|
|
Width = 393
|
|
Height = 321
|
|
MouseInteract = [miMoveLayers, miResizeLayers]
|
|
AutoFit = True
|
|
OnDShowNewFrame = ImageEnView1DShowNewFrame
|
|
EnableInteractionHints = True
|
|
TabOrder = 0
|
|
end
|
|
object ImageEnView2: TImageEnView
|
|
Left = 8
|
|
Top = 376
|
|
Width = 393
|
|
Height = 321
|
|
MouseInteract = [miMoveLayers, miResizeLayers]
|
|
AutoFit = True
|
|
OnDShowNewFrame = ImageEnView1DShowNewFrame
|
|
EnableInteractionHints = True
|
|
TabOrder = 1
|
|
end
|
|
object ImageEnView3: TImageEnView
|
|
Left = 440
|
|
Top = 376
|
|
Width = 393
|
|
Height = 321
|
|
MouseInteract = [miMoveLayers, miResizeLayers]
|
|
AutoFit = True
|
|
OnDShowNewFrame = ImageEnView1DShowNewFrame
|
|
EnableInteractionHints = True
|
|
TabOrder = 2
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 423
|
|
Top = 24
|
|
Width = 354
|
|
Height = 57
|
|
Caption = ' Source '
|
|
TabOrder = 3
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Top = 24
|
|
Width = 55
|
|
Height = 13
|
|
Caption = 'Video Input'
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 80
|
|
Top = 21
|
|
Width = 240
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|