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

168 lines
3.1 KiB
Plaintext

object Form1: TForm1
Left = 200
Top = 116
Caption = 'FFT Demo - www.ImageEn.com'
ClientHeight = 533
ClientWidth = 848
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 69
Height = 13
Caption = 'Original Image'
end
object Label2: TLabel
Left = 488
Top = 16
Width = 18
Height = 13
Caption = 'FFT'
end
object ImageEnView1: TImageEnView
Left = 8
Top = 40
Width = 353
Height = 377
AutoFit = True
OnProgress = ImageEnView1Progress
EnableInteractionHints = True
TabOrder = 0
end
object Button1: TButton
Left = 87
Top = 10
Width = 66
Height = 25
Caption = 'Open...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 369
Top = 120
Width = 112
Height = 25
Caption = 'Create FFT -->'
TabOrder = 2
OnClick = Button2Click
end
object ImageEnView2: TImageEnView
Left = 488
Top = 40
Width = 353
Height = 377
MouseInteract = [miSelect]
AutoFit = True
OnSelectionChanging = ImageEnView2SelectionChanging
EnableInteractionHints = True
TabOrder = 3
end
object ProgressBar1: TProgressBar
Left = 8
Top = 424
Width = 353
Height = 17
TabOrder = 4
end
object Button3: TButton
Left = 368
Top = 160
Width = 113
Height = 25
Caption = '<-- Recreate Image'
TabOrder = 5
OnClick = Button3Click
end
object GroupBox1: TGroupBox
Left = 488
Top = 424
Width = 353
Height = 97
Caption = 'Processing FFT'
TabOrder = 6
object Label3: TLabel
Left = 17
Top = 20
Width = 38
Height = 13
Caption = 'Hi Pass:'
end
object Label4: TLabel
Left = 17
Top = 44
Width = 40
Height = 13
Caption = 'Lo Pass:'
end
object Label5: TLabel
Left = 17
Top = 68
Width = 55
Height = 13
Caption = 'Clear Area:'
end
object Label6: TLabel
Left = 74
Top = 68
Width = 4
Height = 13
Caption = '-'
end
object Edit1: TEdit
Left = 64
Top = 16
Width = 41
Height = 21
TabOrder = 0
Text = '1'
end
object Button4: TButton
Left = 168
Top = 16
Width = 46
Height = 21
Caption = 'Do'
TabOrder = 1
OnClick = Button4Click
end
object Edit2: TEdit
Left = 64
Top = 40
Width = 41
Height = 21
TabOrder = 2
Text = '300'
end
object Button5: TButton
Left = 168
Top = 40
Width = 46
Height = 21
Caption = 'Do'
TabOrder = 3
OnClick = Button5Click
end
object Button6: TButton
Left = 168
Top = 64
Width = 46
Height = 21
Caption = 'Do'
TabOrder = 4
OnClick = Button6Click
end
end
end