home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TGROUPPICT / TGROUPPICT.txt
Encoding:
Text File  |  2001-06-19  |  736 b   |  39 lines

  1. object GroupPict: TGroupPict
  2.   Left = 469
  3.   Top = 165
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'GroupPict'
  7.   ClientHeight = 94
  8.   ClientWidth = 208
  9.   Color = clPurple
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -17
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Image1: TImage
  23.     Left = 4
  24.     Top = 4
  25.     Width = 197
  26.     Height = 69
  27.     Cursor = crHandPoint
  28.     AutoSize = True
  29.     OnClick = Image1Click
  30.   end
  31.   object Timer1: TTimer
  32.     Enabled = False
  33.     Interval = 5000
  34.     OnTimer = Timer1Timer
  35.     Left = 98
  36.     Top = 23
  37.   end
  38. end
  39.