BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/InputOutput/LargeVideos/umain.dfm

97 lines
2.2 KiB
Plaintext

object MainForm: TMainForm
Left = 200
Top = 116
Width = 1008
Height = 340
Caption = 'Large Videos Demo - www.ImageEn.com'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ImageEnMView1: TImageEnMView
Left = 0
Top = 57
Width = 1000
Height = 249
ParentCtl3D = False
ThumbWidth = 200
ThumbHeight = 200
SelectionWidth = 3
SelectionColor = clRed
ThumbnailsBorderColor = clBlack
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 1000
Height = 57
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object ButtonInsert1: TButton
Left = 104
Top = 16
Width = 97
Height = 25
Caption = 'Insert (Method 1)'
TabOrder = 0
OnClick = ButtonInsert1Click
end
object ButtonClear: TButton
Left = 16
Top = 16
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 1
OnClick = ButtonClearClick
end
object ButtonInsert2: TButton
Left = 216
Top = 16
Width = 105
Height = 25
Caption = 'Insert (Method 2)'
TabOrder = 2
OnClick = ButtonInsert2Click
end
object ButtonSave: TButton
Left = 336
Top = 16
Width = 75
Height = 25
Caption = 'Save'
TabOrder = 3
OnClick = ButtonSaveClick
end
end
object OpenImageEnDialog1: TOpenImageEnDialog
Filter =
'All|*.*|TIFF Bitmap (TIF;TIFF;FAX;G3N;G3F)|*.tif;*.tiff;*.fax;*.' +
'g3n;*.g3f|CompuServe Bitmap (GIF)|*.gif|JPEG Bitmap (JPG;JPEG;JP' +
'E)|*.jpg;*.jpeg;*.jpe|MPEG|*.mpeg;*.mpg|Video for Windows (AVI)|' +
'*.avi|Multipage PCX (DCX)|*.dcx'
AutoSetFilter = False
Left = 346
Top = 66
end
object SaveImageEnDialog1: TSaveImageEnDialog
Filter =
'CompuServe Bitmap (GIF)|*.gif|TIFF Bitmap (TIF)|*.tif|AVI (AVI)|' +
'*.avi'
AutoSetFilter = False
ExOptions = [sdShowPreview, sdShowAdvanced]
AttachedImageEnIO = ImageEnMView1
Left = 392
Top = 65
end
end