home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TNEWSOUNDFORM / TNEWSOUNDFORM.txt
Encoding:
Text File  |  2005-01-25  |  3.1 KB  |  165 lines

  1. inherited NewSoundForm: TNewSoundForm
  2.   Left = 243
  3.   Top = 180
  4.   Caption = 'New Sound'
  5.   ClientHeight = 191
  6.   ClientWidth = 286
  7.   OldCreateOrder = False
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited ButtonOk: TButton
  11.     Left = 25
  12.     Top = 160
  13.     TabOrder = 2
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 105
  17.     Top = 160
  18.     TabOrder = 3
  19.   end
  20.   inherited ButtonHelp: THelpButton
  21.     Left = 185
  22.     Top = 160
  23.     TabOrder = 4
  24.     HelpKey = 'file_new'
  25.   end
  26.   object SettingsBox: TGroupBox [3]
  27.     Left = 4
  28.     Top = 4
  29.     Width = 279
  30.     Height = 101
  31.     Caption = ' Quality and duration '
  32.     TabOrder = 0
  33.     object TimeBuddy: TBuddyUpDown
  34.       Left = 255
  35.       Top = 69
  36.       Width = 16
  37.       Height = 21
  38.       Associate = Time
  39.       TabOrder = 7
  40.     end
  41.     object Time: TTimeBox
  42.       Left = 163
  43.       Top = 69
  44.       Width = 92
  45.       Height = 21
  46.       TabStop = True
  47.       Value = 60
  48.       Min = 0.010000000000000000
  49.       Max = 1000000
  50.       Decimal = -3
  51.       PageChange = 10
  52.       LineChange = 60
  53.       Label = 'Length'
  54.       Items.Strings = (
  55.         '1.0'
  56.         '2.0'
  57.         '5.0'
  58.         '10.0'
  59.         '30.0'
  60.         '1:00.0'
  61.         '2:00.0'
  62.         '5:00.0'
  63.         '10:00.0'
  64.         '30:00.0'
  65.         '1:00:00.0'
  66.         '2:00:00.0'
  67.         '3:00:00.0'
  68.         '5:00:00.0'
  69.         '10:00:00.0'
  70.         '24:00:00.0')
  71.       TabOrder = 6
  72.       Text = '1:00.000'
  73.       MaxLength = 20
  74.       OnChange = Change
  75.       Format = tttAutoTrim
  76.       Caption = '1:00.000'
  77.     end
  78.     object LengthLabel: TStaticText
  79.       Left = 7
  80.       Top = 71
  81.       Width = 152
  82.       Height = 17
  83.       Alignment = taRightJustify
  84.       Caption = 'Initial file length (HH:MM:SS.T):'
  85.       TabOrder = 5
  86.     end
  87.     object RateBuddy: TBuddyUpDown
  88.       Left = 256
  89.       Top = 42
  90.       Width = 15
  91.       Height = 21
  92.       Associate = Rate
  93.       TabOrder = 4
  94.     end
  95.     object Rate: TNumBox
  96.       Left = 164
  97.       Top = 42
  98.       Width = 92
  99.       Height = 21
  100.       TabStop = True
  101.       Value = 44100
  102.       Min = 1000
  103.       Max = 192000
  104.       PageChange = 10
  105.       LineChange = 100
  106.       Label = 'Sampling rate'
  107.       DropDownCount = 12
  108.       Items.Strings = (
  109.         '6000'
  110.         '7333'
  111.         '8000'
  112.         '11025'
  113.         '16000'
  114.         '22050'
  115.         '24000'
  116.         '32000'
  117.         '44100'
  118.         '48000'
  119.         '88200'
  120.         '96000'
  121.         '192000')
  122.       TabOrder = 3
  123.       Text = '44100'
  124.       MaxLength = 7
  125.       OnChange = Change
  126.     end
  127.     object RateLabel: TStaticText
  128.       Left = 88
  129.       Top = 44
  130.       Width = 71
  131.       Height = 17
  132.       Alignment = taRightJustify
  133.       Caption = 'Sampling rate:'
  134.       TabOrder = 2
  135.     end
  136.     object Channel: TComboBox
  137.       Left = 164
  138.       Top = 15
  139.       Width = 92
  140.       Height = 21
  141.       Style = csDropDownList
  142.       ItemHeight = 13
  143.       TabOrder = 1
  144.       OnChange = Change
  145.       Items.Strings = (
  146.         '1 (mono)'
  147.         '2 (stereo)')
  148.     end
  149.     object ChannelsLabel: TStaticText
  150.       Left = 57
  151.       Top = 17
  152.       Width = 102
  153.       Height = 17
  154.       Alignment = taRightJustify
  155.       Caption = 'Number of channels:'
  156.       TabOrder = 0
  157.     end
  158.   end
  159.   inherited PresetGroup: TGroupBox
  160.     Left = 4
  161.     Top = 107
  162.     TabOrder = 1
  163.   end
  164. end
  165.