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

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