home *** CD-ROM | disk | FTP | other *** search
- inherited NewSoundForm: TNewSoundForm
- Left = 243
- Top = 180
- Caption = 'New Sound'
- ClientHeight = 191
- ClientWidth = 286
- OldCreateOrder = False
- ExplicitWidth = 292
- ExplicitHeight = 223
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 25
- Top = 160
- TabOrder = 2
- ExplicitLeft = 25
- ExplicitTop = 160
- end
- inherited ButtonCancel: TButton
- Left = 105
- Top = 160
- TabOrder = 3
- ExplicitLeft = 105
- ExplicitTop = 160
- end
- inherited ButtonHelp: THelpButton
- Left = 185
- Top = 160
- TabOrder = 4
- HelpKey = 'file_new'
- ExplicitLeft = 185
- ExplicitTop = 160
- end
- object SettingsBox: TGroupBox [3]
- Left = 4
- Top = 4
- Width = 279
- Height = 101
- Caption = ' Quality and duration '
- TabOrder = 0
- object TimeBuddy: TBuddyUpDown
- Left = 255
- Top = 69
- Width = 16
- Height = 21
- Associate = Time
- TabOrder = 7
- end
- object Time: TTimeBox
- Left = 163
- Top = 69
- Width = 92
- Height = 21
- Value = 60.000000000000000000
- Min = 0.010000000000000000
- Max = 1000000.000000000000000000
- Decimal = -3
- PageChange = 10.000000000000000000
- LineChange = 60.000000000000000000
- Label = 'Length'
- AutoComplete = False
- DropDownCount = 20
- Items.Strings = (
- '1.0'
- '2.0'
- '5.0'
- '10.0'
- '30.0'
- '1:00.0'
- '2:00.0'
- '5:00.0'
- '10:00.0'
- '30:00.0'
- '1:00:00.0'
- '2:00:00.0'
- '3:00:00.0'
- '5:00:00.0'
- '10:00:00.0'
- '24:00:00.0')
- TabOrder = 6
- Text = '1:00.000'
- MaxLength = 20
- OnChange = Change
- Format = tttAutoTrim
- Caption = '1:00.000'
- end
- object LengthLabel: TStaticText
- Left = 7
- Top = 71
- Width = 152
- Height = 17
- Alignment = taRightJustify
- Caption = 'Initial file length (HH:MM:SS.T):'
- TabOrder = 5
- end
- object RateBuddy: TBuddyUpDown
- Left = 256
- Top = 42
- Width = 15
- Height = 21
- Associate = Rate
- TabOrder = 4
- end
- object Rate: TNumBox
- Left = 164
- Top = 42
- Width = 92
- Height = 21
- Value = 44100.000000000000000000
- Min = 1000.000000000000000000
- Max = 192000.000000000000000000
- PageChange = 10.000000000000000000
- LineChange = 100.000000000000000000
- Label = 'Sampling rate'
- AutoComplete = False
- DropDownCount = 12
- Items.Strings = (
- '6000'
- '7333'
- '8000'
- '11025'
- '16000'
- '22050'
- '24000'
- '32000'
- '44100'
- '48000'
- '88200'
- '96000'
- '192000')
- TabOrder = 3
- Text = '44100'
- MaxLength = 7
- OnChange = Change
- end
- object RateLabel: TStaticText
- Left = 88
- Top = 44
- Width = 71
- Height = 17
- Alignment = taRightJustify
- Caption = 'Sampling rate:'
- TabOrder = 2
- end
- object Channel: TComboBox
- Left = 164
- Top = 15
- Width = 92
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = Change
- Items.Strings = (
- '1 (mono)'
- '2 (stereo)')
- end
- object ChannelsLabel: TStaticText
- Left = 57
- Top = 17
- Width = 102
- Height = 17
- Alignment = taRightJustify
- Caption = 'Number of channels:'
- TabOrder = 0
- end
- end
- inherited PresetGroup: TGroupBox
- Left = 4
- Top = 107
- TabOrder = 1
- ExplicitLeft = 4
- ExplicitTop = 107
- end
- end
-