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

76 lines
1.5 KiB
Plaintext

object MainForm: TMainForm
Left = 200
Top = 114
Caption = 'Make Transparent demo - www.ImageEn.com'
ClientHeight = 617
ClientWidth = 936
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 Panel1: TPanel
Left = 720
Top = 0
Width = 216
Height = 617
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 48
Top = 96
Width = 113
Height = 25
Caption = 'Pick Transparent'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 48
Top = 56
Width = 113
Height = 25
Caption = 'Reload'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 48
Top = 16
Width = 113
Height = 25
Caption = 'Load Image'
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 48
Top = 136
Width = 113
Height = 25
Caption = 'Save Image'
TabOrder = 3
OnClick = Button4Click
end
end
object ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 720
Height = 617
Background = clWhite
BackgroundStyle = iebsChessboard
EnableInteractionHints = True
Align = alClient
TabOrder = 1
OnClick = ImageEnView1Click
OnMouseMove = ImageEnView1MouseMove
end
end