BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/VideoCapture/VideoCapture3_Deprecated/Unit1.dfm

178 lines
3.8 KiB
Plaintext

object Form1: TForm1
Left = 186
Top = 204
BorderStyle = bsSingle
Caption = 'Video capture demo - www.ImageEn.com'
ClientHeight = 563
ClientWidth = 719
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 410
Top = 0
Width = 309
Height = 563
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object SpeedButton2: TSpeedButton
Left = 96
Top = 416
Width = 129
Height = 41
AllowAllUp = True
GroupIndex = 1
Caption = 'Show Video'
OnClick = SpeedButton2Click
end
object GroupBox1: TGroupBox
Left = 12
Top = 8
Width = 289
Height = 313
Caption = ' Input '
TabOrder = 0
object Label5: TLabel
Left = 64
Top = 24
Width = 51
Height = 13
Caption = 'Video size:'
end
object Label6: TLabel
Left = 120
Top = 24
Width = 28
Height = 13
Caption = '-------'
end
object Label8: TLabel
Left = 10
Top = 292
Width = 9
Height = 13
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object CheckBox1: TCheckBox
Left = 184
Top = 21
Width = 65
Height = 17
Caption = 'Overlay'
TabOrder = 0
OnClick = CheckBox1Click
end
object ImageEnVideoView1: TImageEnVideoView
Left = 10
Top = 42
Width = 264
Height = 247
Background = clSilver
ParentCtl3D = False
MouseInteract = [miZoom, miSelect]
EnableInteractionHints = True
TabOrder = 1
OnJob = ImageEnVideoView1Job
end
end
object GroupBox4: TGroupBox
Left = 12
Top = 323
Width = 289
Height = 83
Caption = ' Configure '
TabOrder = 1
object Label9: TLabel
Left = 10
Top = 53
Width = 57
Height = 13
Caption = 'Video input:'
end
object Button5: TButton
Left = 10
Top = 16
Width = 71
Height = 25
Caption = 'Source...'
TabOrder = 0
OnClick = Button5Click
end
object Button6: TButton
Left = 85
Top = 16
Width = 68
Height = 25
Caption = 'Format...'
TabOrder = 1
OnClick = Button6Click
end
object Button7: TButton
Left = 160
Top = 16
Width = 72
Height = 25
Caption = 'Display...'
TabOrder = 2
OnClick = Button7Click
end
object ComboBox2: TComboBox
Left = 72
Top = 51
Width = 205
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox2Change
end
end
object Button4: TButton
Left = 96
Top = 468
Width = 129
Height = 41
Caption = 'Get Frame'
TabOrder = 2
OnClick = Button4Click
end
object Button1: TButton
Left = 192
Top = 525
Width = 107
Height = 28
Caption = 'Save Frames...'
TabOrder = 3
OnClick = Button1Click
end
end
object ImageEnMView1: TImageEnMView
Left = 0
Top = 0
Width = 410
Height = 563
ParentCtl3D = False
GridWidth = -1
SelectionWidth = 3
SelectionColor = clRed
Style = iemsFlat
ThumbnailsBorderColor = clBlack
Align = alClient
TabOrder = 1
end
end