home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 15 / Poznamky.exe / 0 / RCDATA / TFSELECTDIR / TFSELECTDIR.txt
Text File  |  1999-10-21  |  1KB  |  61 lines

  1. object fSelectDir: TfSelectDir
  2.   Left = 424
  3.   Top = 188
  4.   Width = 256
  5.   Height = 320
  6.   Caption = 'V∩┐╜b∩┐╜r adres∩┐╜∩┐╜e'
  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 = True
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lPath: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 233
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'G:\Tvorba\Delphi\Poz'
  24.   end
  25.   object cbDrive: TDriveComboBox
  26.     Left = 8
  27.     Top = 232
  28.     Width = 233
  29.     Height = 19
  30.     DirList = lbDirectory
  31.     TabOrder = 0
  32.     TextCase = tcUpperCase
  33.   end
  34.   object lbDirectory: TDirectoryListBox
  35.     Left = 8
  36.     Top = 24
  37.     Width = 233
  38.     Height = 201
  39.     DirLabel = lPath
  40.     ItemHeight = 16
  41.     TabOrder = 1
  42.   end
  43.   object btOK: TBitBtn
  44.     Left = 46
  45.     Top = 264
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 2
  49.     Kind = bkOK
  50.   end
  51.   object BitBtn2: TBitBtn
  52.     Left = 127
  53.     Top = 264
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Zru∩┐╜it'
  57.     TabOrder = 3
  58.     Kind = bkCancel
  59.   end
  60. end
  61.