home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TASSOCIATEFORMATFORM / TASSOCIATEFORMATFORM.txt
Text File  |  2003-10-10  |  1KB  |  62 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.   end
  12.   inherited ButtonCancel: TButton
  13.     Left = 203
  14.     Top = 126
  15.     TabOrder = 5
  16.   end
  17.   inherited ButtonHelp: THelpButton
  18.     Left = 283
  19.     Top = 126
  20.     TabOrder = 6
  21.     HelpKey = 'filetypes_edit'
  22.   end
  23.   object TypeLabel: TStaticText
  24.     Left = 7
  25.     Top = 14
  26.     Width = 53
  27.     Height = 17
  28.     Alignment = taRightJustify
  29.     Caption = 'Extension:'
  30.     TabOrder = 0
  31.   end
  32.   object Type: TEdit
  33.     Left = 63
  34.     Top = 12
  35.     Width = 121
  36.     Height = 21
  37.     MaxLength = 10
  38.     TabOrder = 1
  39.     OnChange = TypeChange
  40.   end
  41.   object SampleTypesLabel: TStaticText
  42.     Left = 192
  43.     Top = 14
  44.     Width = 113
  45.     Height = 17
  46.     Caption = '(vox, snd, dat, aud,  ...)'
  47.     TabOrder = 2
  48.   end
  49.   inline Format: TRawFormatFrame
  50.     Left = 3
  51.     Top = 37
  52.     Width = 358
  53.     TabOrder = 3
  54.     inherited Type: TComboBox
  55.       Width = 295
  56.     end
  57.     inherited Attributes: TComboBox
  58.       Width = 295
  59.     end
  60.   end
  61. end
  62.