home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / ENC / flynet.exe / 0 / RCDATA / TFRMBROWSEFLDR / TFRMBROWSEFLDR.txt
Text File  |  1999-10-26  |  2KB  |  85 lines

  1. object frmBrowseFldr: TfrmBrowseFldr
  2.   Left = 114
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'V∩┐╜b∩┐╜r slo∩┐╜ky'
  6.   ClientHeight = 277
  7.   ClientWidth = 333
  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.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblCaption: TLabel
  21.     Left = 1
  22.     Top = 8
  23.     Width = 57
  24.     Height = 13
  25.     Caption = 'lblCaption'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 1
  35.     Top = 32
  36.     Width = 35
  37.     Height = 13
  38.     Caption = 'Slo∩┐╜ka:'
  39.   end
  40.   object lbDir: TDirectoryListBox
  41.     Left = 1
  42.     Top = 72
  43.     Width = 249
  44.     Height = 177
  45.     ItemHeight = 16
  46.     TabOrder = 0
  47.     OnClick = lbDirClick
  48.   end
  49.   object cmbDrive: TDriveComboBox
  50.     Left = 1
  51.     Top = 256
  52.     Width = 249
  53.     Height = 19
  54.     DirList = lbDir
  55.     TabOrder = 1
  56.   end
  57.   object pbOk: TButton
  58.     Left = 257
  59.     Top = 48
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     TabOrder = 2
  65.     OnClick = pbOkClick
  66.   end
  67.   object pbCancel: TButton
  68.     Left = 257
  69.     Top = 80
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'Storno'
  74.     ModalResult = 2
  75.     TabOrder = 3
  76.   end
  77.   object txtPath: TEdit
  78.     Left = 1
  79.     Top = 48
  80.     Width = 249
  81.     Height = 21
  82.     TabOrder = 4
  83.   end
  84. end
  85.