You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
object rootmethodfrm: Trootmethodfrm
|
|
Left = 246
|
|
Height = 257
|
|
Top = 136
|
|
Width = 477
|
|
Caption = 'Method to Obtain Roots'
|
|
ClientHeight = 257
|
|
ClientWidth = 477
|
|
LCLVersion = '0.9.28.2'
|
|
object MethodGroup: TRadioGroup
|
|
Left = 7
|
|
Height = 189
|
|
Top = 14
|
|
Width = 462
|
|
AutoFill = True
|
|
Caption = 'METHOD:'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 171
|
|
ClientWidth = 458
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Use Veldman''s SEVS routine - Symetric matrix, unnormalized vectors, positive roots'
|
|
'Use Veldman''s AEVS routine - Nonsymetric matrix, unnormalized vectors, positive roots'
|
|
'Use Cooley-Lohnes ITER routine - Symetric matrix, normalized vectors, positive roots'
|
|
'Use Numerical Recipes routine - Symetric matrix, normalized vectors, positive roots'
|
|
'Use IMSL routine - Symetric Matrix, normalized vectors'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 112
|
|
Height = 28
|
|
Top = 217
|
|
Width = 76
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 272
|
|
Height = 28
|
|
Top = 217
|
|
Width = 76
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
OnClick = ReturnBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|