object DirectAboutForm: TDirectAboutForm Left = 201 Top = 101 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'About %s Direct' ClientHeight = 210 ClientWidth = 344 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 140 Top = 39 Width = 189 Height = 92 AutoSize = False Caption = '%s Direct is an IDE add-in module that uses your Internet connec' + 'tion and web browser to find and inform you of new %0:s product ' + 'news, updates and patches, technical tips, and other Inprise ann' + 'ouncements. ' WordWrap = True end object Label2: TLabel Left = 140 Top = 13 Width = 78 Height = 20 Caption = '%s Direct' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 13 Top = 145 Width = 324 Height = 33 AutoSize = False Caption = 'Why spend time searching for %s information when %0:s Direct can' + ' bring it to you?' WordWrap = True end object Image1: TImage Left = 13 Top = 20 Width = 120 Height = 120 AutoSize = True Picture.Data = {} end object Button1: TButton Left = 139 Top = 182 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end