91 lines
2.1 KiB
Plaintext
91 lines
2.1 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 275
|
|
Top = 164
|
|
Caption = 'MultiView 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
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 205
|
|
Height = 602
|
|
ThumbWidth = 170
|
|
ThumbHeight = 170
|
|
StoreType = ietNormal
|
|
OnImageSelect = ImageEnMView1ImageSelect
|
|
GridWidth = 1
|
|
SelectionWidth = 3
|
|
SelectionColor = clNavy
|
|
Style = iemsFlat
|
|
EnableMultiSelect = True
|
|
MultiSelectionOptions = [iemoSelectOnMouseUp]
|
|
ThumbnailsBorderColor = clBlack
|
|
ImageEnVersion = '4.0.0'
|
|
Align = alLeft
|
|
TabOrder = 0
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 205
|
|
Top = 0
|
|
Width = 731
|
|
Height = 597
|
|
Background = clBtnFace
|
|
LegacyBitmap = False
|
|
MouseInteract = [miZoom]
|
|
OnLayerNotify = ImageEnView1LayerNotify
|
|
EnableInteractionHints = True
|
|
MouseWheelParams.Action = iemwZoom
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 88
|
|
Top = 40
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object PrintCurrent1: TMenuItem
|
|
Caption = 'Print Current...'
|
|
OnClick = PrintCurrent1Click
|
|
end
|
|
object Print1: TMenuItem
|
|
Caption = 'Print All...'
|
|
OnClick = Print1Click
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
object View1: TMenuItem
|
|
Caption = 'View'
|
|
object ShowAnnotations1: TMenuItem
|
|
Caption = 'Show Annotations'
|
|
Checked = True
|
|
OnClick = ShowAnnotations1Click
|
|
end
|
|
end
|
|
end
|
|
end
|