home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TDIRFORM / TDIRFORM.txt
Encoding:
Text File  |  1999-10-27  |  1.4 KB  |  77 lines

  1. object DirForm: TDirForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'DirForm'
  6.   ClientHeight = 238
  7.   ClientWidth = 221
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 55
  22.     Height = 13
  23.     Caption = 'Zvolte disk:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 75
  29.     Height = 13
  30.     Caption = 'Zvotlte adres∩┐╜∩┐╜:'
  31.   end
  32.   object DirLabel: TLabel
  33.     Left = 12
  34.     Top = 180
  35.     Width = 201
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = 'C:\Dokumenty\Projects\Arch2000'
  39.   end
  40.   object DriveComboBox1: TDriveComboBox
  41.     Left = 12
  42.     Top = 28
  43.     Width = 145
  44.     Height = 19
  45.     DirList = DirectoryListBox1
  46.     TabOrder = 0
  47.   end
  48.   object DirectoryListBox1: TDirectoryListBox
  49.     Left = 12
  50.     Top = 72
  51.     Width = 145
  52.     Height = 97
  53.     DirLabel = DirLabel
  54.     ItemHeight = 16
  55.     TabOrder = 1
  56.     OnClick = DirectoryListBox1Click
  57.   end
  58.   object BitBtn1: TBitBtn
  59.     Left = 8
  60.     Top = 204
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     TabOrder = 2
  65.     Kind = bkOK
  66.   end
  67.   object BitBtn2: TBitBtn
  68.     Left = 136
  69.     Top = 204
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Zru∩┐╜it'
  73.     TabOrder = 3
  74.     Kind = bkCancel
  75.   end
  76. end
  77.