object Fsetup: TFsetup Left = 316 Top = 244 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Configuration de la carte son' ClientHeight = 213 ClientWidth = 297 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RGcanaux: TRadioGroup Left = 24 Top = 16 Width = 105 Height = 65 Caption = 'Canaux' ItemIndex = 0 Items.Strings = ( 'St�r�o' 'Mono') TabOrder = 0 OnClick = RGcanauxClick end object RGtaille: TRadioGroup Left = 24 Top = 96 Width = 105 Height = 65 Caption = 'Taille' ItemIndex = 0 Items.Strings = ( '16 Bits' '8 Bits') TabOrder = 1 OnClick = RGtailleClick end object RGfreq: TRadioGroup Left = 168 Top = 16 Width = 105 Height = 145 Caption = 'Fr�quence' ItemIndex = 0 Items.Strings = ( '44100 Hz' '22050 Hz' '11025 Hz') TabOrder = 2 OnClick = RGfreqClick end object Bok: TButton Left = 40 Top = 176 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 3 end object Bannuler: TButton Left = 184 Top = 176 Width = 75 Height = 25 Caption = 'Annuler' ModalResult = 2 TabOrder = 4 end end