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

  1. object AllScrDlg: TAllScrDlg
  2.   Left = 511
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Statistics for All Games'
  6.   ClientHeight = 409
  7.   ClientWidth = 461
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 139
  20.     Top = 376
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object ClearBtn: TButton
  29.     Left = 219
  30.     Top = 376
  31.     Width = 106
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Clear Statistics'
  35.     TabOrder = 1
  36.     OnClick = ClearBtnClick
  37.   end
  38.   object AllScrGrid: TStringGrid
  39.     Left = 8
  40.     Top = 12
  41.     Width = 445
  42.     Height = 353
  43.     TabStop = False
  44.     ColCount = 32
  45.     DefaultColWidth = 90
  46.     RowCount = 31
  47.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine]
  48.     ParentColor = True
  49.     TabOrder = 2
  50.   end
  51. end
  52.