home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0738 / 0738.ZIP / _SETUP.1 / AllInOneYahtzee.exe / 0 / RCDATA / TPLAYERS / TPLAYERS.txt
Text File  |  1999-03-25  |  3KB  |  134 lines

  1. object Players: TPlayers
  2.   Left = 374
  3.   Top = 358
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Player Scores'
  7.   ClientHeight = 126
  8.   ClientWidth = 206
  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.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PlayersBox: TGroupBox
  20.     Left = 5
  21.     Top = 3
  22.     Width = 196
  23.     Height = 118
  24.     Caption = 'Player scores'
  25.     TabOrder = 0
  26.     object Name1: TLabel
  27.       Left = 8
  28.       Top = 16
  29.       Width = 40
  30.       Height = 13
  31.       Caption = 'Name1'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object Name3: TLabel
  40.       Left = 8
  41.       Top = 48
  42.       Width = 34
  43.       Height = 13
  44.       Caption = 'Name3'
  45.       Visible = False
  46.     end
  47.     object Name2: TLabel
  48.       Left = 8
  49.       Top = 32
  50.       Width = 34
  51.       Height = 13
  52.       Caption = 'Name2'
  53.       Visible = False
  54.     end
  55.     object Name4: TLabel
  56.       Left = 8
  57.       Top = 64
  58.       Width = 34
  59.       Height = 13
  60.       Caption = 'Name4'
  61.       Visible = False
  62.     end
  63.     object Name5: TLabel
  64.       Left = 8
  65.       Top = 80
  66.       Width = 34
  67.       Height = 13
  68.       Caption = 'Name5'
  69.       Visible = False
  70.     end
  71.     object Name6: TLabel
  72.       Left = 8
  73.       Top = 96
  74.       Width = 34
  75.       Height = 13
  76.       Caption = 'Name6'
  77.       Visible = False
  78.     end
  79.     object Score1: TLabel
  80.       Left = 181
  81.       Top = 16
  82.       Width = 6
  83.       Height = 13
  84.       Alignment = taRightJustify
  85.       Caption = '0'
  86.     end
  87.     object Score2: TLabel
  88.       Left = 181
  89.       Top = 32
  90.       Width = 6
  91.       Height = 13
  92.       Alignment = taRightJustify
  93.       Caption = '0'
  94.       Visible = False
  95.     end
  96.     object Score3: TLabel
  97.       Left = 181
  98.       Top = 48
  99.       Width = 6
  100.       Height = 13
  101.       Alignment = taRightJustify
  102.       Caption = '0'
  103.       Visible = False
  104.     end
  105.     object Score4: TLabel
  106.       Left = 181
  107.       Top = 64
  108.       Width = 6
  109.       Height = 13
  110.       Alignment = taRightJustify
  111.       Caption = '0'
  112.       Visible = False
  113.     end
  114.     object Score5: TLabel
  115.       Left = 181
  116.       Top = 80
  117.       Width = 6
  118.       Height = 13
  119.       Alignment = taRightJustify
  120.       Caption = '0'
  121.       Visible = False
  122.     end
  123.     object Score6: TLabel
  124.       Left = 181
  125.       Top = 96
  126.       Width = 6
  127.       Height = 13
  128.       Alignment = taRightJustify
  129.       Caption = '0'
  130.       Visible = False
  131.     end
  132.   end
  133. end
  134.