home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Endirect / BioCourbes / _SETUP.1 / BioCourbes.exe / 0 / RCDATA / TFMODIF / TFMODIF.txt
Text File  |  2004-02-21  |  1KB  |  78 lines

  1. object Fmodif: TFmodif
  2.   Left = 386
  3.   Top = 339
  4.   HelpContext = 35
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'BioCourbes - Modifier'
  8.   ClientHeight = 107
  9.   ClientWidth = 382
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 115
  25.     Top = 8
  26.     Width = 36
  27.     Height = 13
  28.     Caption = 'Pr'#233'nom'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 259
  32.     Top = 8
  33.     Width = 89
  34.     Height = 13
  35.     Caption = 'Date de naissance'
  36.   end
  37.   object Ednom: TEdit
  38.     Left = 43
  39.     Top = 24
  40.     Width = 209
  41.     Height = 21
  42.     MaxLength = 30
  43.     TabOrder = 0
  44.   end
  45.   object MaskAjout: TMaskEdit
  46.     Left = 267
  47.     Top = 24
  48.     Width = 73
  49.     Height = 21
  50.     EditMask = '!99/99/0000;1;_'
  51.     MaxLength = 10
  52.     TabOrder = 1
  53.     Text = '  /  /    '
  54.   end
  55.   object Valider: TButton
  56.     Left = 86
  57.     Top = 64
  58.     Width = 75
  59.     Height = 25
  60.     Hint = 'Valider la modification'
  61.     Caption = '&Valider'
  62.     Default = True
  63.     TabOrder = 2
  64.     OnClick = ValiderClick
  65.   end
  66.   object Annuler: TButton
  67.     Left = 222
  68.     Top = 64
  69.     Width = 75
  70.     Height = 25
  71.     Hint = 'Annuler'
  72.     Cancel = True
  73.     Caption = '&Annuler'
  74.     TabOrder = 3
  75.     OnClick = AnnulerClick
  76.   end
  77. end
  78.