home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Chooser.exe / 0 / RCDATA / TMN_FRM / TMN_FRM.txt < prev   
Encoding:
Text File  |  2007-10-27  |  716 b   |  34 lines

  1. object MN_FRM: TMN_FRM
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize, biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'MN_FRM'
  7.   ClientHeight = 410
  8.   ClientWidth = 816
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   Visible = True
  18.   OnCreate = FormCreate
  19.   OnMouseDown = FormMouseDown
  20.   OnMouseMove = FormMouseMove
  21.   OnMouseUp = FormMouseUp
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BG_IM: TImage
  26.     Left = 8
  27.     Top = 16
  28.     Width = 105
  29.     Height = 105
  30.     Picture.Data = {<image000.jpg>}
  31.     Visible = False
  32.   end
  33. end
  34.