home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 418
- Top = 201
- Caption = 'GoldWave File Format Plug-in'
- ClientHeight = 91
- ClientWidth = 363
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- DesignSize = (
- 363
- 91)
- PixelsPerInch = 96
- TextHeight = 13
- object Types: TEdit
- Left = 97
- Top = 30
- Width = 258
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- CharCase = ecLowerCase
- TabOrder = 2
- end
- object Decoders: TCheckBox
- Left = 7
- Top = 5
- Width = 128
- Height = 17
- Caption = 'Use system decoders'
- TabOrder = 0
- end
- object Ok: TButton
- Left = 199
- Top = 59
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Cancel: TButton
- Left = 280
- Top = 59
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object TypesLabel: TStaticText
- Left = 2
- Top = 32
- Width = 92
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'File types to avoid:'
- TabOrder = 1
- end
- end
-