87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 200
|
|
Top = 113
|
|
Caption = 'ImageEnMView Drag/Drop 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
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 0
|
|
Top = 41
|
|
Width = 205
|
|
Height = 576
|
|
Background = clBtnFace
|
|
StoreType = ietNormal
|
|
ThumbWidth = 170
|
|
ThumbHeight = 170
|
|
HorizBorder = 4
|
|
VertBorder = 4
|
|
OnImageSelect = ImageEnMView1ImageSelect
|
|
GridWidth = 1
|
|
SelectionColor = 14583092
|
|
Style = iemsFlat
|
|
ThumbnailsBackground = clBtnFace
|
|
ThumbnailsBackgroundSelected = clBtnFace
|
|
EnableMultiSelect = True
|
|
MultiSelectionOptions = []
|
|
ThumbnailsBorderWidth = 0
|
|
ThumbnailsBorderColor = clBlack
|
|
OnAfterEvent = ImageEnMView1AfterEvent
|
|
Align = alLeft
|
|
TabOrder = 0
|
|
OnDragDrop = ImageEnMView1DragDrop
|
|
OnDragOver = ImageEnMView1DragOver
|
|
OnEndDrag = ImageEnMView1EndDrag
|
|
OnMouseMove = ImageEnMView1MouseMove
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 205
|
|
Top = 41
|
|
Width = 731
|
|
Height = 576
|
|
Background = clBtnFace
|
|
MouseInteract = [miZoom]
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
object pnlTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 936
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 2
|
|
object lblInfo: TLabel
|
|
Left = 107
|
|
Top = 14
|
|
Width = 662
|
|
Height = 13
|
|
Caption =
|
|
'Open an image with multiple frames (e.g. TIFF) or open multiple ' +
|
|
'images (e.g. JPEG and BMP files). Then drag/drop images to reord' +
|
|
'er them'
|
|
end
|
|
object btnOpen: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 81
|
|
Height = 25
|
|
Caption = 'Open Image'
|
|
TabOrder = 0
|
|
OnClick = btnOpenClick
|
|
end
|
|
end
|
|
end
|