Files
lazarus-ccr/applications/lazstats/source_orig/moveavgunit.lfm
wp_xxyyzz e1c5977e0d LazStats: Adding original source, part 6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:16:49 +00:00

101 lines
1.7 KiB
Plaintext

object MoveAvgFrm: TMoveAvgFrm
Left = 180
Height = 252
Top = 112
Width = 276
Caption = 'Moving Average Specification Form'
ClientHeight = 252
ClientWidth = 276
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 8
Height = 14
Top = 16
Width = 36
Caption = 'Order: '
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 14
Top = 56
Width = 65
Caption = 'Theta Value: '
ParentColor = False
end
object OrderEdit: TEdit
Left = 48
Height = 21
Top = 9
Width = 37
OnKeyPress = OrderEditKeyPress
TabOrder = 0
Text = 'OrderEdit'
end
object ThetaEdit: TEdit
Left = 74
Height = 21
Top = 49
Width = 40
OnKeyPress = ThetaEditKeyPress
TabOrder = 1
Text = 'ThetaEdit'
end
object ThetaList: TListBox
Left = 7
Height = 147
Top = 80
Width = 162
ItemHeight = 0
OnClick = ThetaListClick
TabOrder = 2
end
object ResetBtn: TButton
Left = 184
Height = 32
Top = 49
Width = 80
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 3
end
object CancelBtn: TButton
Left = 184
Height = 32
Top = 96
Width = 80
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object ApplyBtn: TButton
Left = 184
Height = 32
Top = 144
Width = 80
Caption = 'Apply'
OnClick = ApplyBtnClick
TabOrder = 5
end
object OKBtn: TButton
Left = 184
Height = 32
Top = 195
Width = 80
Caption = 'OK'
ModalResult = 1
TabOrder = 6
end
object HelpBtn: TButton
Tag = 132
Left = 184
Height = 28
Top = 8
Width = 81
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 7
end
end