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

181 lines
3.7 KiB
Plaintext

object MainForm: TMainForm
Left = 120
Top = 152
Caption = 'Soft Selections 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
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 751
Top = 0
Width = 185
Height = 617
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object GroupBox1: TGroupBox
Left = 7
Top = 44
Width = 171
Height = 129
Caption = ' Selection Intensity '
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 32
Width = 18
Height = 13
Caption = '255'
end
object SelIntensity: TTrackBar
Left = 32
Top = 24
Width = 117
Height = 45
Max = 255
Frequency = 16
Position = 255
TabOrder = 0
OnChange = SelIntensityChange
end
object Button4: TButton
Left = 8
Top = 80
Width = 75
Height = 25
Caption = 'Make Feather'
TabOrder = 1
OnClick = Button4Click
end
object Edit1: TEdit
Left = 96
Top = 83
Width = 33
Height = 21
TabOrder = 2
Text = '4'
end
object UpDown1: TUpDown
Left = 129
Top = 83
Width = 16
Height = 21
Associate = Edit1
Min = 1
Max = 10
Position = 4
TabOrder = 3
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 274
Width = 171
Height = 129
Caption = ' Image Processing '
TabOrder = 2
object Button1: TButton
Left = 40
Top = 24
Width = 75
Height = 25
Caption = 'Effects...'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 56
Width = 75
Height = 25
Caption = 'Negative'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 40
Top = 88
Width = 75
Height = 25
Caption = 'Blur'
TabOrder = 2
OnClick = Button3Click
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 182
Width = 170
Height = 81
Caption = ' Selection Shape '
TabOrder = 3
object RectangleShape: TSpeedButton
Left = 8
Top = 16
Width = 73
Height = 25
GroupIndex = 1
Down = True
Caption = 'Rectangle'
OnClick = RectangleShapeClick
end
object EllipseShape: TSpeedButton
Left = 8
Top = 48
Width = 73
Height = 25
GroupIndex = 1
Caption = 'Ellipse'
OnClick = RectangleShapeClick
end
object PolygonShape: TSpeedButton
Left = 88
Top = 16
Width = 73
Height = 25
GroupIndex = 1
Caption = 'Polygon'
OnClick = RectangleShapeClick
end
object MagicWandShape: TSpeedButton
Left = 88
Top = 48
Width = 73
Height = 25
GroupIndex = 1
Caption = 'MagicWand'
OnClick = RectangleShapeClick
end
end
object Button5: TButton
Left = 24
Top = 8
Width = 137
Height = 25
Caption = 'Load Image'
TabOrder = 0
OnClick = Button5Click
end
end
object ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 751
Height = 617
MouseInteract = [miSelect]
EnableInteractionHints = True
Align = alClient
TabOrder = 1
end
end