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

  1. object FStat: TFStat
  2.   Left = 30
  3.   Top = 170
  4.   Width = 500
  5.   Height = 335
  6.   BorderIcons = []
  7.   Caption = 'Statistiques'
  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.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 424
  20.     Top = 112
  21.     Width = 59
  22.     Height = 25
  23.     Caption = 'Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object GroupBox1: TGroupBox
  29.     Left = 8
  30.     Top = 161
  31.     Width = 249
  32.     Height = 145
  33.     Caption = ' Cases occup∩┐╜es '
  34.     TabOrder = 1
  35.     object Edit4: TEdit
  36.       Left = 40
  37.       Top = 20
  38.       Width = 158
  39.       Height = 21
  40.       TabOrder = 0
  41.     end
  42.     object Edit5: TEdit
  43.       Left = 40
  44.       Top = 44
  45.       Width = 158
  46.       Height = 21
  47.       TabOrder = 1
  48.     end
  49.     object Edit6: TEdit
  50.       Left = 40
  51.       Top = 68
  52.       Width = 158
  53.       Height = 21
  54.       TabOrder = 2
  55.     end
  56.     object Edit7: TEdit
  57.       Left = 40
  58.       Top = 92
  59.       Width = 158
  60.       Height = 21
  61.       TabOrder = 3
  62.     end
  63.     object Edit8: TEdit
  64.       Left = 40
  65.       Top = 116
  66.       Width = 158
  67.       Height = 21
  68.       TabOrder = 4
  69.     end
  70.   end
  71.   object GroupBox2: TGroupBox
  72.     Left = 264
  73.     Top = 161
  74.     Width = 225
  75.     Height = 145
  76.     Caption = ' autres '
  77.     TabOrder = 2
  78.     object Edit1: TEdit
  79.       Left = 40
  80.       Top = 32
  81.       Width = 160
  82.       Height = 21
  83.       TabOrder = 0
  84.     end
  85.     object Edit2: TEdit
  86.       Left = 40
  87.       Top = 56
  88.       Width = 160
  89.       Height = 21
  90.       TabOrder = 1
  91.     end
  92.     object Edit3: TEdit
  93.       Left = 40
  94.       Top = 80
  95.       Width = 160
  96.       Height = 21
  97.       TabOrder = 2
  98.     end
  99.     object Edit9: TEdit
  100.       Left = 40
  101.       Top = 112
  102.       Width = 160
  103.       Height = 21
  104.       TabOrder = 3
  105.     end
  106.   end
  107.   object GroupBox3: TGroupBox
  108.     Left = 8
  109.     Top = 80
  110.     Width = 409
  111.     Height = 81
  112.     Caption = ' Nombre de lettres plac∩┐╜es '
  113.     TabOrder = 3
  114.     object SGCoups: TStringGrid
  115.       Left = 8
  116.       Top = 19
  117.       Width = 393
  118.       Height = 54
  119.       ColCount = 16
  120.       DefaultColWidth = 23
  121.       FixedCols = 0
  122.       RowCount = 2
  123.       TabOrder = 0
  124.     end
  125.   end
  126.   object GroupBox4: TGroupBox
  127.     Left = 8
  128.     Top = 0
  129.     Width = 481
  130.     Height = 81
  131.     Caption = ' Nombre de mots jou∩┐╜s '
  132.     TabOrder = 4
  133.     object SGMots: TStringGrid
  134.       Left = 6
  135.       Top = 18
  136.       Width = 469
  137.       Height = 54
  138.       ColCount = 15
  139.       DefaultColWidth = 30
  140.       FixedCols = 0
  141.       RowCount = 2
  142.       TabOrder = 0
  143.       ColWidths = (
  144.         30
  145.         30
  146.         30
  147.         30
  148.         30
  149.         30
  150.         29
  151.         30
  152.         30
  153.         30
  154.         30
  155.         30
  156.         30
  157.         30
  158.         30)
  159.     end
  160.   end
  161. end
  162.