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

103 lines
2.1 KiB
Plaintext

object Form1: TForm1
Left = 320
Top = 230
Caption = 'DesktopToAvi Demo - www.ImageEn.com'
ClientHeight = 205
ClientWidth = 740
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 ImageEnMView1: TImageEnMView
Left = 0
Top = 41
Width = 740
Height = 164
Background = clWindow
ParentCtl3D = False
StoreType = ietNormal
ThumbWidth = 120
ThumbHeight = 120
HorizBorder = 4
VertBorder = 4
TextMargin = 0
GridWidth = 0
SelectionWidth = 3
SelectionColor = clRed
Style = iemsFlat
ThumbnailsBackground = clBtnFace
ThumbnailsBackgroundSelected = clBtnFace
MultiSelectionOptions = []
ThumbnailsBorderWidth = 0
ThumbnailsBorderColor = clBlack
DefaultBottomText = iedtNone
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 740
Height = 41
Align = alTop
BevelOuter = bvNone
ParentBackground = False
TabOrder = 1
object Label1: TLabel
Left = 192
Top = 14
Width = 38
Height = 13
Caption = 'AVI file:'
end
object btnRecord: TButton
Left = 10
Top = 8
Width = 75
Height = 25
Caption = 'Record'
TabOrder = 0
OnClick = btnRecordClick
end
object edtFilename: TEdit
Left = 234
Top = 11
Width = 364
Height = 21
TabOrder = 1
Text = 'c:\temp.avi'
end
object btnPlay: TButton
Left = 93
Top = 8
Width = 75
Height = 25
Caption = 'Play'
TabOrder = 2
OnClick = btnPlayClick
end
object chkMinimize: TCheckBox
Left = 615
Top = 13
Width = 122
Height = 17
Caption = 'Minimize on Record'
TabOrder = 3
end
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 578
Top = 58
end
end