object DriveTip: TDriveTip Left = 200 Top = 99 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsSingle Caption = 'DriveTip' ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 end