478 lines
12 KiB
Plaintext
478 lines
12 KiB
Plaintext
object Form1: TForm1
|
|
Left = 208
|
|
Top = 160
|
|
ActiveControl = Navigator1
|
|
Caption = 'ImageEn SetExternalBitmap Demo'
|
|
ClientHeight = 715
|
|
ClientWidth = 1144
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
WindowState = wsMaximized
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Splitter6: TSplitter
|
|
Left = 214
|
|
Top = 0
|
|
Width = 5
|
|
Height = 698
|
|
Color = clBlack
|
|
ParentColor = False
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 214
|
|
Height = 698
|
|
Align = alLeft
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
object GroupBox1: TGroupBox
|
|
Left = 9
|
|
Top = 68
|
|
Width = 185
|
|
Height = 185
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Caption = 'Navigator'
|
|
TabOrder = 0
|
|
object Navigator1: TImageEnView
|
|
Left = 15
|
|
Top = 18
|
|
Width = 148
|
|
Height = 154
|
|
Background = 16244694
|
|
Ctl3D = False
|
|
ParentCtl3D = False
|
|
ZoomFilter = rfFastLinear
|
|
BackgroundStyle = iebsCropShadow
|
|
OnProgress = Navigator1Progress
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
EnableInteractionHints = True
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 9
|
|
Top = 266
|
|
Width = 185
|
|
Height = 62
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Caption = 'ZoomFilter'
|
|
TabOrder = 1
|
|
object cbZoomFilter1: TComboBox
|
|
Left = 12
|
|
Top = 24
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = cbZoomFilter1Change
|
|
Items.Strings = (
|
|
'None'
|
|
'Triangle'
|
|
'Hermite'
|
|
'Bell'
|
|
'BSplin'
|
|
'Lanczos'
|
|
'Mitchell'
|
|
'Nearest'
|
|
'Linear'
|
|
'FastLinear'
|
|
'Bilinear'
|
|
'Bicubic')
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 16
|
|
Top = 16
|
|
Width = 113
|
|
Height = 25
|
|
Caption = 'Open Image'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
end
|
|
object Panel10: TPanel
|
|
Left = 219
|
|
Top = 0
|
|
Width = 925
|
|
Height = 698
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
object Splitter3: TSplitter
|
|
Left = 0
|
|
Top = 417
|
|
Width = 925
|
|
Height = 5
|
|
Cursor = crVSplit
|
|
Align = alTop
|
|
Color = clBlack
|
|
ParentColor = False
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 925
|
|
Height = 417
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
TabOrder = 0
|
|
object Splitter2: TSplitter
|
|
Left = 0
|
|
Top = 189
|
|
Width = 925
|
|
Height = 5
|
|
Cursor = crVSplit
|
|
Align = alTop
|
|
Color = clBlack
|
|
ParentColor = False
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel5: TPanel
|
|
Left = 0
|
|
Top = 194
|
|
Width = 925
|
|
Height = 223
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
TabOrder = 0
|
|
object Splitter1: TSplitter
|
|
Left = 318
|
|
Top = 0
|
|
Width = 5
|
|
Height = 223
|
|
Color = clBlack
|
|
ParentColor = False
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel6: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 318
|
|
Height = 223
|
|
Align = alLeft
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
object Label3: TLabel
|
|
Left = 0
|
|
Top = 210
|
|
Width = 318
|
|
Height = 13
|
|
Align = alBottom
|
|
Caption = ' Zoom- 50%'
|
|
Color = 16244694
|
|
FocusControl = ImageEnView3
|
|
ParentColor = False
|
|
end
|
|
object ImageEnView3: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 318
|
|
Height = 210
|
|
Background = 16244694
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miZoom, miScroll]
|
|
OnZoomIn = ImageEnView3ZoomIn
|
|
OnZoomOut = ImageEnView3ZoomOut
|
|
OnProgress = ImageEnView3Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Panel7: TPanel
|
|
Left = 323
|
|
Top = 0
|
|
Width = 602
|
|
Height = 223
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
object Panel9: TPanel
|
|
Left = 597
|
|
Top = 0
|
|
Width = 5
|
|
Height = 223
|
|
Align = alRight
|
|
Caption = 'Panel9'
|
|
Color = clBlack
|
|
TabOrder = 0
|
|
end
|
|
object Panel12: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 597
|
|
Height = 223
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Label4: TLabel
|
|
Left = 0
|
|
Top = 210
|
|
Width = 597
|
|
Height = 13
|
|
Align = alBottom
|
|
Caption = ' Zoom- 75%'
|
|
Color = 16244694
|
|
FocusControl = ImageEnView4
|
|
ParentColor = False
|
|
end
|
|
object ImageEnView4: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 597
|
|
Height = 210
|
|
Background = 16244694
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miZoom, miScroll]
|
|
OnZoomIn = ImageEnView4ZoomIn
|
|
OnZoomOut = ImageEnView4ZoomOut
|
|
OnProgress = ImageEnView4Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Panel8: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 925
|
|
Height = 189
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
TabOrder = 1
|
|
object Splitter4: TSplitter
|
|
Left = 589
|
|
Top = 0
|
|
Width = 5
|
|
Height = 189
|
|
Align = alRight
|
|
Color = clBlack
|
|
ParentColor = False
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 589
|
|
Height = 189
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Top = 176
|
|
Width = 589
|
|
Height = 13
|
|
Align = alBottom
|
|
Caption = ' Zoom- 10%'
|
|
Color = 16244694
|
|
FocusControl = ImageEnView1
|
|
ParentColor = False
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 5
|
|
Width = 589
|
|
Height = 171
|
|
Background = 16244694
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miZoom, miScroll]
|
|
OnZoomIn = ImageEnView1ZoomIn
|
|
OnZoomOut = ImageEnView1ZoomOut
|
|
OnProgress = ImageEnView1Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object Panel15: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 589
|
|
Height = 5
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = clBlack
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Panel4: TPanel
|
|
Left = 594
|
|
Top = 0
|
|
Width = 331
|
|
Height = 189
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
TabOrder = 1
|
|
object Panel13: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 326
|
|
Height = 189
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel13'
|
|
TabOrder = 0
|
|
object Label2: TLabel
|
|
Left = 0
|
|
Top = 176
|
|
Width = 326
|
|
Height = 13
|
|
Align = alBottom
|
|
Caption = ' Zoom- 25%'
|
|
Color = 16244694
|
|
FocusControl = ImageEnView2
|
|
ParentColor = False
|
|
end
|
|
object ImageEnView2: TImageEnView
|
|
Left = 0
|
|
Top = 5
|
|
Width = 326
|
|
Height = 171
|
|
Background = 16244694
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miZoom, miScroll]
|
|
OnZoomIn = ImageEnView2ZoomIn
|
|
OnZoomOut = ImageEnView2ZoomOut
|
|
OnProgress = ImageEnView2Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object Panel16: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 326
|
|
Height = 5
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Color = clBlack
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Panel14: TPanel
|
|
Left = 326
|
|
Top = 0
|
|
Width = 5
|
|
Height = 189
|
|
Align = alRight
|
|
Color = clBlack
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Panel11: TPanel
|
|
Left = 0
|
|
Top = 422
|
|
Width = 920
|
|
Height = 271
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Color = 16244694
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
object Label6: TLabel
|
|
Left = 0
|
|
Top = 258
|
|
Width = 920
|
|
Height = 13
|
|
Align = alBottom
|
|
Caption = ' Zoom- 100%'
|
|
Color = 16244694
|
|
FocusControl = ImageEnView4
|
|
ParentColor = False
|
|
end
|
|
object MainView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 920
|
|
Height = 258
|
|
Background = 16244694
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miZoom, miScroll]
|
|
OnZoomIn = MainView1ZoomIn
|
|
OnZoomOut = MainView1ZoomOut
|
|
OnProgress = MainView1Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Panel17: TPanel
|
|
Left = 920
|
|
Top = 422
|
|
Width = 5
|
|
Height = 271
|
|
Align = alRight
|
|
Caption = 'Panel9'
|
|
Color = clBlack
|
|
TabOrder = 2
|
|
end
|
|
object Panel18: TPanel
|
|
Left = 0
|
|
Top = 693
|
|
Width = 925
|
|
Height = 5
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
Color = clBlack
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 0
|
|
Top = 698
|
|
Width = 1144
|
|
Height = 17
|
|
Align = alBottom
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
end
|