home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 437
- Top = 290
- Width = 292
- Height = 329
- Caption = 'Datentr�ger einlegen'
- 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 = 16
- Width = 273
- Height = 41
- AutoSize = False
- Caption =
- 'Setup ben�tigt nun die Datei "Setup.ins". Bitte geben Sie den Pf' +
- 'ad zu dieser Datei an:'
- WordWrap = True
- end
- object Button1: TButton
- Left = 192
- Top = 264
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 104
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Abbrechen'
- TabOrder = 1
- OnClick = Button2Click
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 80
- Width = 257
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 112
- Width = 257
- Height = 129
- ItemHeight = 16
- TabOrder = 3
- end
- end
-