155 lines
2.9 KiB
Plaintext
155 lines
2.9 KiB
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Top = 116
|
|
Caption = 'SoftShadow Demo - www.ImageEn.com'
|
|
ClientHeight = 595
|
|
ClientWidth = 675
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 490
|
|
Top = 0
|
|
Width = 185
|
|
Height = 595
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 16
|
|
Width = 32
|
|
Height = 13
|
|
Caption = 'Radius'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 48
|
|
Width = 58
|
|
Height = 13
|
|
Caption = 'Horiz Offset'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 16
|
|
Top = 80
|
|
Width = 54
|
|
Height = 13
|
|
Caption = 'Vert Offset'
|
|
end
|
|
object Button1: TButton
|
|
Left = 40
|
|
Top = 120
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Apply'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 79
|
|
Top = 12
|
|
Width = 33
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '3'
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 112
|
|
Top = 12
|
|
Width = 15
|
|
Height = 21
|
|
Associate = Edit1
|
|
Min = 1
|
|
Position = 3
|
|
TabOrder = 2
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 79
|
|
Top = 44
|
|
Width = 33
|
|
Height = 21
|
|
TabOrder = 3
|
|
Text = '3'
|
|
end
|
|
object UpDown2: TUpDown
|
|
Left = 112
|
|
Top = 44
|
|
Width = 15
|
|
Height = 21
|
|
Associate = Edit2
|
|
Min = -30
|
|
Max = 30
|
|
Position = 3
|
|
TabOrder = 4
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 79
|
|
Top = 76
|
|
Width = 33
|
|
Height = 21
|
|
TabOrder = 5
|
|
Text = '3'
|
|
end
|
|
object UpDown3: TUpDown
|
|
Left = 112
|
|
Top = 76
|
|
Width = 15
|
|
Height = 21
|
|
Associate = Edit3
|
|
Min = -30
|
|
Max = 30
|
|
Position = 3
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 490
|
|
Height = 595
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 104
|
|
Top = 24
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
object Save1: TMenuItem
|
|
Caption = '&Save...'
|
|
OnClick = Save1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
end
|
|
end
|
|
object Edit4: TMenuItem
|
|
Caption = '&Edit'
|
|
object Background1: TMenuItem
|
|
Caption = '&Background'
|
|
OnClick = Background1Click
|
|
end
|
|
end
|
|
end
|
|
object ColorDialog1: TColorDialog
|
|
Left = 170
|
|
Top = 18
|
|
end
|
|
end
|