home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / sound-mod / iModwy.exe / Modwy.exe / 0 / RCDATA / TFSETUP / TFSETUP.txt
Text File  |  1998-05-17  |  1KB  |  77 lines

  1. object Fsetup: TFsetup
  2.   Left = 316
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configuration de la carte son'
  7.   ClientHeight = 213
  8.   ClientWidth = 297
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RGcanaux: TRadioGroup
  19.     Left = 24
  20.     Top = 16
  21.     Width = 105
  22.     Height = 65
  23.     Caption = 'Canaux'
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       'St∩┐╜r∩┐╜o'
  27.       'Mono')
  28.     TabOrder = 0
  29.     OnClick = RGcanauxClick
  30.   end
  31.   object RGtaille: TRadioGroup
  32.     Left = 24
  33.     Top = 96
  34.     Width = 105
  35.     Height = 65
  36.     Caption = 'Taille'
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       '16 Bits'
  40.       '8 Bits')
  41.     TabOrder = 1
  42.     OnClick = RGtailleClick
  43.   end
  44.   object RGfreq: TRadioGroup
  45.     Left = 168
  46.     Top = 16
  47.     Width = 105
  48.     Height = 145
  49.     Caption = 'Fr∩┐╜quence'
  50.     ItemIndex = 0
  51.     Items.Strings = (
  52.       '44100 Hz'
  53.       '22050 Hz'
  54.       '11025 Hz')
  55.     TabOrder = 2
  56.     OnClick = RGfreqClick
  57.   end
  58.   object Bok: TButton
  59.     Left = 40
  60.     Top = 176
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.   end
  67.   object Bannuler: TButton
  68.     Left = 184
  69.     Top = 176
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Annuler'
  73.     ModalResult = 2
  74.     TabOrder = 4
  75.   end
  76. end
  77.