object AboutForm: TAboutForm Left = 155 Top = 194 BorderStyle = bsDialog Caption = 'About' ClientHeight = 218 ClientWidth = 423 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 344 Top = 192 Width = 75 Height = 22 Caption = 'Close' Default = True TabOrder = 0 OnClick = BitBtn1Click end object PageControl1: TPageControl Left = 0 Top = 0 Width = 423 Height = 187 ActivePage = TabSheet1 Align = alTop TabOrder = 1 object TabSheet1: TTabSheet Caption = 'About' object Panel1: TPanel Left = 0 Top = 0 Width = 415 Height = 159 Align = alClient BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 413 Height = 157 Align = alClient Center = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 4 Top = 129 Width = 216 Height = 13 Caption = 'Copyright (c) 1997 by Zoltan Schavel ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 4 Top = 143 Width = 181 Height = 13 Caption = 'Idea and management by Leslie Varga' Transparent = True end end end object TabSheet2: TTabSheet Caption = 'Version' object ListView1: TListView Left = 0 Top = 0 Width = 415 Height = 159 Align = alClient Columns = < item Caption = 'Property' Width = 0 end item Caption = 'Value' Width = 0 end> ReadOnly = True TabOrder = 0 ViewStyle = vsReport end end end end