object Form2: TForm2 Left = 313 Top = 398 BorderStyle = bsDialog Caption = 'About mdiNotepad' ClientHeight = 188 ClientWidth = 345 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 140 Height = 185 Picture.Data = {} end object Label1: TLabel Left = 104 Top = 128 Width = 117 Height = 13 Cursor = crHandPoint Caption = 'Go to download page >>' Font.Charset = DEFAULT_CHARSET Font.Color = 14498082 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 104 Top = 146 Width = 131 Height = 13 Cursor = crHandPoint Caption = 'Comment or report a bug >>' Font.Charset = DEFAULT_CHARSET Font.Color = 14498082 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label2Click end object Label3: TLabel Left = 104 Top = 24 Width = 97 Height = 13 Caption = 'mdiNotepad 2.4c' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Button1: TButton Left = 248 Top = 139 Width = 75 Height = 22 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Panel1: TPanel Left = 104 Top = 48 Width = 233 Height = 69 BevelOuter = bvNone Caption = 'Panel1' Color = clWhite Enabled = False TabOrder = 1 object Memo1: TMemo Left = 0 Top = 0 Width = 233 Height = 69 Align = alClient BorderStyle = bsNone Color = clWhite Lines.Strings = ( 'Copyright (C) 2001-2002 Tom Kostiainen,' 'All rights reserved.' '' 'This product is freeware.') TabOrder = 0 end end end