BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/Display/ImageComp/umain.dfm

116 lines
2.3 KiB
Plaintext

object MainForm: TMainForm
Left = 243
Top = 114
Caption = 'Compare Two Images - www.ImageEn.com'
ClientHeight = 478
ClientWidth = 990
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnActivate = FormActivate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 477
Height = 388
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
OnViewChange = ImageEnView1ViewChange
EnableInteractionHints = True
TabOrder = 0
OnMouseMove = ImageEnView1MouseMove
end
object ImageEnView2: TImageEnView
Left = 495
Top = -1
Width = 477
Height = 388
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
OnViewChange = ImageEnView2ViewChange
EnableInteractionHints = True
TabOrder = 1
OnMouseMove = ImageEnView1MouseMove
end
object Panel1: TPanel
Left = 0
Top = 397
Width = 990
Height = 81
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object Label1: TLabel
Left = 155
Top = 11
Width = 77
Height = 13
Caption = 'Left pixel value:'
end
object Label2: TLabel
Left = 249
Top = 11
Width = 24
Height = 13
Caption = '------'
end
object Label3: TLabel
Left = 155
Top = 32
Width = 83
Height = 13
Caption = 'Right pixel value:'
end
object Label4: TLabel
Left = 249
Top = 32
Width = 24
Height = 13
Caption = '------'
end
object Label5: TLabel
Left = 155
Top = 53
Width = 37
Height = 13
Caption = 'Position'
end
object Label6: TLabel
Left = 249
Top = 53
Width = 24
Height = 13
Caption = '------'
end
object Button1: TButton
Left = 8
Top = 8
Width = 121
Height = 25
Caption = 'Open Left Image'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 495
Top = 8
Width = 121
Height = 25
Anchors = [akTop, akRight]
Caption = 'Open Right Image'
TabOrder = 1
OnClick = Button2Click
end
end
end