home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / games-card / patien20.exe / PATIENCE.EXE / 0 / RCDATA / TONESCRDLG / TONESCRDLG.txt
Text File  |  1998-01-12  |  911b  |  45 lines

  1. object OneScrDlg: TOneScrDlg
  2.   Left = 527
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Statistics for ...'
  7.   ClientHeight = 308
  8.   ClientWidth = 399
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TButton
  20.     Left = 159
  21.     Top = 280
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object OneScrGrid: TStringGrid
  30.     Left = 8
  31.     Top = 12
  32.     Width = 381
  33.     Height = 261
  34.     TabStop = False
  35.     ColCount = 4
  36.     DefaultColWidth = 90
  37.     FixedCols = 0
  38.     RowCount = 32
  39.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine]
  40.     ParentColor = True
  41.     ScrollBars = ssVertical
  42.     TabOrder = 1
  43.   end
  44. end
  45.