home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Intro.exe / 0 / RCDATA / TMN_FRM / TMN_FRM.txt
Text File  |  2007-10-28  |  589b  |  28 lines

  1. object MN_FRM: TMN_FRM
  2.   Left = 250
  3.   Top = 196
  4.   Cursor = crHandPoint
  5.   BorderStyle = bsNone
  6.   Caption = 'Intro'
  7.   ClientHeight = 381
  8.   ClientWidth = 509
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyUp = FormKeyUp
  22.   OnMouseMove = FormMouseMove
  23.   OnMouseUp = FormMouseUp
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27. end
  28.