object AboutBox: TAboutBox Left = 161 Top = 94 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'About...' ClientHeight = 233 ClientWidth = 287 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter PrintScale = poNone OnMouseMove = Panel1MouseMove PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 273 Height = 177 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 OnMouseMove = Panel1MouseMove object Bevel1: TBevel Left = 23 Top = 13 Width = 225 Height = 38 Style = bsRaised end object Comments: TLabel Left = 42 Top = 75 Width = 188 Height = 20 Alignment = taCenter Caption = 'Author = Xavier Cirac Vidal' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object ProductName: TLabel Left = 28 Top = 16 Width = 215 Height = 32 Caption = ' WAVE FLOW ' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -29 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False IsControl = True end object Version: TLabel Left = 82 Top = 56 Width = 126 Height = 13 Caption = 'Wave Flow Shareware 3.5' IsControl = True end object Copyright: TLabel Left = 81 Top = 99 Width = 110 Height = 13 Alignment = taCenter Caption = 'Copyright: Xavier Cirac' IsControl = True end object Label1: TLabel Left = 81 Top = 118 Width = 111 Height = 13 Alignment = taCenter Caption = 'mail: xevi@100mbps.es' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = Label1Click OnMouseMove = Label3MouseMove IsControl = True end object Label2: TLabel Left = 69 Top = 150 Width = 139 Height = 13 Alignment = taCenter Caption = 'http://www.100mbps.es/xevi' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = Label2Click OnMouseMove = Label3MouseMove IsControl = True end object Label3: TLabel Left = 74 Top = 134 Width = 126 Height = 13 Alignment = taCenter Caption = 'http://www.waveflow.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = Label3Click OnMouseMove = Label3MouseMove IsControl = True end end object OKButton: TButton Left = 106 Top = 196 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object Panel2: TPanel Left = 290 Top = 8 Width = 200 Height = 160 BevelOuter = bvLowered TabOrder = 2 end end