home *** CD-ROM | disk | FTP | other *** search
- object Fseldir: TFseldir
- Left = 337
- Top = 188
- Width = 291
- Height = 230
- BorderIcons = []
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- TextHeight = 13
- object DirectoryListBox1: TDirectoryListBox
- Left = 3
- Top = 8
- Width = 277
- Height = 131
- ItemHeight = 16
- TabOrder = 0
- end
- object DriveComboBox1: TDriveComboBox
- Left = 3
- Top = 145
- Width = 277
- Height = 19
- TabOrder = 1
- OnChange = DriveComboBox1Change
- end
- object POK: TButton
- Left = 38
- Top = 173
- Width = 64
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = POKClick
- end
- object PCancel: TButton
- Left = 110
- Top = 173
- Width = 64
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = PCancelClick
- end
- object makedirbtn: TButton
- Left = 182
- Top = 173
- Width = 64
- Height = 25
- Hint = 'Create a directory and select it as target directory'
- Caption = 'Make dir'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = makedirbtnClick
- end
- end
-