object AProposForm: TAProposForm Left = 254 Top = 178 AlphaBlendValue = 100 BorderStyle = bsNone Caption = 'A propos' ClientHeight = 338 ClientWidth = 335 Color = clBtnFace TransparentColorValue = clNone Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PnlFond: TPanel Left = 0 Top = 0 Width = 335 Height = 338 Align = alClient TabOrder = 0 OnMouseDown = PnlFondMouseDown object LblCaption: TLabel Left = 16 Top = 128 Width = 112 Height = 16 Caption = 'PhotoFiltre 6.0.2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseDown = PnlFondMouseDown end object LblAuthor: TLabel Left = 16 Top = 166 Width = 44 Height = 13 Caption = 'Copyright' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnMouseDown = PnlFondMouseDown end object LblSite: TLabel Left = 16 Top = 208 Width = 127 Height = 13 Cursor = crHandPoint Caption = 'http://www.photofiltre.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LblSiteClick end object LblLicence: TLabel Left = 16 Top = 252 Width = 38 Height = 13 Caption = 'Licence' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnMouseDown = PnlFondMouseDown end object Bevel1: TBevel Left = 16 Top = 240 Width = 300 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 16 Top = 184 Width = 51 Height = 13 Caption = 'Traduction' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False OnMouseDown = PnlFondMouseDown end object LblDate: TLabel Left = 16 Top = 148 Width = 23 Height = 13 Caption = 'Date' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnMouseDown = PnlFondMouseDown end object PnlImg: TPanel Left = 16 Top = 16 Width = 302 Height = 102 BevelOuter = bvLowered TabOrder = 0 OnMouseDown = PnlFondMouseDown object Image1: TImage Left = 1 Top = 1 Width = 300 Height = 100 Picture.Data = {} OnMouseDown = PnlFondMouseDown end end object BOk: TButton Left = 242 Top = 296 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end end end