home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / PJscrab / pjscrabp.exe / RCDATA / TFVRSCRABBLE / TFVRSCRABBLE.txt
Text File  |  2000-05-27  |  1KB  |  66 lines

  1. object FVRScrabble: TFVRScrabble
  2.   Left = 243
  3.   Top = 52
  4.   Width = 567
  5.   Height = 460
  6.   Caption = 'RECORDS'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabControl1: TTabControl
  18.     Left = 8
  19.     Top = 8
  20.     Width = 545
  21.     Height = 393
  22.     TabIndex = 0
  23.     TabOrder = 0
  24.     Tabs.Strings = (
  25.       'Coups Humains'
  26.       'Coups de l'#39'Ordinateur'
  27.       'Meilleures Parties'
  28.       'MTH1'
  29.       'MTH2'
  30.       'MTH3'
  31.       'MTH4'
  32.       'test')
  33.     OnChange = TabControl1Change
  34.     object StringGrid1: TStringGrid
  35.       Left = 8
  36.       Top = 24
  37.       Width = 529
  38.       Height = 361
  39.       DefaultColWidth = 30
  40.       DefaultRowHeight = 16
  41.       RowCount = 21
  42.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
  43.       ScrollBars = ssNone
  44.       TabOrder = 0
  45.       OnClick = StringGrid1Click
  46.       OnSelectCell = StringGrid1SelectCell
  47.       ColWidths = (
  48.         30
  49.         37
  50.         173
  51.         97
  52.         184)
  53.     end
  54.   end
  55.   object Button2: TButton
  56.     Left = 240
  57.     Top = 405
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65. end
  66.