home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / bonus / install / SetUp.exe / 0 / RCDATA / TFSELECTDIR / TFSELECTDIR.txt
Text File  |  2001-11-28  |  1KB  |  64 lines

  1. object FSelectDir: TFSelectDir
  2.   Left = 261
  3.   Top = 92
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zadejte c∩┐╜lov∩┐╜ adres∩┐╜∩┐╜'
  7.   ClientHeight = 343
  8.   ClientWidth = 292
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOk: TButton
  21.     Left = 30
  22.     Top = 296
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 182
  31.     Top = 296
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Zru∩┐╜it'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object DriveComboBox1: TDriveComboBox
  39.     Left = 30
  40.     Top = 248
  41.     Width = 227
  42.     Height = 19
  43.     DirList = DirectoryListBox1
  44.     TabOrder = 2
  45.   end
  46.   object DirectoryListBox1: TDirectoryListBox
  47.     Left = 30
  48.     Top = 40
  49.     Width = 227
  50.     Height = 201
  51.     ItemHeight = 16
  52.     TabOrder = 3
  53.     OnChange = DirectoryListBox1Change
  54.   end
  55.   object trgdir: TEdit
  56.     Left = 32
  57.     Top = 10
  58.     Width = 227
  59.     Height = 21
  60.     TabOrder = 4
  61.     Text = 'trgdir'
  62.   end
  63. end
  64.