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

  1. object MessageForm: TMessageForm
  2.   Left = 487
  3.   Top = 216
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone Message'
  7.   ClientHeight = 196
  8.   ClientWidth = 363
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Icon: TImage
  25.     Left = 2
  26.     Top = 18
  27.     Width = 53
  28.     Height = 60
  29.     AutoSize = True
  30.   end
  31.   object MessageText: TLabel
  32.     Left = 64
  33.     Top = 16
  34.     Width = 64
  35.     Height = 13
  36.     Caption = 'MessageText'
  37.     WordWrap = True
  38.   end
  39.   object URL: TLabel
  40.     Left = 24
  41.     Top = 120
  42.     Width = 22
  43.     Height = 13
  44.     Caption = 'URL'
  45.     Visible = False
  46.   end
  47.   object BOK: TButton
  48.     Left = 125
  49.     Top = 148
  50.     Width = 75
  51.     Height = 23
  52.     Caption = 'OK'
  53.     Default = True
  54.     TabOrder = 0
  55.     OnClick = BOKClick
  56.   end
  57.   object Timer1: TTimer
  58.     Enabled = False
  59.     OnTimer = Timer1Timer
  60.     Left = 32
  61.     Top = 152
  62.   end
  63. end
  64.