home *** CD-ROM | disk | FTP | other *** search
- object Transf: TTransf
- Left = 168
- Top = 184
- HelpContext = 28
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mise � jour des transfert de fin de saison'
- ClientHeight = 338
- ClientWidth = 527
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 135
- Top = 8
- Width = 140
- Height = 38
- Alignment = taCenter
- Caption = 'Transferts'
- Font.Color = clNavy
- Font.Height = -27
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 72
- Width = 110
- Height = 13
- Caption = 'Ann�e du championnat'
- end
- object Label3: TLabel
- Left = 8
- Top = 104
- Width = 95
- Height = 13
- Caption = 'Nombre de rel�gu�s'
- end
- object Label4: TLabel
- Left = 240
- Top = 104
- Width = 89
- Height = 13
- Caption = 'Nombre de promus'
- end
- object MaskEdit1: TMaskEdit
- Left = 144
- Top = 68
- Width = 57
- Height = 21
- EditMask = '!0000/00;1;'
- MaxLength = 7
- TabOrder = 0
- Text = '1998/99'
- end
- object Relegue: TGroupBox
- Left = 8
- Top = 144
- Width = 393
- Height = 65
- Caption = 'Clubs rel�gu�s'
- TabOrder = 5
- end
- object promu: TGroupBox
- Left = 8
- Top = 216
- Width = 393
- Height = 73
- Caption = 'Clubs promus'
- TabOrder = 6
- end
- object Edit1: TEdit
- Tag = 1
- Left = 112
- Top = 100
- Width = 33
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = '0'
- OnChange = Edit1Change
- end
- object UpDown1: TUpDown
- Tag = 1
- Left = 145
- Top = 100
- Width = 12
- Height = 21
- Associate = Edit1
- Min = 0
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- object Edit2: TEdit
- Tag = 2
- Left = 344
- Top = 100
- Width = 33
- Height = 21
- ReadOnly = True
- TabOrder = 3
- Text = '0'
- OnChange = Edit2Change
- end
- object UpDown2: TUpDown
- Tag = 2
- Left = 377
- Top = 100
- Width = 12
- Height = 21
- Associate = Edit2
- Min = 0
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- object BitBtn1: TBitBtn
- Left = 88
- Top = 304
- Width = 75
- Height = 25
- TabOrder = 7
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 192
- Top = 304
- Width = 75
- Height = 25
- TabOrder = 8
- Kind = bkCancel
- end
- object Liste1: TListe
- Left = 406
- Top = 0
- Width = 121
- Height = 338
- Align = alRight
- ItemHeight = 13
- Style = lbOwnerDrawFixed
- TabOrder = 9
- Gagne_element = False
- nomlong = False
- end
- object BitBtn3: TBitBtn
- Left = 296
- Top = 304
- Width = 75
- Height = 25
- HelpContext = 28
- Caption = 'Aide'
- TabOrder = 10
- Kind = bkHelp
- end
- object chargepromu: TOpenDialog
- FileEditStyle = fsEdit
- Filter =
- 'Championnats francais (*.chf)|*.chf|Championnats personnalis�s (' +
- '*.chp)|*.chp|Bases de donn�es francaises (*.daf)|*.daf|Bases de ' +
- 'donn�es personnalis�es (*.dar)|*.dat'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Recherche des promus dans un fichier de sauvegarde'
- Left = 16
- Top = 304
- end
- end
-