home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Solution / Screen-Saver / pfssm / pfssm.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2003-02-25  |  1KB  |  49 lines

  1. object Form2: TForm2
  2.   Left = 297
  3.   Top = 117
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About'
  6.   ClientHeight = 139
  7.   ClientWidth = 228
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 228
  22.     Height = 139
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     Ctl3D = True
  26.     Lines.Strings = (
  27.       'Flash Screen Saver Maker v1.0'
  28.       ''
  29.       'Freeware to make ScreenSaver with '
  30.       'your flash creation,'
  31.       ''
  32.       'Powered with Delphi.'
  33.       ''
  34.       'By DINH Viet Huy (huy@hotpop.com)'
  35.       ''
  36.       '13/01/2003'
  37.       ''
  38.       'thx for everyone at the [Pro Flash '
  39.       'Users]  group for giving me the idea.'
  40.       'pro_flash@yahoogroups.com'
  41.       ''
  42.       'thx for the borland team for making '
  43.       'delphi')
  44.     ParentCtl3D = False
  45.     ScrollBars = ssVertical
  46.     TabOrder = 0
  47.   end
  48. end
  49.