object AProposForm: TAProposForm Left = 316 Top = 186 BorderStyle = bsDialog Caption = 'A propos de Scrutico' ClientHeight = 277 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 297 Height = 225 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProductName: TLabel Left = 127 Top = 24 Width = 48 Height = 13 Caption = 'Scrutico' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 128 Top = 44 Width = 124 Height = 13 Caption = 'Version 2.0 (F'#233'vrier 2003)' IsControl = True end object Copyright: TLabel Left = 128 Top = 96 Width = 90 Height = 13 Caption = 'Antonio DA CRUZ ' IsControl = True end object URL: TLabel Left = 128 Top = 116 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 = URLClick end object Bevel1: TBevel Left = 128 Top = 80 Width = 153 Height = 9 Shape = bsTopLine end object Panel2: TPanel Left = 12 Top = 12 Width = 98 Height = 202 BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 96 Height = 200 AutoSize = True Picture.Data = {} end end end object BOk: TBitBtn Left = 230 Top = 240 Width = 75 Height = 27 Caption = 'Ok' TabOrder = 1 Kind = bkOK end end