home *** CD-ROM | disk | FTP | other *** search
- object RawFormatFrame: TRawFormatFrame
- Left = 0
- Top = 0
- Width = 298
- Height = 83
- TabOrder = 0
- DesignSize = (
- 298
- 83)
- object Type: TComboBox
- Left = 60
- Top = 3
- Width = 235
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- OnChange = TypeChange
- end
- object FileTypeLabel: TStaticText
- Left = 10
- Top = 5
- Width = 49
- Height = 17
- Alignment = taRightJustify
- Caption = 'File type:'
- TabOrder = 0
- end
- object Attributes: TComboBox
- Left = 60
- Top = 30
- Width = 235
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- DropDownCount = 15
- ItemHeight = 13
- TabOrder = 3
- OnChange = AttributesChange
- end
- object AttributesLabel: TStaticText
- Left = 5
- Top = 32
- Width = 56
- Height = 17
- Alignment = taRightJustify
- Caption = 'Attributes:'
- TabOrder = 2
- end
- object RateLabel: TStaticText
- Left = 4
- Top = 59
- Width = 54
- Height = 17
- Alignment = taRightJustify
- Caption = 'Rate (Hz):'
- TabOrder = 4
- end
- object Rate: TNumBox
- Left = 60
- Top = 57
- Width = 73
- Height = 21
- Value = 44100.000000000000000000
- Min = 1000.000000000000000000
- Max = 192000.000000000000000000
- PageChange = 100.000000000000000000
- LineChange = 100.000000000000000000
- Label = 'Rate'
- Buddy = RateBuddy
- AutoComplete = False
- DropDownCount = 12
- Items.Strings = (
- '5500'
- '6000'
- '7333'
- '8000'
- '11025'
- '16000'
- '22050'
- '32000'
- '44100'
- '48000'
- '88200'
- '96000'
- '192000')
- TabOrder = 5
- Text = '44100'
- MaxLength = 7
- end
- object RateBuddy: TBuddyUpDown
- Left = 133
- Top = 57
- Width = 15
- Height = 21
- Associate = Rate
- Increment = 100
- TabOrder = 6
- end
- object Custom: TButton
- Left = 155
- Top = 57
- Width = 75
- Height = 25
- Caption = 'Custom...'
- Enabled = False
- TabOrder = 7
- OnClick = CustomClick
- end
- end
-