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

39 lines
781 B
Plaintext

object MainForm: TMainForm
Left = 207
Top = 124
Width = 870
Height = 442
Caption = 'TImageEnMView video capture'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ButtonAddInput: TButton
Left = 16
Top = 16
Width = 75
Height = 25
Caption = 'Add Input'
TabOrder = 0
OnClick = ButtonAddInputClick
end
object ImageEnMView1: TImageEnMView
Left = 112
Top = 16
Width = 705
Height = 369
ParentCtl3D = False
ThumbWidth = 200
ThumbHeight = 150
TabOrder = 1
end
end