home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / Pcwk32.exe / 0 / RCDATA / TIMG_FRM / TIMG_FRM.txt
Text File  |  2003-09-04  |  548b  |  26 lines

  1. object IMG_FRM: TIMG_FRM
  2.   Left = 157
  3.   Top = 85
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'IMG_FRM'
  7.   ClientHeight = 375
  8.   ClientWidth = 344
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnMouseUp = FormMouseUp
  21.   OnPaint = FormPaint
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25. end
  26.