home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMABOUT / TFMABOUT.txt
Text File  |  1999-11-08  |  2KB  |  94 lines

  1. object fmAbout: TfmAbout
  2.   Left = 257
  3.   Top = 265
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Xnews'
  7.   ClientHeight = 192
  8.   ClientWidth = 337
  9.   Color = clWindow
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = 16759552
  12.   Font.Height = 140
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = [fsItalic]
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnPaint = FormPaint
  21.   PixelsPerInch = 120
  22.   TextHeight = 140
  23.   object Image: TImage
  24.     Left = 22
  25.     Top = 22
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.     Stretch = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 304
  33.     Top = 21
  34.     Width = 7
  35.     Height = 31
  36.     Alignment = taRightJustify
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -27
  40.     Font.Name = 'Times New Roman'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 65
  46.     Top = 58
  47.     Width = 246
  48.     Height = 22
  49.     Alignment = taRightJustify
  50.     Caption = 'Copyright ∩┐╜ 1998-99 Luu Tran'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -20
  54.     Font.Name = 'Times New Roman'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 111
  60.     Top = 81
  61.     Width = 200
  62.     Height = 22
  63.     Cursor = crHandPoint
  64.     Hint = 'Left click=launch; Right click=copy to clipboard'
  65.     Alignment = taRightJustify
  66.     Caption = 'http://Xnews.3Dnews.net'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -20
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = [fsUnderline]
  72.     ParentFont = False
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     OnMouseDown = Label4MouseDown
  76.   end
  77.   object Button1: TButton
  78.     Left = 243
  79.     Top = 146
  80.     Width = 68
  81.     Height = 31
  82.     Cancel = True
  83.     Caption = 'Okay'
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -13
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ModalResult = 2
  90.     ParentFont = False
  91.     TabOrder = 0
  92.   end
  93. end
  94.