object AboutForm: TAboutForm Left = 241 Top = 114 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About Smart Uninstaller' ClientHeight = 357 ClientWidth = 342 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object AboutPanel: TPanel Left = 8 Top = 10 Width = 325 Height = 303 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProductLabel: TLabel Left = 20 Top = 124 Width = 140 Height = 20 Caption = 'Smart Uninstaller' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True IsControl = True end object VersionLabel: TLabel Left = 104 Top = 144 Width = 53 Height = 13 Caption = 'Version 1.0' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True IsControl = True end object CopyrightLabel1: TLabel Left = 20 Top = 184 Width = 146 Height = 13 Caption = 'Copyright � 1999, Cezar Botez' Transparent = True IsControl = True end object ProgramBevel: TBevel Left = 20 Top = 167 Width = 283 Height = 5 Shape = bsBottomLine end object ProgramLogo: TImage Left = 12 Top = 12 Width = 300 Height = 100 AutoSize = True Picture.Data = {} IsControl = True end object LicenseLabel1: TLabel Left = 20 Top = 224 Width = 283 Height = 13 AutoSize = False Caption = 'Smart Uninstaller is freeware and may be distributed and' Transparent = True IsControl = True end object CopyrightLabel2: TLabel Left = 20 Top = 198 Width = 83 Height = 13 Caption = 'All rights reserved' Transparent = True IsControl = True end object LicenseLabel2: TLabel Left = 20 Top = 238 Width = 283 Height = 13 AutoSize = False Caption = 'used freely, in any commercial purpose or not, as long as' Transparent = True IsControl = True end object LicenseLabel3: TLabel Left = 20 Top = 252 Width = 283 Height = 13 AutoSize = False Caption = 'it is distributed in its entirety.' Transparent = True IsControl = True end object ContactButton: TSpeedButton Left = 156 Top = 272 Width = 157 Height = 21 Hint = 'Questions, comments, suggestions or bug reports' Caption = 'Email: cbotez@mail.dntis.ro' Flat = True OnClick = ContactButtonClick end end object OKButton: TButton Left = 133 Top = 323 Width = 75 Height = 25 Hint = 'Close this dialog box' Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end end