home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TSELECTDIR / TSELECTDIR.txt
Encoding:
Text File  |  2000-07-04  |  1.5 KB  |  76 lines

  1. object SelectDir: TSelectDir
  2.   Left = 348
  3.   Top = 230
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vybrat adres∩┐╜∩┐╜'
  7.   ClientHeight = 236
  8.   ClientWidth = 369
  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 = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnSelect: TButton
  20.     Left = 288
  21.     Top = 8
  22.     Width = 73
  23.     Height = 25
  24.     Caption = '&Vybrat'
  25.     TabOrder = 2
  26.     OnClick = btnSelectClick
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 288
  30.     Top = 40
  31.     Width = 73
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Zru∩┐╜it'
  35.     ModalResult = 2
  36.     TabOrder = 3
  37.   end
  38.   object dlbDir: TDirectoryListBox
  39.     Left = 8
  40.     Top = 32
  41.     Width = 273
  42.     Height = 169
  43.     Ctl3D = True
  44.     DragCursor = crDefault
  45.     ItemHeight = 16
  46.     ParentCtl3D = False
  47.     TabOrder = 0
  48.     OnChange = dlbDirChange
  49.     OnEnter = dlbDirChange
  50.   end
  51.   object dcbDrive: TDriveComboBox
  52.     Left = 8
  53.     Top = 208
  54.     Width = 273
  55.     Height = 19
  56.     Ctl3D = True
  57.     DirList = dlbDir
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -12
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentCtl3D = False
  64.     ParentFont = False
  65.     TabOrder = 1
  66.     OnClick = dcbDriveClick
  67.   end
  68.   object edtDirName: TEdit
  69.     Left = 8
  70.     Top = 8
  71.     Width = 273
  72.     Height = 21
  73.     TabOrder = 4
  74.   end
  75. end
  76.