home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TFILEFORMATFORM / TFILEFORMATFORM.txt
Text File  |  2003-10-10  |  1KB  |  54 lines

  1. inherited FileFormatForm: TFileFormatForm
  2.   Caption = 'File Format'
  3.   ClientHeight = 172
  4.   ClientWidth = 305
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 60
  9.     Top = 142
  10.     TabOrder = 4
  11.   end
  12.   inherited ButtonCancel: TButton
  13.     Left = 140
  14.     Top = 142
  15.     TabOrder = 5
  16.   end
  17.   inherited ButtonHelp: THelpButton
  18.     Left = 220
  19.     Top = 142
  20.     TabOrder = 6
  21.     HelpKey = 'file_format'
  22.   end
  23.   object FormatLabel: TStaticText
  24.     Left = 68
  25.     Top = 6
  26.     Width = 156
  27.     Height = 17
  28.     Caption = 'Cannot determined format of file:'
  29.     TabOrder = 0
  30.   end
  31.   object FileLabel: TStaticText
  32.     Left = 12
  33.     Top = 22
  34.     Width = 283
  35.     Height = 17
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     TabOrder = 1
  39.   end
  40.   object FormatLabel2: TStaticText
  41.     Left = 72
  42.     Top = 37
  43.     Width = 147
  44.     Height = 17
  45.     Caption = 'Please specify a format below.'
  46.     TabOrder = 2
  47.   end
  48.   inline Format: TRawFormatFrame
  49.     Left = 1
  50.     Top = 55
  51.     TabOrder = 3
  52.   end
  53. end
  54.