home *** CD-ROM | disk | FTP | other *** search
- object DirForm: TDirForm
- Left = 192
- Top = 107
- BorderStyle = bsDialog
- Caption = 'DirForm'
- ClientHeight = 238
- ClientWidth = 221
- 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 = 8
- Top = 12
- Width = 55
- Height = 13
- Caption = 'Zvolte disk:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 75
- Height = 13
- Caption = 'Zvotlte adres��:'
- end
- object DirLabel: TLabel
- Left = 12
- Top = 180
- Width = 201
- Height = 13
- AutoSize = False
- Caption = 'C:\Dokumenty\Projects\Arch2000'
- end
- object DriveComboBox1: TDriveComboBox
- Left = 12
- Top = 28
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 12
- Top = 72
- Width = 145
- Height = 97
- DirLabel = DirLabel
- ItemHeight = 16
- TabOrder = 1
- OnClick = DirectoryListBox1Click
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 204
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 136
- Top = 204
- Width = 75
- Height = 25
- Caption = '&Zru�it'
- TabOrder = 3
- Kind = bkCancel
- end
- end
-