You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7882 8e941d3f-bd1b-0410-a28a-d453659cc2b4
144 lines
2.5 KiB
Plaintext
144 lines
2.5 KiB
Plaintext
object FreqSpecsFrm: TFreqSpecsFrm
|
|
Left = 281
|
|
Height = 358
|
|
Top = 107
|
|
Width = 300
|
|
Caption = 'Frequency Specifications'
|
|
ClientHeight = 358
|
|
ClientWidth = 300
|
|
LCLVersion = '0.9.30'
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 119
|
|
Width = 56
|
|
Caption = 'VARIABLE:'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 151
|
|
Width = 46
|
|
Caption = 'MINIUM'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 183
|
|
Width = 60
|
|
Caption = 'MAXIMUM'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 215
|
|
Width = 39
|
|
Caption = 'RANGE'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 247
|
|
Width = 79
|
|
Caption = 'INTERVAL SIZE'
|
|
ParentColor = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 11
|
|
Height = 16
|
|
Top = 279
|
|
Width = 84
|
|
Caption = 'NO. INTERVALS'
|
|
ParentColor = False
|
|
end
|
|
object VarName: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 112
|
|
Width = 169
|
|
TabOrder = 0
|
|
end
|
|
object Minimum: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 144
|
|
Width = 169
|
|
TabOrder = 1
|
|
end
|
|
object Maximum: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 176
|
|
Width = 169
|
|
TabOrder = 2
|
|
end
|
|
object Range: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 208
|
|
Width = 169
|
|
TabOrder = 3
|
|
end
|
|
object IntSize: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 240
|
|
Width = 169
|
|
OnKeyPress = IntSizeKeyPress
|
|
TabOrder = 4
|
|
end
|
|
object NoInts: TEdit
|
|
Left = 112
|
|
Height = 23
|
|
Top = 272
|
|
Width = 169
|
|
TabOrder = 5
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 104
|
|
Height = 32
|
|
Top = 311
|
|
Width = 81
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object OKBtn: TButton
|
|
Left = 200
|
|
Height = 31
|
|
Top = 311
|
|
Width = 81
|
|
Caption = 'OK'
|
|
ModalResult = 1
|
|
TabOrder = 7
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 123
|
|
Left = 11
|
|
Height = 32
|
|
Top = 311
|
|
Width = 82
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 8
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 7
|
|
Height = 87
|
|
Top = 1
|
|
Width = 277
|
|
Lines.Strings = (
|
|
'The number of intervals must be less than or '
|
|
'equal to the number of cases. To change the'
|
|
'number of intervals, change the interval size'
|
|
'to a larger value. Press the Enter key to make'
|
|
'the number of intervals smaller.'
|
|
)
|
|
TabOrder = 9
|
|
end
|
|
end
|