home *** CD-ROM | disk | FTP | other *** search
- object Frame7: TFrame7
- Left = 0
- Top = 0
- Width = 257
- Height = 170
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- TabOrder = 0
- Visible = False
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 146
- Height = 13
- Caption = 'Please select destination folder'
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 241
- Height = 21
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 48
- Width = 161
- Height = 97
- ItemHeight = 16
- TabOrder = 1
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 144
- Width = 161
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object Button1: TButton
- Left = 176
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 176
- Top = 73
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 176
- Top = 98
- Width = 75
- Height = 25
- Caption = '&New folder'
- Enabled = False
- TabOrder = 5
- end
- end
-