home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TRAWFORMATFRAME / TRAWFORMATFRAME.txt
Encoding:
Text File  |  2006-11-14  |  2.0 KB  |  112 lines

  1. object RawFormatFrame: TRawFormatFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 298
  5.   Height = 83
  6.   TabOrder = 0
  7.   DesignSize = (
  8.     298
  9.     83)
  10.   object Type: TComboBox
  11.     Left = 60
  12.     Top = 3
  13.     Width = 235
  14.     Height = 21
  15.     Style = csDropDownList
  16.     Anchors = [akLeft, akTop, akRight]
  17.     ItemHeight = 13
  18.     TabOrder = 1
  19.     OnChange = TypeChange
  20.   end
  21.   object FileTypeLabel: TStaticText
  22.     Left = 10
  23.     Top = 5
  24.     Width = 49
  25.     Height = 17
  26.     Alignment = taRightJustify
  27.     Caption = 'File type:'
  28.     TabOrder = 0
  29.   end
  30.   object Attributes: TComboBox
  31.     Left = 60
  32.     Top = 30
  33.     Width = 235
  34.     Height = 21
  35.     Style = csDropDownList
  36.     Anchors = [akLeft, akTop, akRight]
  37.     DropDownCount = 15
  38.     ItemHeight = 13
  39.     TabOrder = 3
  40.     OnChange = AttributesChange
  41.   end
  42.   object AttributesLabel: TStaticText
  43.     Left = 5
  44.     Top = 32
  45.     Width = 56
  46.     Height = 17
  47.     Alignment = taRightJustify
  48.     Caption = 'Attributes:'
  49.     TabOrder = 2
  50.   end
  51.   object RateLabel: TStaticText
  52.     Left = 4
  53.     Top = 59
  54.     Width = 54
  55.     Height = 17
  56.     Alignment = taRightJustify
  57.     Caption = 'Rate (Hz):'
  58.     TabOrder = 4
  59.   end
  60.   object Rate: TNumBox
  61.     Left = 60
  62.     Top = 57
  63.     Width = 73
  64.     Height = 21
  65.     Value = 44100.000000000000000000
  66.     Min = 1000.000000000000000000
  67.     Max = 192000.000000000000000000
  68.     PageChange = 100.000000000000000000
  69.     LineChange = 100.000000000000000000
  70.     Label = 'Rate'
  71.     Buddy = RateBuddy
  72.     AutoComplete = False
  73.     DropDownCount = 12
  74.     Items.Strings = (
  75.       '5500'
  76.       '6000'
  77.       '7333'
  78.       '8000'
  79.       '11025'
  80.       '16000'
  81.       '22050'
  82.       '32000'
  83.       '44100'
  84.       '48000'
  85.       '88200'
  86.       '96000'
  87.       '192000')
  88.     TabOrder = 5
  89.     Text = '44100'
  90.     MaxLength = 7
  91.   end
  92.   object RateBuddy: TBuddyUpDown
  93.     Left = 133
  94.     Top = 57
  95.     Width = 15
  96.     Height = 21
  97.     Associate = Rate
  98.     Increment = 100
  99.     TabOrder = 6
  100.   end
  101.   object Custom: TButton
  102.     Left = 155
  103.     Top = 57
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Custom...'
  107.     Enabled = False
  108.     TabOrder = 7
  109.     OnClick = CustomClick
  110.   end
  111. end
  112.