object AboutForm: TAboutForm Left = 203 Top = 173 BorderStyle = bsDialog Caption = 'About World Clocks' ClientHeight = 176 ClientWidth = 352 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 337 Height = 129 Shape = bsFrame end object Image1: TImage Left = 24 Top = 24 Width = 32 Height = 32 Picture.Data = {} end object Button1: TButton Left = 272 Top = 144 Width = 73 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Panel1: TPanel Left = 72 Top = 24 Width = 257 Height = 97 BevelOuter = bvNone Enabled = False TabOrder = 1 object Memo1: TMemo Left = 0 Top = 0 Width = 257 Height = 97 TabStop = False Align = alClient BorderStyle = bsNone Color = clBtnFace Ctl3D = True Lines.Strings = ( 'World Clocks v2.0' '' '' 'This product was developed by Chirag Dalal.' '' 'Any queries, suggestions and comments about this ' 'product may be forwarded to chirag@theoffice.net') ParentCtl3D = False ReadOnly = True TabOrder = 0 end end end