home *** CD-ROM | disk | FTP | other *** search
- object FrmConfiguration: TFrmConfiguration
- Left = 124
- Top = 112
- Width = 435
- Height = 300
- Caption = 'Browser Configuration'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 24
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 0
- object BtnOk: TButton
- Left = 3
- Top = 2
- Width = 50
- Height = 20
- Caption = '&Ok'
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnClose: TButton
- Left = 55
- Top = 2
- Width = 50
- Height = 20
- Caption = '&Close'
- TabOrder = 1
- OnClick = BtnCloseClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 24
- Width = 427
- Height = 249
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 15
- Width = 79
- Height = 13
- Caption = 'Default Directory'
- end
- object SpeedButton1: TSpeedButton
- Left = 395
- Top = 10
- Width = 22
- Height = 22
- Caption = '...'
- end
- object Edit1: TEdit
- Left = 96
- Top = 11
- Width = 294
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- end
- end
-