You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7877 8e941d3f-bd1b-0410-a28a-d453659cc2b4
129 lines
2.5 KiB
Plaintext
129 lines
2.5 KiB
Plaintext
object GenSeqFrm: TGenSeqFrm
|
|
Left = 174
|
|
Height = 192
|
|
Top = 110
|
|
Width = 301
|
|
Caption = 'Generation of Sequential Values'
|
|
ClientHeight = 192
|
|
ClientWidth = 301
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.30'
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Height = 16
|
|
Top = 96
|
|
Width = 100
|
|
Caption = 'Start Sequence At: '
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 10
|
|
Height = 16
|
|
Top = 127
|
|
Width = 114
|
|
Caption = 'Increment Values By: '
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Height = 16
|
|
Top = 160
|
|
Width = 107
|
|
Caption = 'New Variable Label: '
|
|
ParentColor = False
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 10
|
|
Height = 71
|
|
Top = 6
|
|
Width = 188
|
|
AutoFill = True
|
|
Caption = 'Generate for:'
|
|
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 = 53
|
|
ClientWidth = 184
|
|
Items.Strings = (
|
|
'All Current Cases'
|
|
'Number of Cases = '
|
|
)
|
|
OnClick = RadioGroup1Click
|
|
TabOrder = 0
|
|
end
|
|
object NoCasesEdit: TEdit
|
|
Left = 144
|
|
Height = 23
|
|
Top = 40
|
|
Width = 42
|
|
OnExit = NoCasesEditExit
|
|
TabOrder = 1
|
|
Text = 'NoCasesEdit'
|
|
end
|
|
object StartAtEdit: TEdit
|
|
Left = 150
|
|
Height = 23
|
|
Top = 86
|
|
Width = 41
|
|
TabOrder = 2
|
|
Text = 'StartAtEdit'
|
|
end
|
|
object IncrEdit: TEdit
|
|
Left = 149
|
|
Height = 23
|
|
Top = 120
|
|
Width = 42
|
|
TabOrder = 3
|
|
Text = 'IncrEdit'
|
|
end
|
|
object LabelEdit: TEdit
|
|
Left = 113
|
|
Height = 23
|
|
Top = 153
|
|
Width = 78
|
|
TabOrder = 4
|
|
Text = 'LabelEdit'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 209
|
|
Height = 30
|
|
Top = 7
|
|
Width = 80
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 209
|
|
Height = 30
|
|
Top = 48
|
|
Width = 80
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 209
|
|
Height = 30
|
|
Top = 104
|
|
Width = 80
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 209
|
|
Height = 30
|
|
Top = 144
|
|
Width = 80
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
end
|