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

  1. inherited FileFormatForm: TFileFormatForm
  2.   Caption = 'File Format'
  3.   ClientHeight = 173
  4.   ClientWidth = 321
  5.   ExplicitWidth = 327
  6.   ExplicitHeight = 205
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Dump: TMemo [0]
  10.     Left = 8
  11.     Top = 142
  12.     Width = 305
  13.     Height = 110
  14.     Font.Charset = DEFAULT_CHARSET
  15.     Font.Color = clWindowText
  16.     Font.Height = -11
  17.     Font.Name = 'Courier New'
  18.     Font.Pitch = fpFixed
  19.     Font.Style = []
  20.     ParentFont = False
  21.     ReadOnly = True
  22.     ScrollBars = ssVertical
  23.     TabOrder = 5
  24.     Visible = False
  25.     WordWrap = False
  26.   end
  27.   inherited ButtonOk: TButton
  28.     Left = 76
  29.     Top = 143
  30.     TabOrder = 6
  31.     ExplicitLeft = 76
  32.     ExplicitTop = 143
  33.   end
  34.   inherited ButtonCancel: TButton
  35.     Left = 156
  36.     Top = 143
  37.     TabOrder = 7
  38.     ExplicitLeft = 156
  39.     ExplicitTop = 143
  40.   end
  41.   inherited ButtonHelp: THelpButton
  42.     Left = 236
  43.     Top = 143
  44.     TabOrder = 8
  45.     HelpKey = 'file_format'
  46.     ExplicitLeft = 236
  47.     ExplicitTop = 143
  48.   end
  49.   object FormatLabel: TStaticText
  50.     Left = 85
  51.     Top = 6
  52.     Width = 150
  53.     Height = 17
  54.     Caption = 'Cannot determine format of file:'
  55.     TabOrder = 0
  56.   end
  57.   object FileLabel: TStaticText
  58.     Left = 6
  59.     Top = 22
  60.     Width = 309
  61.     Height = 17
  62.     Alignment = taCenter
  63.     AutoSize = False
  64.     TabOrder = 1
  65.   end
  66.   object FormatLabel2: TStaticText
  67.     Left = 87
  68.     Top = 37
  69.     Width = 147
  70.     Height = 17
  71.     Caption = 'Please specify a format below.'
  72.     TabOrder = 2
  73.   end
  74.   inline Format: TRawFormatFrame
  75.     Left = 1
  76.     Top = 55
  77.     Width = 314
  78.     Height = 83
  79.     TabOrder = 3
  80.     TabStop = True
  81.     ExplicitLeft = 1
  82.     ExplicitTop = 55
  83.     ExplicitWidth = 314
  84.     inherited Type: TComboBox
  85.       Width = 251
  86.       ExplicitWidth = 251
  87.     end
  88.     inherited FileTypeLabel: TStaticText
  89.       Width = 46
  90.       ExplicitWidth = 46
  91.     end
  92.     inherited Attributes: TComboBox
  93.       Width = 251
  94.       ExplicitWidth = 251
  95.     end
  96.     inherited AttributesLabel: TStaticText
  97.       Width = 51
  98.       ExplicitWidth = 51
  99.     end
  100.     inherited RateLabel: TStaticText
  101.       Width = 52
  102.       ExplicitWidth = 52
  103.     end
  104.   end
  105.   object Data: TButton
  106.     Left = 236
  107.     Top = 112
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'Data >>'
  111.     TabOrder = 4
  112.     OnClick = DataClick
  113.   end
  114. end
  115.