object DriveMonitorForm: TDriveMonitorForm Left = 323 Top = 240 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Drive Monitor Settings' ClientHeight = 227 ClientWidth = 328 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 116 TextHeight = 16 object Label1: TLabel Left = 40 Top = 152 Width = 65 Height = 16 Caption = 'Min space:' end object Label2: TLabel Left = 168 Top = 176 Width = 20 Height = 16 Caption = 'MB' end object lbDrives: TListBox Left = 40 Top = 26 Width = 121 Height = 118 HelpContext = 810 ItemHeight = 16 Items.Strings = ( 'Drive A' 'Drive B' 'Drive C' 'Drive D' 'Drive E' 'Drive F' 'Drive G' 'Drive H' 'Drive I' 'Drive J' 'Drive K' 'Drive L' 'Drive M' 'Drive N' 'Drive O' 'Drive P' 'Drive Q' 'Drive R' 'Drive S' 'Drive T' 'Drive U' 'Drive V' 'Drive W' 'Drive X' 'Drive Y' 'Drive Z') TabOrder = 0 OnClick = lbDrivesClick end object bOK: TButton Left = 240 Top = 24 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 240 Top = 64 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object seMinSpace: TSpinEdit Left = 40 Top = 168 Width = 121 Height = 26 HelpContext = 820 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 OnChange = seMinSpaceChange end end