home *** CD-ROM | disk | FTP | other *** search
- object SelectDir: TSelectDir
- Left = 348
- Top = 230
- HelpContext = 1
- BorderStyle = bsDialog
- Caption = 'Vybrat adres��'
- ClientHeight = 236
- ClientWidth = 369
- 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 btnSelect: TButton
- Left = 288
- Top = 8
- Width = 73
- Height = 25
- Caption = '&Vybrat'
- TabOrder = 2
- OnClick = btnSelectClick
- end
- object btnCancel: TButton
- Left = 288
- Top = 40
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Zru�it'
- ModalResult = 2
- TabOrder = 3
- end
- object dlbDir: TDirectoryListBox
- Left = 8
- Top = 32
- Width = 273
- Height = 169
- Ctl3D = True
- DragCursor = crDefault
- ItemHeight = 16
- ParentCtl3D = False
- TabOrder = 0
- OnChange = dlbDirChange
- OnEnter = dlbDirChange
- end
- object dcbDrive: TDriveComboBox
- Left = 8
- Top = 208
- Width = 273
- Height = 19
- Ctl3D = True
- DirList = dlbDir
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 1
- OnClick = dcbDriveClick
- end
- object edtDirName: TEdit
- Left = 8
- Top = 8
- Width = 273
- Height = 21
- TabOrder = 4
- end
- end
-