home *** CD-ROM | disk | FTP | other *** search
- object BrowseForm: TBrowseForm
- Left = 320
- Top = 157
- BorderStyle = bsDialog
- Caption = 'V�b�r adres��e'
- ClientHeight = 277
- ClientWidth = 265
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 30
- Height = 13
- Caption = '&Cesta:'
- FocusControl = Edit1
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 46
- Height = 13
- Caption = '&Adres��e:'
- FocusControl = DirectoryListBox1
- end
- object Label3: TLabel
- Left = 16
- Top = 224
- Width = 85
- Height = 13
- Caption = '&Diskov� jednotky:'
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 72
- Width = 145
- Height = 145
- ItemHeight = 16
- TabOrder = 1
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 240
- Width = 233
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object Edit1: TEdit
- Left = 16
- Top = 24
- Width = 233
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 174
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 3
- end
- object Button2: TButton
- Left = 174
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 4
- end
- end
-