home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / Labimath / labimath.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  2002-07-05  |  2KB  |  116 lines

  1. object Form5: TForm5
  2.   Left = 210
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Licence'
  7.   ClientHeight = 193
  8.   ClientWidth = 257
  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 = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 32
  21.     Top = 104
  22.     Width = 60
  23.     Height = 20
  24.     Caption = 'Cl∩┐╜ Nom'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 24
  34.     Top = 128
  35.     Width = 83
  36.     Height = 20
  37.     Caption = 'Cl∩┐╜ Num∩┐╜ro'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -16
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label4: TLabel
  46.     Left = 56
  47.     Top = 64
  48.     Width = 136
  49.     Height = 20
  50.     Cursor = crHandPoint
  51.     Caption = 'http://www.gfun.net'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlue
  54.     Font.Height = -16
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsUnderline]
  57.     ParentFont = False
  58.     OnClick = Label4Click
  59.   end
  60.   object Button1: TButton
  61.     Left = 136
  62.     Top = 160
  63.     Width = 65
  64.     Height = 25
  65.     Caption = '&Enregistrer'
  66.     TabOrder = 2
  67.     OnClick = Button1Click
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 120
  71.     Top = 104
  72.     Width = 89
  73.     Height = 21
  74.     MaxLength = 8
  75.     TabOrder = 0
  76.   end
  77.   object Edit2: TEdit
  78.     Left = 120
  79.     Top = 128
  80.     Width = 89
  81.     Height = 21
  82.     MaxLength = 8
  83.     TabOrder = 1
  84.   end
  85.   object Button2: TButton
  86.     Left = 64
  87.     Top = 160
  88.     Width = 49
  89.     Height = 25
  90.     Caption = '&Annuler'
  91.     TabOrder = 3
  92.     OnClick = Button2Click
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 8
  96.     Top = 8
  97.     Width = 233
  98.     Height = 49
  99.     Alignment = taCenter
  100.     BorderStyle = bsNone
  101.     Color = clActiveBorder
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clMenuText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     Lines.Strings = (
  108.       'Un simple appel t∩┐╜l∩┐╜phonique d'#39'environ 1,5 Euro '
  109.       'suffira pour enregistrer votre version.'
  110.       'Cliquez sur le lien ci-dessous pour en savoir plus.')
  111.     ParentFont = False
  112.     ReadOnly = True
  113.     TabOrder = 4
  114.   end
  115. end
  116.