home *** CD-ROM | disk | FTP | other *** search
- object InstallTo: TInstallTo
- Left = 333
- Top = 246
- ActiveControl = Path
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Install'
- ClientHeight = 101
- ClientWidth = 452
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Info: TLabel
- Left = 16
- Top = 16
- Width = 170
- Height = 13
- Caption = 'Install Program to the following path:'
- end
- object Path: TEdit
- Left = 16
- Top = 32
- Width = 409
- Height = 21
- TabOrder = 0
- end
- object BOk: TBitBtn
- Left = 312
- Top = 64
- Width = 115
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object BCancel: TBitBtn
- Left = 192
- Top = 64
- Width = 115
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- end
-