You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7882 8e941d3f-bd1b-0410-a28a-d453659cc2b4
55 lines
950 B
Plaintext
55 lines
950 B
Plaintext
object FFTFrm: TFFTFrm
|
|
Left = 192
|
|
Height = 138
|
|
Top = 136
|
|
Width = 232
|
|
Caption = 'Fourier Transform Form'
|
|
ClientHeight = 138
|
|
ClientWidth = 232
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 72
|
|
Width = 90
|
|
Caption = 'Number of points: '
|
|
ParentColor = False
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 7
|
|
Height = 44
|
|
Top = 8
|
|
Width = 209
|
|
Lines.Strings = (
|
|
'Enter the number of data points to '
|
|
'include in the Fourier smoothing.'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object NptsEdit: TEdit
|
|
Left = 104
|
|
Height = 21
|
|
Top = 62
|
|
Width = 45
|
|
TabOrder = 1
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 7
|
|
Height = 29
|
|
Top = 97
|
|
Width = 70
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object OKBtn: TButton
|
|
Left = 112
|
|
Height = 29
|
|
Top = 97
|
|
Width = 70
|
|
Caption = 'OK'
|
|
ModalResult = 1
|
|
TabOrder = 3
|
|
end
|
|
end
|