object Form2: TForm2 Left = 656 Top = 117 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'A Propos de LabiMath' ClientHeight = 123 ClientWidth = 202 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 8 Width = 92 Height = 20 Caption = 'LabiMath 1.0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 32 Top = 32 Width = 136 Height = 20 Caption = 'Auteur Olivier Gints' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 32 Top = 56 Width = 136 Height = 20 Cursor = crHandPoint Caption = 'http://www.gfun.net' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label3Click end object Button1: TButton Left = 128 Top = 88 Width = 57 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end end