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

  1. inherited AssociateFormatForm: TAssociateFormatForm
  2.   Caption = 'Associate Format'
  3.   ClientHeight = 156
  4.   ClientWidth = 368
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 123
  9.     Top = 126
  10.     TabOrder = 4
  11.     ExplicitLeft = 123
  12.     ExplicitTop = 126
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 203
  16.     Top = 126
  17.     TabOrder = 5
  18.     ExplicitLeft = 203
  19.     ExplicitTop = 126
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 283
  23.     Top = 126
  24.     TabOrder = 6
  25.     HelpKey = 'filetypes_edit'
  26.     ExplicitLeft = 283
  27.     ExplicitTop = 126
  28.   end
  29.   object TypeLabel: TStaticText
  30.     Left = 7
  31.     Top = 14
  32.     Width = 53
  33.     Height = 17
  34.     Alignment = taRightJustify
  35.     Caption = 'Extension:'
  36.     TabOrder = 0
  37.   end
  38.   object Type: TEdit
  39.     Left = 63
  40.     Top = 12
  41.     Width = 121
  42.     Height = 21
  43.     MaxLength = 10
  44.     TabOrder = 1
  45.     OnChange = TypeChange
  46.   end
  47.   object SampleTypesLabel: TStaticText
  48.     Left = 192
  49.     Top = 14
  50.     Width = 113
  51.     Height = 17
  52.     Caption = '(vox, snd, dat, aud,  ...)'
  53.     TabOrder = 2
  54.   end
  55.   inline Format: TRawFormatFrame
  56.     Left = 3
  57.     Top = 37
  58.     Width = 358
  59.     Height = 83
  60.     TabOrder = 3
  61.     TabStop = True
  62.     ExplicitLeft = 3
  63.     ExplicitTop = 37
  64.     ExplicitWidth = 358
  65.     inherited Type: TComboBox
  66.       Width = 295
  67.       ExplicitWidth = 295
  68.     end
  69.     inherited FileTypeLabel: TStaticText
  70.       Width = 46
  71.       ExplicitWidth = 46
  72.     end
  73.     inherited Attributes: TComboBox
  74.       Width = 295
  75.       ExplicitWidth = 295
  76.     end
  77.     inherited AttributesLabel: TStaticText
  78.       Width = 51
  79.       ExplicitWidth = 51
  80.     end
  81.     inherited RateLabel: TStaticText
  82.       Width = 52
  83.       ExplicitWidth = 52
  84.     end
  85.   end
  86. end
  87.