home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDRIVESELBOX / TDRIVESELBOX.txt
Text File  |  1998-03-18  |  1KB  |  78 lines

  1. object DriveSelBox: TDriveSelBox
  2.   Tag = 1
  3.   Left = 279
  4.   Top = 154
  5.   HelpContext = 100
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select drives'
  8.   ClientHeight = 184
  9.   ClientWidth = 249
  10.   Font.Color = clBtnText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Tag = 2
  18.     Left = 4
  19.     Top = 2
  20.     Width = 241
  21.     Height = 16
  22.     AutoSize = False
  23.     Caption = 'Drives to search:'
  24.   end
  25.   object DriveLbox: TListBox
  26.     Left = 4
  27.     Top = 20
  28.     Width = 133
  29.     Height = 157
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ItemHeight = 16
  35.     MultiSelect = True
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnDblClick = DriveLboxDblClick
  39.   end
  40.   object id_AllHardisks: TButton
  41.     Tag = 3
  42.     Left = 144
  43.     Top = 20
  44.     Width = 100
  45.     Height = 25
  46.     Caption = '&local harddisks'
  47.     TabOrder = 1
  48.     OnClick = id_AllHardisksClick
  49.   end
  50.   object Button1: TButton
  51.     Tag = 4001
  52.     Left = 144
  53.     Top = 50
  54.     Width = 100
  55.     Height = 25
  56.     Caption = 'Ok'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 2
  60.   end
  61.   object Button2: TButton
  62.     Tag = 4002
  63.     Left = 144
  64.     Top = 80
  65.     Width = 100
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object Translate1: TTranslate
  73.     Tag = 5520
  74.     Left = 216
  75.     Top = 152
  76.   end
  77. end
  78.