BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/Display/VMR_Video/umain.dfm

145 lines
3.1 KiB
Plaintext

object Form1: TForm1
Left = 155
Top = 149
Caption = 'VMR Video - www.ImageEn.com'
ClientHeight = 477
ClientWidth = 1020
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 1020
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 18
Top = 11
Width = 220
Height = 16
Caption = 'Rendering a multimedia file on overlay'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
end
object Panel2: TPanel
Left = 0
Top = 428
Width = 1020
Height = 49
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Label2: TLabel
Left = 11
Top = 14
Width = 66
Height = 13
Caption = 'Zoom (100%)'
end
object TrackBar1: TTrackBar
Left = 83
Top = 8
Width = 150
Height = 29
Max = 3000
Min = 1
Frequency = 100
Position = 100
TabOrder = 0
OnChange = TrackBar1Change
end
end
object ImageEnView1: TImageEnView
Left = 180
Top = 41
Width = 840
Height = 387
EnableInteractionHints = True
Align = alClient
TabOrder = 2
end
object ImageEnMView1: TImageEnMView
Left = 0
Top = 41
Width = 180
Height = 387
Background = clBtnFace
StoreType = ietNormal
OnImageSelect = ImageEnMView1ImageSelect
GridWidth = 1
SelectionWidth = 3
SelectionColor = clRed
Style = iemsFlat
ThumbnailsBackground = clBtnFace
ThumbnailsBackgroundSelected = clBtnFace
MultiSelectionOptions = []
ThumbnailsBorderWidth = 0
ThumbnailsBorderColor = clBlack
DefaultBottomText = iedtNone
Align = alLeft
TabOrder = 3
end
object OpenImageEnDialog1: TOpenImageEnDialog
Filter = 'Multimedia files|*.avi;*.mpeg;*.mpg;*.wmv'
AutoSetFilter = False
Left = 846
Top = 73
end
object MainMenu1: TMainMenu
Left = 178
Top = 97
object File1: TMenuItem
Caption = '&File'
object Open1: TMenuItem
Caption = 'Open...'
OnClick = Open1Click
end
object Saveframe1: TMenuItem
Caption = '&Save frame...'
OnClick = Saveframe1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Exit'
end
end
object Stop1: TMenuItem
Caption = '&Control'
object Play1: TMenuItem
Caption = '&Play'
OnClick = Play1Click
end
object Pause1: TMenuItem
Caption = 'Pause'
OnClick = Pause1Click
end
object Stop2: TMenuItem
Caption = '&Stop'
OnClick = Stop2Click
end
end
object Getframe1: TMenuItem
Caption = '&Get frame'
OnClick = Getframe1Click
end
end
end