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

  1. object Fperiode: TFperiode
  2.   Left = 398
  3.   Top = 227
  4.   HelpContext = 500
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'BioCourbes - Mois et Ann'#233'e du calcul'
  8.   ClientHeight = 74
  9.   ClientWidth = 404
  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.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 102
  26.     Top = 8
  27.     Width = 202
  28.     Height = 13
  29.     Caption = 'Choisissez l'#39'ann'#233'e et le mois pour le calcul.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlue
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 33
  40.     Width = 404
  41.     Height = 41
  42.     Align = alBottom
  43.     TabOrder = 0
  44.     object Edit1: TEdit
  45.       Left = 78
  46.       Top = 9
  47.       Width = 110
  48.       Height = 21
  49.       Hint = 'Mois'
  50.       TabOrder = 2
  51.     end
  52.     object Edit2: TEdit
  53.       Left = 8
  54.       Top = 8
  55.       Width = 41
  56.       Height = 21
  57.       Hint = 'Ann'#233'e'
  58.       TabOrder = 0
  59.       Text = '2001'
  60.     end
  61.     object UpDown1: TUpDown
  62.       Left = 188
  63.       Top = 9
  64.       Width = 16
  65.       Height = 21
  66.       Min = 1
  67.       Max = 12
  68.       Position = 1
  69.       TabOrder = 3
  70.       Thousands = False
  71.       Wrap = True
  72.       OnClick = UpDown1Click
  73.     end
  74.     object UpDown2: TUpDown
  75.       Left = 49
  76.       Top = 8
  77.       Width = 15
  78.       Height = 21
  79.       Associate = Edit2
  80.       Min = 1800
  81.       Max = 3000
  82.       Position = 2001
  83.       TabOrder = 1
  84.       Thousands = False
  85.       Wrap = True
  86.     end
  87.     object Calculer: TButton
  88.       Left = 224
  89.       Top = 8
  90.       Width = 75
  91.       Height = 25
  92.       Hint = 'Calculer'
  93.       Caption = '&Calculer'
  94.       Default = True
  95.       TabOrder = 4
  96.       OnClick = CalculerClick
  97.     end
  98.     object Annuler: TButton
  99.       Left = 312
  100.       Top = 8
  101.       Width = 75
  102.       Height = 25
  103.       Hint = 'Quitter'
  104.       Cancel = True
  105.       Caption = '&Quitter'
  106.       TabOrder = 5
  107.       OnClick = AnnulerClick
  108.     end
  109.   end
  110. end
  111.