home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / setup.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1999-05-24  |  638b  |  31 lines

  1. object frmMain: TfrmMain
  2.   Left = 265
  3.   Top = 234
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 241
  8.   ClientWidth = 154
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgPanel: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 154
  24.     Height = 241
  25.     AutoSize = True
  26.     Picture.Data = {<image001.bmp>}
  27.     OnClick = imgPanelClick
  28.     OnMouseMove = imgPanelMouseMove
  29.   end
  30. end
  31.