object AboutDlg: TAboutDlg Left = 215 Top = 130 ActiveControl = Button1 BorderIcons = [] BorderStyle = bsDialog Caption = 'About WaveTools' ClientHeight = 296 ClientWidth = 408 Color = clBlue Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 13 Top = 99 Width = 375 Height = 19 Alignment = taCenter Caption = '(C) Copyright 1996-97 by TransCom Software Inc.' Color = clSilver Font.Color = clTeal Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Image2: TImage Left = 4 Top = 4 Width = 400 Height = 81 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 12 Top = 98 Width = 375 Height = 19 Alignment = taCenter Caption = '(C) Copyright 1996-97 by TransCom Software Inc.' Color = clYellow Font.Color = clSilver Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Button1: TButton Left = 164 Top = 263 Width = 80 Height = 24 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Memo1: TMemo Left = 11 Top = 130 Width = 384 Height = 127 Alignment = taCenter Lines.Strings = ( 'This Application has been compiled using a Demo version of ' 'WaveTools and can run only while the Delphi environment is also ' 'running.' '' 'To find further information about Transcom Software'#39's ' 'WaveTools packages along with current versions and free ' 'downloads, please visit our web site at : ' '' 'http://www.transerve.com' '') ReadOnly = True TabOrder = 1 end object Timer1: TTimer Enabled = False Interval = 30 Left = 9 Top = 261 end end