home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TFORMATSELECTFRAME / TFORMATSELECTFRAME.txt
Text File  |  2003-10-10  |  974b  |  50 lines

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