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

  1. object DriveTip: TDriveTip
  2.   Left = 200
  3.   Top = 99
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsSingle
  8.   Caption = 'DriveTip'
  9.   ClientHeight = 273
  10.   ClientWidth = 427
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22. end
  23.