object fmAbout: TfmAbout Left = 257 Top = 265 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About Xnews' ClientHeight = 192 ClientWidth = 337 Color = clWindow Font.Charset = ANSI_CHARSET Font.Color = 16759552 Font.Height = 140 Font.Name = 'Times New Roman' Font.Style = [fsItalic] KeyPreview = True OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 120 TextHeight = 140 object Image: TImage Left = 22 Top = 22 Width = 32 Height = 32 AutoSize = True Stretch = True end object Label1: TLabel Left = 304 Top = 21 Width = 7 Height = 31 Alignment = taRightJustify Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 45 Top = 58 Width = 266 Height = 22 Alignment = taRightJustify Caption = 'Copyright � 1998-2001 Luu Tran' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -20 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 111 Top = 81 Width = 200 Height = 22 Cursor = crHandPoint Hint = 'Left click=launch; Right click=copy to clipboard' Alignment = taRightJustify Caption = 'http://Xnews.3Dnews.net' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -20 Font.Name = 'Times New Roman' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnMouseDown = Label4MouseDown end object Button1: TButton Left = 243 Top = 146 Width = 68 Height = 31 Cancel = True Caption = 'Okay' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 0 end end