home *** CD-ROM | disk | FTP | other *** search
- object formatselectionfrm: Tformatselectionfrm
- Left = 192
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Format Selection'
- ClientHeight = 207
- ClientWidth = 202
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object rg1: TRadioGroup
- Left = 8
- Top = 8
- Width = 89
- Height = 121
- Caption = 'Frequency'
- ItemIndex = 0
- Items.Strings = (
- '11025'
- '22050'
- '44100'
- 'Other')
- TabOrder = 0
- OnClick = rg1Click
- end
- object Edit1: TEdit
- Left = 32
- Top = 100
- Width = 41
- Height = 21
- MaxLength = 5
- TabOrder = 1
- Text = '11025'
- Visible = False
- end
- object rg2: TRadioGroup
- Left = 8
- Top = 136
- Width = 89
- Height = 65
- Caption = 'Channels'
- ItemIndex = 0
- Items.Strings = (
- 'Mono'
- 'Stereo')
- TabOrder = 2
- end
- object rg3: TRadioGroup
- Left = 104
- Top = 136
- Width = 89
- Height = 65
- Caption = 'Bits'
- ItemIndex = 0
- Items.Strings = (
- '8 unsigned'
- '16 signed')
- TabOrder = 3
- end
- object Button1: TButton
- Left = 112
- Top = 16
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 4
- OnClick = Button1Click
- end
- object parar: TButton
- Left = 112
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-