home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / univspl / viewunit.dfm / viewunit.txt
Encoding:
Text File  |  1999-02-02  |  1.5 KB  |  85 lines

  1. object ViewForm: TViewForm
  2.   Left = 253
  3.   Top = 264
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'ViewForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnPaint = FormPaint
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 113
  20.     Align = alTop
  21.     Color = clWhite
  22.     TabOrder = 0
  23.     object SigPB: TPaintBox
  24.       Left = 1
  25.       Top = 1
  26.       Width = 425
  27.       Height = 111
  28.       Align = alClient
  29.       OnPaint = SigPBPaint
  30.     end
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 0
  34.     Top = 227
  35.     Width = 427
  36.     Height = 41
  37.     Align = alBottom
  38.     TabOrder = 1
  39.     object Label1: TLabel
  40.       Left = 8
  41.       Top = 16
  42.       Width = 22
  43.       Height = 16
  44.       Caption = 'Bin:'
  45.     end
  46.     object BinLbl: TLabel
  47.       Left = 40
  48.       Top = 16
  49.       Width = 3
  50.       Height = 16
  51.     end
  52.     object Label3: TLabel
  53.       Left = 96
  54.       Top = 16
  55.       Width = 31
  56.       Height = 16
  57.       Caption = 'Freq:'
  58.     end
  59.     object FreqLbl: TLabel
  60.       Left = 136
  61.       Top = 16
  62.       Width = 3
  63.       Height = 16
  64.     end
  65.   end
  66.   object Panel3: TPanel
  67.     Left = 0
  68.     Top = 113
  69.     Width = 427
  70.     Height = 114
  71.     Align = alClient
  72.     Color = clWhite
  73.     TabOrder = 2
  74.     object FFTPB: TPaintBox
  75.       Left = 1
  76.       Top = 1
  77.       Width = 425
  78.       Height = 112
  79.       Align = alClient
  80.       OnMouseMove = FFTPBMouseMove
  81.       OnPaint = FFTPBPaint
  82.     end
  83.   end
  84. end
  85.