BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageEditing/RedEye/umain.dfm

44 lines
942 B
Plaintext

object Form1: TForm1
Left = 194
Top = 110
Caption = 'RedEye Removal Demo - www.ImageEn.com'
ClientHeight = 441
ClientWidth = 854
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 ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 854
Height = 441
MouseInteract = [miSelectCircle]
EnableInteractionHints = True
Align = alClient
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 114
Top = 61
object File1: TMenuItem
Caption = '&File'
object Open1: TMenuItem
Caption = '&Open...'
OnClick = Open1Click
end
end
object RemoveRedEyes1: TMenuItem
Caption = 'Remove Red Eyes'
OnClick = RemoveRedEyes1Click
end
end
end