BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/VideoCapture/VideoEffects/umain.dfm

156 lines
3.2 KiB
Plaintext

object fmain: Tfmain
Left = 142
Top = 103
Caption = 'Video Capture Effects - www.ImageEn.com'
ClientHeight = 662
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
PixelsPerInch = 96
TextHeight = 13
object ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 547
Height = 662
MouseInteract = [miMoveLayers, miResizeLayers]
OnDShowNewFrame = ImageEnView1DShowNewFrame
EnableInteractionHints = True
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 547
Top = 0
Width = 342
Height = 662
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 412
Width = 38
Height = 13
Caption = 'Output:'
end
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 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
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 edtFilename: TEdit
Left = 48
Top = 408
Width = 281
Height = 21
TabOrder = 1
Text = 'C:\Capture.avi'
end
end
end