object LEAboutBox: TLEAboutBox Left = 167 Top = 134 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 163 ClientWidth = 331 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 331 Height = 118 Align = alClient BevelInner = bvLowered BevelWidth = 2 TabOrder = 0 object ProgramIconDown: TImage Left = 24 Top = 16 Width = 35 Height = 35 Picture.Data = {} Stretch = True Visible = False IsControl = True end object ProgramIconUp: TImage Left = 24 Top = 16 Width = 35 Height = 35 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 116 Top = 8 Width = 162 Height = 24 Caption = 'LEdit Component' Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True OnClick = ProductNameClick end object Version: TLabel Left = 100 Top = 36 Width = 73 Height = 16 Caption = 'Version 2.07' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object VersionNumber: TLabel Left = 176 Top = 36 Width = 116 Height = 16 Caption = 'Registered Version' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Copyright: TLabel Left = 24 Top = 64 Width = 189 Height = 16 Caption = 'Copyright 1996, TechnoSoft, Inc.' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Description: TLabel Left = 24 Top = 88 Width = 268 Height = 16 Caption = 'A Delphi component wrapper to the LEdit DLL' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end end object Panel5: TPanel Left = 0 Top = 118 Width = 331 Height = 45 Align = alBottom BevelInner = bvRaised TabOrder = 1 object Panel6: TPanel Left = 120 Top = 4 Width = 81 Height = 37 BevelInner = bvLowered BevelOuter = bvLowered BevelWidth = 2 TabOrder = 0 object Button1: TBitBtn Left = 4 Top = 4 Width = 73 Height = 29 TabOrder = 0 OnClick = Button1Click Kind = bkOK end end end end