home *** CD-ROM | disk | FTP | other *** search
- object ViewForm: TViewForm
- Left = 253
- Top = 264
- Width = 435
- Height = 300
- Caption = 'ViewForm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnPaint = FormPaint
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 113
- Align = alTop
- Color = clWhite
- TabOrder = 0
- object SigPB: TPaintBox
- Left = 1
- Top = 1
- Width = 425
- Height = 111
- Align = alClient
- OnPaint = SigPBPaint
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 227
- Width = 427
- Height = 41
- Align = alBottom
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 22
- Height = 16
- Caption = 'Bin:'
- end
- object BinLbl: TLabel
- Left = 40
- Top = 16
- Width = 3
- Height = 16
- end
- object Label3: TLabel
- Left = 96
- Top = 16
- Width = 31
- Height = 16
- Caption = 'Freq:'
- end
- object FreqLbl: TLabel
- Left = 136
- Top = 16
- Width = 3
- Height = 16
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 113
- Width = 427
- Height = 114
- Align = alClient
- Color = clWhite
- TabOrder = 2
- object FFTPB: TPaintBox
- Left = 1
- Top = 1
- Width = 425
- Height = 112
- Align = alClient
- OnMouseMove = FFTPBMouseMove
- OnPaint = FFTPBPaint
- end
- end
- end
-