BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageAnalysis/DensityAnalysis/umain.dfm

77 lines
1.5 KiB
Plaintext

object Form1: TForm1
Left = 94
Top = 106
Caption = 'Density Analysis - www.ImageEn.com'
ClientHeight = 575
ClientWidth = 659
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 1
Width = 98
Height = 13
Caption = 'Horizontal histogram'
end
object Label2: TLabel
Left = 560
Top = 64
Width = 85
Height = 13
Caption = 'Vertical histogram'
end
object ImageEnView1: TImageEnView
Left = 16
Top = 80
Width = 537
Height = 449
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
LegacyBitmap = False
EnableInteractionHints = True
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 536
Width = 75
Height = 25
Caption = 'Open...'
TabOrder = 1
OnClick = Button1Click
end
object ImageEnView2: TImageEnView
Left = 16
Top = 16
Width = 537
Height = 57
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
LegacyBitmap = False
EnableInteractionHints = True
TabOrder = 2
end
object ImageEnView3: TImageEnView
Left = 560
Top = 80
Width = 81
Height = 449
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
LegacyBitmap = False
EnableInteractionHints = True
TabOrder = 3
end
end