196 lines
4.1 KiB
Plaintext
196 lines
4.1 KiB
Plaintext
object fmain: Tfmain
|
|
Left = 191
|
|
Top = 68
|
|
Caption = 'Simple Motion Detector - www.ImageEn.com'
|
|
ClientHeight = 727
|
|
ClientWidth = 889
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 547
|
|
Height = 727
|
|
Background = clBtnFace
|
|
MouseInteract = [miMoveLayers, miResizeLayers]
|
|
OnDShowNewFrame = ImageEnView1DShowNewFrame
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 547
|
|
Top = 0
|
|
Width = 342
|
|
Height = 727
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object GroupBox1: TGroupBox
|
|
Left = 7
|
|
Top = 8
|
|
Width = 329
|
|
Height = 377
|
|
Caption = ' Source '
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Top = 24
|
|
Width = 55
|
|
Height = 13
|
|
Caption = 'Video Input'
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 104
|
|
Top = 267
|
|
Width = 129
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Capture'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object Label4: TLabel
|
|
Left = 104
|
|
Top = 299
|
|
Width = 4
|
|
Height = 13
|
|
Caption = '-'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 56
|
|
Width = 94
|
|
Height = 13
|
|
Caption = 'Supported formats:'
|
|
end
|
|
object Label6: TLabel
|
|
Left = 8
|
|
Top = 128
|
|
Width = 28
|
|
Height = 13
|
|
Caption = 'Width'
|
|
end
|
|
object Label7: TLabel
|
|
Left = 8
|
|
Top = 149
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Height'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 8
|
|
Top = 192
|
|
Width = 62
|
|
Height = 13
|
|
Caption = 'Video Source'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 72
|
|
Top = 356
|
|
Width = 190
|
|
Height = 13
|
|
Caption = 'Capture file will be saved to: C:\cap.avi'
|
|
end
|
|
object Panel2: TStaticText
|
|
Left = 107
|
|
Top = 320
|
|
Width = 126
|
|
Height = 17
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
BorderStyle = sbsSunken
|
|
Caption = 'Paused'
|
|
Color = clGreen
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 5
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 80
|
|
Top = 21
|
|
Width = 240
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = ComboBox1Change
|
|
end
|
|
object ListBox1: TListBox
|
|
Left = 104
|
|
Top = 53
|
|
Width = 213
|
|
Height = 63
|
|
ItemHeight = 13
|
|
TabOrder = 1
|
|
OnClick = ListBox1Click
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 74
|
|
Top = 124
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 2
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 74
|
|
Top = 148
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 3
|
|
end
|
|
object ComboBox2: TComboBox
|
|
Left = 75
|
|
Top = 189
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 4
|
|
OnChange = ComboBox2Change
|
|
end
|
|
end
|
|
object ImageEnView2: TImageEnView
|
|
Left = 8
|
|
Top = 392
|
|
Width = 329
|
|
Height = 257
|
|
LegacyBitmap = False
|
|
AutoFit = True
|
|
EnableInteractionHints = True
|
|
TabOrder = 1
|
|
end
|
|
object ImageEnView3: TImageEnView
|
|
Left = 8
|
|
Top = 656
|
|
Width = 329
|
|
Height = 73
|
|
EnableInteractionHints = True
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 10000
|
|
OnTimer = Timer1Timer
|
|
Left = 314
|
|
Top = 202
|
|
end
|
|
end
|