object GraphXAbout: TGraphXAbout Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 127 ClientWidth = 267 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object NameLbl: TLabel Left = 80 Top = 16 Width = 52 Height = 16 Caption = 'GraphX' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'Default' Font.Style = [fsBold] ParentFont = False end object CopyrightLbl: TLabel Left = 56 Top = 72 Width = 150 Height = 13 Caption = 'Copyright (c) 2002 Yuriy Pisarev' end object DescLbl: TLabel Left = 80 Top = 34 Width = 131 Height = 13 Caption = 'GraphX Control, Version 1.0' end object CtlImage: TImage Left = 48 Top = 16 Width = 24 Height = 24 AutoSize = True Picture.Data = {} Transparent = True end object OkBtn: TButton Left = 96 Top = 96 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end