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

  1. object Fquota: TFquota
  2.   Left = 476
  3.   Top = 606
  4.   HelpContext = 800
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'BioCourbes - Informations'
  7.   ClientHeight = 221
  8.   ClientWidth = 401
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 163
  23.     Top = 192
  24.     Width = 75
  25.     Height = 25
  26.     Hint = 'Fermer'
  27.     Cancel = True
  28.     Caption = '&Ok'
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32.   object PnlQuota: TPanel
  33.     Left = 8
  34.     Top = 160
  35.     Width = 385
  36.     Height = 25
  37.     Caption = 'PnlQuota'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clMaroon
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 8
  48.     Top = 88
  49.     Width = 385
  50.     Height = 65
  51.     BevelOuter = bvLowered
  52.     TabOrder = 2
  53.     object LblIntel: TLabel
  54.       Left = 8
  55.       Top = 41
  56.       Width = 369
  57.       Height = 16
  58.       AutoSize = False
  59.       Caption = 'LblIntel'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clGreen
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object LblEmo: TLabel
  68.       Left = 8
  69.       Top = 25
  70.       Width = 369
  71.       Height = 16
  72.       AutoSize = False
  73.       Caption = 'LblEmo'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlue
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.     end
  81.     object LblPhy: TLabel
  82.       Left = 8
  83.       Top = 9
  84.       Width = 369
  85.       Height = 16
  86.       AutoSize = False
  87.       Caption = 'LblPhy'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clRed
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.     end
  95.   end
  96.   object Panel2: TPanel
  97.     Left = 8
  98.     Top = 8
  99.     Width = 385
  100.     Height = 73
  101.     BevelOuter = bvLowered
  102.     TabOrder = 3
  103.     object Label1: TLabel
  104.       Left = 12
  105.       Top = 4
  106.       Width = 361
  107.       Height = 16
  108.       Alignment = taCenter
  109.       AutoSize = False
  110.       Caption = 'Biorythme de'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clPurple
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = [fsBold]
  116.       ParentFont = False
  117.     end
  118.     object LblNom: TLabel
  119.       Left = 12
  120.       Top = 20
  121.       Width = 361
  122.       Height = 16
  123.       Alignment = taCenter
  124.       AutoSize = False
  125.       Caption = 'LblNom'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clPurple
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = [fsBold]
  131.       ParentFont = False
  132.     end
  133.     object LblDate: TLabel
  134.       Left = 12
  135.       Top = 37
  136.       Width = 361
  137.       Height = 16
  138.       Alignment = taCenter
  139.       AutoSize = False
  140.       Caption = 'LblDate'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clPurple
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = [fsBold]
  146.       ParentFont = False
  147.     end
  148.     object LblJour: TLabel
  149.       Left = 12
  150.       Top = 53
  151.       Width = 361
  152.       Height = 16
  153.       Alignment = taCenter
  154.       AutoSize = False
  155.       Caption = 'LblJour'
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clBlue
  158.       Font.Height = -11
  159.       Font.Name = 'MS Sans Serif'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.     end
  163.   end
  164. end
  165.