42 lines
892 B
Plaintext
42 lines
892 B
Plaintext
object Form1: TForm1
|
|
Left = 296
|
|
Top = 111
|
|
Caption = 'Automatic Panning 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
|
|
Background = clBtnFace
|
|
MouseInteract = [miMovingScroll]
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
OnMouseUp = ImageEnView1MouseUp
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 64
|
|
Top = 40
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
end
|
|
end
|
|
end
|