object FreqSpecsFrm: TFreqSpecsFrm Left = 310 Height = 331 Top = 137 Width = 325 AutoSize = True BorderStyle = bsSingle Caption = 'Frequency Specifications' ClientHeight = 331 ClientWidth = 325 OnActivate = FormActivate Position = poMainFormCenter LCLVersion = '2.1.0.0' object Label1: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = VarName AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 84 Width = 44 BorderSpacing.Left = 8 Caption = 'Variable:' ParentColor = False end object Label2: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Minimum AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 115 Width = 53 BorderSpacing.Left = 8 Caption = 'Minimum' ParentColor = False end object Label3: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Maximum AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 146 Width = 55 BorderSpacing.Left = 8 Caption = 'Maximum' ParentColor = False end object Label4: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Range AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 177 Width = 33 BorderSpacing.Left = 8 Caption = 'Range' ParentColor = False end object Label5: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = IntSize AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 208 Width = 62 BorderSpacing.Left = 8 Caption = 'Interval Size' ParentColor = False end object Label6: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = NoInts AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 239 Width = 105 BorderSpacing.Left = 8 Caption = 'Number of Intervals' ParentColor = False end object VarName: TEdit AnchorSideLeft.Control = NoInts AnchorSideTop.Control = Memo1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 80 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 12 BorderSpacing.Right = 8 ReadOnly = True TabOrder = 0 end object Minimum: TEdit AnchorSideLeft.Control = NoInts AnchorSideTop.Control = VarName AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 111 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 8 BorderSpacing.Right = 8 ReadOnly = True TabOrder = 1 end object Maximum: TEdit AnchorSideLeft.Control = NoInts AnchorSideTop.Control = Minimum AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 142 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 8 BorderSpacing.Right = 8 ReadOnly = True TabOrder = 2 end object Range: TEdit AnchorSideLeft.Control = NoInts AnchorSideTop.Control = Maximum AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 173 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 8 BorderSpacing.Right = 8 ReadOnly = True TabOrder = 3 end object IntSize: TEdit AnchorSideLeft.Control = NoInts AnchorSideTop.Control = Range AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 204 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 8 BorderSpacing.Right = 8 OnKeyPress = IntSizeKeyPress TabOrder = 4 end object NoInts: TEdit AnchorSideLeft.Control = Label6 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = IntSize AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 137 Height = 23 Top = 235 Width = 180 Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 24 BorderSpacing.Top = 8 BorderSpacing.Right = 8 TabOrder = 5 end object CancelBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = OKBtn Left = 201 Height = 25 Top = 274 Width = 62 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 12 BorderSpacing.Bottom = 8 Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object OKBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 275 Height = 25 Top = 274 Width = 42 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 Caption = 'OK' ModalResult = 1 OnClick = OKBtnClick TabOrder = 8 end object HelpBtn: TButton Tag = 123 AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = CancelBtn Left = 138 Height = 25 Top = 274 Width = 51 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Left = 36 BorderSpacing.Top = 8 BorderSpacing.Right = 12 BorderSpacing.Bottom = 8 Caption = 'Help' OnClick = HelpBtnClick TabOrder = 6 end object Bevel1: TBevel AnchorSideLeft.Control = Owner AnchorSideTop.Control = NoInts AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 0 Height = 8 Top = 258 Width = 325 Anchors = [akTop, akLeft, akRight] Shape = bsBottomLine end object Memo1: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 8 Height = 60 Top = 8 Width = 309 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 8 Caption = '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.' ParentColor = False WordWrap = True end end