home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / Lettrix / _SETUP.1 / LETTRIX.exe / 0 / RCDATA / TESCORES / TESCORES.txt
Text File  |  1999-10-10  |  1KB  |  68 lines

  1. object escores: Tescores
  2.   Left = 114
  3.   Top = 102
  4.   AutoScroll = False
  5.   Caption = 'Table des scores'
  6.   ClientHeight = 323
  7.   ClientWidth = 490
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StaticText1: TStaticText
  18.     Left = 112
  19.     Top = 8
  20.     Width = 233
  21.     Height = 24
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     BorderStyle = sbsSunken
  25.     Caption = 'LES MEILLEURS !!!'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clRed
  28.     Font.Height = -16
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object g_scores: TStringGrid
  35.     Left = 8
  36.     Top = 40
  37.     Width = 473
  38.     Height = 233
  39.     ColCount = 8
  40.     RowCount = 31
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clNavy
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     ColWidths = (
  49.       64
  50.       64
  51.       64
  52.       64
  53.       64
  54.       64
  55.       64
  56.       64)
  57.   end
  58.   object b_quitter: TBitBtn
  59.     Left = 160
  60.     Top = 288
  61.     Width = 121
  62.     Height = 25
  63.     Caption = 'Quitter'
  64.     TabOrder = 2
  65.     Kind = bkCancel
  66.   end
  67. end
  68.