home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TSTATS / TSTATS.txt < prev   
Encoding:
Text File  |  1999-03-17  |  1.3 KB  |  57 lines

  1. object Stats: TStats
  2.   Left = 432
  3.   Top = 159
  4.   Width = 184
  5.   Height = 569
  6.   HelpContext = 19
  7.   Caption = 'Statistics'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   PopupMenu = PopupMenu1
  18.   Position = poDefault
  19.   ShowHint = True
  20.   Visible = True
  21.   WindowState = wsMinimized
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnResize = FormResize
  25.   PixelsPerInch = 120
  26.   TextHeight = 20
  27.   object StringGrid1: TStringGrid
  28.     Left = 0
  29.     Top = 0
  30.     Width = 176
  31.     Height = 538
  32.     Align = alClient
  33.     ColCount = 2
  34.     DefaultRowHeight = 17
  35.     RowCount = 19
  36.     FixedRows = 0
  37.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving, goThumbTracking]
  38.     ParentShowHint = False
  39.     ScrollBars = ssVertical
  40.     ShowHint = True
  41.     TabOrder = 0
  42.     OnKeyDown = StringGrid1KeyDown
  43.     OnMouseDown = StringGrid1MouseDown
  44.     OnMouseMove = StringGrid1MouseMove
  45.     OnRowMoved = StringGrid1RowMoved
  46.   end
  47.   object PopupMenu1: TPopupMenu
  48.     Left = 88
  49.     Top = 416
  50.     object Switchwindow1: TMenuItem
  51.       Caption = 'S&witch window'
  52.       ShortCut = 16471
  53.       OnClick = Switchwindow1Click
  54.     end
  55.   end
  56. end
  57.