BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageAcquisition/TakePhoto/umain.dfm

47 lines
922 B
Plaintext

object Form1: TForm1
Left = 200
Top = 116
Width = 594
Height = 492
Caption = 'WIA Take Photo 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 ImageEnView1: TImageEnView
Left = 16
Top = 16
Width = 393
Height = 425
ParentCtl3D = False
AutoFit = True
ImageEnVersion = '4.0.0'
EnableInteractionHints = True
TabOrder = 0
end
object Button1: TButton
Left = 424
Top = 16
Width = 129
Height = 25
Caption = 'Select WIA device'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 424
Top = 56
Width = 129
Height = 25
Caption = 'Take Photo'
TabOrder = 2
OnClick = Button2Click
end
end