home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / handy / vgsm_nokia / setup.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Encoding:
Text File  |  2001-07-16  |  1.2 KB  |  63 lines

  1. object Form8: TForm8
  2.   Left = 437
  3.   Top = 290
  4.   Width = 292
  5.   Height = 329
  6.   Caption = 'Datentr∩┐╜ger einlegen'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 273
  21.     Height = 41
  22.     AutoSize = False
  23.     Caption = 
  24.       'Setup ben∩┐╜tigt nun die Datei "Setup.ins". Bitte geben Sie den Pf' +
  25.       'ad zu dieser Datei an:'
  26.     WordWrap = True
  27.   end
  28.   object Button1: TButton
  29.     Left = 192
  30.     Top = 264
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 104
  39.     Top = 264
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Abbrechen'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46.   object DriveComboBox1: TDriveComboBox
  47.     Left = 8
  48.     Top = 80
  49.     Width = 257
  50.     Height = 19
  51.     DirList = DirectoryListBox1
  52.     TabOrder = 2
  53.   end
  54.   object DirectoryListBox1: TDirectoryListBox
  55.     Left = 8
  56.     Top = 112
  57.     Width = 257
  58.     Height = 129
  59.     ItemHeight = 16
  60.     TabOrder = 3
  61.   end
  62. end
  63.