home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TNUEVOSON / TNUEVOSON.txt
Text File  |  1999-08-29  |  2KB  |  137 lines

  1. object nuevoson: Tnuevoson
  2.   Left = 211
  3.   Top = 98
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'New sound'
  7.   ClientHeight = 230
  8.   ClientWidth = 202
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RadioGroup1: TRadioGroup
  19.     Left = 8
  20.     Top = 8
  21.     Width = 89
  22.     Height = 121
  23.     Caption = 'Frequency'
  24.     Items.Strings = (
  25.       '11025'
  26.       '22050'
  27.       '44100'
  28.       'Other')
  29.     TabOrder = 0
  30.     OnClick = RadioGroup1Click
  31.   end
  32.   object RadioGroup2: TRadioGroup
  33.     Left = 8
  34.     Top = 136
  35.     Width = 89
  36.     Height = 65
  37.     Caption = 'Channels'
  38.     Items.Strings = (
  39.       'Mono'
  40.       'Stereo')
  41.     TabOrder = 1
  42.     OnClick = RadioGroup2Click
  43.   end
  44.   object RadioGroup3: TRadioGroup
  45.     Left = 104
  46.     Top = 136
  47.     Width = 89
  48.     Height = 65
  49.     Caption = 'Bits'
  50.     Items.Strings = (
  51.       '8'
  52.       '16')
  53.     TabOrder = 2
  54.     OnClick = RadioGroup3Click
  55.   end
  56.   object Button1: TButton
  57.     Left = 112
  58.     Top = 16
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Record'
  62.     TabOrder = 3
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 112
  67.     Top = 96
  68.     Width = 75
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = '&Cancel'
  72.     TabOrder = 4
  73.     OnClick = Button2Click
  74.   end
  75.   object StatusBar1: TStatusBar
  76.     Left = 0
  77.     Top = 211
  78.     Width = 202
  79.     Height = 19
  80.     Panels = <
  81.       item
  82.         Alignment = taCenter
  83.         Text = '0 Bytes'
  84.         Width = 300
  85.       end>
  86.     SimplePanel = False
  87.   end
  88.   object Edit1: TEdit
  89.     Left = 32
  90.     Top = 100
  91.     Width = 41
  92.     Height = 21
  93.     MaxLength = 5
  94.     TabOrder = 6
  95.     Text = '11025'
  96.     Visible = False
  97.     OnEnter = Edit1Enter
  98.     OnExit = Edit1Exit
  99.     OnKeyPress = Edit1KeyPress
  100.   end
  101.   object parar: TButton
  102.     Left = 112
  103.     Top = 56
  104.     Width = 75
  105.     Height = 25
  106.     Caption = '&Stop'
  107.     TabOrder = 7
  108.     OnClick = pararClick
  109.   end
  110.   object Button3: TButton
  111.     Left = 80
  112.     Top = 16
  113.     Width = 25
  114.     Height = 25
  115.     Caption = 'Button3'
  116.     TabOrder = 8
  117.     Visible = False
  118.     OnClick = Button3Click
  119.   end
  120.   object Button4: TButton
  121.     Left = 80
  122.     Top = 56
  123.     Width = 25
  124.     Height = 25
  125.     Caption = 'Button4'
  126.     TabOrder = 9
  127.     Visible = False
  128.     OnClick = Button4Click
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     OnTimer = Timer1Timer
  133.     Left = 168
  134.     Top = 112
  135.   end
  136. end
  137.