home *** CD-ROM | disk | FTP | other *** search
- object ChooseFldr: TChooseFldr
- Left = 182
- Top = 123
- ActiveControl = Directory
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Vyberte adres�� instalace'
- ClientHeight = 243
- ClientWidth = 258
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 40
- Height = 13
- Caption = '&Adres��:'
- FocusControl = Directory
- end
- object Label2: TLabel
- Left = 16
- Top = 48
- Width = 86
- Height = 13
- Caption = '&Seznam adres���:'
- FocusControl = Dirs
- end
- object Label3: TLabel
- Left = 16
- Top = 192
- Width = 85
- Height = 13
- Caption = 'Diskov� &jednotky:'
- FocusControl = Drivs
- end
- object Dirs: TDirectoryListBox
- Left = 16
- Top = 64
- Width = 145
- Height = 121
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirsChange
- end
- object Drivs: TDriveComboBox
- Left = 16
- Top = 208
- Width = 145
- Height = 19
- DirList = Dirs
- TabOrder = 1
- TextCase = tcUpperCase
- end
- object BOK: TButton
- Left = 168
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = BOKClick
- end
- object Directory: TEdit
- Left = 16
- Top = 24
- Width = 225
- Height = 21
- TabOrder = 3
- Text = 'Directory'
- end
- object BCancel: TButton
- Left = 168
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 4
- end
- end
-