home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TNEWSOUNDFORM / TNEWSOUNDFORM.txt
Text File  |  2003-10-10  |  4KB  |  190 lines

  1. inherited NewSoundForm: TNewSoundForm
  2.   Left = 243
  3.   Top = 180
  4.   Caption = 'New Sound'
  5.   ClientHeight = 171
  6.   ClientWidth = 320
  7.   OldCreateOrder = False
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object GroupBox1: TGroupBox
  11.     Left = 4
  12.     Top = 4
  13.     Width = 183
  14.     Height = 73
  15.     Caption = ' Manual quality settings '
  16.     TabOrder = 0
  17.     object Channel: TComboBox
  18.       Left = 80
  19.       Top = 15
  20.       Width = 77
  21.       Height = 21
  22.       Style = csDropDownList
  23.       ItemHeight = 13
  24.       TabOrder = 1
  25.       Items.Strings = (
  26.         '1 (mono)'
  27.         '2 (stereo)')
  28.     end
  29.     object ChannelsLabel: TStaticText
  30.       Left = 24
  31.       Top = 17
  32.       Width = 51
  33.       Height = 17
  34.       Alignment = taRightJustify
  35.       Caption = 'Channels:'
  36.       TabOrder = 0
  37.     end
  38.     object Rate: TNumBox
  39.       Left = 80
  40.       Top = 42
  41.       Width = 79
  42.       Height = 21
  43.       TabStop = True
  44.       Value = 1000
  45.       Min = 1000
  46.       Max = 192000
  47.       PageChange = 10
  48.       LineChange = 100
  49.       Label = 'Sampling rate'
  50.       DropDownCount = 12
  51.       Items.Strings = (
  52.         '6000'
  53.         '7333'
  54.         '8000'
  55.         '11025'
  56.         '16000'
  57.         '22050'
  58.         '24000'
  59.         '32000'
  60.         '44100'
  61.         '48000'
  62.         '88200'
  63.         '96000'
  64.         '192000')
  65.       TabOrder = 3
  66.       Text = '100'
  67.       MaxLength = 7
  68.     end
  69.     object RateLabel: TStaticText
  70.       Left = 4
  71.       Top = 44
  72.       Width = 71
  73.       Height = 17
  74.       Alignment = taRightJustify
  75.       Caption = 'Sampling rate:'
  76.       TabOrder = 2
  77.     end
  78.     object RateBuddy: TBuddyUpDown
  79.       Left = 159
  80.       Top = 42
  81.       Width = 15
  82.       Height = 21
  83.       Associate = Rate
  84.       TabOrder = 4
  85.     end
  86.   end
  87.   object GroupBox2: TGroupBox
  88.     Left = 194
  89.     Top = 4
  90.     Width = 122
  91.     Height = 73
  92.     Caption = ' Preset quality settings '
  93.     TabOrder = 1
  94.     object Preset: TComboBox
  95.       Left = 11
  96.       Top = 30
  97.       Width = 100
  98.       Height = 21
  99.       Style = csDropDownList
  100.       ItemHeight = 13
  101.       TabOrder = 0
  102.       OnChange = PresetChange
  103.       Items.Strings = (
  104.         '<Manual>'
  105.         'Telephone'
  106.         'Voice'
  107.         'AM Radio'
  108.         'FM Stereo'
  109.         'CD Audio'
  110.         'DAT'
  111.         'DVD 24/96k')
  112.     end
  113.   end
  114.   object GroupBox3: TGroupBox
  115.     Left = 4
  116.     Top = 81
  117.     Width = 312
  118.     Height = 51
  119.     Caption = ' Duration '
  120.     TabOrder = 2
  121.     object Time: TTimeBox
  122.       Left = 178
  123.       Top = 18
  124.       Width = 92
  125.       Height = 21
  126.       TabStop = True
  127.       Value = 60
  128.       Min = 0.010000000000000000
  129.       Max = 1000000
  130.       Decimal = -3
  131.       PageChange = 10
  132.       LineChange = 60
  133.       Label = 'Length'
  134.       Items.Strings = (
  135.         '1.0'
  136.         '5.0'
  137.         '10.0'
  138.         '30.0'
  139.         '1:00.0'
  140.         '2:00.0'
  141.         '5:00.0'
  142.         '10:00.0'
  143.         '30:00.0'
  144.         '1:00:00.0'
  145.         '2:00:00.0'
  146.         '3:00:00.0'
  147.         '5:00:00.0'
  148.         '10:00:00.0'
  149.         '24:00:00.0')
  150.       TabOrder = 1
  151.       Text = '1:00.000'
  152.       MaxLength = 20
  153.       Caption = '1:00.000'
  154.     end
  155.     object LengthLabel: TStaticText
  156.       Left = 21
  157.       Top = 20
  158.       Width = 152
  159.       Height = 17
  160.       Alignment = taRightJustify
  161.       Caption = 'Initial file length (HH:MM:SS.T):'
  162.       TabOrder = 0
  163.     end
  164.     object TimeBuddy: TBuddyUpDown
  165.       Left = 270
  166.       Top = 18
  167.       Width = 15
  168.       Height = 21
  169.       Associate = Time
  170.       TabOrder = 2
  171.     end
  172.   end
  173.   inherited ButtonOk: TButton
  174.     Left = 42
  175.     Top = 140
  176.     TabOrder = 3
  177.   end
  178.   inherited ButtonCancel: TButton
  179.     Left = 122
  180.     Top = 140
  181.     TabOrder = 4
  182.   end
  183.   inherited ButtonHelp: THelpButton
  184.     Left = 202
  185.     Top = 140
  186.     TabOrder = 5
  187.     HelpKey = 'file_new'
  188.   end
  189. end
  190.