home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / CLASSFOOT.ZIP / _SETUP.1 / classfoot.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-10-11  |  743 b   |  38 lines

  1. object Form2: TForm2
  2.   Left = 370
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form2'
  7.   ClientHeight = 273
  8.   ClientWidth = 252
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnMouseDown = FormMouseDown
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Tabpart: TTableau
  18.     Left = 0
  19.     Top = 0
  20.     Width = 252
  21.     Height = 273
  22.     nb_ligne = 3
  23.     nb_col = 2
  24.     hauteur = 20
  25.     hauteurmax = 30
  26.     Couleurligne = clNavy
  27.     Selectionnable = False
  28.     Selectligne = False
  29.     TraitH = True
  30.     CouleurSelection = clBlue
  31.     Etendu = True
  32.     Titre = False
  33.     Align = alClient
  34.     TabOrder = 0
  35.     OnMouseDown = FormMouseDown
  36.   end
  37. end
  38.