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

  1. object ConfigForm: TConfigForm
  2.   Left = 418
  3.   Top = 201
  4.   Caption = 'GoldWave File Format Plug-in'
  5.   ClientHeight = 91
  6.   ClientWidth = 363
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   DesignSize = (
  16.     363
  17.     91)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Types: TEdit
  21.     Left = 97
  22.     Top = 30
  23.     Width = 258
  24.     Height = 21
  25.     Anchors = [akLeft, akTop, akRight]
  26.     CharCase = ecLowerCase
  27.     TabOrder = 2
  28.   end
  29.   object Decoders: TCheckBox
  30.     Left = 7
  31.     Top = 5
  32.     Width = 128
  33.     Height = 17
  34.     Caption = 'Use system decoders'
  35.     TabOrder = 0
  36.   end
  37.   object Ok: TButton
  38.     Left = 199
  39.     Top = 59
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 3
  47.   end
  48.   object Cancel: TButton
  49.     Left = 280
  50.     Top = 59
  51.     Width = 75
  52.     Height = 25
  53.     Anchors = [akRight, akBottom]
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 4
  58.   end
  59.   object TypesLabel: TStaticText
  60.     Left = 2
  61.     Top = 32
  62.     Width = 92
  63.     Height = 17
  64.     Alignment = taRightJustify
  65.     AutoSize = False
  66.     Caption = 'File types to avoid:'
  67.     TabOrder = 1
  68.   end
  69. end
  70.