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 / TTRANSF / TTRANSF.txt
Encoding:
Text File  |  1998-10-11  |  3.3 KB  |  174 lines

  1. object Transf: TTransf
  2.   Left = 168
  3.   Top = 184
  4.   HelpContext = 28
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mise ∩┐╜ jour des transfert de fin de saison'
  8.   ClientHeight = 338
  9.   ClientWidth = 527
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 135
  19.     Top = 8
  20.     Width = 140
  21.     Height = 38
  22.     Alignment = taCenter
  23.     Caption = 'Transferts'
  24.     Font.Color = clNavy
  25.     Font.Height = -27
  26.     Font.Name = 'Comic Sans MS'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 72
  33.     Width = 110
  34.     Height = 13
  35.     Caption = 'Ann∩┐╜e du championnat'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 104
  40.     Width = 95
  41.     Height = 13
  42.     Caption = 'Nombre de rel∩┐╜gu∩┐╜s'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 240
  46.     Top = 104
  47.     Width = 89
  48.     Height = 13
  49.     Caption = 'Nombre de promus'
  50.   end
  51.   object MaskEdit1: TMaskEdit
  52.     Left = 144
  53.     Top = 68
  54.     Width = 57
  55.     Height = 21
  56.     EditMask = '!0000/00;1;'
  57.     MaxLength = 7
  58.     TabOrder = 0
  59.     Text = '1998/99'
  60.   end
  61.   object Relegue: TGroupBox
  62.     Left = 8
  63.     Top = 144
  64.     Width = 393
  65.     Height = 65
  66.     Caption = 'Clubs rel∩┐╜gu∩┐╜s'
  67.     TabOrder = 5
  68.   end
  69.   object promu: TGroupBox
  70.     Left = 8
  71.     Top = 216
  72.     Width = 393
  73.     Height = 73
  74.     Caption = 'Clubs promus'
  75.     TabOrder = 6
  76.   end
  77.   object Edit1: TEdit
  78.     Tag = 1
  79.     Left = 112
  80.     Top = 100
  81.     Width = 33
  82.     Height = 21
  83.     ReadOnly = True
  84.     TabOrder = 1
  85.     Text = '0'
  86.     OnChange = Edit1Change
  87.   end
  88.   object UpDown1: TUpDown
  89.     Tag = 1
  90.     Left = 145
  91.     Top = 100
  92.     Width = 12
  93.     Height = 21
  94.     Associate = Edit1
  95.     Min = 0
  96.     Position = 0
  97.     TabOrder = 2
  98.     Wrap = False
  99.   end
  100.   object Edit2: TEdit
  101.     Tag = 2
  102.     Left = 344
  103.     Top = 100
  104.     Width = 33
  105.     Height = 21
  106.     ReadOnly = True
  107.     TabOrder = 3
  108.     Text = '0'
  109.     OnChange = Edit2Change
  110.   end
  111.   object UpDown2: TUpDown
  112.     Tag = 2
  113.     Left = 377
  114.     Top = 100
  115.     Width = 12
  116.     Height = 21
  117.     Associate = Edit2
  118.     Min = 0
  119.     Position = 0
  120.     TabOrder = 4
  121.     Wrap = False
  122.   end
  123.   object BitBtn1: TBitBtn
  124.     Left = 88
  125.     Top = 304
  126.     Width = 75
  127.     Height = 25
  128.     TabOrder = 7
  129.     OnClick = BitBtn1Click
  130.     Kind = bkOK
  131.   end
  132.   object BitBtn2: TBitBtn
  133.     Left = 192
  134.     Top = 304
  135.     Width = 75
  136.     Height = 25
  137.     TabOrder = 8
  138.     Kind = bkCancel
  139.   end
  140.   object Liste1: TListe
  141.     Left = 406
  142.     Top = 0
  143.     Width = 121
  144.     Height = 338
  145.     Align = alRight
  146.     ItemHeight = 13
  147.     Style = lbOwnerDrawFixed
  148.     TabOrder = 9
  149.     Gagne_element = False
  150.     nomlong = False
  151.   end
  152.   object BitBtn3: TBitBtn
  153.     Left = 296
  154.     Top = 304
  155.     Width = 75
  156.     Height = 25
  157.     HelpContext = 28
  158.     Caption = 'Aide'
  159.     TabOrder = 10
  160.     Kind = bkHelp
  161.   end
  162.   object chargepromu: TOpenDialog
  163.     FileEditStyle = fsEdit
  164.     Filter = 
  165.       'Championnats francais (*.chf)|*.chf|Championnats personnalis∩┐╜s (' +
  166.       '*.chp)|*.chp|Bases de donn∩┐╜es francaises (*.daf)|*.daf|Bases de ' +
  167.       'donn∩┐╜es personnalis∩┐╜es (*.dar)|*.dat'
  168.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  169.     Title = 'Recherche des promus dans un fichier de sauvegarde'
  170.     Left = 16
  171.     Top = 304
  172.   end
  173. end
  174.