home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / tema / Ronex / inst / setup.exe / 0 / RCDATA / TCHOOSEFLDR / TCHOOSEFLDR.txt
Text File  |  2000-07-11  |  2KB  |  92 lines

  1. object ChooseFldr: TChooseFldr
  2.   Left = 182
  3.   Top = 123
  4.   ActiveControl = Directory
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Vyberte adres∩┐╜∩┐╜ instalace'
  8.   ClientHeight = 243
  9.   ClientWidth = 258
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 40
  24.     Height = 13
  25.     Caption = '&Adres∩┐╜∩┐╜:'
  26.     FocusControl = Directory
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 48
  31.     Width = 86
  32.     Height = 13
  33.     Caption = '&Seznam adres∩┐╜∩┐╜∩┐╜:'
  34.     FocusControl = Dirs
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 192
  39.     Width = 85
  40.     Height = 13
  41.     Caption = 'Diskov∩┐╜ &jednotky:'
  42.     FocusControl = Drivs
  43.   end
  44.   object Dirs: TDirectoryListBox
  45.     Left = 16
  46.     Top = 64
  47.     Width = 145
  48.     Height = 121
  49.     ItemHeight = 16
  50.     TabOrder = 0
  51.     OnChange = DirsChange
  52.   end
  53.   object Drivs: TDriveComboBox
  54.     Left = 16
  55.     Top = 208
  56.     Width = 145
  57.     Height = 19
  58.     DirList = Dirs
  59.     TabOrder = 1
  60.     TextCase = tcUpperCase
  61.   end
  62.   object BOK: TButton
  63.     Left = 168
  64.     Top = 64
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 2
  71.     OnClick = BOKClick
  72.   end
  73.   object Directory: TEdit
  74.     Left = 16
  75.     Top = 24
  76.     Width = 225
  77.     Height = 21
  78.     TabOrder = 3
  79.     Text = 'Directory'
  80.   end
  81.   object BCancel: TButton
  82.     Left = 168
  83.     Top = 104
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Storno'
  88.     ModalResult = 2
  89.     TabOrder = 4
  90.   end
  91. end
  92.