86 lines
1.8 KiB
Plaintext
86 lines
1.8 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 200
|
|
Top = 114
|
|
Caption = 'Add Spots Demo - www.ImageEn.com'
|
|
ClientHeight = 597
|
|
ClientWidth = 936
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 936
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object AddSpotButton: TSpeedButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 89
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Caption = 'Add Spot'
|
|
OnClick = ButtonSwitch
|
|
end
|
|
object SelectButton: TSpeedButton
|
|
Left = 112
|
|
Top = 8
|
|
Width = 89
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Down = True
|
|
Caption = 'Select/Move'
|
|
OnClick = ButtonSwitch
|
|
end
|
|
end
|
|
object ImageEnVect1: TImageEnVect
|
|
Left = 0
|
|
Top = 41
|
|
Width = 936
|
|
Height = 556
|
|
Background = clBtnFace
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
OnSelectObject = ImageEnVect1SelectObject
|
|
OnObjectOver = ImageEnVect1ObjectOver
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 114
|
|
Top = 115
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
object Save1: TMenuItem
|
|
Caption = '&Save...'
|
|
OnClick = Save1Click
|
|
end
|
|
object Print1: TMenuItem
|
|
Caption = '&Print...'
|
|
OnClick = Print1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
end
|
|
end
|