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

  1. object FormatSelectFrame: TFormatSelectFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 352
  5.   Height = 56
  6.   TabOrder = 0
  7.   DesignSize = (
  8.     352
  9.     56)
  10.   object SaveType: TComboBox
  11.     Left = 73
  12.     Top = 4
  13.     Width = 276
  14.     Height = 21
  15.     Style = csDropDownList
  16.     Anchors = [akLeft, akTop, akRight]
  17.     DropDownCount = 15
  18.     ItemHeight = 13
  19.     TabOrder = 1
  20.     OnChange = SaveTypeChange
  21.   end
  22.   object SaveTypeLabel: TStaticText
  23.     Left = 0
  24.     Top = 6
  25.     Width = 71
  26.     Height = 17
  27.     Alignment = taRightJustify
  28.     Caption = 'Save as type:'
  29.     TabOrder = 0
  30.   end
  31.   object Attributes: TComboBox
  32.     Left = 73
  33.     Top = 32
  34.     Width = 276
  35.     Height = 21
  36.     Style = csDropDownList
  37.     Anchors = [akLeft, akTop, akRight]
  38.     DropDownCount = 15
  39.     ItemHeight = 13
  40.     TabOrder = 3
  41.     OnChange = SaveAttributesChange
  42.   end
  43.   object AttributesLabel: TLink
  44.     Left = 4
  45.     Top = 34
  46.     Width = 64
  47.     Height = 17
  48.     Alignment = taRightJustify
  49.     Text = 'Attributes:'
  50.     OnClick = AttributesLabelClick
  51.     TabStop = True
  52.     TabOrder = 2
  53.   end
  54. end
  55.