home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / WardShow.exe / 0 / RCDATA / TMN_FRM / TMN_FRM.txt
Text File  |  2001-10-25  |  890b  |  44 lines

  1. object MN_FRM: TMN_FRM
  2.   Left = 166
  3.   Top = 98
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'The Ward Slide Show'
  7.   ClientHeight = 348
  8.   ClientWidth = 536
  9.   Color = clGray
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnKeyUp = FormKeyUp
  24.   OnMouseDown = FormMouseDown
  25.   OnPaint = FormPaint
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object JPI: TImage
  29.     Left = 16
  30.     Top = 16
  31.     Width = 73
  32.     Height = 81
  33.     Visible = False
  34.     OnProgress = JPIProgress
  35.   end
  36.   object SSI: TTimer
  37.     Enabled = False
  38.     Interval = 6000
  39.     OnTimer = SSITimer
  40.     Left = 96
  41.     Top = 16
  42.   end
  43. end
  44.