home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TBROWSEFORM / TBROWSEFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.5 KB  |  84 lines

  1. object BrowseForm: TBrowseForm
  2.   Left = 320
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'V∩┐╜b∩┐╜r adres∩┐╜∩┐╜e'
  6.   ClientHeight = 277
  7.   ClientWidth = 265
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 30
  21.     Height = 13
  22.     Caption = '&Cesta:'
  23.     FocusControl = Edit1
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 56
  28.     Width = 46
  29.     Height = 13
  30.     Caption = '&Adres∩┐╜∩┐╜e:'
  31.     FocusControl = DirectoryListBox1
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 224
  36.     Width = 85
  37.     Height = 13
  38.     Caption = '&Diskov∩┐╜ jednotky:'
  39.   end
  40.   object DirectoryListBox1: TDirectoryListBox
  41.     Left = 16
  42.     Top = 72
  43.     Width = 145
  44.     Height = 145
  45.     ItemHeight = 16
  46.     TabOrder = 1
  47.     OnChange = DirectoryListBox1Change
  48.   end
  49.   object DriveComboBox1: TDriveComboBox
  50.     Left = 16
  51.     Top = 240
  52.     Width = 233
  53.     Height = 19
  54.     DirList = DirectoryListBox1
  55.     TabOrder = 2
  56.   end
  57.   object Edit1: TEdit
  58.     Left = 16
  59.     Top = 24
  60.     Width = 233
  61.     Height = 21
  62.     TabOrder = 0
  63.     Text = 'Edit1'
  64.   end
  65.   object Button1: TButton
  66.     Left = 174
  67.     Top = 72
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     ModalResult = 1
  72.     TabOrder = 3
  73.   end
  74.   object Button2: TButton
  75.     Left = 174
  76.     Top = 104
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'Storno'
  80.     ModalResult = 2
  81.     TabOrder = 4
  82.   end
  83. end
  84.