home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TNEWSOUNDFORM / TNEWSOUNDFORM.txt
Encoding:
Text File  |  2006-11-14  |  3.6 KB  |  176 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.   ExplicitWidth = 292
  9.   ExplicitHeight = 223
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited ButtonOk: TButton
  13.     Left = 25
  14.     Top = 160
  15.     TabOrder = 2
  16.     ExplicitLeft = 25
  17.     ExplicitTop = 160
  18.   end
  19.   inherited ButtonCancel: TButton
  20.     Left = 105
  21.     Top = 160
  22.     TabOrder = 3
  23.     ExplicitLeft = 105
  24.     ExplicitTop = 160
  25.   end
  26.   inherited ButtonHelp: THelpButton
  27.     Left = 185
  28.     Top = 160
  29.     TabOrder = 4
  30.     HelpKey = 'file_new'
  31.     ExplicitLeft = 185
  32.     ExplicitTop = 160
  33.   end
  34.   object SettingsBox: TGroupBox [3]
  35.     Left = 4
  36.     Top = 4
  37.     Width = 279
  38.     Height = 101
  39.     Caption = ' Quality and duration '
  40.     TabOrder = 0
  41.     object TimeBuddy: TBuddyUpDown
  42.       Left = 255
  43.       Top = 69
  44.       Width = 16
  45.       Height = 21
  46.       Associate = Time
  47.       TabOrder = 7
  48.     end
  49.     object Time: TTimeBox
  50.       Left = 163
  51.       Top = 69
  52.       Width = 92
  53.       Height = 21
  54.       Value = 60.000000000000000000
  55.       Min = 0.010000000000000000
  56.       Max = 1000000.000000000000000000
  57.       Decimal = -3
  58.       PageChange = 10.000000000000000000
  59.       LineChange = 60.000000000000000000
  60.       Label = 'Length'
  61.       AutoComplete = False
  62.       DropDownCount = 20
  63.       Items.Strings = (
  64.         '1.0'
  65.         '2.0'
  66.         '5.0'
  67.         '10.0'
  68.         '30.0'
  69.         '1:00.0'
  70.         '2:00.0'
  71.         '5:00.0'
  72.         '10:00.0'
  73.         '30:00.0'
  74.         '1:00:00.0'
  75.         '2:00:00.0'
  76.         '3:00:00.0'
  77.         '5:00:00.0'
  78.         '10:00:00.0'
  79.         '24:00:00.0')
  80.       TabOrder = 6
  81.       Text = '1:00.000'
  82.       MaxLength = 20
  83.       OnChange = Change
  84.       Format = tttAutoTrim
  85.       Caption = '1:00.000'
  86.     end
  87.     object LengthLabel: TStaticText
  88.       Left = 7
  89.       Top = 71
  90.       Width = 152
  91.       Height = 17
  92.       Alignment = taRightJustify
  93.       Caption = 'Initial file length (HH:MM:SS.T):'
  94.       TabOrder = 5
  95.     end
  96.     object RateBuddy: TBuddyUpDown
  97.       Left = 256
  98.       Top = 42
  99.       Width = 15
  100.       Height = 21
  101.       Associate = Rate
  102.       TabOrder = 4
  103.     end
  104.     object Rate: TNumBox
  105.       Left = 164
  106.       Top = 42
  107.       Width = 92
  108.       Height = 21
  109.       Value = 44100.000000000000000000
  110.       Min = 1000.000000000000000000
  111.       Max = 192000.000000000000000000
  112.       PageChange = 10.000000000000000000
  113.       LineChange = 100.000000000000000000
  114.       Label = 'Sampling rate'
  115.       AutoComplete = False
  116.       DropDownCount = 12
  117.       Items.Strings = (
  118.         '6000'
  119.         '7333'
  120.         '8000'
  121.         '11025'
  122.         '16000'
  123.         '22050'
  124.         '24000'
  125.         '32000'
  126.         '44100'
  127.         '48000'
  128.         '88200'
  129.         '96000'
  130.         '192000')
  131.       TabOrder = 3
  132.       Text = '44100'
  133.       MaxLength = 7
  134.       OnChange = Change
  135.     end
  136.     object RateLabel: TStaticText
  137.       Left = 88
  138.       Top = 44
  139.       Width = 71
  140.       Height = 17
  141.       Alignment = taRightJustify
  142.       Caption = 'Sampling rate:'
  143.       TabOrder = 2
  144.     end
  145.     object Channel: TComboBox
  146.       Left = 164
  147.       Top = 15
  148.       Width = 92
  149.       Height = 21
  150.       Style = csDropDownList
  151.       ItemHeight = 13
  152.       TabOrder = 1
  153.       OnChange = Change
  154.       Items.Strings = (
  155.         '1 (mono)'
  156.         '2 (stereo)')
  157.     end
  158.     object ChannelsLabel: TStaticText
  159.       Left = 57
  160.       Top = 17
  161.       Width = 102
  162.       Height = 17
  163.       Alignment = taRightJustify
  164.       Caption = 'Number of channels:'
  165.       TabOrder = 0
  166.     end
  167.   end
  168.   inherited PresetGroup: TGroupBox
  169.     Left = 4
  170.     Top = 107
  171.     TabOrder = 1
  172.     ExplicitLeft = 4
  173.     ExplicitTop = 107
  174.   end
  175. end
  176.