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

  1. inherited MP3Form: TMP3Form
  2.   Caption = 'MP3'
  3.   ClientHeight = 112
  4.   ClientWidth = 339
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object Rate: TComboBox
  9.     Left = 76
  10.     Top = 10
  11.     Width = 145
  12.     Height = 21
  13.     Style = csDropDownList
  14.     DropDownCount = 9
  15.     ItemHeight = 13
  16.     TabOrder = 0
  17.     OnChange = RateChange
  18.     Items.Strings = (
  19.       '48000'
  20.       '44100'
  21.       '32000'
  22.       '24000'
  23.       '22050'
  24.       '16000'
  25.       '12000'
  26.       '11025'
  27.       '8000')
  28.   end
  29.   object RateText: TStaticText
  30.     Left = 1
  31.     Top = 12
  32.     Width = 71
  33.     Height = 17
  34.     Alignment = taRightJustify
  35.     Caption = 'Sampling rate:'
  36.     TabOrder = 1
  37.   end
  38.   object Channel: TComboBox
  39.     Left = 76
  40.     Top = 35
  41.     Width = 145
  42.     Height = 21
  43.     Style = csDropDownList
  44.     ItemHeight = 13
  45.     TabOrder = 2
  46.     Items.Strings = (
  47.       'Stereo'
  48.       'Joint Stereo'
  49.       'Dual Channel'
  50.       'Mono')
  51.   end
  52.   object ChannelText: TStaticText
  53.     Left = 21
  54.     Top = 37
  55.     Width = 51
  56.     Height = 17
  57.     Alignment = taRightJustify
  58.     Caption = 'Channels:'
  59.     TabOrder = 3
  60.   end
  61.   object Bitrate: TComboBox
  62.     Left = 76
  63.     Top = 60
  64.     Width = 64
  65.     Height = 21
  66.     Style = csDropDownList
  67.     DropDownCount = 15
  68.     ItemHeight = 13
  69.     TabOrder = 4
  70.   end
  71.   object BitrateText: TStaticText
  72.     Left = 5
  73.     Top = 62
  74.     Width = 67
  75.     Height = 17
  76.     Alignment = taRightJustify
  77.     Caption = 'Bitrate range:'
  78.     TabOrder = 5
  79.   end
  80.   object VBRTest: TStaticText
  81.     Left = 10
  82.     Top = 87
  83.     Width = 62
  84.     Height = 17
  85.     Alignment = taRightJustify
  86.     Caption = 'VBR quality:'
  87.     TabOrder = 6
  88.   end
  89.   object VBRMode: TComboBox
  90.     Left = 76
  91.     Top = 85
  92.     Width = 145
  93.     Height = 21
  94.     Style = csDropDownList
  95.     DropDownCount = 11
  96.     ItemHeight = 13
  97.     TabOrder = 7
  98.     OnChange = VBRModeChange
  99.     Items.Strings = (
  100.       'Off'
  101.       '0 (high quality)'
  102.       '1'
  103.       '2'
  104.       '3'
  105.       '4'
  106.       '5'
  107.       '6'
  108.       '7'
  109.       '8'
  110.       '9 (low quality)')
  111.   end
  112.   object GroupBox1: TGroupBox
  113.     Left = 232
  114.     Top = 5
  115.     Width = 101
  116.     Height = 102
  117.     Caption = ' MPEG settings  '
  118.     TabOrder = 8
  119.     object Private: TCheckBox
  120.       Left = 8
  121.       Top = 17
  122.       Width = 89
  123.       Height = 17
  124.       Caption = 'Private'
  125.       TabOrder = 0
  126.     end
  127.     object IncludeCRC: TCheckBox
  128.       Left = 8
  129.       Top = 37
  130.       Width = 89
  131.       Height = 17
  132.       Caption = 'Include CRC'
  133.       TabOrder = 1
  134.     end
  135.     object Copyright: TCheckBox
  136.       Left = 8
  137.       Top = 57
  138.       Width = 89
  139.       Height = 17
  140.       Caption = 'Copyright'
  141.       TabOrder = 2
  142.     end
  143.     object Original: TCheckBox
  144.       Left = 8
  145.       Top = 77
  146.       Width = 89
  147.       Height = 17
  148.       Caption = 'Original'
  149.       TabOrder = 3
  150.     end
  151.   end
  152.   object MaxRate: TComboBox
  153.     Left = 156
  154.     Top = 60
  155.     Width = 64
  156.     Height = 21
  157.     Style = csDropDownList
  158.     DropDownCount = 15
  159.     ItemHeight = 13
  160.     TabOrder = 9
  161.   end
  162.   object ToText: TStaticText
  163.     Left = 140
  164.     Top = 62
  165.     Width = 16
  166.     Height = 17
  167.     Alignment = taCenter
  168.     AutoSize = False
  169.     Caption = 'to'
  170.     TabOrder = 10
  171.   end
  172. end
  173.