home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / business / 95tpetik / install.exe / 0 / RCDATA / TORDNERDLG / TORDNERDLG.txt
Text File  |  1997-01-13  |  1KB  |  77 lines

  1. object ordnerdlg: Tordnerdlg
  2.   Left = 297
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Laufwerk und Ordner w∩┐╜hlen'
  6.   ClientHeight = 233
  7.   ClientWidth = 257
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 24
  19.     Width = 38
  20.     Height = 13
  21.     Caption = 'Ordner :'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 192
  26.     Width = 50
  27.     Height = 13
  28.     Caption = 'Laufwerk :'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 5
  33.     Width = 132
  34.     Height = 13
  35.     Caption = 'C:\...\Delphi 2.0\Installieren'
  36.   end
  37.   object OKBtn: TButton
  38.     Left = 172
  39.     Top = 8
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = OKBtnClick
  47.   end
  48.   object CancelBtn: TButton
  49.     Left = 172
  50.     Top = 38
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Abbrechen'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object DirectoryListBox1: TDirectoryListBox
  59.     Left = 8
  60.     Top = 40
  61.     Width = 153
  62.     Height = 148
  63.     DirLabel = Label3
  64.     IntegralHeight = True
  65.     ItemHeight = 16
  66.     TabOrder = 0
  67.   end
  68.   object DriveComboBox1: TDriveComboBox
  69.     Left = 8
  70.     Top = 208
  71.     Width = 153
  72.     Height = 19
  73.     DirList = DirectoryListBox1
  74.     TabOrder = 3
  75.   end
  76. end
  77.