home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TDRIVESFORM / TDRIVESFORM.txt
Text File  |  2002-07-19  |  2KB  |  80 lines

  1. object DrivesForm: TDrivesForm
  2.   Left = 550
  3.   Top = 435
  4.   ActiveControl = ListView1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Disky'
  7.   ClientHeight = 217
  8.   ClientWidth = 187
  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 = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListView1: TListView
  21.     Left = 8
  22.     Top = 8
  23.     Width = 171
  24.     Height = 137
  25.     Columns = <>
  26.     HideSelection = False
  27.     HotTrack = True
  28.     LargeImages = ImageList1
  29.     ReadOnly = True
  30.     TabOrder = 0
  31.     OnDblClick = ListView1DblClick
  32.     OnSelectItem = ListView1SelectItem
  33.   end
  34.   object Button2: TButton
  35.     Left = 96
  36.     Top = 152
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'A&ktualizovat'
  40.     TabOrder = 3
  41.     OnClick = Button2Click
  42.   end
  43.   object Button3: TButton
  44.     Left = 16
  45.     Top = 152
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Form∩┐╜tovat...'
  49.     Enabled = False
  50.     TabOrder = 1
  51.     OnClick = Button3Click
  52.   end
  53.   object Button4: TButton
  54.     Left = 16
  55.     Top = 184
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Vlastnosti...'
  59.     Enabled = False
  60.     TabOrder = 2
  61.     OnClick = Button4Click
  62.   end
  63.   object Button1: TButton
  64.     Left = 96
  65.     Top = 184
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = '&Zav∩┐╜∩┐╜t'
  70.     ModalResult = 2
  71.     TabOrder = 4
  72.   end
  73.   object ImageList1: TImageList
  74.     Height = 32
  75.     Width = 32
  76.     Left = 72
  77.     Top = 56
  78.   end
  79. end
  80.