home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / STRAT / BEDTRIS2 / BEDTRIS.EXE / 0 / RCDATA / TSUMMERY / TSUMMERY.txt
Text File  |  1997-05-17  |  2KB  |  85 lines

  1. object Summery: TSummery
  2.   Left = 275
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Game Summery'
  7.   ClientHeight = 211
  8.   ClientWidth = 187
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ScoreLabel: TLabel
  18.     Left = 8
  19.     Top = 40
  20.     Width = 34
  21.     Height = 13
  22.     Caption = 'Score: '
  23.   end
  24.   object LevelLabel: TLabel
  25.     Left = 8
  26.     Top = 24
  27.     Width = 32
  28.     Height = 13
  29.     Caption = 'Level: '
  30.   end
  31.   object BonusLabel: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 36
  35.     Height = 13
  36.     Caption = 'Bonus: '
  37.   end
  38.   object TotalLabel: TLabel
  39.     Left = 8
  40.     Top = 80
  41.     Width = 75
  42.     Height = 13
  43.     Caption = 'Total Score: '
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object MessageLabel: TLabel
  51.     Left = 17
  52.     Top = 104
  53.     Width = 153
  54.     Height = 33
  55.     Caption = 'Congratulations, you got a high score! Enter your name:  '
  56.     ShowAccelChar = False
  57.     WordWrap = True
  58.   end
  59.   object GameLabel: TLabel
  60.     Left = 8
  61.     Top = 8
  62.     Width = 31
  63.     Height = 13
  64.     Caption = 'Game:'
  65.   end
  66.   object SumOK: TButton
  67.     Left = 41
  68.     Top = 180
  69.     Width = 105
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'OK'
  73.     Default = True
  74.     TabOrder = 0
  75.     OnClick = SumOKClick
  76.   end
  77.   object NameEdit: TEdit
  78.     Left = 33
  79.     Top = 144
  80.     Width = 121
  81.     Height = 21
  82.     TabOrder = 1
  83.   end
  84. end
  85.