home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TFORMATSELECTIONFRM / TFORMATSELECTIONFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  88 lines

  1. object formatselectionfrm: Tformatselectionfrm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Format Selection'
  6.   ClientHeight = 207
  7.   ClientWidth = 202
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object rg1: TRadioGroup
  19.     Left = 8
  20.     Top = 8
  21.     Width = 89
  22.     Height = 121
  23.     Caption = 'Frequency'
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       '11025'
  27.       '22050'
  28.       '44100'
  29.       'Other')
  30.     TabOrder = 0
  31.     OnClick = rg1Click
  32.   end
  33.   object Edit1: TEdit
  34.     Left = 32
  35.     Top = 100
  36.     Width = 41
  37.     Height = 21
  38.     MaxLength = 5
  39.     TabOrder = 1
  40.     Text = '11025'
  41.     Visible = False
  42.   end
  43.   object rg2: TRadioGroup
  44.     Left = 8
  45.     Top = 136
  46.     Width = 89
  47.     Height = 65
  48.     Caption = 'Channels'
  49.     ItemIndex = 0
  50.     Items.Strings = (
  51.       'Mono'
  52.       'Stereo')
  53.     TabOrder = 2
  54.   end
  55.   object rg3: TRadioGroup
  56.     Left = 104
  57.     Top = 136
  58.     Width = 89
  59.     Height = 65
  60.     Caption = 'Bits'
  61.     ItemIndex = 0
  62.     Items.Strings = (
  63.       '8 unsigned'
  64.       '16 signed')
  65.     TabOrder = 3
  66.   end
  67.   object Button1: TButton
  68.     Left = 112
  69.     Top = 16
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&OK'
  73.     ModalResult = 1
  74.     TabOrder = 4
  75.     OnClick = Button1Click
  76.   end
  77.   object parar: TButton
  78.     Left = 112
  79.     Top = 56
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = '&Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 5
  86.   end
  87. end
  88.