home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDRIVETIP / TDRIVETIP.txt
Text File  |  1999-07-27  |  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.