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

  1. object Form2: TForm2
  2.   Left = 656
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'A Propos de LabiMath'
  7.   ClientHeight = 123
  8.   ClientWidth = 202
  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 = 56
  21.     Top = 8
  22.     Width = 92
  23.     Height = 20
  24.     Caption = 'LabiMath 1.0'
  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 = 32
  34.     Top = 32
  35.     Width = 136
  36.     Height = 20
  37.     Caption = 'Auteur Olivier Gints'
  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 Label3: TLabel
  46.     Left = 32
  47.     Top = 56
  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 = Label3Click
  59.   end
  60.   object Button1: TButton
  61.     Left = 128
  62.     Top = 88
  63.     Width = 57
  64.     Height = 25
  65.     Caption = '&OK'
  66.     TabOrder = 0
  67.     OnClick = Button1Click
  68.   end
  69. end
  70.