Files
lazarus-ccr/applications/lazstats/source/forms/simulations/gensequnit.lfm
2020-05-08 17:42:01 +00:00

212 lines
5.0 KiB
Plaintext

object GenSeqFrm: TGenSeqFrm
Left = 390
Height = 231
Top = 114
Width = 367
HelpType = htKeyword
HelpKeyword = 'GenerateSequentialValues.htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Generation of Sequential Values'
ClientHeight = 231
ClientWidth = 367
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StartAtEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label2
AnchorSideRight.Side = asrBottom
Left = 99
Height = 15
Top = 94
Width = 99
Anchors = [akTop, akRight]
BorderSpacing.Left = 12
Caption = 'Start Sequence At: '
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = IncrEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = IncrEdit
Left = 86
Height = 15
Top = 125
Width = 112
Anchors = [akTop, akRight]
BorderSpacing.Left = 12
BorderSpacing.Right = 8
Caption = 'Increment Values By: '
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LabelEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label2
AnchorSideRight.Side = asrBottom
Left = 93
Height = 15
Top = 156
Width = 105
Anchors = [akTop, akRight]
BorderSpacing.Left = 12
Caption = 'New Variable Label: '
ParentColor = False
end
object RadioGroup1: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Owner
Left = 71
Height = 74
Top = 8
Width = 225
AutoFill = False
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'Generate for:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 2
ClientHeight = 54
ClientWidth = 221
Items.Strings = (
'All Current Cases'
'Number of Cases:'
)
OnClick = RadioGroup1Click
TabOrder = 0
object StaticText1: TStaticText
Left = 129
Height = 19
Top = 6
Width = 80
Caption = ' '
TabOrder = 0
end
object NoCasesEdit: TEdit
Left = 129
Height = 23
Top = 25
Width = 80
Alignment = taRightJustify
BorderSpacing.Left = 3
TabOrder = 1
Text = 'NoCasesEdit'
end
end
object StartAtEdit: TEdit
AnchorSideLeft.Control = LabelEdit
AnchorSideTop.Control = RadioGroup1
AnchorSideTop.Side = asrBottom
Left = 206
Height = 23
Top = 90
Width = 78
Alignment = taRightJustify
BorderSpacing.Top = 8
TabOrder = 1
Text = 'StartAtEdit'
end
object IncrEdit: TEdit
AnchorSideLeft.Control = LabelEdit
AnchorSideTop.Control = StartAtEdit
AnchorSideTop.Side = asrBottom
Left = 206
Height = 23
Top = 121
Width = 78
Alignment = taRightJustify
BorderSpacing.Top = 8
TabOrder = 2
Text = 'IncrEdit'
end
object LabelEdit: TEdit
AnchorSideTop.Control = IncrEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = RadioGroup1
AnchorSideRight.Side = asrBottom
Left = 206
Height = 23
Top = 152
Width = 78
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 12
BorderSpacing.Bottom = 4
TabOrder = 3
Text = 'LabelEdit'
end
object CloseBtn: TButton
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 304
Height = 25
Top = 195
Width = 55
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Close'
ModalResult = 11
TabOrder = 6
end
object ComputeBtn: TButton
AnchorSideTop.Control = CloseBtn
AnchorSideRight.Control = CloseBtn
Left = 220
Height = 25
Top = 195
Width = 76
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 5
end
object ResetBtn: TButton
AnchorSideTop.Control = CloseBtn
AnchorSideRight.Control = ComputeBtn
Left = 158
Height = 25
Top = 195
Width = 54
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 4
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LabelEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 8
Top = 179
Width = 367
Anchors = [akTop, akLeft, akRight]
Shape = bsBottomLine
end
end