home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / SHAREWAR / IDA144 / IDA.EXE / 0 / RCDATA / TDRIVEMONITORFORM / TDRIVEMONITORFORM.txt
Text File  |  1997-08-25  |  2KB  |  103 lines

  1. object DriveMonitorForm: TDriveMonitorForm
  2.   Left = 323
  3.   Top = 240
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Drive Monitor Settings'
  7.   ClientHeight = 227
  8.   ClientWidth = 328
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 116
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 40
  20.     Top = 152
  21.     Width = 65
  22.     Height = 16
  23.     Caption = 'Min space:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 168
  27.     Top = 176
  28.     Width = 20
  29.     Height = 16
  30.     Caption = 'MB'
  31.   end
  32.   object lbDrives: TListBox
  33.     Left = 40
  34.     Top = 26
  35.     Width = 121
  36.     Height = 118
  37.     HelpContext = 810
  38.     ItemHeight = 16
  39.     Items.Strings = (
  40.       'Drive A'
  41.       'Drive B'
  42.       'Drive C'
  43.       'Drive D'
  44.       'Drive E'
  45.       'Drive F'
  46.       'Drive G'
  47.       'Drive H'
  48.       'Drive I'
  49.       'Drive J'
  50.       'Drive K'
  51.       'Drive L'
  52.       'Drive M'
  53.       'Drive N'
  54.       'Drive O'
  55.       'Drive P'
  56.       'Drive Q'
  57.       'Drive R'
  58.       'Drive S'
  59.       'Drive T'
  60.       'Drive U'
  61.       'Drive V'
  62.       'Drive W'
  63.       'Drive X'
  64.       'Drive Y'
  65.       'Drive Z')
  66.     TabOrder = 0
  67.     OnClick = lbDrivesClick
  68.   end
  69.   object bOK: TButton
  70.     Left = 240
  71.     Top = 24
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79.   object bCancel: TButton
  80.     Left = 240
  81.     Top = 64
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 2
  88.   end
  89.   object seMinSpace: TSpinEdit
  90.     Left = 40
  91.     Top = 168
  92.     Width = 121
  93.     Height = 26
  94.     HelpContext = 820
  95.     Enabled = False
  96.     MaxValue = 0
  97.     MinValue = 0
  98.     TabOrder = 3
  99.     Value = 0
  100.     OnChange = seMinSpaceChange
  101.   end
  102. end
  103.